@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
@@ -50,12 +50,12 @@ const packageMetadata = {
50
50
  productCode: 'KENDOUIANGULAR',
51
51
  productCodes: ['KENDOUIANGULAR'],
52
52
  publishDate: 0,
53
- version: '22.1.0-develop.9',
53
+ version: '23.0.0-develop.2',
54
54
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
55
55
  };
56
56
 
57
57
  /**
58
- * Represents the column cell template of the TreeList ([more information and example]({% slug templates_columns_treelist %}#toc-cell-template)).
58
+ * Represents the column cell template of the TreeList ([more information and example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/templates#cell-template)).
59
59
  * Use this directive to customize the content of the cells. To define the cell template, nest an `<ng-template>` tag with the `kendoTreeListCellTemplate` directive inside a `<kendo-treelist-column>` tag.
60
60
  *
61
61
  * The template context is set to the current data item and provides the following fields:
@@ -99,7 +99,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
99
99
  }] }] });
100
100
 
101
101
  /**
102
- * Represents the column edit-cell template of the TreeList ([see example](slug:editing_template_forms_treelist)). Use this directive to customize the content of edited cells. To define the cell template, nest an `<ng-template>` tag with the `kendoTreeListEditTemplate` directive inside a `<kendo-treelist-column>` tag.
102
+ * Represents the column edit-cell template of the TreeList ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/template-forms)). Use this directive to customize the content of edited cells. To define the cell template, nest an `<ng-template>` tag with the `kendoTreeListEditTemplate` directive inside a `<kendo-treelist-column>` tag.
103
103
  *
104
104
  * The template context contains the following fields:
105
105
  * - `column`&mdash;The current column instance.
@@ -143,7 +143,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
143
143
  * To define the content template, nest an `<ng-template>` tag with the `kendoTreeListColumnMenuTemplate` directive inside the `kendo-treelist` or the `<kendo-treelist-column>` component.
144
144
  *
145
145
  * The template context is passed through the following fields:
146
- * - `service`&mdash;Represents the [ColumnMenuService]({% slug api_treelist_columnmenuservice %}).
146
+ * - `service`&mdash;Represents the [ColumnMenuService](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenuservice).
147
147
  * - `column`&mdash;Represents the TreeList column.
148
148
  *
149
149
  * @example
@@ -200,13 +200,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
200
200
  }] });
201
201
 
202
202
  /**
203
- * Represents the column footer cell template of the TreeList ([more information and example]({% slug templates_columns_treelist %}#toc-footer-template)).
203
+ * Represents the column footer cell template of the TreeList ([more information and example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/templates#footer-template)).
204
204
  * Use this directive to customize the table footer cell for the column.
205
205
  * To define a footer template, nest an `<ng-template>` tag with the `kendoTreeListFooterTemplate` directive inside the `<kendo-treelist-column>` tag.
206
206
  *
207
207
  * The template context is set to the aggregate values and provides the following fields:
208
208
  * - `aggregates`&mdash;The aggregates for the level items.
209
- * - `column`&mdash;Defines an instance of the [`ColumnComponent`]({% slug api_treelist_columncomponent %}) option.
209
+ * - `column`&mdash;Defines an instance of the [`ColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columncomponent) option.
210
210
  * - `columnIndex`&mdash;Defines the current column index.
211
211
  * - `field`&mdash;The name of the column field, if set.
212
212
  * - `items`&mdash;The data items on this level.
@@ -241,13 +241,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
241
241
 
242
242
  /**
243
243
  * Represents the column header cell template of the TreeList
244
- * ([more information and example]({% slug templates_columns_treelist %}#toc-header-template)).
244
+ * ([more information and example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/templates#header-template)).
245
245
  * Use this directive to customize the table header cell for the column.
246
246
  * To define a header template, nest an `<ng-template>` tag with the
247
- * [`kendoTreeListHeaderTemplate`]({% slug api_treelist_headertemplatedirective %}) directive inside the `<kendo-treelist-column>` tag.
247
+ * [`kendoTreeListHeaderTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/headertemplatedirective) directive inside the `<kendo-treelist-column>` tag.
248
248
  *
249
249
  * The template context is set to the current column and provides the following fields:
250
- * - `column`&mdash;Defines an instance of the [`ColumnComponent`]({% slug api_treelist_columncomponent %}) option.
250
+ * - `column`&mdash;Defines an instance of the [`ColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columncomponent) option.
251
251
  * - `columnIndex`&mdash;Defines the current column index.
252
252
  *
253
253
  * @example
@@ -346,6 +346,13 @@ class ColumnBase {
346
346
  * @default true
347
347
  */
348
348
  reorderable = true;
349
+ /**
350
+ * Sets the distance in pixels by which the column width is adjusted during keyboard navigation resizing.
351
+ * Used when resizing columns with `Alt/Option + Left/Right Arrow` keyboard shortcuts.
352
+ *
353
+ * @default 10
354
+ */
355
+ resizeStep = 10;
349
356
  /**
350
357
  * Sets the minimum width (in pixels) for resizing the column using the UI.
351
358
  * @default 10
@@ -367,7 +374,7 @@ class ColumnBase {
367
374
  */
368
375
  autoSize;
369
376
  /**
370
- * Toggles the locked (frozen) state of the columns ([more information and example](slug:locked_columns_treelist)).
377
+ * Toggles the locked (frozen) state of the columns ([more information and example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/locked)).
371
378
  * @default false
372
379
  */
373
380
  set locked(value) {
@@ -378,12 +385,12 @@ class ColumnBase {
378
385
  }
379
386
  _locked = false;
380
387
  /**
381
- * Sets the visibility of the column ([see example](slug:hidden_columns_treelist#toc-using-the-built-in-options)).
388
+ * Sets the visibility of the column ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/hidden#using-the-built-in-options)).
382
389
  * @default false
383
390
  */
384
391
  hidden;
385
392
  /**
386
- * Sets the condition that must be satisfied for a column to remain visible ([see example](slug:responsive_treelist#toc-columns)).
393
+ * Sets the condition that must be satisfied for a column to remain visible ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/styling/responsive#columns)).
387
394
  * If you set the `hidden` property, the behavior of `media` is overridden.
388
395
  */
389
396
  media;
@@ -408,29 +415,29 @@ class ColumnBase {
408
415
  */
409
416
  tableCellsRole = 'gridcell';
410
417
  /**
411
- * Sets custom styles for the table cells (excluding the footer and header) of the column. Uses the [`NgStyle`](link:site.data.urls.angular['ngstyleapi']) directive. [See example](slug:styling_treelist_columns).
418
+ * Sets custom styles for the table cells (excluding the footer and header) of the column. Uses the [`NgStyle`](link:site.data.urls.angular['ngstyleapi']) directive. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/styling/columns).
412
419
  */
413
420
  style;
414
421
  /**
415
- * Sets custom styles for the header cell of the column. Uses the [`NgStyle`](link:site.data.urls.angular['ngstyleapi']) directive. [See example.](slug:styling_treelist_columns)
422
+ * Sets custom styles for the header cell of the column. Uses the [`NgStyle`](link:site.data.urls.angular['ngstyleapi']) directive. [See example.](https://www.telerik.com/kendo-angular-ui/components/treelist/styling/columns)
416
423
  */
417
424
  headerStyle;
418
425
  /**
419
- * Sets custom styles for the footer cell of the column. Uses the [`NgStyle`](link:site.data.urls.angular['ngstyleapi']) directive. [See example.](slug:styling_treelist_columns)
426
+ * Sets custom styles for the footer cell of the column. Uses the [`NgStyle`](link:site.data.urls.angular['ngstyleapi']) directive. [See example.](https://www.telerik.com/kendo-angular-ui/components/treelist/styling/columns)
420
427
  */
421
428
  footerStyle;
422
429
  /**
423
- * Sets custom CSS classes to the column cells. Uses the [`NgClass`](link:site.data.urls.angular['ngclassapi']) directive. To customize header and footer column cells, use the [`headerClass`]({% slug api_treelist_columncomponent %}#toc-headerclass) and [`footerClass`]({% slug api_treelist_columncomponent %}#toc-footerclass) inputs.
430
+ * Sets custom CSS classes to the column cells. Uses the [`NgClass`](link:site.data.urls.angular['ngclassapi']) directive. To customize header and footer column cells, use the [`headerClass`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columncomponent#headerclass) and [`footerClass`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columncomponent#footerclass) inputs.
424
431
  */
425
432
  cssClass;
426
433
  /**
427
- * Sets custom CSS classes to the column header cell. Uses the [`NgClass`](link:site.data.urls.angular['ngclassapi']) directive. [See example](slug:styling_treelist_columns).
434
+ * Sets custom CSS classes to the column header cell. Uses the [`NgClass`](link:site.data.urls.angular['ngclassapi']) directive. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/styling/columns).
428
435
  */
429
436
  headerClass;
430
437
  /**
431
438
  * Sets the custom CSS classes to the column footer cell. Under the hood, to apply the property,
432
439
  * the `footerClass` option uses the
433
- * [`NgClass`](link:site.data.urls.angular['ngclassapi']) directive. [See example](slug:styling_treelist_columns).
440
+ * [`NgClass`](link:site.data.urls.angular['ngclassapi']) directive. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/styling/columns).
434
441
  */
435
442
  footerClass;
436
443
  /**
@@ -533,7 +540,7 @@ class ColumnBase {
533
540
  }
534
541
  }
535
542
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ColumnBase, deps: [{ token: ColumnBase }, { token: OptionChangesService }], target: i0.ɵɵFactoryTarget.Directive });
536
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: ColumnBase, isStandalone: true, inputs: { resizable: "resizable", reorderable: "reorderable", minResizableWidth: "minResizableWidth", title: "title", width: "width", autoSize: "autoSize", locked: "locked", hidden: "hidden", media: "media", lockable: "lockable", columnMenu: "columnMenu", includeInChooser: "includeInChooser", tableCellsRole: "tableCellsRole", style: "style", headerStyle: "headerStyle", footerStyle: "footerStyle", cssClass: ["class", "cssClass"], headerClass: "headerClass", footerClass: "footerClass" }, queries: [{ propertyName: "footerTemplate", first: true, predicate: FooterTemplateDirective, descendants: true }, { propertyName: "headerTemplates", predicate: HeaderTemplateDirective }, { propertyName: "columnMenuTemplates", predicate: ColumnMenuTemplateDirective }], usesOnChanges: true, ngImport: i0 });
543
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: ColumnBase, isStandalone: true, inputs: { resizable: "resizable", reorderable: "reorderable", resizeStep: "resizeStep", minResizableWidth: "minResizableWidth", title: "title", width: "width", autoSize: "autoSize", locked: "locked", hidden: "hidden", media: "media", lockable: "lockable", columnMenu: "columnMenu", includeInChooser: "includeInChooser", tableCellsRole: "tableCellsRole", style: "style", headerStyle: "headerStyle", footerStyle: "footerStyle", cssClass: ["class", "cssClass"], headerClass: "headerClass", footerClass: "footerClass" }, queries: [{ propertyName: "footerTemplate", first: true, predicate: FooterTemplateDirective, descendants: true }, { propertyName: "headerTemplates", predicate: HeaderTemplateDirective }, { propertyName: "columnMenuTemplates", predicate: ColumnMenuTemplateDirective }], usesOnChanges: true, ngImport: i0 });
537
544
  }
538
545
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ColumnBase, decorators: [{
539
546
  type: Directive,
@@ -542,6 +549,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
542
549
  type: Input
543
550
  }], reorderable: [{
544
551
  type: Input
552
+ }], resizeStep: [{
553
+ type: Input
545
554
  }], minResizableWidth: [{
546
555
  type: Input
547
556
  }], title: [{
@@ -698,7 +707,7 @@ const isColumnEditable = (column, formGroup) => column.isEditable !== false &&
698
707
  /**
699
708
  * Represents the filter-cell template for the TreeList.
700
709
  * Use this directive to customize the filter row cell for a column.
701
- * See [custom filter row components](slug:filter_row_treelist#toc-custom-filters).
710
+ * See [custom filter row components](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#custom-filters).
702
711
  *
703
712
  * The template context is set to the filter descriptor and provides the following fields:
704
713
  * - `column`&mdash;The current column instance. Use as an alias for a template variable with `let-column="column"`.
@@ -740,7 +749,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
740
749
  * Represents the filter-menu template for the TreeList filter menu.
741
750
  *
742
751
  * Use this directive to provide a custom template for the filter menu in a TreeList column
743
- * ([see example](slug:filter_menu_treelist#toc-custom-filter-menu-components)).
752
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-menu#custom-filter-menu-components)).
744
753
  *
745
754
  * @example
746
755
  * ```html
@@ -812,7 +821,7 @@ class ColumnComponent extends ColumnBase {
812
821
  */
813
822
  field;
814
823
  /**
815
- * Sets the format applied to the value before display. For supported date and number formats, see the [Column Formats](slug:formats_columns_treelist) article.
824
+ * Sets the format applied to the value before display. For supported date and number formats, see the [Column Formats](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/formats) article.
816
825
  */
817
826
  format;
818
827
  /**
@@ -821,7 +830,7 @@ class ColumnComponent extends ColumnBase {
821
830
  */
822
831
  sortable = true;
823
832
  /**
824
- * Sets the editor type ([see example]({% slug editing_reactive_forms_treelist %}#toc-setup)). Used when the column enters edit mode. [See example](slug:editing_reactive_forms_treelist).
833
+ * Sets the editor type ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/reactive-forms#setup)). Used when the column enters edit mode. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/reactive-forms).
825
834
  * @default 'text'
826
835
  */
827
836
  editor = 'text';
@@ -933,7 +942,7 @@ function isSpanColumnComponent(column) {
933
942
  }
934
943
  /**
935
944
  * Represents a column that spans multiple data cells while keeping individual header and footer cells.
936
- * Use this component to create flexible layouts and retain built-in UI for [sorting]({% slug sorting_treelist %}) and [filtering]({% slug filtering_treelist %}).
945
+ * Use this component to create flexible layouts and retain built-in UI for [sorting](https://www.telerik.com/kendo-angular-ui/components/treelist/sorting/basics) and [filtering](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics).
937
946
  * Wrap the columns to merge inside the `<kendo-treelist-span-column>` tag.
938
947
  *
939
948
  * @example
@@ -1041,7 +1050,7 @@ class SpanColumnComponent extends ColumnBase {
1041
1050
  return this.childColumns.filter(c => c.isVisible).length;
1042
1051
  }
1043
1052
  /**
1044
- * Toggles the locked (frozen) state of the columns. Locked columns are visible at all times during horizontal scrolling. [See example](slug:locked_columns_treelist).
1053
+ * Toggles the locked (frozen) state of the columns. Locked columns are visible at all times during horizontal scrolling. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/locked).
1045
1054
  * @default false
1046
1055
  */
1047
1056
  set locked(value) {
@@ -1187,7 +1196,7 @@ function isColumnGroupComponent(column) {
1187
1196
  return column.isColumnGroup;
1188
1197
  }
1189
1198
  /**
1190
- * Represents the column group header of the TreeList. ([More information and examples]({% slug multicolumnheaders_columns_treelist %})).
1199
+ * Represents the column group header of the TreeList. ([More information and examples](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/headers)).
1191
1200
  *
1192
1201
  * @example
1193
1202
  * ```html
@@ -2187,7 +2196,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
2187
2196
  }], ctorParameters: () => [{ type: i0.NgZone }] });
2188
2197
 
2189
2198
  /**
2190
- * Represents the no-records template of the TreeList ([see example](slug:norecordtemplate_treelist)). Use this directive to customize the
2199
+ * Represents the no-records template of the TreeList ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/accessories/no-records-template)). Use this directive to customize the
2191
2200
  * appearance of the item that is displayed when no data is present. To define the no-records template,
2192
2201
  * nest an `<ng-template>` tag with the `kendoTreeListNoRecordsTemplate` directive inside `<kendo-treelist>`.
2193
2202
  *
@@ -2282,7 +2291,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
2282
2291
  }] });
2283
2292
 
2284
2293
  /**
2285
- * Represents a service to set the filter descriptor for the TreeList. ([See example]({% slug filter_menu_treelist %})).
2294
+ * Represents a service to set the filter descriptor for the TreeList. ([See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-menu)).
2286
2295
  */
2287
2296
  class FilterService {
2288
2297
  /**
@@ -2524,7 +2533,7 @@ class ColumnList {
2524
2533
  }
2525
2534
 
2526
2535
  /**
2527
- * Represents the toolbar template of the TreeList ([see example](slug:toolbartemplate_treelist)).
2536
+ * Represents the toolbar template of the TreeList ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/toolbar/toolbar-template)).
2528
2537
  *
2529
2538
  * The template context has the following field:
2530
2539
  * - `position`&mdash;The position at which the toolbar template is rendered. The possible values are `top`, `bottom`, and `both`.
@@ -2544,7 +2553,7 @@ class ToolbarTemplateDirective {
2544
2553
  _position = "top";
2545
2554
  /**
2546
2555
  * Sets the position of the toolbar. The value can be `top`, `bottom`, or `both`.
2547
- * Controls whether the toolbar appears above, below, or on both sides of the TreeList. [See example.](slug:toolbartemplate_treelist#toc-setting-the-toolbar-position)
2556
+ * Controls whether the toolbar appears above, below, or on both sides of the TreeList. [See example.](https://www.telerik.com/kendo-angular-ui/components/treelist/toolbar/toolbar-template#setting-the-toolbar-position)
2548
2557
  * @default 'top'
2549
2558
  */
2550
2559
  set position(position) {
@@ -3020,7 +3029,7 @@ const DEFAULT_POPUP_CLASS = 'k-grid-filter-popup';
3020
3029
  /**
3021
3030
  * Represents the service used for the popups of the filter and column menus.
3022
3031
  * Use this service to manage popup opening, closing, and event handling.
3023
- * ([See example]({% slug filter_menu_treelist %}#toc-filter-menu-with-popup)).
3032
+ * ([See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-menu#filter-menu-with-popup)).
3024
3033
  */
3025
3034
  class SinglePopupService {
3026
3035
  popupService;
@@ -3531,7 +3540,7 @@ class DefaultFocusableElement {
3531
3540
  * A focus group may contain focusable elements, such as rows, cells and input elements.
3532
3541
  *
3533
3542
  * Elements are added to the focus group by tagging them with the `kendoTreeListFocusable` directive.
3534
- * See [Controlling the Focus]({% slug keyboard_navigation_treelist %}#toc-controlling-the-focus).
3543
+ * See [Controlling the Focus](https://www.telerik.com/kendo-angular-ui/components/treelist/keyboard-navigation#controlling-the-focus).
3535
3544
  *
3536
3545
  * @hidden
3537
3546
  */
@@ -3624,7 +3633,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
3624
3633
  }], ctorParameters: () => [{ type: FocusRoot }] });
3625
3634
 
3626
3635
  /**
3627
- * Represents a directive that controls how focusable cell elements receive focus in a [navigable TreeList]({% slug keyboard_navigation_treelist %}).
3636
+ * Represents a directive that controls how focusable cell elements receive focus in a [navigable TreeList](https://www.telerik.com/kendo-angular-ui/components/treelist/keyboard-navigation).
3628
3637
  *
3629
3638
  * Use this directive to manage focus behavior for cell elements. Pass the `cellContext` from the cell template as input.
3630
3639
  *
@@ -4198,7 +4207,7 @@ class TreeListFocusableElement {
4198
4207
  }
4199
4208
 
4200
4209
  /**
4201
- * Arguments for the TreeList expand and collapse events. [See example]({% slug treelist_expanded_state %}).
4210
+ * Arguments for the TreeList expand and collapse events. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/expanded-state).
4202
4211
  */
4203
4212
  class ExpandEvent extends PreventableEvent {
4204
4213
  /**
@@ -4690,6 +4699,7 @@ class NavigationService {
4690
4699
  selectionService;
4691
4700
  changeDetector;
4692
4701
  ctx;
4702
+ resizeService;
4693
4703
  focusableParent;
4694
4704
  changes;
4695
4705
  cellKeydown = new EventEmitter();
@@ -4715,6 +4725,27 @@ class NavigationService {
4715
4725
  });
4716
4726
  }
4717
4727
  }
4728
+ get isColumnResizable() {
4729
+ const allColumns = Array.from(this.ctx.treelist.columnsContainer.allColumns);
4730
+ const column = allColumns.find((col) => col.level === this.activeCell.rowIndex && col.leafIndex === this.activeCell.colIndex);
4731
+ if (!column?.parent) {
4732
+ if (column?.isColumnGroup) {
4733
+ return this.activeCell.colIndex + this.activeCell.colSpan !== this.ctx.treelist.columnsContainer.leafColumnsToRender.length;
4734
+ }
4735
+ else {
4736
+ return this.activeCell.colIndex !== this.ctx.treelist.columnsContainer.leafColumnsToRender.length - 1;
4737
+ }
4738
+ }
4739
+ else {
4740
+ const columnGroup = column.parent;
4741
+ const columnGroupChildren = Array.from(columnGroup.children).sort((a, b) => a.orderIndex - b.orderIndex);
4742
+ const columnIndexInsideGroup = columnGroupChildren.indexOf(column);
4743
+ if (column.isReordered || column.orderIndex > 0 || (column.isReordered && column.orderIndex === 0)) {
4744
+ return (column.orderIndex - columnGroupChildren[0]['orderIndex']) !== columnGroupChildren.length - 1;
4745
+ }
4746
+ return columnIndexInsideGroup !== columnGroupChildren.length - 1;
4747
+ }
4748
+ }
4718
4749
  viewport;
4719
4750
  columnViewport;
4720
4751
  activeRowIndex = 0;
@@ -4730,7 +4761,7 @@ class NavigationService {
4730
4761
  get activeDataRow() {
4731
4762
  return Math.max(0, this.activeRowIndex - this.meta.headerRows);
4732
4763
  }
4733
- constructor(zone, domEvents, pagerContextService, scrollRequestService, focusRoot, editService, localization, expandState, selectionService, changeDetector, ctx, focusableParent) {
4764
+ constructor(zone, domEvents, pagerContextService, scrollRequestService, focusRoot, editService, localization, expandState, selectionService, changeDetector, ctx, resizeService, focusableParent) {
4734
4765
  this.zone = zone;
4735
4766
  this.domEvents = domEvents;
4736
4767
  this.pagerContextService = pagerContextService;
@@ -4742,6 +4773,7 @@ class NavigationService {
4742
4773
  this.selectionService = selectionService;
4743
4774
  this.changeDetector = changeDetector;
4744
4775
  this.ctx = ctx;
4776
+ this.resizeService = resizeService;
4745
4777
  this.focusableParent = focusableParent;
4746
4778
  this.changes = this.cursor.changes;
4747
4779
  }
@@ -4986,6 +5018,46 @@ class NavigationService {
4986
5018
  });
4987
5019
  }
4988
5020
  }
5021
+ columnResize(increaseWidth) {
5022
+ const column = this.ctx.treelist.columnsContainer.allColumns.find((col) => col.level === this.activeCell.rowIndex && col.leafIndex === this.activeCell.colIndex);
5023
+ if (!column?.resizable) {
5024
+ return;
5025
+ }
5026
+ const rtl = this.ctx.localization.rtl;
5027
+ const step = column.resizeStep || 10;
5028
+ const shouldIncrease = rtl ? !increaseWidth : increaseWidth;
5029
+ const delta = shouldIncrease ? step : -step;
5030
+ // Get the actual rendered width from the DOM header cell
5031
+ // Fall back to column.width if header cell is not found
5032
+ let currentWidth = column.width || 0;
5033
+ const headerCell = this.meta.treelistElement.nativeElement.querySelector(`.k-treelist-header tr:nth-child(${this.activeCell.rowIndex + 1}) th:nth-child(${this.activeCell.colIndex + 1})`);
5034
+ if (headerCell) {
5035
+ const rect = headerCell.getBoundingClientRect();
5036
+ if (rect.width > 0) {
5037
+ currentWidth = rect.width;
5038
+ }
5039
+ }
5040
+ // If still no width, use resizeStartWidth or default
5041
+ if (!currentWidth) {
5042
+ currentWidth = column.resizeStartWidth || 0;
5043
+ }
5044
+ if (!currentWidth) {
5045
+ return;
5046
+ }
5047
+ const newWidth = currentWidth + delta;
5048
+ const minWidth = column.minResizableWidth || 10;
5049
+ if (newWidth < minWidth) {
5050
+ return;
5051
+ }
5052
+ // Set resizeStartWidth before calling resizeColumns so the column-handle directive can calculate the new width correctly
5053
+ column.resizeStartWidth = currentWidth;
5054
+ // The resizeColumns method expects a percentage value relative to the current column width.
5055
+ // Convert pixel delta to percentage for consistency with the existing mouse-based resizing logic.
5056
+ const deltaPercent = (delta / currentWidth) * 100;
5057
+ this.resizeService.start(column);
5058
+ this.resizeService.resizeColumns(deltaPercent);
5059
+ this.resizeService.end();
5060
+ }
4989
5061
  onCursorKeydown(args) {
4990
5062
  let preventDefault = false;
4991
5063
  const modifier = args.ctrlKey || args.metaKey;
@@ -5027,6 +5099,13 @@ class NavigationService {
5027
5099
  }
5028
5100
  break;
5029
5101
  case Keys.ArrowRight:
5102
+ if (args.altKey && !args.shiftKey && !args.ctrlKey && !args.metaKey &&
5103
+ row.index < this.meta.headerRows &&
5104
+ this.ctx.treelist.resizable) {
5105
+ this.columnResize(true);
5106
+ preventDefault = true;
5107
+ break;
5108
+ }
5030
5109
  if (args.altKey) {
5031
5110
  this.zone.run(() => {
5032
5111
  this.expandState.expand(row.dataItem);
@@ -5041,6 +5120,13 @@ class NavigationService {
5041
5120
  }
5042
5121
  break;
5043
5122
  case Keys.ArrowLeft:
5123
+ if (args.altKey && !args.shiftKey && !args.ctrlKey && !args.metaKey &&
5124
+ row.index < this.meta.headerRows &&
5125
+ this.ctx.treelist.resizable) {
5126
+ this.columnResize(false);
5127
+ preventDefault = true;
5128
+ break;
5129
+ }
5044
5130
  if (args.altKey) {
5045
5131
  this.zone.run(() => {
5046
5132
  this.expandState.collapse(row.dataItem);
@@ -5275,12 +5361,12 @@ class NavigationService {
5275
5361
  this.leaveCell();
5276
5362
  this.cursor.reset();
5277
5363
  }
5278
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NavigationService, deps: [{ token: i0.NgZone }, { token: DomEventsService }, { token: i107.PagerContextService }, { token: ScrollRequestService }, { token: FocusRoot }, { token: EditService }, { token: i1$1.LocalizationService }, { token: ExpandStateService }, { token: SelectionService }, { token: i0.ChangeDetectorRef }, { token: ContextService }, { token: FocusableDirective, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
5364
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NavigationService, deps: [{ token: i0.NgZone }, { token: DomEventsService }, { token: i107.PagerContextService }, { token: ScrollRequestService }, { token: FocusRoot }, { token: EditService }, { token: i1$1.LocalizationService }, { token: ExpandStateService }, { token: SelectionService }, { token: i0.ChangeDetectorRef }, { token: ContextService }, { token: ColumnResizingService }, { token: FocusableDirective, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
5279
5365
  static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NavigationService });
5280
5366
  }
5281
5367
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NavigationService, decorators: [{
5282
5368
  type: Injectable
5283
- }], ctorParameters: () => [{ type: i0.NgZone }, { type: DomEventsService }, { type: i107.PagerContextService }, { type: ScrollRequestService }, { type: FocusRoot }, { type: EditService }, { type: i1$1.LocalizationService }, { type: ExpandStateService }, { type: SelectionService }, { type: i0.ChangeDetectorRef }, { type: ContextService }, { type: FocusableDirective, decorators: [{
5369
+ }], ctorParameters: () => [{ type: i0.NgZone }, { type: DomEventsService }, { type: i107.PagerContextService }, { type: ScrollRequestService }, { type: FocusRoot }, { type: EditService }, { type: i1$1.LocalizationService }, { type: ExpandStateService }, { type: SelectionService }, { type: i0.ChangeDetectorRef }, { type: ContextService }, { type: ColumnResizingService }, { type: FocusableDirective, decorators: [{
5284
5370
  type: Optional
5285
5371
  }] }] });
5286
5372
 
@@ -8471,7 +8557,7 @@ class ListComponent {
8471
8557
  kendoTreeListResizableTable
8472
8558
  [locked]="true"
8473
8559
  #lockedTable
8474
- class="k-table k-grid-table k-table-md"
8560
+ class="k-table k-grid-table"
8475
8561
  role="presentation"
8476
8562
  [style.width.px]="lockedWidth">
8477
8563
  <colgroup
@@ -8515,7 +8601,7 @@ class ListComponent {
8515
8601
  #table
8516
8602
  kendoTreeListResizableTable
8517
8603
  [virtualColumns]="virtualColumns"
8518
- class="k-table k-grid-table k-table-md"
8604
+ class="k-table k-grid-table"
8519
8605
  role="presentation">
8520
8606
  <colgroup
8521
8607
  kendoTreeListColGroup
@@ -8588,7 +8674,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
8588
8674
  kendoTreeListResizableTable
8589
8675
  [locked]="true"
8590
8676
  #lockedTable
8591
- class="k-table k-grid-table k-table-md"
8677
+ class="k-table k-grid-table"
8592
8678
  role="presentation"
8593
8679
  [style.width.px]="lockedWidth">
8594
8680
  <colgroup
@@ -8632,7 +8718,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
8632
8718
  #table
8633
8719
  kendoTreeListResizableTable
8634
8720
  [virtualColumns]="virtualColumns"
8635
- class="k-table k-grid-table k-table-md"
8721
+ class="k-table k-grid-table"
8636
8722
  role="presentation">
8637
8723
  <colgroup
8638
8724
  kendoTreeListColGroup
@@ -9259,7 +9345,7 @@ const localizeOperators = operators => localization => Object.keys(operators).ma
9259
9345
  /**
9260
9346
  * An abstract base class for the filter-cell component in the TreeList.
9261
9347
  * Use this class to implement custom filter cell components.
9262
- * [See example](slug:filter_row_treelist#toc-custom-filter-row-components).
9348
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#custom-filter-row-components).
9263
9349
  */
9264
9350
  class BaseFilterCellComponent {
9265
9351
  filterService;
@@ -9921,7 +10007,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
9921
10007
  /**
9922
10008
  * Represents a string-filter cell component.
9923
10009
  * Use this component to filter string values in the TreeList.
9924
- * See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
10010
+ * See the article about the [built-in filter components](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#built-in-filter-row-components).
9925
10011
  *
9926
10012
  * @example
9927
10013
  * ```html
@@ -10150,7 +10236,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
10150
10236
  /**
10151
10237
  * Represents a numeric filter cell.
10152
10238
  * Use this component to filter numeric values in the TreeList.
10153
- * See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
10239
+ * See the article about the [built-in filter components](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#built-in-filter-row-components).
10154
10240
  *
10155
10241
  * @example
10156
10242
  * ```html
@@ -10358,7 +10444,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
10358
10444
  /**
10359
10445
  * Represents a Boolean filter-cell component.
10360
10446
  * Use this component to filter Boolean values in the TreeList.
10361
- * See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
10447
+ * See the article about the [built-in filter components](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#built-in-filter-row-components).
10362
10448
  *
10363
10449
  * @example
10364
10450
  * ```html
@@ -10511,7 +10597,7 @@ class DateFilterComponent extends BaseFilterCellComponent {
10511
10597
  max;
10512
10598
  /**
10513
10599
  * Defines the descriptions of the format sections in the input field.
10514
- * [See possible format options](slug:placeholders_dateinput#toc-format-sections-description).
10600
+ * [See possible format options](https://www.telerik.com/kendo-angular-ui/components/dateinputs/dateinput/placeholders#format-sections-description).
10515
10601
  * @type {DateInputFormatPlaceholder}
10516
10602
  */
10517
10603
  formatPlaceholder;
@@ -10613,7 +10699,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
10613
10699
  /**
10614
10700
  * Represents a date-filter cell component.
10615
10701
  * Use this component to filter date values in the TreeList.
10616
- * See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
10702
+ * See the article about the [built-in filter components](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#built-in-filter-row-components).
10617
10703
  *
10618
10704
  * @example
10619
10705
  * ```html
@@ -11062,7 +11148,11 @@ class ColumnHandleDirective {
11062
11148
  this.column.width = headerWidth(this.element);
11063
11149
  }
11064
11150
  initState() {
11065
- this.column.resizeStartWidth = headerWidth(this.element);
11151
+ // Use existing resizeStartWidth if already set (for keyboard resizing),
11152
+ // otherwise measure from DOM element (for mouse resizing)
11153
+ if (!this.column.resizeStartWidth) {
11154
+ this.column.resizeStartWidth = headerWidth(this.element);
11155
+ }
11066
11156
  this.service.resizedColumn({
11067
11157
  column: this.column,
11068
11158
  oldWidth: this.column.resizeStartWidth
@@ -11123,7 +11213,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
11123
11213
  }] } });
11124
11214
 
11125
11215
  /**
11126
- * Represents the service passed to the [`ColumnMenuTemplate`]({% slug api_treelist_columnmenutemplatedirective %}) directive.
11216
+ * Represents the service passed to the [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenutemplatedirective) directive.
11127
11217
  *
11128
11218
  * @example
11129
11219
  * ```html
@@ -11190,11 +11280,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
11190
11280
  */
11191
11281
  const ColumnMenuErrorMessages = {
11192
11282
  autoSizeColumn: `The auto size column does not work with enabled virtual columns.
11193
- See https://www.telerik.com/kendo-angular-ui/components/treelist/accessories/column-menu/#toc-autosize-column-item.`,
11283
+ See https://www.telerik.com/kendo-angular-ui/components/treelist/accessories/column-menu/#autosize-column-item.`,
11194
11284
  autoSizeAllColumns: `The auto size all columns does not work with enabled virtual columns.
11195
- See https://www.telerik.com/kendo-angular-ui/components/treelist/accessories/column-menu/#toc-autosize-all-columns-item.`,
11285
+ See https://www.telerik.com/kendo-angular-ui/components/treelist/accessories/column-menu/#autosize-all-columns-item.`,
11196
11286
  serviceInput: `The service input of the predefined column menu components is mandatory.
11197
- See https://www.telerik.com/kendo-angular-ui/components/treelist/accessories/column-menu/#toc-customizing-the-content.`
11287
+ See https://www.telerik.com/kendo-angular-ui/components/treelist/accessories/column-menu/#customizing-the-content.`
11198
11288
  };
11199
11289
 
11200
11290
  /**
@@ -11202,7 +11292,7 @@ const ColumnMenuErrorMessages = {
11202
11292
  */
11203
11293
  class ColumnMenuItemBase {
11204
11294
  /**
11205
- * Represents the [`ColumnMenuService`]({% slug api_treelist_columnmenuservice %}) instance.
11295
+ * Represents the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenuservice) instance.
11206
11296
  * Requires a mandatory input.
11207
11297
  */
11208
11298
  service;
@@ -11481,7 +11571,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
11481
11571
 
11482
11572
  /**
11483
11573
  * Represents the Kendo UI string-filter menu component for the TreeList. Use this component to filter string values using a filter menu popup.
11484
- * [See example](slug:filter_menu_treelist#toc-built-in-filter-menu-components).
11574
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-menu#built-in-filter-menu-components).
11485
11575
  *
11486
11576
  * @example
11487
11577
  * ```html
@@ -11788,7 +11878,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
11788
11878
 
11789
11879
  /**
11790
11880
  * Represents the Kendo UI numeric-filter menu component for the TreeList. Use this component to filter numeric values using a filter menu popup.
11791
- * [See example](slug:filter_menu_treelist#toc-built-in-filter-menu-components).
11881
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-menu#built-in-filter-menu-components).
11792
11882
  *
11793
11883
  * @example
11794
11884
  * ```html
@@ -12153,7 +12243,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
12153
12243
  }] } });
12154
12244
 
12155
12245
  /**
12156
- * Represents the Kendo UI date-filter menu component for Angular TreeList. Use this component to filter date fields in the TreeList. [See example](slug:filter_menu_treelist#toc-built-in-filter-menu-components).
12246
+ * Represents the Kendo UI date-filter menu component for Angular TreeList. Use this component to filter date fields in the TreeList. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-menu#built-in-filter-menu-components).
12157
12247
  *
12158
12248
  * @example
12159
12249
  * ```html
@@ -12374,7 +12464,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
12374
12464
  }] } });
12375
12465
 
12376
12466
  /**
12377
- * Represents the Kendo UI Boolean-filter menu component for Angular TreeList. Use this component to filter boolean fields in the TreeList. [See example](slug:filter_menu_treelist#toc-built-in-filter-menu-components).
12467
+ * Represents the Kendo UI Boolean-filter menu component for Angular TreeList. Use this component to filter boolean fields in the TreeList. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-menu#built-in-filter-menu-components).
12378
12468
  *
12379
12469
  * @example
12380
12470
  * ```html
@@ -12615,7 +12705,12 @@ class FilterMenuContainerComponent {
12615
12705
  * The column with which the filter is associated.
12616
12706
  * @type {ColumnComponent}
12617
12707
  */
12618
- column;
12708
+ set column(value) {
12709
+ this._column = value;
12710
+ }
12711
+ get column() {
12712
+ return this._column;
12713
+ }
12619
12714
  /**
12620
12715
  * @hidden
12621
12716
  */
@@ -12653,10 +12748,12 @@ class FilterMenuContainerComponent {
12653
12748
  }
12654
12749
  resetButton;
12655
12750
  filterButton;
12751
+ _column;
12656
12752
  _childFilter;
12657
12753
  subscription;
12658
12754
  _templateContext = {};
12659
12755
  _filter;
12756
+ _clearDisabled = true;
12660
12757
  constructor(parentService, childService, localization, cd, menuTabbingService) {
12661
12758
  this.parentService = parentService;
12662
12759
  this.childService = childService;
@@ -12682,6 +12779,12 @@ class FilterMenuContainerComponent {
12682
12779
  get disabled() {
12683
12780
  return !this.childFilter.filters.some(validFilters);
12684
12781
  }
12782
+ get clearDisabled() {
12783
+ if (!this.column || !this.filter) {
12784
+ return true;
12785
+ }
12786
+ return !filtersByField(this.filter, this.column.field).length;
12787
+ }
12685
12788
  get templateContext() {
12686
12789
  this._templateContext.column = this.column;
12687
12790
  this._templateContext.filter = this.childFilter;
@@ -12707,6 +12810,9 @@ class FilterMenuContainerComponent {
12707
12810
  return false;
12708
12811
  }
12709
12812
  reset() {
12813
+ if (this.clearDisabled) {
12814
+ return;
12815
+ }
12710
12816
  const root = this.filter || {
12711
12817
  filters: [],
12712
12818
  logic: "and"
@@ -12768,10 +12874,14 @@ class FilterMenuContainerComponent {
12768
12874
  class="k-button-rectangle"
12769
12875
  [disabled]="disabled"
12770
12876
  (keydown.tab)="onTab($event, 'filter')">{{filterText}}</button>
12771
- <button kendoButton
12772
- #resetButton
12877
+ <button #resetButton kendoButton
12773
12878
  type="reset"
12774
12879
  class="k-button-rectangle"
12880
+ [class.k-disabled]="clearDisabled"
12881
+ [attr.aria-disabled]="clearDisabled"
12882
+ (click)="reset()"
12883
+ (keydown.space)="clearDisabled ? $event.preventDefault() : reset()"
12884
+ (keydown.enter)="clearDisabled ? $event.preventDefault() : reset()"
12775
12885
  (keydown.tab)="onTab($event, 'reset')">{{clearText}}</button>
12776
12886
  </div>
12777
12887
  </div>
@@ -12818,10 +12928,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
12818
12928
  class="k-button-rectangle"
12819
12929
  [disabled]="disabled"
12820
12930
  (keydown.tab)="onTab($event, 'filter')">{{filterText}}</button>
12821
- <button kendoButton
12822
- #resetButton
12931
+ <button #resetButton kendoButton
12823
12932
  type="reset"
12824
12933
  class="k-button-rectangle"
12934
+ [class.k-disabled]="clearDisabled"
12935
+ [attr.aria-disabled]="clearDisabled"
12936
+ (click)="reset()"
12937
+ (keydown.space)="clearDisabled ? $event.preventDefault() : reset()"
12938
+ (keydown.enter)="clearDisabled ? $event.preventDefault() : reset()"
12825
12939
  (keydown.tab)="onTab($event, 'reset')">{{clearText}}</button>
12826
12940
  </div>
12827
12941
  </div>
@@ -12855,7 +12969,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
12855
12969
  }] } });
12856
12970
 
12857
12971
  /**
12858
- * Represents the content template for the [`kendo-treelist-columnmenu-item`]({% slug api_treelist_columnmenuitemcomponent %}) component.
12972
+ * Represents the content template for the [`kendo-treelist-columnmenu-item`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenuitemcomponent) component.
12859
12973
  * Use this directive to specify the content of a column menu item.
12860
12974
  * To define the content template, nest an `<ng-template>` tag with the `kendoTreeListColumnMenuItemContentTemplate` directive inside a `<kendo-treelist-columnmenu-item>`.
12861
12975
  *
@@ -12893,7 +13007,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
12893
13007
  }] }] });
12894
13008
 
12895
13009
  /**
12896
- * Represents an item you can place inside a [`ColumnMenuTemplate`]({% slug api_treelist_columnmenutemplatedirective %}) directive.
13010
+ * Represents an item you can place inside a [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenutemplatedirective) directive.
12897
13011
  *
12898
13012
  * @example
12899
13013
  * ```html
@@ -12918,11 +13032,11 @@ class ColumnMenuItemComponent {
12918
13032
  */
12919
13033
  collapse = new EventEmitter();
12920
13034
  /**
12921
- * Sets the name of the [font icon](slug:icons#icons-list) rendered for the item.
13035
+ * Sets the name of the [font icon](https://www.telerik.com/kendo-angular-ui/components/styling/icons#icons-list) rendered for the item.
12922
13036
  */
12923
13037
  icon;
12924
13038
  /**
12925
- * Sets the name of the [SVG icon]({% slug svgicon_list %}) rendered for the item.
13039
+ * Sets the name of the [SVG icon](https://www.telerik.com/kendo-angular-ui/components/icons/svgicon/svgicon-list) rendered for the item.
12926
13040
  */
12927
13041
  svgIcon;
12928
13042
  /**
@@ -12942,7 +13056,7 @@ class ColumnMenuItemComponent {
12942
13056
  */
12943
13057
  expanded;
12944
13058
  /**
12945
- * Provides the [ColumnMenuService]({% slug api_treelist_columnmenuservice %}) instance.
13059
+ * Provides the [ColumnMenuService](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenuservice) instance.
12946
13060
  * Required to include the item in the column menu keyboard navigation sequence.
12947
13061
  */
12948
13062
  service;
@@ -13002,9 +13116,9 @@ class ColumnMenuItemComponent {
13002
13116
  [attr.aria-controls]="expanded ? contentId : undefined">
13003
13117
  <kendo-icon-wrapper
13004
13118
  [name]="icon"
13005
- [svgIcon]="svgIcon"></kendo-icon-wrapper>
13006
- {{ text }}
13007
- @if (contentTemplate) {
13119
+ [svgIcon]="svgIcon"></kendo-icon-wrapper><!-- avoid extra spaces in the rendered HTML
13120
+ -->{{ text }}<!--
13121
+ -->@if (contentTemplate) {
13008
13122
  <span class="k-spacer"></span>
13009
13123
  }
13010
13124
  @if (contentTemplate) {
@@ -13023,7 +13137,7 @@ class ColumnMenuItemComponent {
13023
13137
  </div>
13024
13138
  }
13025
13139
  }
13026
-
13140
+
13027
13141
  <ng-template #content>
13028
13142
  <div
13029
13143
  class="k-columnmenu-item"
@@ -13036,9 +13150,9 @@ class ColumnMenuItemComponent {
13036
13150
  [attr.aria-controls]="expanded ? contentId : undefined">
13037
13151
  <kendo-icon-wrapper
13038
13152
  [name]="icon"
13039
- [svgIcon]="svgIcon"></kendo-icon-wrapper>
13040
- {{ text }}
13041
- @if (contentTemplate) {
13153
+ [svgIcon]="svgIcon"></kendo-icon-wrapper><!-- avoid extra spaces in the rendered HTML
13154
+ -->{{ text }}<!--
13155
+ -->@if (contentTemplate) {
13042
13156
  <span class="k-spacer"></span>
13043
13157
  }
13044
13158
  @if (contentTemplate) {
@@ -13125,9 +13239,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
13125
13239
  [attr.aria-controls]="expanded ? contentId : undefined">
13126
13240
  <kendo-icon-wrapper
13127
13241
  [name]="icon"
13128
- [svgIcon]="svgIcon"></kendo-icon-wrapper>
13129
- {{ text }}
13130
- @if (contentTemplate) {
13242
+ [svgIcon]="svgIcon"></kendo-icon-wrapper><!-- avoid extra spaces in the rendered HTML
13243
+ -->{{ text }}<!--
13244
+ -->@if (contentTemplate) {
13131
13245
  <span class="k-spacer"></span>
13132
13246
  }
13133
13247
  @if (contentTemplate) {
@@ -13146,7 +13260,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
13146
13260
  </div>
13147
13261
  }
13148
13262
  }
13149
-
13263
+
13150
13264
  <ng-template #content>
13151
13265
  <div
13152
13266
  class="k-columnmenu-item"
@@ -13159,9 +13273,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
13159
13273
  [attr.aria-controls]="expanded ? contentId : undefined">
13160
13274
  <kendo-icon-wrapper
13161
13275
  [name]="icon"
13162
- [svgIcon]="svgIcon"></kendo-icon-wrapper>
13163
- {{ text }}
13164
- @if (contentTemplate) {
13276
+ [svgIcon]="svgIcon"></kendo-icon-wrapper><!-- avoid extra spaces in the rendered HTML
13277
+ -->{{ text }}<!--
13278
+ -->@if (contentTemplate) {
13165
13279
  <span class="k-spacer"></span>
13166
13280
  }
13167
13281
  @if (contentTemplate) {
@@ -13212,9 +13326,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
13212
13326
  /**
13213
13327
  * Represents the column-menu item for editing column filters in the TreeList.
13214
13328
  *
13215
- * Render this component inside a [`ColumnMenuTemplate`]({% slug api_treelist_columnmenutemplatedirective %}) directive.
13329
+ * Render this component inside a [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenutemplatedirective) directive.
13216
13330
  *
13217
- * To register the component as a known column menu item, set the [`ColumnMenuService`]({% slug api_treelist_columnmenuservice %})
13331
+ * To register the component as a known column menu item, set the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenuservice)
13218
13332
  * that the template passes to the `service` input of the `kendo-treelist-columnmenu-filter` component.
13219
13333
  *
13220
13334
  * @example
@@ -13669,7 +13783,7 @@ class ColumnListComponent {
13669
13783
  <button
13670
13784
  #applyButton
13671
13785
  type="button"
13672
- class="k-button k-button-solid-primary k-button-solid k-button-md k-rounded-md k-button-rectangle"
13786
+ class="k-button k-button-primary k-button-rectangle"
13673
13787
  (click)="applyChanges()"
13674
13788
  (keydown.enter)="$event.preventDefault(); $event.stopPropagation(); applyChanges();"
13675
13789
  (keydown.space)="$event.preventDefault(); $event.stopPropagation(); applyChanges();">{{ applyText }}</button>
@@ -13677,7 +13791,7 @@ class ColumnListComponent {
13677
13791
  #resetButton
13678
13792
  type="button"
13679
13793
  (keydown.tab)="onTab($event)"
13680
- class="k-button k-button-solid-base k-button-solid k-button-md k-rounded-md k-button-rectangle"
13794
+ class="k-button k-button-rectangle"
13681
13795
  (click)="cancelChanges()"
13682
13796
  (keydown.enter)="$event.preventDefault(); $event.stopPropagation(); cancelChanges();"
13683
13797
  (keydown.space)="$event.preventDefault(); $event.stopPropagation(); cancelChanges();">{{ resetText }}</button>
@@ -13716,7 +13830,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
13716
13830
  <button
13717
13831
  #applyButton
13718
13832
  type="button"
13719
- class="k-button k-button-solid-primary k-button-solid k-button-md k-rounded-md k-button-rectangle"
13833
+ class="k-button k-button-primary k-button-rectangle"
13720
13834
  (click)="applyChanges()"
13721
13835
  (keydown.enter)="$event.preventDefault(); $event.stopPropagation(); applyChanges();"
13722
13836
  (keydown.space)="$event.preventDefault(); $event.stopPropagation(); applyChanges();">{{ applyText }}</button>
@@ -13724,7 +13838,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
13724
13838
  #resetButton
13725
13839
  type="button"
13726
13840
  (keydown.tab)="onTab($event)"
13727
- class="k-button k-button-solid-base k-button-solid k-button-md k-rounded-md k-button-rectangle"
13841
+ class="k-button k-button-rectangle"
13728
13842
  (click)="cancelChanges()"
13729
13843
  (keydown.enter)="$event.preventDefault(); $event.stopPropagation(); cancelChanges();"
13730
13844
  (keydown.space)="$event.preventDefault(); $event.stopPropagation(); cancelChanges();">{{ resetText }}</button>
@@ -13779,10 +13893,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
13779
13893
 
13780
13894
  /**
13781
13895
  *
13782
- * Represents the Kendo UI for Angular TreeList column-menu item for chaging the visibility of the columns. [See example](slug:columnmenu_treelist#toc-column-chooser-item).
13896
+ * Represents the Kendo UI for Angular TreeList column-menu item for chaging the visibility of the columns. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/accessories/column-menu#column-chooser-item).
13783
13897
  *
13784
- * Place this component inside a [`ColumnMenuTemplate`]({% slug api_treelist_columnmenutemplatedirective %}) directive to enable the feature.
13785
- * Set the [`ColumnMenuService`]({% slug api_treelist_columnmenuservice %}) and `column` inputs using the values passed by the template.
13898
+ * Place this component inside a [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenutemplatedirective) directive to enable the feature.
13899
+ * Set the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenuservice) and `column` inputs using the values passed by the template.
13786
13900
  *
13787
13901
  * @example
13788
13902
  * ```html
@@ -13930,9 +14044,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
13930
14044
  /**
13931
14045
  * Represents the column-menu item that lets you lock or unlock columns.
13932
14046
  *
13933
- * Render this component inside a [`ColumnMenuTemplate`]({% slug api_treelist_columnmenutemplatedirective %}) directive.
14047
+ * Render this component inside a [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenutemplatedirective) directive.
13934
14048
  *
13935
- * To register the component as a known column menu item, set the [`ColumnMenuService`]({% slug api_treelist_columnmenuservice %})
14049
+ * To register the component as a known column menu item, set the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenuservice)
13936
14050
  * that the template passes to the `service` input of the `kendo-treelist-columnmenu-lock` component.
13937
14051
  *
13938
14052
  * @example
@@ -14030,9 +14144,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
14030
14144
  /**
14031
14145
  * Represents the column-menu item for sorting TreeList columns.
14032
14146
  *
14033
- * Render this component inside a [`ColumnMenuTemplate`]({% slug api_treelist_columnmenutemplatedirective %}) directive.
14147
+ * Render this component inside a [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenutemplatedirective) directive.
14034
14148
  *
14035
- * To register the component as a known column menu item, set the [`ColumnMenuService`]({% slug api_treelist_columnmenuservice %})
14149
+ * To register the component as a known column menu item, set the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenuservice)
14036
14150
  * that the template passes to the `service` input of the `kendo-treelist-columnmenu-sort` component.
14037
14151
  *
14038
14152
  * @example
@@ -14131,7 +14245,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
14131
14245
 
14132
14246
  /**
14133
14247
  * Provides keyboard navigation support for TreeList column menu items.
14134
- * Use this directive to manage focus and tab order for custom column menu items ([see example](slug:columnmenu_treelist#customizing-the-content)).
14248
+ * Use this directive to manage focus and tab order for custom column menu items ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/accessories/column-menu#customizing-the-content)).
14135
14249
  *
14136
14250
  * @example
14137
14251
  * ```html
@@ -14317,10 +14431,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
14317
14431
  }] } });
14318
14432
 
14319
14433
  /**
14320
- * Represents the Kendo UI TreeList column-menu item for resizing all columns to fit the widest header or cell content without wrapping. [See example](slug:columnmenu_treelist#toc-autosize-all-columns-item).
14434
+ * Represents the Kendo UI TreeList column-menu item for resizing all columns to fit the widest header or cell content without wrapping. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/accessories/column-menu#autosize-all-columns-item).
14321
14435
  *
14322
- * Place this component inside a [`ColumnMenuTemplate`]({% slug api_treelist_columnmenutemplatedirective %}) directive to enable the feature.
14323
- * Register the component as a known column menu item by setting the [`ColumnMenuService`]({% slug api_treelist_columnmenuservice %}) to the `service` input. [See example](slug:columnmenu_treelist#toc-customizing-the-content).
14436
+ * Place this component inside a [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenutemplatedirective) directive to enable the feature.
14437
+ * Register the component as a known column menu item by setting the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenuservice) to the `service` input. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/accessories/column-menu#customizing-the-content).
14324
14438
  *
14325
14439
  * @example
14326
14440
  * ```html
@@ -14383,10 +14497,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
14383
14497
  }], ctorParameters: () => [{ type: ContextService }] });
14384
14498
 
14385
14499
  /**
14386
- * Represents the Kendo UI for Angular TreeList column-menu item for resizing a specified column to fit the header or cell content without wrapping. [See example](slug:columnmenu_treelist#toc-customizing-the-content).
14500
+ * Represents the Kendo UI for Angular TreeList column-menu item for resizing a specified column to fit the header or cell content without wrapping. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/accessories/column-menu#customizing-the-content).
14387
14501
  *
14388
- * Place this component inside a [`ColumnMenuTemplate`]({% slug api_treelist_columnmenutemplatedirective %}) directive to enable the feature.
14389
- * Set the [`ColumnMenuService`]({% slug api_treelist_columnmenuservice %}) and `column` inputs using the values passed by the template.
14502
+ * Place this component inside a [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenutemplatedirective) directive to enable the feature.
14503
+ * Set the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenuservice) and `column` inputs using the values passed by the template.
14390
14504
  *
14391
14505
  * @example
14392
14506
  * ```html
@@ -14460,7 +14574,7 @@ const POPUP_CLASSES = 'k-grid-columnmenu-popup k-column-menu';
14460
14574
  let id$1 = 0;
14461
14575
  const getId$1 = (treelistId) => `${treelistId}-column-menu-${id$1++}`;
14462
14576
  /**
14463
- * Represents the [column menu]({% slug columnmenu_treelist %}) component of the TreeList.
14577
+ * Represents the [column menu](https://www.telerik.com/kendo-angular-ui/components/treelist/accessories/column-menu) component of the TreeList.
14464
14578
  * Use this component to display and manage column menu options for a TreeList column.
14465
14579
  *
14466
14580
  * @example
@@ -14499,12 +14613,12 @@ class ColumnMenuComponent {
14499
14613
  settings = {};
14500
14614
  /**
14501
14615
  * The descriptors by which the data is sorted.
14502
- * Typically bound to the same value as [TreeListComponent.sort]({% slug api_treelist_treelistcomponent %}#toc-sort).
14616
+ * Typically bound to the same value as [TreeListComponent.sort](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#sort).
14503
14617
  */
14504
14618
  sort;
14505
14619
  /**
14506
14620
  * The descriptor by which the data is filtered.
14507
- * Typically bound to the same value as [TreeListComponent.filter]({% slug api_treelist_treelistcomponent %}#toc-filter).
14621
+ * Typically bound to the same value as [TreeListComponent.filter](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#filter).
14508
14622
  */
14509
14623
  filter;
14510
14624
  /**
@@ -14747,7 +14861,7 @@ class ColumnMenuComponent {
14747
14861
  >
14748
14862
  </kendo-treelist-columnmenu-autosize-column>
14749
14863
  }
14750
-
14864
+
14751
14865
  @if (hasAutoSizeAllColumns) {
14752
14866
  <kendo-treelist-columnmenu-autosize-all-columns
14753
14867
  #autoSizeAllColumnsItem
@@ -14836,7 +14950,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
14836
14950
  >
14837
14951
  </kendo-treelist-columnmenu-autosize-column>
14838
14952
  }
14839
-
14953
+
14840
14954
  @if (hasAutoSizeAllColumns) {
14841
14955
  <kendo-treelist-columnmenu-autosize-all-columns
14842
14956
  #autoSizeAllColumnsItem
@@ -16128,7 +16242,7 @@ class ToolbarComponent {
16128
16242
  this.navigationService.updateFocus();
16129
16243
  }
16130
16244
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ToolbarComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: ContextService }], target: i0.ɵɵFactoryTarget.Component });
16131
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", type: ToolbarComponent, isStandalone: true, selector: "kendo-treelist-toolbar", inputs: { position: "position", navigable: "navigable" }, host: { properties: { "attr.role": "this.hostRole", "class.k-grid-toolbar": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "class.k-toolbar-solid": "this.hostClasses", "class.k-toolbar-md": "this.hostClasses" } }, ngImport: i0, template: `
16245
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", type: ToolbarComponent, isStandalone: true, selector: "kendo-treelist-toolbar", inputs: { position: "position", navigable: "navigable" }, host: { properties: { "attr.role": "this.hostRole", "class.k-grid-toolbar": "this.hostClasses", "class.k-toolbar": "this.hostClasses" } }, ngImport: i0, template: `
16132
16246
  @if (toolbarTemplateRef) {
16133
16247
  <ng-template
16134
16248
  [ngTemplateOutlet]="toolbarTemplateRef"
@@ -16163,12 +16277,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
16163
16277
  }, {
16164
16278
  type: HostBinding,
16165
16279
  args: ['class.k-toolbar']
16166
- }, {
16167
- type: HostBinding,
16168
- args: ['class.k-toolbar-solid']
16169
- }, {
16170
- type: HostBinding,
16171
- args: ['class.k-toolbar-md']
16172
16280
  }], position: [{
16173
16281
  type: Input
16174
16282
  }], navigable: [{
@@ -16255,7 +16363,7 @@ class Messages extends ComponentMessages {
16255
16363
  * To allow reordering the column name and the localizable part, the `filterInputLabel` accepts a string with a
16256
16364
  * placeholder for the column name, for example, **filter for {columnName}**. The `{columnName}` placeholder will be replaced
16257
16365
  * internally with the current column name, and the resulting label will be rendered as **filter for Product Name**.
16258
- * [See example](slug:globalization_grid#toc-custom-messages).
16366
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/grid/globalization#custom-messages).
16259
16367
  */
16260
16368
  filterInputLabel;
16261
16369
  /**
@@ -16267,7 +16375,7 @@ class Messages extends ComponentMessages {
16267
16375
  * To allow reordering the column name and the localizable part, the `filterCellOperatorLabel` accepts a string with a
16268
16376
  * placeholder for the column name, for example, **Filter operators for {columnName}**. The `{columnName}` placeholder will be replaced
16269
16377
  * internally with the current column name, and the resulting label will be rendered as **Filter operators for Product Name**.
16270
- * [See example](slug:globalization_treelist#toc-custom-messages).
16378
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/globalization#custom-messages).
16271
16379
  */
16272
16380
  filterCellOperatorLabel;
16273
16381
  /**
@@ -16279,7 +16387,7 @@ class Messages extends ComponentMessages {
16279
16387
  * To allow reordering the column name and the localizable part, the `booleanFilterCellLabel` accepts a string with a
16280
16388
  * placeholder for the column name, for example, **Boolean Filter operator for {columnName}**. The `{columnName}` placeholder will be replaced
16281
16389
  * internally with the current column name, and the resulting label will be rendered as **Boolean Filter operator for Product Name**.
16282
- * [See example](slug:globalization_treelist#toc-custom-messages).
16390
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/globalization#custom-messages).
16283
16391
  */
16284
16392
  booleanFilterCellLabel;
16285
16393
  /**
@@ -16407,7 +16515,7 @@ class Messages extends ComponentMessages {
16407
16515
  * To allow reordering the column name and the localizable part, the `filterMenuOperatorsDropDownLabel` accepts a string with a
16408
16516
  * placeholder for the column name, for example, **filter operators for {columnName**'. The `{columnName}` placeholder will be replaced
16409
16517
  * internally with the current column name, and the resulting label will be rendered as **filter operators for Product Name**.
16410
- * [See example](slug:globalization_treelist#toc-custom-messages).
16518
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/globalization#custom-messages).
16411
16519
  */
16412
16520
  filterMenuOperatorsDropDownLabel;
16413
16521
  /**
@@ -16419,7 +16527,7 @@ class Messages extends ComponentMessages {
16419
16527
  * To allow reordering the column name and the localizable part, the `filterMenuLogicDropDownLabel` accepts a string with a
16420
16528
  * placeholder for the column name, for example, **filter logic for {columnName}**. The `{columnName}` placeholder will be replaced
16421
16529
  * internally with the current column name, and the resulting label will be rendered as **filter logic for Product Name**.
16422
- * [See example](slug:globalization_treelist#toc-custom-messages).
16530
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/globalization#custom-messages).
16423
16531
  */
16424
16532
  filterMenuLogicDropDownLabel;
16425
16533
  /**
@@ -16438,7 +16546,7 @@ class Messages extends ComponentMessages {
16438
16546
  * To allow reordering the column name and the localizable part, the `columnMenu` accepts a string with a
16439
16547
  * placeholder for the column name, for example, **menu for {columnName}**. The `{columnName}` placeholder will be replaced
16440
16548
  * internally with the current column name, and the resulting title will be rendered as **menu for Product Name**.
16441
- * [See example](slug:globalization_grid#toc-custom-messages).
16549
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/grid/globalization#custom-messages).
16442
16550
  */
16443
16551
  columnMenu;
16444
16552
  /**
@@ -16528,7 +16636,7 @@ class Messages extends ComponentMessages {
16528
16636
  * To allow reordering the column name and the localizable part, the `filterMenuTitle` accepts a string with a
16529
16637
  * placeholder for the column name, for example, **filter for {columnName}**. The `{columnName}` placeholder will be replaced
16530
16638
  * internally with the current column name, and the resulting title will be rendered as **filter for Product Name**.
16531
- * [See example](slug:globalization_treelist#toc-custom-messages).
16639
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/globalization#custom-messages).
16532
16640
  */
16533
16641
  filterMenuTitle;
16534
16642
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
@@ -16809,7 +16917,7 @@ class TreeListComponent {
16809
16917
  ariaLabel;
16810
16918
  /**
16811
16919
  * Sets the data for the TreeList. When you provide an array, the TreeList gets the total count automatically
16812
- * ([more information and example]({% slug databinding_treelist %})).
16920
+ * ([more information and example](https://www.telerik.com/kendo-angular-ui/components/treelist/data-binding/basics)).
16813
16921
  */
16814
16922
  set data(value) {
16815
16923
  this.view.reset();
@@ -16827,7 +16935,7 @@ class TreeListComponent {
16827
16935
  return this.loadedData;
16828
16936
  }
16829
16937
  /**
16830
- * Sets the page size for the TreeList when [paging]({% slug paging_treelist %}) is enabled.
16938
+ * Sets the page size for the TreeList when [paging](https://www.telerik.com/kendo-angular-ui/components/treelist/paging/basics) is enabled.
16831
16939
  *
16832
16940
  * @default 10
16833
16941
  */
@@ -16840,13 +16948,13 @@ class TreeListComponent {
16840
16948
  height;
16841
16949
  /**
16842
16950
  * Sets the actual height of each TreeList row (`tr`) element in the DOM.
16843
- * The [virtual scrolling functionality]({% slug scrollmmodes_treelist %}) requires this setting.
16951
+ * The [virtual scrolling functionality](https://www.telerik.com/kendo-angular-ui/components/treelist/scroll-modes) requires this setting.
16844
16952
  * Set the `rowHeight` option to match the exact pixel height of the `tr` element in the DOM.
16845
16953
  */
16846
16954
  rowHeight;
16847
16955
  /**
16848
16956
  * Sets the number of records that the pager skips.
16849
- * The [paging]({% slug paging_treelist %}) functionality requires this setting.
16957
+ * The [paging](https://www.telerik.com/kendo-angular-ui/components/treelist/paging/basics) functionality requires this setting.
16850
16958
  */
16851
16959
  get skip() {
16852
16960
  return this._skip;
@@ -16864,7 +16972,7 @@ class TreeListComponent {
16864
16972
  */
16865
16973
  scrollable = 'scrollable';
16866
16974
  /**
16867
- * Sets the descriptors for sorting the data ([see example]({% slug sorting_treelist %})).
16975
+ * Sets the descriptors for sorting the data ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/sorting/basics)).
16868
16976
  */
16869
16977
  set sort(value) {
16870
16978
  if (isArray(value)) {
@@ -16882,7 +16990,7 @@ class TreeListComponent {
16882
16990
  */
16883
16991
  trackBy = defaultTrackBy;
16884
16992
  /**
16885
- * Sets the descriptor for filtering the data ([see examples]({% slug filtering_treelist %})).
16993
+ * Sets the descriptor for filtering the data ([see examples](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics)).
16886
16994
  */
16887
16995
  filter;
16888
16996
  /**
@@ -16952,19 +17060,19 @@ class TreeListComponent {
16952
17060
  return this.selectionService.enableMarquee;
16953
17061
  }
16954
17062
  /**
16955
- * Enables the [filtering]({% slug filtering_treelist %}) of TreeList columns that have their `field` option set.
17063
+ * Enables the [filtering](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics) of TreeList columns that have their `field` option set.
16956
17064
  *
16957
17065
  * @default false
16958
17066
  */
16959
17067
  filterable = false;
16960
17068
  /**
16961
- * Enables the [sorting]({% slug sorting_treelist %}) of TreeList columns that have their `field` option set.
17069
+ * Enables the [sorting](https://www.telerik.com/kendo-angular-ui/components/treelist/sorting/basics) of TreeList columns that have their `field` option set.
16962
17070
  *
16963
17071
  * @default false
16964
17072
  */
16965
17073
  sortable = false;
16966
17074
  /**
16967
- * Configures the pager for the TreeList ([see example]({% slug paging_treelist %})).
17075
+ * Configures the pager for the TreeList ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/paging/basics)).
16968
17076
  *
16969
17077
  * @default false
16970
17078
  */
@@ -16983,7 +17091,7 @@ class TreeListComponent {
16983
17091
  * Determines whether TreeList columns resize during initialization to fit their headers and row content.
16984
17092
  * Columns with `autoSize` set to `false` are excluded.
16985
17093
  * To dynamically update the column width to match new content,
16986
- * refer to [this example]({% slug resizing_columns_treelist %}).
17094
+ * refer to [this example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/resizing).
16987
17095
  *
16988
17096
  * @default false
16989
17097
  */
@@ -17014,26 +17122,26 @@ class TreeListComponent {
17014
17122
  }
17015
17123
  /**
17016
17124
  * When set to `true`, you can resize columns by dragging the edges (resize handles) of their header cells
17017
- * ([see example]({% slug resizing_columns_treelist %})).
17125
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/resizing)).
17018
17126
  *
17019
17127
  * @default false
17020
17128
  */
17021
17129
  resizable = false;
17022
17130
  /**
17023
17131
  * When set to `true`, you can reorder columns by dragging their header cells
17024
- * ([see example]({% slug reordering_columns_treelist %})).
17132
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/reordering)).
17025
17133
  *
17026
17134
  * @default false
17027
17135
  */
17028
17136
  reorderable = false;
17029
17137
  /**
17030
- * Determines whether the TreeList displays the loading indicator ([see example]({% slug databinding_treelist %})).
17138
+ * Determines whether the TreeList displays the loading indicator ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/data-binding/basics)).
17031
17139
  *
17032
17140
  * @default false
17033
17141
  */
17034
17142
  loading = false;
17035
17143
  /**
17036
- * Determines whether the column menu of the columns displays ([see example]({% slug columnmenu_treelist %})).
17144
+ * Determines whether the column menu of the columns displays ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/accessories/column-menu)).
17037
17145
  *
17038
17146
  * @default false
17039
17147
  */
@@ -17041,7 +17149,7 @@ class TreeListComponent {
17041
17149
  /**
17042
17150
  * Determines whether the TreeList hides the header. The header is visible by default.
17043
17151
  *
17044
- * The header includes column headers and the [filter row](slug:filter_row_treelist).
17152
+ * The header includes column headers and the [filter row](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row).
17045
17153
  *
17046
17154
  * @default false
17047
17155
  */
@@ -17076,7 +17184,7 @@ class TreeListComponent {
17076
17184
  this.selectionService.isSelected = value;
17077
17185
  }
17078
17186
  /**
17079
- * Enables the [row reordering]({% slug treelist_row_reordering %}) of the TreeList.
17187
+ * Enables the [row reordering](https://www.telerik.com/kendo-angular-ui/components/treelist/row-reordering) of the TreeList.
17080
17188
  *
17081
17189
  * @default false
17082
17190
  */
@@ -17107,12 +17215,12 @@ class TreeListComponent {
17107
17215
  */
17108
17216
  filterChange = new EventEmitter();
17109
17217
  /**
17110
- * Fires when the page of the TreeList changes ([see example]({% slug paging_treelist %})).
17218
+ * Fires when the page of the TreeList changes ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/paging/basics)).
17111
17219
  * You have to handle the event and page the data.
17112
17220
  */
17113
17221
  pageChange = new EventEmitter();
17114
17222
  /**
17115
- * Fires when the sorting of the TreeList changes ([see example]({% slug sorting_treelist %})).
17223
+ * Fires when the sorting of the TreeList changes ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/sorting/basics)).
17116
17224
  * You have to handle the event and sort the data.
17117
17225
  */
17118
17226
  sortChange = new EventEmitter();
@@ -17122,35 +17230,35 @@ class TreeListComponent {
17122
17230
  dataStateChange = new EventEmitter();
17123
17231
  /**
17124
17232
  * Fires when you click the **Edit** command button to edit a row
17125
- * ([see example]({% slug editing_template_forms_treelist %}#toc-editing-records)).
17233
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/template-forms#editing-records)).
17126
17234
  */
17127
17235
  edit = new EventEmitter();
17128
17236
  /**
17129
17237
  * Fires when you click the **Cancel** command button to close a row
17130
- * ([see example]({% slug editing_template_forms_treelist %}#toc-cancelling-editing)).
17238
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/template-forms#cancelling-editing)).
17131
17239
  */
17132
17240
  cancel = new EventEmitter();
17133
17241
  /**
17134
17242
  * Fires when you click the **Save** command button to save changes in a row
17135
- * ([see example]({% slug editing_template_forms_treelist %}#toc-saving-records)).
17243
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/template-forms#saving-records)).
17136
17244
  */
17137
17245
  save = new EventEmitter();
17138
17246
  /**
17139
17247
  * Fires when you click the **Remove** command button to remove a row
17140
- * ([see example]({% slug editing_template_forms_treelist %}#toc-removing-records)).
17248
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/template-forms#removing-records)).
17141
17249
  */
17142
17250
  remove = new EventEmitter();
17143
17251
  /**
17144
17252
  * Fires when you click the **Add** command button to add a new row
17145
- * ([see example]({% slug editing_template_forms_treelist %}#toc-adding-records)).
17253
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/template-forms#adding-records)).
17146
17254
  */
17147
17255
  add = new EventEmitter();
17148
17256
  /**
17149
- * Fires when you leave an edited cell ([see example]({% slug editing_incell_treelist %}#toc-basic-concepts)).
17257
+ * Fires when you leave an edited cell ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/editing-in-cell#basic-concepts)).
17150
17258
  */
17151
17259
  cellClose = new EventEmitter();
17152
17260
  /**
17153
- * Fires when you click a cell ([see example]({% slug editing_incell_treelist %}#toc-basic-concepts)).
17261
+ * Fires when you click a cell ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/editing-in-cell#basic-concepts)).
17154
17262
  */
17155
17263
  cellClick = new EventEmitter();
17156
17264
  /**
@@ -17179,7 +17287,7 @@ class TreeListComponent {
17179
17287
  columnLockedChange = new EventEmitter();
17180
17288
  /**
17181
17289
  * Fires when you scroll to the last record on the page and enables endless scrolling
17182
- * ([see example]({% slug scrollmmodes_treelist %}#toc-endless-scrolling)).
17290
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/scroll-modes#endless-scrolling)).
17183
17291
  * You have to handle the event and page the data.
17184
17292
  */
17185
17293
  scrollBottom = new EventEmitter();
@@ -17205,7 +17313,7 @@ class TreeListComponent {
17205
17313
  expandStateChange = new EventEmitter();
17206
17314
  /**
17207
17315
  * Fires when you drop the dragged row and reordering occurs.
17208
- * Emits the [RowReorderEvent]({% slug api_treelist_rowreorderevent %}).
17316
+ * Emits the [RowReorderEvent](https://www.telerik.com/kendo-angular-ui/components/treelist/api/rowreorderevent).
17209
17317
  */
17210
17318
  rowReorder = new EventEmitter();
17211
17319
  /**
@@ -17695,7 +17803,7 @@ class TreeListComponent {
17695
17803
  }
17696
17804
  }
17697
17805
  /**
17698
- * Switches the specified table row to edit mode ([see example]({% slug editing_template_forms_treelist %}#toc-editing-records)).
17806
+ * Switches the specified table row to edit mode ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/template-forms#editing-records)).
17699
17807
  *
17700
17808
  * @param dataItem The data item that you will edit.
17701
17809
  * @param group - The [`FormGroup`](link:site.data.urls.angular['formgroupapi'])
@@ -17716,7 +17824,7 @@ class TreeListComponent {
17716
17824
  });
17717
17825
  }
17718
17826
  /**
17719
- * Closes the editor for a given row ([see example]({% slug editing_template_forms_treelist %}#toc-cancelling-editing)).
17827
+ * Closes the editor for a given row ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/template-forms#cancelling-editing)).
17720
17828
  *
17721
17829
  * @param dataItem The data item that you will switch out of edit mode.
17722
17830
  * @param isNew Determines whether the data item is new.
@@ -17732,7 +17840,7 @@ class TreeListComponent {
17732
17840
  }
17733
17841
  }
17734
17842
  /**
17735
- * Creates a new row editor ([see example]({% slug editing_template_forms_treelist %}#toc-adding-records)).
17843
+ * Creates a new row editor ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/template-forms#adding-records)).
17736
17844
  *
17737
17845
  * @param group The [`FormGroup`](link:site.data.urls.angular['formgroupapi']) that describes
17738
17846
  * the edit form. If called with a data item, it builds the `FormGroup` from the data item fields.
@@ -17777,10 +17885,10 @@ class TreeListComponent {
17777
17885
  }
17778
17886
  /**
17779
17887
  * Closes the current cell in edit mode and fires
17780
- * the [`cellClose`]({% slug api_treelist_treelistcomponent %}#toc-cellclose) event.
17888
+ * the [`cellClose`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#cellclose) event.
17781
17889
  *
17782
17890
  * @return {boolean} A Boolean value that indicates whether the edited cell closed.
17783
- * A `false` value indicates that the [`cellClose`]({% slug api_treelist_treelistcomponent %}#toc-cellclose) event was prevented.
17891
+ * A `false` value indicates that the [`cellClose`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#cellclose) event was prevented.
17784
17892
  */
17785
17893
  closeCell() {
17786
17894
  return !this.editService.closeCell();
@@ -17809,14 +17917,14 @@ class TreeListComponent {
17809
17917
  return this.editService.isEditing() && this.editService.isEditingCell();
17810
17918
  }
17811
17919
  /**
17812
- * Starts the PDF export ([see example]({% slug pdfexport_treelist %})).
17920
+ * Starts the PDF export ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/pdf-export)).
17813
17921
  */
17814
17922
  saveAsPDF() {
17815
17923
  this.pdfService.save(this);
17816
17924
  }
17817
17925
  /**
17818
- * Exports the TreeList element to a Drawing [`Group`]({% slug api_kendo-drawing_group %}) by using the `kendo-treelist-pdf` component options.
17819
- * ([see example]({% slug pdfexport_treelist %}#toc-exporting-multiple-treelists-to-the-same-pdf)).
17926
+ * 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.
17927
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/pdf-export#exporting-multiple-treelists-to-the-same-pdf)).
17820
17928
  *
17821
17929
  * @return {Promise} A promise that resolves with the Drawing `Group`.
17822
17930
  */
@@ -17826,7 +17934,7 @@ class TreeListComponent {
17826
17934
  return promise;
17827
17935
  }
17828
17936
  /**
17829
- * Starts the Excel export ([see example]({% slug excelexport_treelist %})).
17937
+ * Starts the Excel export ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/excel-export)).
17830
17938
  */
17831
17939
  saveAsExcel() {
17832
17940
  this.excelService.save(this);
@@ -17836,7 +17944,7 @@ class TreeListComponent {
17836
17944
  * so that the whole text fits without wrapping. This method expects the TreeList
17837
17945
  * to be resizable (set `resizable` to `true`).
17838
17946
  * Execute this method only
17839
- * after the TreeList is already populated with data. [See example](slug:resizing_columns_treelist#toc-auto-fitting-the-content).
17947
+ * 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).
17840
17948
  */
17841
17949
  autoFitColumn(column) {
17842
17950
  this.columnResizingService.autoFit(column);
@@ -17846,11 +17954,14 @@ class TreeListComponent {
17846
17954
  * If you do not specify columns, `autoFitColumns` applies to all columns.
17847
17955
  *
17848
17956
  * This method requires the TreeList to be resizable (set `resizable` to `true`).
17849
- * [See example](slug:resizing_columns_treelist#toc-auto-fitting-the-content).
17957
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/resizing#auto-fitting-the-content).
17850
17958
  */
17851
- autoFitColumns(columns = this.columns) {
17959
+ autoFitColumns(columns) {
17852
17960
  let cols;
17853
- if (columns instanceof QueryList) {
17961
+ if (!isPresent(columns)) {
17962
+ cols = this.columnsContainer.leafColumns?.toArray() || [];
17963
+ }
17964
+ else if (columns instanceof QueryList) {
17854
17965
  cols = columns.toArray();
17855
17966
  }
17856
17967
  else {
@@ -18016,8 +18127,8 @@ class TreeListComponent {
18016
18127
  * Updates the state of the current view without reloading the data.
18017
18128
  *
18018
18129
  * Checks all currently rendered items for changes and
18019
- * triggers re-evaluation of the [isExpanded](#toc-isexpanded) and
18020
- * [isSelected](#toc-isSelected) callbacks.
18130
+ * triggers re-evaluation of the [isExpanded](#isexpanded) and
18131
+ * [isSelected](#isSelected) callbacks.
18021
18132
  */
18022
18133
  updateView() {
18023
18134
  if (this.rowReorderable) {
@@ -18406,7 +18517,8 @@ class TreeListComponent {
18406
18517
  this.navigationService.metadata = this.navigationMetadata();
18407
18518
  }
18408
18519
  applyAutoSize() {
18409
- const cols = this.columns.filter((c) => this.autoSize ? c.autoSize !== false : c.autoSize);
18520
+ const leafColumns = this.columnsContainer.leafColumns?.toArray() || [];
18521
+ const cols = leafColumns.filter((c) => this.autoSize ? c.autoSize !== false : c.autoSize);
18410
18522
  if (cols.length > 0) {
18411
18523
  this.ngZone.onStable.pipe(take(1)).subscribe(_ => this.autoFitColumns(cols));
18412
18524
  }
@@ -18481,7 +18593,7 @@ class TreeListComponent {
18481
18593
  this.dropTargetContainer?.notify();
18482
18594
  }
18483
18595
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TreeListComponent, deps: [{ token: BrowserSupportService }, { token: i0.ElementRef }, { token: ChangeNotificationService }, { token: EditService }, { token: FilterService }, { token: PDFService }, { token: ResponsiveService }, { token: i0.Renderer2 }, { token: ExcelService }, { token: i0.NgZone }, { token: ScrollSyncService }, { token: DomEventsService }, { token: ColumnResizingService }, { token: i0.ChangeDetectorRef }, { token: ColumnReorderService }, { token: ColumnInfoService }, { token: NavigationService }, { token: SortService }, { token: ScrollRequestService }, { token: ExpandStateService }, { token: OptionChangesService }, { token: SelectionService }, { token: i1$1.LocalizationService }, { token: ContextService }, { token: RowReorderService }], target: i0.ɵɵFactoryTarget.Component });
18484
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", type: TreeListComponent, isStandalone: true, selector: "kendo-treelist", inputs: { ariaLabel: ["aria-label", "ariaLabel"], data: "data", pageSize: "pageSize", height: "height", rowHeight: "rowHeight", skip: "skip", scrollable: "scrollable", sort: "sort", trackBy: "trackBy", filter: "filter", virtualColumns: "virtualColumns", filterable: "filterable", sortable: "sortable", pageable: "pageable", navigable: "navigable", autoSize: "autoSize", rowClass: "rowClass", resizable: "resizable", reorderable: "reorderable", loading: "loading", columnMenu: "columnMenu", hideHeader: "hideHeader", idField: "idField", selectable: "selectable", isSelected: "isSelected", rowReorderable: "rowReorderable", columnsRef: ["columns", "columnsRef"], fetchChildren: "fetchChildren", hasChildren: "hasChildren", isExpanded: "isExpanded" }, outputs: { selectionChange: "selectionChange", filterChange: "filterChange", pageChange: "pageChange", sortChange: "sortChange", dataStateChange: "dataStateChange", edit: "edit", cancel: "cancel", save: "save", remove: "remove", add: "add", cellClose: "cellClose", cellClick: "cellClick", pdfExport: "pdfExport", excelExport: "excelExport", columnResize: "columnResize", columnReorder: "columnReorder", columnVisibilityChange: "columnVisibilityChange", columnLockedChange: "columnLockedChange", scrollBottom: "scrollBottom", contentScroll: "contentScroll", expandEvent: "expand", collapseEvent: "collapse", expandStateChange: "expandStateChange", rowReorder: "rowReorder" }, host: { properties: { "attr.dir": "this.dir", "class.k-grid": "this.hostClasses", "class.k-grid-md": "this.hostClasses", "class.k-treelist": "this.hostClasses", "class.k-grid-lockedcolumns": "this.lockedClasses", "class.k-grid-virtual": "this.virtualClasses", "class.k-grid-no-scrollbar": "this.noScrollbarClass" } }, providers: [
18596
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", type: TreeListComponent, isStandalone: true, selector: "kendo-treelist", inputs: { ariaLabel: ["aria-label", "ariaLabel"], data: "data", pageSize: "pageSize", height: "height", rowHeight: "rowHeight", skip: "skip", scrollable: "scrollable", sort: "sort", trackBy: "trackBy", filter: "filter", virtualColumns: "virtualColumns", filterable: "filterable", sortable: "sortable", pageable: "pageable", navigable: "navigable", autoSize: "autoSize", rowClass: "rowClass", resizable: "resizable", reorderable: "reorderable", loading: "loading", columnMenu: "columnMenu", hideHeader: "hideHeader", idField: "idField", selectable: "selectable", isSelected: "isSelected", rowReorderable: "rowReorderable", columnsRef: ["columns", "columnsRef"], fetchChildren: "fetchChildren", hasChildren: "hasChildren", isExpanded: "isExpanded" }, outputs: { selectionChange: "selectionChange", filterChange: "filterChange", pageChange: "pageChange", sortChange: "sortChange", dataStateChange: "dataStateChange", edit: "edit", cancel: "cancel", save: "save", remove: "remove", add: "add", cellClose: "cellClose", cellClick: "cellClick", pdfExport: "pdfExport", excelExport: "excelExport", columnResize: "columnResize", columnReorder: "columnReorder", columnVisibilityChange: "columnVisibilityChange", columnLockedChange: "columnLockedChange", scrollBottom: "scrollBottom", contentScroll: "contentScroll", expandEvent: "expand", collapseEvent: "collapse", expandStateChange: "expandStateChange", rowReorder: "rowReorder" }, host: { properties: { "attr.dir": "this.dir", "class.k-grid": "this.hostClasses", "class.k-treelist": "this.hostClasses", "class.k-grid-lockedcolumns": "this.lockedClasses", "class.k-grid-virtual": "this.virtualClasses", "class.k-grid-no-scrollbar": "this.noScrollbarClass" } }, providers: [
18485
18597
  BrowserSupportService,
18486
18598
  LocalizationService,
18487
18599
  ColumnInfoService,
@@ -18529,202 +18641,202 @@ class TreeListComponent {
18529
18641
  <ng-container kendoTreeListLocalizedMessages
18530
18642
  i18n-noRecords="kendo.treelist.noRecords|The label visible in the TreeList when there are no records"
18531
18643
  noRecords="No records available."
18532
-
18644
+
18533
18645
  i18n-pagerLabel="kendo.treelist.pagerLabel|The label for the TreeList pager"
18534
18646
  pagerLabel="{{ 'Page navigation, page {currentPage} of {totalPages}' }}"
18535
-
18647
+
18536
18648
  i18n-pagerFirstPage="kendo.treelist.pagerFirstPage|The label for the first page button in TreeList pager"
18537
18649
  pagerFirstPage="Go to the first page"
18538
-
18650
+
18539
18651
  i18n-pagerPreviousPage="kendo.treelist.pagerPreviousPage|The label for the previous page button in TreeList pager"
18540
18652
  pagerPreviousPage="Go to the previous page"
18541
-
18653
+
18542
18654
  i18n-pagerNextPage="kendo.treelist.pagerNextPage|The label for the next page button in TreeList pager"
18543
18655
  pagerNextPage="Go to the next page"
18544
-
18656
+
18545
18657
  i18n-pagerLastPage="kendo.treelist.pagerLastPage|The label for the last page button in TreeList pager"
18546
18658
  pagerLastPage="Go to the last page"
18547
-
18659
+
18548
18660
  i18n-pagerPage="kendo.treelist.pagerPage|The label before the current page number in the TreeList pager"
18549
18661
  pagerPage="Page"
18550
-
18662
+
18551
18663
  i18n-pagerOf="kendo.treelist.pagerOf|The label before the total pages number in the TreeList pager"
18552
18664
  pagerOf="of"
18553
-
18665
+
18554
18666
  i18n-pagerPageNumberInputTitle="kendo.treelist.pagerPageNumberInputTitle|The label for the pager input in the Treelist pager"
18555
18667
  pagerPageNumberInputTitle="Page Number"
18556
-
18668
+
18557
18669
  i18n-pagerItemsPerPage="kendo.treelist.pagerItemsPerPage|The label for the page size chooser in the TreeList pager"
18558
18670
  pagerItemsPerPage="items per page"
18559
-
18671
+
18560
18672
  i18n-pagerItemsTotal="kendo.treelist.pagerItemsTotal|The label after the total items count in the TreeList pager"
18561
18673
  pagerItemsTotal="items total"
18562
-
18674
+
18563
18675
  i18n-pagerInputLabel="kendo.treelist.pagerInputLabel|The text of the aria-label attribute applied to the input element for entering the page number"
18564
18676
  pagerInputLabel="Type a page number"
18565
-
18677
+
18566
18678
  i18n-filterCellOperatorLabel="kendo.treelist.filterCellOperatorLabel|The label of the filter cell operators dropdown"
18567
18679
  filterCellOperatorLabel="{{ 'Filter cell operators for {columnName}' }}"
18568
-
18680
+
18569
18681
  i18n-booleanFilterCellLabel="kendo.treelist.booleanFilterCellLabel|The label of the boolean filter cell dropdown"
18570
18682
  booleanFilterCellLabel="{{ 'Boolean filter cell for {columnName}' }}"
18571
-
18683
+
18572
18684
  i18n-filter="kendo.treelist.filter|The label of the filter cell or icon"
18573
18685
  filter="Filter"
18574
-
18686
+
18575
18687
  i18n-filterEqOperator="kendo.treelist.filterEqOperator|The text of the equal filter operator"
18576
18688
  filterEqOperator="Is equal to"
18577
-
18689
+
18578
18690
  i18n-filterNotEqOperator="kendo.treelist.filterNotEqOperator|The text of the not equal filter operator"
18579
18691
  filterNotEqOperator="Is not equal to"
18580
-
18692
+
18581
18693
  i18n-filterIsNullOperator="kendo.treelist.filterIsNullOperator|The text of the is null filter operator"
18582
18694
  filterIsNullOperator="Is null"
18583
-
18695
+
18584
18696
  i18n-filterIsNotNullOperator="kendo.treelist.filterIsNotNullOperator|The text of the is not null filter operator"
18585
18697
  filterIsNotNullOperator="Is not null"
18586
-
18698
+
18587
18699
  i18n-filterIsEmptyOperator="kendo.treelist.filterIsEmptyOperator|The text of the is empty filter operator"
18588
18700
  filterIsEmptyOperator="Is empty"
18589
-
18701
+
18590
18702
  i18n-filterIsNotEmptyOperator="kendo.treelist.filterIsNotEmptyOperator|The text of the is not empty filter operator"
18591
18703
  filterIsNotEmptyOperator="Is not empty"
18592
-
18704
+
18593
18705
  i18n-filterStartsWithOperator="kendo.treelist.filterStartsWithOperator|The text of the starts with filter operator"
18594
18706
  filterStartsWithOperator="Starts with"
18595
-
18707
+
18596
18708
  i18n-filterContainsOperator="kendo.treelist.filterContainsOperator|The text of the contains filter operator"
18597
18709
  filterContainsOperator="Contains"
18598
-
18710
+
18599
18711
  i18n-filterNotContainsOperator="kendo.treelist.filterNotContainsOperator|The text of the does not contain filter operator"
18600
18712
  filterNotContainsOperator="Does not contain"
18601
-
18713
+
18602
18714
  i18n-filterEndsWithOperator="kendo.treelist.filterEndsWithOperator|The text of the ends with filter operator"
18603
18715
  filterEndsWithOperator="Ends with"
18604
-
18716
+
18605
18717
  i18n-filterGteOperator="kendo.treelist.filterGteOperator|The text of the greater than or equal filter operator"
18606
18718
  filterGteOperator="Is greater than or equal to"
18607
-
18719
+
18608
18720
  i18n-filterGtOperator="kendo.treelist.filterGtOperator|The text of the greater than filter operator"
18609
18721
  filterGtOperator="Is greater than"
18610
-
18722
+
18611
18723
  i18n-filterLteOperator="kendo.treelist.filterLteOperator|The text of the less than or equal filter operator"
18612
18724
  filterLteOperator="Is less than or equal to"
18613
-
18725
+
18614
18726
  i18n-filterLtOperator="kendo.treelist.filterLtOperator|The text of the less than filter operator"
18615
18727
  filterLtOperator="Is less than"
18616
-
18728
+
18617
18729
  i18n-filterIsTrue="kendo.treelist.filterIsTrue|The text of the IsTrue boolean filter option"
18618
18730
  filterIsTrue="Is True"
18619
-
18731
+
18620
18732
  i18n-filterIsFalse="kendo.treelist.filterIsFalse|The text of the IsFalse boolean filter option"
18621
18733
  filterIsFalse="Is False"
18622
-
18734
+
18623
18735
  i18n-filterBooleanAll="kendo.treelist.filterBooleanAll|The text of the (All) boolean filter option"
18624
18736
  filterBooleanAll="(All)"
18625
-
18737
+
18626
18738
  i18n-filterAfterOrEqualOperator="kendo.treelist.filterAfterOrEqualOperator|The text of the after or equal date filter operator"
18627
18739
  filterAfterOrEqualOperator="Is after or equal to"
18628
-
18740
+
18629
18741
  i18n-filterAfterOperator="kendo.treelist.filterAfterOperator|The text of the after date filter operator"
18630
18742
  filterAfterOperator="Is after"
18631
-
18743
+
18632
18744
  i18n-filterBeforeOperator="kendo.treelist.filterBeforeOperator|The text of the before date filter operator"
18633
18745
  filterBeforeOperator="Is before"
18634
-
18746
+
18635
18747
  i18n-filterBeforeOrEqualOperator="kendo.treelist.filterBeforeOrEqualOperator|The text of the before or equal date filter operator"
18636
18748
  filterBeforeOrEqualOperator="Is before or equal to"
18637
-
18749
+
18638
18750
  i18n-filterFilterButton="kendo.treelist.filterFilterButton|The text of the filter button"
18639
18751
  filterFilterButton="Filter"
18640
-
18752
+
18641
18753
  i18n-filterClearButton="kendo.treelist.filterClearButton|The text of the clear filter button"
18642
18754
  filterClearButton="Clear"
18643
-
18755
+
18644
18756
  i18n-filterAndLogic="kendo.treelist.filterAndLogic|The text of the And filter logic"
18645
18757
  filterAndLogic="And"
18646
-
18758
+
18647
18759
  i18n-filterOrLogic="kendo.treelist.filterOrLogic|The text of the Or filter logic"
18648
18760
  filterOrLogic="Or"
18649
-
18761
+
18650
18762
  i18n-filterDateToday="kendo.treelist.filterDateToday|The text of the Today button of the Date filter."
18651
18763
  filterDateToday="TODAY"
18652
-
18764
+
18653
18765
  i18n-filterDateToggle="kendo.treelist.filterDateToggle|The title of the Toggle button of the Date filter."
18654
18766
  filterDateToggle="Toggle Calendar"
18655
-
18767
+
18656
18768
  i18n-filterNumericDecrement="kendo.treelist.filterNumericDecrement|The title of the Decrement button of the Numeric filter."
18657
18769
  filterNumericDecrement="Decrement"
18658
-
18770
+
18659
18771
  i18n-filterNumericIncrement="kendo.treelist.filterNumericIncrement|The title of the Increment button of the Numeric filter."
18660
18772
  filterNumericIncrement="Increment"
18661
-
18773
+
18662
18774
  i18n-loading="kendo.treelist.loading|The loading text"
18663
18775
  loading="Loading"
18664
-
18776
+
18665
18777
  i18n-filterInputLabel="kendo.treelist.filterInputLabel|The label of the filter row and menu inputs"
18666
18778
  filterInputLabel="{{ '{columnName} Filter' }}"
18667
-
18779
+
18668
18780
  i18n-filterMenuLogicDropDownLabel="kendo.treelist.filterMenuLogicDropDownLabel|The label of the filter menu logic dropdown"
18669
18781
  filterMenuLogicDropDownLabel="{{ '{columnName} Filter Logic' }}"
18670
-
18782
+
18671
18783
  i18n-filterMenuOperatorsDropDownLabel="kendo.treelist.filterMenuOperatorsDropDownLabel|The label of the filter menu operators dropdown"
18672
18784
  filterMenuOperatorsDropDownLabel="{{ '{columnName} Filter Operators' }}"
18673
-
18785
+
18674
18786
  i18n-filterMenuTitle="kendo.treelist.filterMenuTitle|The title of the filter menu icon"
18675
18787
  filterMenuTitle="{{ '{columnName} Filter Menu' }}"
18676
-
18788
+
18677
18789
  i18n-columnMenu="kendo.treelist.columnMenu|The title of the column menu icon"
18678
18790
  columnMenu="{{ '{columnName} Column Menu' }}"
18679
-
18791
+
18680
18792
  i18n-columns="kendo.treelist.columns|The text shown in the column menu for the columns item"
18681
18793
  columns="Columns"
18682
-
18794
+
18683
18795
  i18n-lock="kendo.treelist.lock|The text shown in the column menu for the lock item"
18684
18796
  lock="Lock"
18685
-
18797
+
18686
18798
  i18n-unlock="kendo.treelist.unlock|The text shown in the column menu for the unlock item"
18687
18799
  unlock="Unlock"
18688
-
18800
+
18689
18801
  i18n-sortable="kendo.treelist.sortable|The label of the sort icon"
18690
18802
  sortable="Sortable"
18691
-
18803
+
18692
18804
  i18n-sortAscending="kendo.treelist.sortAscending|The text shown in the column menu for the sort ascending item"
18693
18805
  sortAscending="Sort Ascending"
18694
-
18806
+
18695
18807
  i18n-sortDescending="kendo.treelist.sortDescending|The text shown in the column menu for the sort descending item"
18696
18808
  sortDescending="Sort Descending"
18697
-
18809
+
18698
18810
  i18n-sortedDefault="kendo.treelist.sortedDefault|The status announcement when a column is no longer sorted"
18699
18811
  sortedDefault="Not Sorted"
18700
-
18812
+
18701
18813
  i18n-columnsApply="kendo.treelist.columnsApply|The text shown in the column menu or column chooser for the columns apply button"
18702
18814
  columnsApply="Apply"
18703
-
18815
+
18704
18816
  i18n-columnsReset="kendo.treelist.columnsReset|The text shown in the column menu or column chooser for the columns reset button"
18705
18817
  columnsReset="Reset"
18706
-
18818
+
18707
18819
  i18n-pagerSelectPage="kendo.treelist.pagerSelectPage|The text of the title and aria-label attributes applied to the page chooser in the TreeList Pager"
18708
18820
  pagerSelectPage="Select page"
18709
-
18821
+
18710
18822
  i18n-topToolbarLabel="kendo.treelist.topToolbarLabel|The label of the TreeList top toolbar"
18711
18823
  topToolbarLabel="Top toolbar"
18712
-
18824
+
18713
18825
  i18n-bottomToolbarLabel="kendo.treelist.bottomToolbarLabel|The label of the TreeList bottom toolbar"
18714
18826
  bottomToolbarLabel="Bottom toolbar"
18715
-
18827
+
18716
18828
  i18n-dragRowHandleLabel="kendo.treelist.dragRowHandleLabel|The label for the TreeList drag row handle"
18717
18829
  dragRowHandleLabel="Drag row"
18718
-
18830
+
18719
18831
  i18n-selectRowCheckboxLabel="kendo.treelist.selectRowCheckboxLabel|The label for the select row checkbox"
18720
18832
  selectRowCheckboxLabel="Select row"
18721
-
18833
+
18722
18834
  i18n-selectAllRowsCheckboxLabel="kendo.treelist.selectAllRowsCheckboxLabel|The label for the select all rows checkbox"
18723
18835
  selectAllRowsCheckboxLabel="Select all rows"
18724
-
18836
+
18725
18837
  i18n-autosizeAllColumns="kendo.treelist.autosizeAllColumns|The text shown in the column menu for the autosize all columns item"
18726
18838
  autosizeAllColumns="Autosize All Columns"
18727
-
18839
+
18728
18840
  i18n-autosizeThisColumn="kendo.treelist.autosizeThisColumn|The text shown in the column menu for the autosize this column item"
18729
18841
  autosizeThisColumn="Autosize This Column"
18730
18842
  >
@@ -18779,7 +18891,7 @@ class TreeListComponent {
18779
18891
  [locked]="true"
18780
18892
  role="presentation"
18781
18893
  [style.width.px]="lockedWidth"
18782
- class="k-grid-header-table k-table k-table-md">
18894
+ class="k-grid-header-table k-table">
18783
18895
  <colgroup
18784
18896
  kendoTreeListColGroup
18785
18897
  [columns]="$any(lockedLeafColumns)">
@@ -18812,7 +18924,7 @@ class TreeListComponent {
18812
18924
  [style.width.px]="nonLockedWidth"
18813
18925
  kendoTreeListResizableTable
18814
18926
  [virtualColumns]="virtualColumns"
18815
- class="k-grid-header-table k-table k-table-md">
18927
+ class="k-grid-header-table k-table">
18816
18928
  <colgroup
18817
18929
  kendoTreeListColGroup
18818
18930
  [columns]="headerLeafColumns">
@@ -18869,7 +18981,7 @@ class TreeListComponent {
18869
18981
  }
18870
18982
  @if (!isScrollable) {
18871
18983
  <table
18872
- class="k-table k-table-md k-grid-header-table"
18984
+ class="k-table k-grid-header-table"
18873
18985
  role="presentation"
18874
18986
  [style.table-layout]="resizable ? 'fixed' : null"
18875
18987
  kendoTreeListResizableTable>
@@ -18963,7 +19075,7 @@ class TreeListComponent {
18963
19075
  [attr.aria-controls]="ariaRootId">
18964
19076
  </kendo-treelist-toolbar>
18965
19077
  }
18966
-
19078
+
18967
19079
  <ng-template #defaultHint>
18968
19080
  <kendo-icon-wrapper
18969
19081
  [name]="getHintSettings('hintIcon')"
@@ -18972,7 +19084,7 @@ class TreeListComponent {
18972
19084
  </kendo-icon-wrapper>
18973
19085
  {{hintText}}
18974
19086
  </ng-template>
18975
-
19087
+
18976
19088
  <ng-template #defaultPager>
18977
19089
  <div class="k-pager-numbers-wrap">
18978
19090
  @if (normalizedPageableSettings.previousNext) {
@@ -19073,202 +19185,202 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
19073
19185
  <ng-container kendoTreeListLocalizedMessages
19074
19186
  i18n-noRecords="kendo.treelist.noRecords|The label visible in the TreeList when there are no records"
19075
19187
  noRecords="No records available."
19076
-
19188
+
19077
19189
  i18n-pagerLabel="kendo.treelist.pagerLabel|The label for the TreeList pager"
19078
19190
  pagerLabel="{{ 'Page navigation, page {currentPage} of {totalPages}' }}"
19079
-
19191
+
19080
19192
  i18n-pagerFirstPage="kendo.treelist.pagerFirstPage|The label for the first page button in TreeList pager"
19081
19193
  pagerFirstPage="Go to the first page"
19082
-
19194
+
19083
19195
  i18n-pagerPreviousPage="kendo.treelist.pagerPreviousPage|The label for the previous page button in TreeList pager"
19084
19196
  pagerPreviousPage="Go to the previous page"
19085
-
19197
+
19086
19198
  i18n-pagerNextPage="kendo.treelist.pagerNextPage|The label for the next page button in TreeList pager"
19087
19199
  pagerNextPage="Go to the next page"
19088
-
19200
+
19089
19201
  i18n-pagerLastPage="kendo.treelist.pagerLastPage|The label for the last page button in TreeList pager"
19090
19202
  pagerLastPage="Go to the last page"
19091
-
19203
+
19092
19204
  i18n-pagerPage="kendo.treelist.pagerPage|The label before the current page number in the TreeList pager"
19093
19205
  pagerPage="Page"
19094
-
19206
+
19095
19207
  i18n-pagerOf="kendo.treelist.pagerOf|The label before the total pages number in the TreeList pager"
19096
19208
  pagerOf="of"
19097
-
19209
+
19098
19210
  i18n-pagerPageNumberInputTitle="kendo.treelist.pagerPageNumberInputTitle|The label for the pager input in the Treelist pager"
19099
19211
  pagerPageNumberInputTitle="Page Number"
19100
-
19212
+
19101
19213
  i18n-pagerItemsPerPage="kendo.treelist.pagerItemsPerPage|The label for the page size chooser in the TreeList pager"
19102
19214
  pagerItemsPerPage="items per page"
19103
-
19215
+
19104
19216
  i18n-pagerItemsTotal="kendo.treelist.pagerItemsTotal|The label after the total items count in the TreeList pager"
19105
19217
  pagerItemsTotal="items total"
19106
-
19218
+
19107
19219
  i18n-pagerInputLabel="kendo.treelist.pagerInputLabel|The text of the aria-label attribute applied to the input element for entering the page number"
19108
19220
  pagerInputLabel="Type a page number"
19109
-
19221
+
19110
19222
  i18n-filterCellOperatorLabel="kendo.treelist.filterCellOperatorLabel|The label of the filter cell operators dropdown"
19111
19223
  filterCellOperatorLabel="{{ 'Filter cell operators for {columnName}' }}"
19112
-
19224
+
19113
19225
  i18n-booleanFilterCellLabel="kendo.treelist.booleanFilterCellLabel|The label of the boolean filter cell dropdown"
19114
19226
  booleanFilterCellLabel="{{ 'Boolean filter cell for {columnName}' }}"
19115
-
19227
+
19116
19228
  i18n-filter="kendo.treelist.filter|The label of the filter cell or icon"
19117
19229
  filter="Filter"
19118
-
19230
+
19119
19231
  i18n-filterEqOperator="kendo.treelist.filterEqOperator|The text of the equal filter operator"
19120
19232
  filterEqOperator="Is equal to"
19121
-
19233
+
19122
19234
  i18n-filterNotEqOperator="kendo.treelist.filterNotEqOperator|The text of the not equal filter operator"
19123
19235
  filterNotEqOperator="Is not equal to"
19124
-
19236
+
19125
19237
  i18n-filterIsNullOperator="kendo.treelist.filterIsNullOperator|The text of the is null filter operator"
19126
19238
  filterIsNullOperator="Is null"
19127
-
19239
+
19128
19240
  i18n-filterIsNotNullOperator="kendo.treelist.filterIsNotNullOperator|The text of the is not null filter operator"
19129
19241
  filterIsNotNullOperator="Is not null"
19130
-
19242
+
19131
19243
  i18n-filterIsEmptyOperator="kendo.treelist.filterIsEmptyOperator|The text of the is empty filter operator"
19132
19244
  filterIsEmptyOperator="Is empty"
19133
-
19245
+
19134
19246
  i18n-filterIsNotEmptyOperator="kendo.treelist.filterIsNotEmptyOperator|The text of the is not empty filter operator"
19135
19247
  filterIsNotEmptyOperator="Is not empty"
19136
-
19248
+
19137
19249
  i18n-filterStartsWithOperator="kendo.treelist.filterStartsWithOperator|The text of the starts with filter operator"
19138
19250
  filterStartsWithOperator="Starts with"
19139
-
19251
+
19140
19252
  i18n-filterContainsOperator="kendo.treelist.filterContainsOperator|The text of the contains filter operator"
19141
19253
  filterContainsOperator="Contains"
19142
-
19254
+
19143
19255
  i18n-filterNotContainsOperator="kendo.treelist.filterNotContainsOperator|The text of the does not contain filter operator"
19144
19256
  filterNotContainsOperator="Does not contain"
19145
-
19257
+
19146
19258
  i18n-filterEndsWithOperator="kendo.treelist.filterEndsWithOperator|The text of the ends with filter operator"
19147
19259
  filterEndsWithOperator="Ends with"
19148
-
19260
+
19149
19261
  i18n-filterGteOperator="kendo.treelist.filterGteOperator|The text of the greater than or equal filter operator"
19150
19262
  filterGteOperator="Is greater than or equal to"
19151
-
19263
+
19152
19264
  i18n-filterGtOperator="kendo.treelist.filterGtOperator|The text of the greater than filter operator"
19153
19265
  filterGtOperator="Is greater than"
19154
-
19266
+
19155
19267
  i18n-filterLteOperator="kendo.treelist.filterLteOperator|The text of the less than or equal filter operator"
19156
19268
  filterLteOperator="Is less than or equal to"
19157
-
19269
+
19158
19270
  i18n-filterLtOperator="kendo.treelist.filterLtOperator|The text of the less than filter operator"
19159
19271
  filterLtOperator="Is less than"
19160
-
19272
+
19161
19273
  i18n-filterIsTrue="kendo.treelist.filterIsTrue|The text of the IsTrue boolean filter option"
19162
19274
  filterIsTrue="Is True"
19163
-
19275
+
19164
19276
  i18n-filterIsFalse="kendo.treelist.filterIsFalse|The text of the IsFalse boolean filter option"
19165
19277
  filterIsFalse="Is False"
19166
-
19278
+
19167
19279
  i18n-filterBooleanAll="kendo.treelist.filterBooleanAll|The text of the (All) boolean filter option"
19168
19280
  filterBooleanAll="(All)"
19169
-
19281
+
19170
19282
  i18n-filterAfterOrEqualOperator="kendo.treelist.filterAfterOrEqualOperator|The text of the after or equal date filter operator"
19171
19283
  filterAfterOrEqualOperator="Is after or equal to"
19172
-
19284
+
19173
19285
  i18n-filterAfterOperator="kendo.treelist.filterAfterOperator|The text of the after date filter operator"
19174
19286
  filterAfterOperator="Is after"
19175
-
19287
+
19176
19288
  i18n-filterBeforeOperator="kendo.treelist.filterBeforeOperator|The text of the before date filter operator"
19177
19289
  filterBeforeOperator="Is before"
19178
-
19290
+
19179
19291
  i18n-filterBeforeOrEqualOperator="kendo.treelist.filterBeforeOrEqualOperator|The text of the before or equal date filter operator"
19180
19292
  filterBeforeOrEqualOperator="Is before or equal to"
19181
-
19293
+
19182
19294
  i18n-filterFilterButton="kendo.treelist.filterFilterButton|The text of the filter button"
19183
19295
  filterFilterButton="Filter"
19184
-
19296
+
19185
19297
  i18n-filterClearButton="kendo.treelist.filterClearButton|The text of the clear filter button"
19186
19298
  filterClearButton="Clear"
19187
-
19299
+
19188
19300
  i18n-filterAndLogic="kendo.treelist.filterAndLogic|The text of the And filter logic"
19189
19301
  filterAndLogic="And"
19190
-
19302
+
19191
19303
  i18n-filterOrLogic="kendo.treelist.filterOrLogic|The text of the Or filter logic"
19192
19304
  filterOrLogic="Or"
19193
-
19305
+
19194
19306
  i18n-filterDateToday="kendo.treelist.filterDateToday|The text of the Today button of the Date filter."
19195
19307
  filterDateToday="TODAY"
19196
-
19308
+
19197
19309
  i18n-filterDateToggle="kendo.treelist.filterDateToggle|The title of the Toggle button of the Date filter."
19198
19310
  filterDateToggle="Toggle Calendar"
19199
-
19311
+
19200
19312
  i18n-filterNumericDecrement="kendo.treelist.filterNumericDecrement|The title of the Decrement button of the Numeric filter."
19201
19313
  filterNumericDecrement="Decrement"
19202
-
19314
+
19203
19315
  i18n-filterNumericIncrement="kendo.treelist.filterNumericIncrement|The title of the Increment button of the Numeric filter."
19204
19316
  filterNumericIncrement="Increment"
19205
-
19317
+
19206
19318
  i18n-loading="kendo.treelist.loading|The loading text"
19207
19319
  loading="Loading"
19208
-
19320
+
19209
19321
  i18n-filterInputLabel="kendo.treelist.filterInputLabel|The label of the filter row and menu inputs"
19210
19322
  filterInputLabel="{{ '{columnName} Filter' }}"
19211
-
19323
+
19212
19324
  i18n-filterMenuLogicDropDownLabel="kendo.treelist.filterMenuLogicDropDownLabel|The label of the filter menu logic dropdown"
19213
19325
  filterMenuLogicDropDownLabel="{{ '{columnName} Filter Logic' }}"
19214
-
19326
+
19215
19327
  i18n-filterMenuOperatorsDropDownLabel="kendo.treelist.filterMenuOperatorsDropDownLabel|The label of the filter menu operators dropdown"
19216
19328
  filterMenuOperatorsDropDownLabel="{{ '{columnName} Filter Operators' }}"
19217
-
19329
+
19218
19330
  i18n-filterMenuTitle="kendo.treelist.filterMenuTitle|The title of the filter menu icon"
19219
19331
  filterMenuTitle="{{ '{columnName} Filter Menu' }}"
19220
-
19332
+
19221
19333
  i18n-columnMenu="kendo.treelist.columnMenu|The title of the column menu icon"
19222
19334
  columnMenu="{{ '{columnName} Column Menu' }}"
19223
-
19335
+
19224
19336
  i18n-columns="kendo.treelist.columns|The text shown in the column menu for the columns item"
19225
19337
  columns="Columns"
19226
-
19338
+
19227
19339
  i18n-lock="kendo.treelist.lock|The text shown in the column menu for the lock item"
19228
19340
  lock="Lock"
19229
-
19341
+
19230
19342
  i18n-unlock="kendo.treelist.unlock|The text shown in the column menu for the unlock item"
19231
19343
  unlock="Unlock"
19232
-
19344
+
19233
19345
  i18n-sortable="kendo.treelist.sortable|The label of the sort icon"
19234
19346
  sortable="Sortable"
19235
-
19347
+
19236
19348
  i18n-sortAscending="kendo.treelist.sortAscending|The text shown in the column menu for the sort ascending item"
19237
19349
  sortAscending="Sort Ascending"
19238
-
19350
+
19239
19351
  i18n-sortDescending="kendo.treelist.sortDescending|The text shown in the column menu for the sort descending item"
19240
19352
  sortDescending="Sort Descending"
19241
-
19353
+
19242
19354
  i18n-sortedDefault="kendo.treelist.sortedDefault|The status announcement when a column is no longer sorted"
19243
19355
  sortedDefault="Not Sorted"
19244
-
19356
+
19245
19357
  i18n-columnsApply="kendo.treelist.columnsApply|The text shown in the column menu or column chooser for the columns apply button"
19246
19358
  columnsApply="Apply"
19247
-
19359
+
19248
19360
  i18n-columnsReset="kendo.treelist.columnsReset|The text shown in the column menu or column chooser for the columns reset button"
19249
19361
  columnsReset="Reset"
19250
-
19362
+
19251
19363
  i18n-pagerSelectPage="kendo.treelist.pagerSelectPage|The text of the title and aria-label attributes applied to the page chooser in the TreeList Pager"
19252
19364
  pagerSelectPage="Select page"
19253
-
19365
+
19254
19366
  i18n-topToolbarLabel="kendo.treelist.topToolbarLabel|The label of the TreeList top toolbar"
19255
19367
  topToolbarLabel="Top toolbar"
19256
-
19368
+
19257
19369
  i18n-bottomToolbarLabel="kendo.treelist.bottomToolbarLabel|The label of the TreeList bottom toolbar"
19258
19370
  bottomToolbarLabel="Bottom toolbar"
19259
-
19371
+
19260
19372
  i18n-dragRowHandleLabel="kendo.treelist.dragRowHandleLabel|The label for the TreeList drag row handle"
19261
19373
  dragRowHandleLabel="Drag row"
19262
-
19374
+
19263
19375
  i18n-selectRowCheckboxLabel="kendo.treelist.selectRowCheckboxLabel|The label for the select row checkbox"
19264
19376
  selectRowCheckboxLabel="Select row"
19265
-
19377
+
19266
19378
  i18n-selectAllRowsCheckboxLabel="kendo.treelist.selectAllRowsCheckboxLabel|The label for the select all rows checkbox"
19267
19379
  selectAllRowsCheckboxLabel="Select all rows"
19268
-
19380
+
19269
19381
  i18n-autosizeAllColumns="kendo.treelist.autosizeAllColumns|The text shown in the column menu for the autosize all columns item"
19270
19382
  autosizeAllColumns="Autosize All Columns"
19271
-
19383
+
19272
19384
  i18n-autosizeThisColumn="kendo.treelist.autosizeThisColumn|The text shown in the column menu for the autosize this column item"
19273
19385
  autosizeThisColumn="Autosize This Column"
19274
19386
  >
@@ -19323,7 +19435,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
19323
19435
  [locked]="true"
19324
19436
  role="presentation"
19325
19437
  [style.width.px]="lockedWidth"
19326
- class="k-grid-header-table k-table k-table-md">
19438
+ class="k-grid-header-table k-table">
19327
19439
  <colgroup
19328
19440
  kendoTreeListColGroup
19329
19441
  [columns]="$any(lockedLeafColumns)">
@@ -19356,7 +19468,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
19356
19468
  [style.width.px]="nonLockedWidth"
19357
19469
  kendoTreeListResizableTable
19358
19470
  [virtualColumns]="virtualColumns"
19359
- class="k-grid-header-table k-table k-table-md">
19471
+ class="k-grid-header-table k-table">
19360
19472
  <colgroup
19361
19473
  kendoTreeListColGroup
19362
19474
  [columns]="headerLeafColumns">
@@ -19413,7 +19525,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
19413
19525
  }
19414
19526
  @if (!isScrollable) {
19415
19527
  <table
19416
- class="k-table k-table-md k-grid-header-table"
19528
+ class="k-table k-grid-header-table"
19417
19529
  role="presentation"
19418
19530
  [style.table-layout]="resizable ? 'fixed' : null"
19419
19531
  kendoTreeListResizableTable>
@@ -19507,7 +19619,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
19507
19619
  [attr.aria-controls]="ariaRootId">
19508
19620
  </kendo-treelist-toolbar>
19509
19621
  }
19510
-
19622
+
19511
19623
  <ng-template #defaultHint>
19512
19624
  <kendo-icon-wrapper
19513
19625
  [name]="getHintSettings('hintIcon')"
@@ -19516,7 +19628,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
19516
19628
  </kendo-icon-wrapper>
19517
19629
  {{hintText}}
19518
19630
  </ng-template>
19519
-
19631
+
19520
19632
  <ng-template #defaultPager>
19521
19633
  <div class="k-pager-numbers-wrap">
19522
19634
  @if (normalizedPageableSettings.previousNext) {
@@ -19678,9 +19790,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
19678
19790
  }], hostClasses: [{
19679
19791
  type: HostBinding,
19680
19792
  args: ['class.k-grid']
19681
- }, {
19682
- type: HostBinding,
19683
- args: ['class.k-grid-md']
19684
19793
  }, {
19685
19794
  type: HostBinding,
19686
19795
  args: ['class.k-treelist']
@@ -19736,7 +19845,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
19736
19845
 
19737
19846
  /**
19738
19847
  * Overrides the default component messages with custom messages.
19739
- * [See example](slug:globalization_treelist#toc-custom-messages).
19848
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/globalization#custom-messages).
19740
19849
  *
19741
19850
  * @example
19742
19851
  * ```html
@@ -20011,7 +20120,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
20011
20120
 
20012
20121
  /**
20013
20122
  * A directive that encapsulates the editing operations of the TreeList when using
20014
- * Template-Driven Angular Forms. [See example](slug:editing_directives_treelist#toc-template-editing-directive).
20123
+ * Template-Driven Angular Forms. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/editing-directives#template-editing-directive).
20015
20124
  *
20016
20125
  * @example
20017
20126
  * ```html
@@ -20109,7 +20218,7 @@ const insertNewItem = (newItem, originalData, treelist, parent) => {
20109
20218
 
20110
20219
  /**
20111
20220
  * A directive that encapsulates the editing operations of the TreeList when using the
20112
- * Reactive Forms. [See example](slug:editing_directives_treelist#toc-reactive-editing-directive).
20221
+ * Reactive Forms. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/editing-directives#reactive-editing-directive).
20113
20222
  *
20114
20223
  * @example
20115
20224
  * ```html
@@ -20161,7 +20270,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
20161
20270
 
20162
20271
  /**
20163
20272
  * A directive that encapsulates the editing operations of the TreeList when using the in-cell
20164
- * editing with Reactive Forms. [See example](slug:editing_directives_treelist#toc-in-cell-editing-directive).
20273
+ * editing with Reactive Forms. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/editing-directives#in-cell-editing-directive).
20165
20274
  *
20166
20275
  * @example
20167
20276
  * ```html
@@ -20499,8 +20608,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
20499
20608
  /**
20500
20609
  * Represents the Kendo UI for Angular TreeList hierarchy binding directive.
20501
20610
  * Use this directive to bind the TreeList to a tree of objects using a field that holds child data items.
20502
- * Handles in-memory data operations [sorting]({% slug sorting_treelist %}), [aggregation]({% slug treelist_with_aggregates %})
20503
- * and [filtering]({% slug filtering_treelist %}). [More information and examples.](slug:local_databinding_treelist#toc-binding-to-hierarchical-data-1)
20611
+ * Handles in-memory data operations [sorting](https://www.telerik.com/kendo-angular-ui/components/treelist/sorting/basics), [aggregation](https://www.telerik.com/kendo-angular-ui/components/treelist/aggregates)
20612
+ * and [filtering](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics). [More information and examples.](https://www.telerik.com/kendo-angular-ui/components/treelist/data-binding/local-data#binding-to-hierarchical-data-1)
20504
20613
  *
20505
20614
  * @example
20506
20615
  * ```html
@@ -20682,8 +20791,8 @@ const ROOT_ID = null;
20682
20791
  /**
20683
20792
  * Represents the Kendo for Angular UI TreeList flat binding directive.
20684
20793
  * Use this directive to bind the TreeList to a flat array of objects using `idField` and `parentIdField` to define the hierarchy.
20685
- * Handles in-memory data operations [sorting]({% slug sorting_treelist %}), [aggregation]({% slug treelist_with_aggregates %})
20686
- * and [filtering]({% slug filtering_treelist %}). [More information and examples]({% slug databinding_treelist %}).
20794
+ * Handles in-memory data operations [sorting](https://www.telerik.com/kendo-angular-ui/components/treelist/sorting/basics), [aggregation](https://www.telerik.com/kendo-angular-ui/components/treelist/aggregates)
20795
+ * and [filtering](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics). [More information and examples](https://www.telerik.com/kendo-angular-ui/components/treelist/data-binding/basics).
20687
20796
  *
20688
20797
  */
20689
20798
  class FlatBindingDirective extends BaseBindingDirective {
@@ -20795,7 +20904,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
20795
20904
  }] } });
20796
20905
 
20797
20906
  /**
20798
- * A directive which controls the expanded state of items in the TreeList. [See example](slug:treelist_expanded_state#toc-built-in-directive).
20907
+ * A directive which controls the expanded state of items in the TreeList. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/expanded-state#built-in-directive).
20799
20908
  *
20800
20909
  * @example
20801
20910
  * ```html
@@ -20906,7 +21015,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
20906
21015
 
20907
21016
  const defaultColumnKeyGetter = (_column, columnIndex) => columnIndex;
20908
21017
  /**
20909
- * A directive which controls the selection state. [See example](slug:selection_treelist).
21018
+ * A directive which controls the selection state. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/selection).
20910
21019
  *
20911
21020
  * @example
20912
21021
  * ```html
@@ -21118,7 +21227,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
21118
21227
  /**
21119
21228
  * Represents the Kendo UI TreeListSpacer component for Angular.
21120
21229
  * Use this component to add extra white space between Pager inner elements or to customize the spacer width.
21121
- * You can also use it in any flex container within the TreeList. [See example](slug:toolbartemplate_treelist#toc-defining-the-spacing-between-toolbar-elements).
21230
+ * You can also use it in any flex container within the TreeList. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/toolbar/toolbar-template#defining-the-spacing-between-toolbar-elements).
21122
21231
  *
21123
21232
  * @example
21124
21233
  * ```html
@@ -21171,7 +21280,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
21171
21280
  }] } });
21172
21281
 
21173
21282
  /**
21174
- * Represents the checkbox column for selecting rows in the TreeList. [See example](slug:treelist_row_selection#toc-select-all-checkbox).
21283
+ * Represents the checkbox column for selecting rows in the TreeList. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/selection/row-selection#select-all-checkbox).
21175
21284
  *
21176
21285
  * @example
21177
21286
  * ```html
@@ -21303,13 +21412,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
21303
21412
  /**
21304
21413
  * Represents the command column of the TreeList. Define the content of the column inside an `<ng-template>` tag.
21305
21414
  * For more information and examples on using the passed fields and command directives, see
21306
- * [editing the TreeList in Angular Reactive Forms]({% slug editing_reactive_forms_treelist %}).
21415
+ * [editing the TreeList in Angular Reactive Forms](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/reactive-forms).
21307
21416
  *
21308
21417
  * Usually, the template contains CRUD command directives such as:
21309
- * - [`EditCommandDirective`]({% slug api_treelist_editcommanddirective %})
21310
- * - [`RemoveCommandDirective`]({% slug api_treelist_removecommanddirective %})
21311
- * - [`CancelCommandDirective`]({% slug api_treelist_cancelcommanddirective %})
21312
- * - [`SaveCommandDirective`]({% slug api_treelist_savecommanddirective %})
21418
+ * - [`EditCommandDirective`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/editcommanddirective)
21419
+ * - [`RemoveCommandDirective`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/removecommanddirective)
21420
+ * - [`CancelCommandDirective`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/cancelcommanddirective)
21421
+ * - [`SaveCommandDirective`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/savecommanddirective)
21313
21422
  *
21314
21423
  * @example
21315
21424
  * ```html
@@ -21451,9 +21560,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
21451
21560
  }] } });
21452
21561
 
21453
21562
  /**
21454
- * Represents the `edit` command of the TreeList. Apply this directive to any `button` element inside a [`CommandColumnComponent`]({% slug api_treelist_commandcolumncomponent %}).
21563
+ * Represents the `edit` command of the TreeList. Apply this directive to any `button` element inside a [`CommandColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/commandcolumncomponent).
21455
21564
  *
21456
- * When the user clicks a button with this directive, the [`edit`]({% slug api_treelist_treelistcomponent %}#toc-edit) event is triggered ([see example](slug:custom_editors_editing_treelist)).
21565
+ * When the user clicks a button with this directive, the [`edit`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#edit) event is triggered ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/custom-editors)).
21457
21566
  *
21458
21567
  * The button with `kendoTreeListEditCommand` is automatically hidden when the row is in edit mode. The directive takes the `cellContext` from the cell template as input.
21459
21568
  *
@@ -21535,9 +21644,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
21535
21644
  }] } });
21536
21645
 
21537
21646
  /**
21538
- * Represents the `cancel` command of the TreeList. Apply this directive to any `button` element inside a [`CommandColumnComponent`]({% slug api_treelist_commandcolumncomponent %}).
21647
+ * Represents the `cancel` command of the TreeList. Apply this directive to any `button` element inside a [`CommandColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/commandcolumncomponent).
21539
21648
  *
21540
- * When the user clicks a button with this directive, the [`cancel`]({% slug api_treelist_treelistcomponent %}#toc-cancel) event is triggered ([see example](slug:custom_editors_editing_treelist)).
21649
+ * When the user clicks a button with this directive, the [`cancel`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#cancel) event is triggered ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/custom-editors)).
21541
21650
  *
21542
21651
  * The button with `kendoTreeListCancelCommand` is automatically hidden when the row is not in edit mode. The directive takes the `cellContext` from the cell template as input.
21543
21652
  *
@@ -21620,9 +21729,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
21620
21729
  }] } });
21621
21730
 
21622
21731
  /**
21623
- * Represents the `save` command of the TreeList. Apply this directive to any `button` element inside a [`CommandColumnComponent`]({% slug api_treelist_commandcolumncomponent %}).
21732
+ * Represents the `save` command of the TreeList. Apply this directive to any `button` element inside a [`CommandColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/commandcolumncomponent).
21624
21733
  *
21625
- * When the user clicks a button with this directive, the [`save`]({% slug api_treelist_treelistcomponent %}#toc-save) event is triggered ([see example]({% slug editing_treelist %})).
21734
+ * When the user clicks a button with this directive, the [`save`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#save) event is triggered ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing)).
21626
21735
  *
21627
21736
  * The button with `kendoTreeListSaveCommand` is automatically hidden when the row is not in edit mode. The directive takes the `cellContext` from the cell template as input.
21628
21737
  *
@@ -21704,9 +21813,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
21704
21813
  }] } });
21705
21814
 
21706
21815
  /**
21707
- * Represents the `remove` command of the TreeList. Apply this directive to any `button` element inside a [`CommandColumnComponent`]({% slug api_treelist_commandcolumncomponent %}).
21816
+ * Represents the `remove` command of the TreeList. Apply this directive to any `button` element inside a [`CommandColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/commandcolumncomponent).
21708
21817
  *
21709
- * When the user clicks a button with this directive, the [`remove` event]({% slug api_treelist_treelistcomponent %}#toc-remove) is triggered ([see example]({% slug editing_reactive_forms_treelist %})).
21818
+ * When the user clicks a button with this directive, the [`remove` event](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#remove) is triggered ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/reactive-forms)).
21710
21819
  *
21711
21820
  * The button with `kendoTreeListRemoveCommand` is automatically hidden when the row is in edit mode. The directive takes the `cellContext` from the cell template as input.
21712
21821
  *
@@ -21788,9 +21897,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
21788
21897
  }] } });
21789
21898
 
21790
21899
  /**
21791
- * Represents the command for adding a new item to the TreeList. Apply this directive to any `button` element inside a [`ToolbarTemplate`](slug:toolbartemplate_treelist) or inside a [`CommandColumnComponent`]({% slug api_treelist_commandcolumncomponent %}).
21900
+ * Represents the command for adding a new item to the TreeList. Apply this directive to any `button` element inside a [`ToolbarTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/toolbar/toolbar-template) or inside a [`CommandColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/commandcolumncomponent).
21792
21901
  *
21793
- * When the user clicks a button with this directive, the [`add`]({% slug api_treelist_treelistcomponent %}#toc-add) event is triggered ([see example](slug:custom_editors_editing_treelist)).
21902
+ * When the user clicks a button with this directive, the [`add`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#add) event is triggered ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/custom-editors)).
21794
21903
  *
21795
21904
  * The button with `kendoTreeListAddCommand` is automatically hidden when the row is in edit mode.
21796
21905
  *
@@ -21971,8 +22080,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
21971
22080
  /**
21972
22081
  * Represents the `Contains` (**Contains**) filter operator for the TreeList.
21973
22082
  * Use this operator to filter values that contain a specific substring.
21974
- * [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
21975
- * For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
22083
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
22084
+ * For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
21976
22085
  *
21977
22086
  * @example
21978
22087
  * ```html Filter Cell
@@ -22027,8 +22136,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
22027
22136
  /**
22028
22137
  * Represents the `DoesNotContain` (**Does not contain**) filter operator for the TreeList.
22029
22138
  * Use this operator to filter values that do not contain a specific substring.
22030
- * [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
22031
- * For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
22139
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
22140
+ * For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
22032
22141
  *
22033
22142
  * @example
22034
22143
  * ```html Filter Cell
@@ -22083,8 +22192,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
22083
22192
  /**
22084
22193
  * Represents the `EndsWith` (**Ends with**) string filter operator for the TreeList.
22085
22194
  * Use this operator to filter values that end with a specific substring.
22086
- * [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
22087
- * For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
22195
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
22196
+ * For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
22088
22197
  *
22089
22198
  * @example
22090
22199
  * ```html Filter Cell
@@ -22139,8 +22248,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
22139
22248
  /**
22140
22249
  * Represents the `Equal` (**Is equal to**) filter operator for the TreeList.
22141
22250
  * Use this operator to filter values that are equal to a specific value.
22142
- * [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
22143
- * For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
22251
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
22252
+ * For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
22144
22253
  *
22145
22254
  * @example
22146
22255
  * ```html String Filter Cell
@@ -22243,8 +22352,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
22243
22352
  /**
22244
22353
  * Represents the `IsEmpty` (**Is empty**) filter operator for the TreeList.
22245
22354
  * Use this operator to filter values that are empty.
22246
- * [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
22247
- * For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
22355
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
22356
+ * For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
22248
22357
  *
22249
22358
  * @example
22250
22359
  * ```html Filter Cell
@@ -22299,8 +22408,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
22299
22408
  /**
22300
22409
  * Represents the `IsNotEmpty` (**Is not empty**) filter operator for the TreeList.
22301
22410
  * Use this operator to filter values that are not empty.
22302
- * [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
22303
- * For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
22411
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
22412
+ * For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
22304
22413
  *
22305
22414
  * @example
22306
22415
  * ```html Filter Cell
@@ -22355,8 +22464,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
22355
22464
  /**
22356
22465
  * Represents the `IsNotNull` (**Is not null**) filter operator for the TreeList.
22357
22466
  * Use this operator to filter values that are not null.
22358
- * [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
22359
- * For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
22467
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
22468
+ * For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
22360
22469
  *
22361
22470
  * @example
22362
22471
  * ```html String Filter Cell
@@ -22459,8 +22568,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
22459
22568
  /**
22460
22569
  * Represents the `IsNull` (**Is null**) filter operator for the TreeList.
22461
22570
  * Use this operator to filter values that are null.
22462
- * [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
22463
- * For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
22571
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
22572
+ * For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
22464
22573
  *
22465
22574
  * @example
22466
22575
  * ```html String Filter Cell
@@ -22563,8 +22672,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
22563
22672
  /**
22564
22673
  * Represents the `NotEqual` (**Is not equal to**) filter operator for the TreeList.
22565
22674
  * Use this operator to filter values that are not equal to a specific value.
22566
- * [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
22567
- * For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
22675
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
22676
+ * For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
22568
22677
  *
22569
22678
  * @example
22570
22679
  * ```html String Filter Cell
@@ -22667,8 +22776,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
22667
22776
  /**
22668
22777
  * Represents the `StartsWith` (**Starts with**) filter operator for the TreeList.
22669
22778
  * Use this operator to filter values that start with a specific substring.
22670
- * [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
22671
- * For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
22779
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
22780
+ * For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
22672
22781
  *
22673
22782
  * @example
22674
22783
  * ```html Filter Cell
@@ -22721,9 +22830,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
22721
22830
  }], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
22722
22831
 
22723
22832
  /**
22724
- * Represents the `Greater` (**Is greater than**) [numeric filter operator](slug:filtering_treelist#toc-numeric-filter) for the TreeList.
22833
+ * Represents the `Greater` (**Is greater than**) [numeric filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#numeric-filter) for the TreeList.
22725
22834
  * Use this operator to filter values that are greater than a specific value.
22726
- * [See example](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
22835
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
22727
22836
  *
22728
22837
  * @example
22729
22838
  * ```html Filter Cell
@@ -22776,9 +22885,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
22776
22885
  }], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
22777
22886
 
22778
22887
  /**
22779
- * Represents the `GreaterOrEqualTo` (**Is greater than or equal to**) [numeric filter operator](slug:filtering_treelist#toc-numeric-filter) for the TreeList.
22888
+ * Represents the `GreaterOrEqualTo` (**Is greater than or equal to**) [numeric filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#numeric-filter) for the TreeList.
22780
22889
  * Use this operator to filter values that are greater than or equal to a specific value.
22781
- * [See example](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
22890
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
22782
22891
  *
22783
22892
  * @example
22784
22893
  * ```html Filter Cell
@@ -22831,9 +22940,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
22831
22940
  }], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
22832
22941
 
22833
22942
  /**
22834
- * Represents the `Less` (**Is less than**) [numeric filter operator](slug:filtering_treelist#toc-numeric-filter) for the TreeList.
22943
+ * Represents the `Less` (**Is less than**) [numeric filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#numeric-filter) for the TreeList.
22835
22944
  * Use this operator to filter values that are less than a specific value.
22836
- * [See example](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
22945
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
22837
22946
  *
22838
22947
  * @example
22839
22948
  * ```html Filter Cell
@@ -22886,9 +22995,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
22886
22995
  }], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
22887
22996
 
22888
22997
  /**
22889
- * Represents the `LessOrEqualTo` (**Is less than or equal to**) [numeric filter operator](slug:filtering_treelist#toc-numeric-filter) for the TreeList.
22998
+ * Represents the `LessOrEqualTo` (**Is less than or equal to**) [numeric filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#numeric-filter) for the TreeList.
22890
22999
  * Use this operator to filter values that are less than or equal to a specific value.
22891
- * [See example](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
23000
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
22892
23001
  *
22893
23002
  * @example
22894
23003
  * ```html Filter Cell
@@ -22941,9 +23050,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
22941
23050
  }], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
22942
23051
 
22943
23052
  /**
22944
- * Represents the `Greater` (**Is after**) [date filter operator](slug:filtering_treelist#toc-date-filter) for the TreeList.
23053
+ * Represents the `Greater` (**Is after**) [date filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#date-filter) for the TreeList.
22945
23054
  * Use this operator to filter dates that are after a specific value.
22946
- * [See example](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
23055
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
22947
23056
  *
22948
23057
  * @example
22949
23058
  * ```html Filter Cell
@@ -23005,9 +23114,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
23005
23114
  }], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
23006
23115
 
23007
23116
  /**
23008
- * Represents the `GreaterOrEqualTo` (**Is after or equal to**) [date filter operator](slug:filtering_treelist#toc-date-filter) for the TreeList.
23117
+ * Represents the `GreaterOrEqualTo` (**Is after or equal to**) [date filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#date-filter) for the TreeList.
23009
23118
  * Use this operator to filter dates that are after or equal to a specific value.
23010
- * [See example](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
23119
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
23011
23120
  *
23012
23121
  * @example
23013
23122
  * ```html Filter Cell
@@ -23069,9 +23178,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
23069
23178
  }], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
23070
23179
 
23071
23180
  /**
23072
- * Represents the `LessOrEqualTo` (**Is before or equal to**) [date filter operator](slug:filtering_treelist#toc-date-filter) for the TreeList.
23181
+ * Represents the `LessOrEqualTo` (**Is before or equal to**) [date filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#date-filter) for the TreeList.
23073
23182
  * Use this operator to filter dates that are before or equal to a specific value.
23074
- * [See example](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
23183
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
23075
23184
  *
23076
23185
  * @example
23077
23186
  * ```html Filter Cell
@@ -23133,9 +23242,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
23133
23242
  }], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
23134
23243
 
23135
23244
  /**
23136
- * Represents the `Less than` (**Is before**) [date filter operator](slug:filtering_treelist#toc-date-filter) for the TreeList.
23245
+ * Represents the `Less than` (**Is before**) [date filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#date-filter) for the TreeList.
23137
23246
  * Use this operator to filter dates that are before a specific value.
23138
- * [See example](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
23247
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
23139
23248
  *
23140
23249
  * @example
23141
23250
  * ```html Filer Cell
@@ -23198,7 +23307,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
23198
23307
 
23199
23308
  /**
23200
23309
  * Represents the Kendo UI for Angular TreeList column chooser component.
23201
- * Use this component to let users show or hide columns in the TreeList. To display the column chooser outside the Column Menu, add it inside the [`ToolbarTemplate`]({% slug api_treelist_toolbartemplatedirective %}) directive.
23310
+ * Use this component to let users show or hide columns in the TreeList. To display the column chooser outside the Column Menu, add it inside the [`ToolbarTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/toolbartemplatedirective) directive.
23202
23311
  *
23203
23312
  * @example
23204
23313
  * ```html
@@ -23402,7 +23511,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
23402
23511
  }] } });
23403
23512
 
23404
23513
  /**
23405
- * Arguments for the `excelExport` event. [See example](slug:excelexport_treelist#toc-customizing-generated-workbooks).
23514
+ * Arguments for the `excelExport` event. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/excel-export#customizing-generated-workbooks).
23406
23515
  */
23407
23516
  class ExcelExportEvent extends PreventableEvent {
23408
23517
  workbook;
@@ -23471,7 +23580,7 @@ const componentColumns = (component) => {
23471
23580
  return orderBy(columns, [{ field: 'locked', dir: 'desc' }]);
23472
23581
  };
23473
23582
  /**
23474
- * Configures the settings for exporting the TreeList to Excel. [See example]({% slug excelexport_treelist %}).
23583
+ * Configures the settings for exporting the TreeList to Excel. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/excel-export).
23475
23584
  *
23476
23585
  * @example
23477
23586
  * ```html
@@ -23510,13 +23619,13 @@ class ExcelComponent {
23510
23619
  * Use a proxy if the browser cannot save files locally.
23511
23620
  *
23512
23621
  * Optionally, set up a proxy to reduce memory usage. This avoids copying the file contents into memory,
23513
- * but transmits it over the network instead. For this use case, set [forceProxy](#toc-forceproxy) to `true`
23622
+ * but transmits it over the network instead. For this use case, set [forceProxy](#forceproxy) to `true`
23514
23623
  * to skip client-side saving even in browsers that support it.
23515
23624
  *
23516
- * The proxy receives a POST request with specific parameters in the request body. [See example](slug:server_proxy#toc-implementations).
23625
+ * The proxy receives a POST request with specific parameters in the request body. [See example](https://www.telerik.com/kendo-angular-ui/components/file-saver/server-proxy#implementations).
23517
23626
  * The proxy returns the decoded file with the `"Content-Disposition"` header set to `attachment; filename="<fileName.xslx>"`.
23518
23627
  *
23519
- * For details on server-side proxy usage and implementation, see the [File Saver]({% slug overview_filesaver %}) documentation.
23628
+ * For details on server-side proxy usage and implementation, see the [File Saver](https://www.telerik.com/kendo-angular-ui/components/file-saver) documentation.
23520
23629
  */
23521
23630
  proxyURL;
23522
23631
  /**
@@ -23672,8 +23781,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
23672
23781
  }] } });
23673
23782
 
23674
23783
  /**
23675
- * Represents the `export-to-Excel` command of the TreeList. Apply this directive to any `button` element inside a [`ToolbarTemplate`](slug:toolbartemplate_treelist).
23676
- * When the user clicks a button with this directive, the [`excelExport`]({% slug api_treelist_treelistcomponent %}#toc-excelexport) event fires ([see example]({% slug excelexport_treelist %})).
23784
+ * Represents the `export-to-Excel` command of the TreeList. Apply this directive to any `button` element inside a [`ToolbarTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/toolbar/toolbar-template).
23785
+ * When the user clicks a button with this directive, the [`excelExport`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#excelexport) event fires ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/excel-export)).
23677
23786
  *
23678
23787
  * @example
23679
23788
  * ```html
@@ -23759,7 +23868,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
23759
23868
  /**
23760
23869
  * Represents the `export-to-Excel` toolbar tool of the TreeList. Apply this directive to any `kendo-toolbar-button` element inside a ToolbarComponent used in the TreeList.
23761
23870
  *
23762
- * When the user clicks a button with this directive, the [excelExport]({% slug api_treelist_treelistcomponent %}#toc-excelexport) event fires ([see example]({% slug excelexport_treelist %})).
23871
+ * When the user clicks a button with this directive, the [excelExport](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#excelexport) event fires ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/excel-export)).
23763
23872
  *
23764
23873
  * @example
23765
23874
  * ```html
@@ -23949,7 +24058,7 @@ const wrapTable = (table) => {
23949
24058
  return;
23950
24059
  }
23951
24060
  const wrapper = document.createElement('div');
23952
- wrapper.className = 'k-grid k-grid-md';
24061
+ wrapper.className = 'k-grid';
23953
24062
  wrapper.appendChild(table);
23954
24063
  return wrapper;
23955
24064
  };
@@ -23979,7 +24088,7 @@ const setFirstCellClass = (header, headers) => {
23979
24088
  };
23980
24089
  const createTable = (colGroups, headers, bodies, footers) => {
23981
24090
  const table = document.createElement('table');
23982
- table.classList.add('k-table', 'k-table-md');
24091
+ table.classList.add('k-table');
23983
24092
  const colGroup = colGroups[0].cloneNode(true);
23984
24093
  for (let idx = 1; idx < colGroups.length; idx++) {
23985
24094
  appendNodes(colGroup, colGroups[idx].querySelectorAll('col'));
@@ -24054,7 +24163,7 @@ const createDiv = (className) => {
24054
24163
  return createElement('div', className);
24055
24164
  };
24056
24165
  /**
24057
- * Configures the settings for exporting TreeList to PDF ([see example]({% slug pdfexport_treelist %})).
24166
+ * Configures the settings for exporting TreeList to PDF ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/pdf-export)).
24058
24167
  *
24059
24168
  * @example
24060
24169
  * ```html
@@ -24295,10 +24404,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
24295
24404
  /**
24296
24405
  * Represents the `export-to-PDF` command of the TreeList.
24297
24406
  * Apply this directive to any `button` element inside a
24298
- * [`ToolbarTemplate`](slug:toolbartemplate_treelist).
24407
+ * [`ToolbarTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/toolbar/toolbar-template).
24299
24408
  * When you click a button that contains the directive, the
24300
- * [`pdfExport`]({% slug api_treelist_treelistcomponent %}#toc-pdfexport) event
24301
- * fires ([see example]({% slug pdfexport_treelist %})).
24409
+ * [`pdfExport`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#pdfexport) event
24410
+ * fires ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/pdf-export)).
24302
24411
  *
24303
24412
  * @example
24304
24413
  * ```html
@@ -24382,7 +24491,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
24382
24491
  }] } });
24383
24492
 
24384
24493
  /**
24385
- * Represents the command for adding a new item to the TreeList. Apply this directive to any `kendo-toolbar-button` element inside a ToolbarComponent. When the user clicks the toolbar button associated with the directive, the [`add`]({% slug api_treelist_treelistcomponent %}#toc-add) event is triggered.
24494
+ * Represents the command for adding a new item to the TreeList. Apply this directive to any `kendo-toolbar-button` element inside a ToolbarComponent. When the user clicks the toolbar button associated with the directive, the [`add`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#add) event is triggered.
24386
24495
  *
24387
24496
  * @example
24388
24497
  * ```html
@@ -24436,8 +24545,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
24436
24545
  * ToolbarComponent.
24437
24546
  *
24438
24547
  * When you click the toolbar button that contains the directive, the
24439
- * [`pdfExport`]({% slug api_treelist_treelistcomponent %}#toc-pdfexport) event
24440
- * fires ([see example]({% slug pdfexport_treelist %})).
24548
+ * [`pdfExport`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#pdfexport) event
24549
+ * fires ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/pdf-export)).
24441
24550
  *
24442
24551
  * @example
24443
24552
  * ```html