@progress/kendo-angular-treelist 22.1.0-develop.9 → 23.0.0-develop.1

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
@@ -46,7 +46,7 @@ export declare const localizeOperators: (operators: any) => (localization: any)
46
46
  /**
47
47
  * An abstract base class for the filter-cell component in the TreeList.
48
48
  * Use this class to implement custom filter cell components.
49
- * [See example](slug:filter_row_treelist#toc-custom-filter-row-components).
49
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#custom-filter-row-components).
50
50
  */
51
51
  export declare abstract class BaseFilterCellComponent implements AfterContentInit, OnDestroy {
52
52
  protected filterService: FilterService;
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Represents a Boolean filter-cell component.
12
12
  * Use this component to filter Boolean values in the TreeList.
13
- * See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
13
+ * 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).
14
14
  *
15
15
  * @example
16
16
  * ```html
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
9
9
  /**
10
10
  * Represents a date-filter cell component.
11
11
  * Use this component to filter date values in the TreeList.
12
- * See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
12
+ * 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).
13
13
  *
14
14
  * @example
15
15
  * ```html
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Represents the filter-cell template for the TreeList.
9
9
  * Use this directive to customize the filter row cell for a column.
10
- * See [custom filter row components](slug:filter_row_treelist#toc-custom-filters).
10
+ * See [custom filter row components](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#custom-filters).
11
11
  *
12
12
  * The template context is set to the filter descriptor and provides the following fields:
13
13
  * - `column`—The current column instance. Use as an alias for a template variable with `let-column="column"`.
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
9
9
  /**
10
10
  * Represents a numeric filter cell.
11
11
  * Use this component to filter numeric values in the TreeList.
12
- * See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
12
+ * 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).
13
13
  *
14
14
  * @example
15
15
  * ```html
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
9
9
  /**
10
10
  * Represents a string-filter cell component.
11
11
  * Use this component to filter string values in the TreeList.
12
- * See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
12
+ * 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).
13
13
  *
14
14
  * @example
15
15
  * ```html
@@ -58,7 +58,7 @@ export declare class DateFilterComponent extends BaseFilterCellComponent impleme
58
58
  max: Date;
59
59
  /**
60
60
  * Defines the descriptions of the format sections in the input field.
61
- * [See possible format options](slug:placeholders_dateinput#toc-format-sections-description).
61
+ * [See possible format options](https://www.telerik.com/kendo-angular-ui/components/dateinputs/dateinput/placeholders#format-sections-description).
62
62
  * @type {DateInputFormatPlaceholder}
63
63
  */
64
64
  formatPlaceholder: DateInputFormatPlaceholder;
@@ -7,7 +7,7 @@ import { CompositeFilterDescriptor } from '@progress/kendo-data-query';
7
7
  import { MenuTabbingService } from './menu/menu-tabbing.service';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
- * Represents a service to set the filter descriptor for the TreeList. ([See example]({% slug filter_menu_treelist %})).
10
+ * 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)).
11
11
  */
12
12
  export declare class FilterService {
13
13
  /**
@@ -11,7 +11,7 @@ import { BooleanFilterComponent } from '../boolean-filter.component';
11
11
  import { MenuTabbingService } from './menu-tabbing.service';
12
12
  import * as i0 from "@angular/core";
13
13
  /**
14
- * 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).
14
+ * 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).
15
15
  *
16
16
  * @example
17
17
  * ```html
@@ -9,7 +9,7 @@ import { DateFilterComponent } from '../date-filter.component';
9
9
  import { MenuTabbingService } from './menu-tabbing.service';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
- * 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).
12
+ * 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).
13
13
  *
14
14
  * @example
15
15
  * ```html
@@ -22,7 +22,8 @@ export declare class FilterMenuContainerComponent implements AfterViewChecked, O
22
22
  * The column with which the filter is associated.
23
23
  * @type {ColumnComponent}
24
24
  */
25
- column: ColumnComponent;
25
+ set column(value: ColumnComponent);
26
+ get column(): ColumnComponent;
26
27
  /**
27
28
  * @hidden
28
29
  */
@@ -48,15 +49,18 @@ export declare class FilterMenuContainerComponent implements AfterViewChecked, O
48
49
  get childFilter(): CompositeFilterDescriptor;
49
50
  private resetButton;
50
51
  private filterButton;
52
+ private _column;
51
53
  private _childFilter;
52
54
  private subscription;
53
55
  private _templateContext;
54
56
  private _filter;
57
+ private _clearDisabled;
55
58
  constructor(parentService: FilterService, childService: FilterService, localization: LocalizationService, cd: ChangeDetectorRef, menuTabbingService: MenuTabbingService);
56
59
  ngOnInit(): void;
57
60
  ngAfterViewChecked(): void;
58
61
  ngOnDestroy(): void;
59
62
  get disabled(): boolean;
63
+ get clearDisabled(): boolean;
60
64
  get templateContext(): any;
61
65
  get hasTemplate(): boolean;
62
66
  submit(): boolean;
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
8
8
  * Represents the filter-menu template for the TreeList filter menu.
9
9
  *
10
10
  * Use this directive to provide a custom template for the filter menu in a TreeList column
11
- * ([see example](slug:filter_menu_treelist#toc-custom-filter-menu-components)).
11
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-menu#custom-filter-menu-components)).
12
12
  *
13
13
  * @example
14
14
  * ```html
@@ -10,7 +10,7 @@ import { MenuTabbingService } from './menu-tabbing.service';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
12
  * Represents the Kendo UI numeric-filter menu component for the TreeList. Use this component to filter numeric values using a filter menu popup.
13
- * [See example](slug:filter_menu_treelist#toc-built-in-filter-menu-components).
13
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-menu#built-in-filter-menu-components).
14
14
  *
15
15
  * @example
16
16
  * ```html
@@ -10,7 +10,7 @@ import { MenuTabbingService } from './menu-tabbing.service';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
12
  * Represents the Kendo UI string-filter menu component for the TreeList. Use this component to filter string values using a filter menu popup.
13
- * [See example](slug:filter_menu_treelist#toc-built-in-filter-menu-components).
13
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-menu#built-in-filter-menu-components).
14
14
  *
15
15
  * @example
16
16
  * ```html
@@ -6,9 +6,9 @@ import { FilterOperatorBase } from './filter-operator.base';
6
6
  import { LocalizationService } from '@progress/kendo-angular-l10n';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `GreaterOrEqualTo` (**Is after or equal to**) [date filter operator](slug:filtering_treelist#toc-date-filter) for the TreeList.
9
+ * 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.
10
10
  * Use this operator to filter dates that are after or equal to a specific value.
11
- * [See example](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filter Cell
@@ -6,9 +6,9 @@ import { FilterOperatorBase } from './filter-operator.base';
6
6
  import { LocalizationService } from '@progress/kendo-angular-l10n';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `Greater` (**Is after**) [date filter operator](slug:filtering_treelist#toc-date-filter) for the TreeList.
9
+ * Represents the `Greater` (**Is after**) [date filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#date-filter) for the TreeList.
10
10
  * Use this operator to filter dates that are after a specific value.
11
- * [See example](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filter Cell
@@ -6,9 +6,9 @@ import { FilterOperatorBase } from './filter-operator.base';
6
6
  import { LocalizationService } from '@progress/kendo-angular-l10n';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `LessOrEqualTo` (**Is before or equal to**) [date filter operator](slug:filtering_treelist#toc-date-filter) for the TreeList.
9
+ * 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.
10
10
  * Use this operator to filter dates that are before or equal to a specific value.
11
- * [See example](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filter Cell
@@ -6,9 +6,9 @@ import { FilterOperatorBase } from './filter-operator.base';
6
6
  import { LocalizationService } from '@progress/kendo-angular-l10n';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `Less than` (**Is before**) [date filter operator](slug:filtering_treelist#toc-date-filter) for the TreeList.
9
+ * 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.
10
10
  * Use this operator to filter dates that are before a specific value.
11
- * [See example](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filer Cell
@@ -8,8 +8,8 @@ import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Represents the `Contains` (**Contains**) filter operator for the TreeList.
10
10
  * Use this operator to filter values that contain a specific substring.
11
- * [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
12
- * For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
12
+ * 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).
13
13
  *
14
14
  * @example
15
15
  * ```html Filter Cell
@@ -8,8 +8,8 @@ import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Represents the `EndsWith` (**Ends with**) string filter operator for the TreeList.
10
10
  * Use this operator to filter values that end with a specific substring.
11
- * [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
12
- * For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
12
+ * 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).
13
13
  *
14
14
  * @example
15
15
  * ```html Filter Cell
@@ -8,8 +8,8 @@ import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Represents the `Equal` (**Is equal to**) filter operator for the TreeList.
10
10
  * Use this operator to filter values that are equal to a specific value.
11
- * [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
12
- * For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
12
+ * 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).
13
13
  *
14
14
  * @example
15
15
  * ```html String Filter Cell
@@ -6,9 +6,9 @@ import { FilterOperatorBase } from './filter-operator.base';
6
6
  import { LocalizationService } from '@progress/kendo-angular-l10n';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `Greater` (**Is greater than**) [numeric filter operator](slug:filtering_treelist#toc-numeric-filter) for the TreeList.
9
+ * 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.
10
10
  * Use this operator to filter values that are greater than a specific value.
11
- * [See example](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filter Cell
@@ -6,9 +6,9 @@ import { FilterOperatorBase } from './filter-operator.base';
6
6
  import { LocalizationService } from '@progress/kendo-angular-l10n';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `GreaterOrEqualTo` (**Is greater than or equal to**) [numeric filter operator](slug:filtering_treelist#toc-numeric-filter) for the TreeList.
9
+ * 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.
10
10
  * Use this operator to filter values that are greater than or equal to a specific value.
11
- * [See example](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filter Cell
@@ -8,8 +8,8 @@ import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Represents the `IsEmpty` (**Is empty**) filter operator for the TreeList.
10
10
  * Use this operator to filter values that are empty.
11
- * [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
12
- * For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
12
+ * 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).
13
13
  *
14
14
  * @example
15
15
  * ```html Filter Cell
@@ -8,8 +8,8 @@ import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Represents the `IsNotEmpty` (**Is not empty**) filter operator for the TreeList.
10
10
  * Use this operator to filter values that are not empty.
11
- * [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
12
- * For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
12
+ * 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).
13
13
  *
14
14
  * @example
15
15
  * ```html Filter Cell
@@ -8,8 +8,8 @@ import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Represents the `IsNotNull` (**Is not null**) filter operator for the TreeList.
10
10
  * Use this operator to filter values that are not null.
11
- * [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
12
- * For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
12
+ * 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).
13
13
  *
14
14
  * @example
15
15
  * ```html String Filter Cell
@@ -8,8 +8,8 @@ import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Represents the `IsNull` (**Is null**) filter operator for the TreeList.
10
10
  * Use this operator to filter values that are null.
11
- * [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
12
- * For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
12
+ * 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).
13
13
  *
14
14
  * @example
15
15
  * ```html String Filter Cell
@@ -6,9 +6,9 @@ import { FilterOperatorBase } from './filter-operator.base';
6
6
  import { LocalizationService } from '@progress/kendo-angular-l10n';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `Less` (**Is less than**) [numeric filter operator](slug:filtering_treelist#toc-numeric-filter) for the TreeList.
9
+ * 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.
10
10
  * Use this operator to filter values that are less than a specific value.
11
- * [See example](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filter Cell
@@ -6,9 +6,9 @@ import { FilterOperatorBase } from './filter-operator.base';
6
6
  import { LocalizationService } from '@progress/kendo-angular-l10n';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `LessOrEqualTo` (**Is less than or equal to**) [numeric filter operator](slug:filtering_treelist#toc-numeric-filter) for the TreeList.
9
+ * 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.
10
10
  * Use this operator to filter values that are less than or equal to a specific value.
11
- * [See example](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#setting-the-default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filter Cell
@@ -8,8 +8,8 @@ import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Represents the `NotEqual` (**Is not equal to**) filter operator for the TreeList.
10
10
  * Use this operator to filter values that are not equal to a specific value.
11
- * [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
12
- * For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
12
+ * 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).
13
13
  *
14
14
  * @example
15
15
  * ```html String Filter Cell
@@ -8,8 +8,8 @@ import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Represents the `DoesNotContain` (**Does not contain**) filter operator for the TreeList.
10
10
  * Use this operator to filter values that do not contain a specific substring.
11
- * [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
12
- * For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
12
+ * 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).
13
13
  *
14
14
  * @example
15
15
  * ```html Filter Cell
@@ -8,8 +8,8 @@ import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Represents the `StartsWith` (**Starts with**) filter operator for the TreeList.
10
10
  * Use this operator to filter values that start with a specific substring.
11
- * [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
12
- * For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
12
+ * 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).
13
13
  *
14
14
  * @example
15
15
  * ```html Filter Cell
@@ -7,7 +7,7 @@ import { Messages } from './messages';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Overrides the default component messages with custom messages.
10
- * [See example](slug:globalization_treelist#toc-custom-messages).
10
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/globalization#custom-messages).
11
11
  *
12
12
  * @example
13
13
  * ```html
@@ -84,7 +84,7 @@ export declare class Messages extends ComponentMessages {
84
84
  * To allow reordering the column name and the localizable part, the `filterInputLabel` accepts a string with a
85
85
  * placeholder for the column name, for example, **filter for {columnName}**. The `{columnName}` placeholder will be replaced
86
86
  * internally with the current column name, and the resulting label will be rendered as **filter for Product Name**.
87
- * [See example](slug:globalization_grid#toc-custom-messages).
87
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/grid/globalization#custom-messages).
88
88
  */
89
89
  filterInputLabel: string;
90
90
  /**
@@ -96,7 +96,7 @@ export declare class Messages extends ComponentMessages {
96
96
  * To allow reordering the column name and the localizable part, the `filterCellOperatorLabel` accepts a string with a
97
97
  * placeholder for the column name, for example, **Filter operators for {columnName}**. The `{columnName}` placeholder will be replaced
98
98
  * internally with the current column name, and the resulting label will be rendered as **Filter operators for Product Name**.
99
- * [See example](slug:globalization_treelist#toc-custom-messages).
99
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/globalization#custom-messages).
100
100
  */
101
101
  filterCellOperatorLabel: string;
102
102
  /**
@@ -108,7 +108,7 @@ export declare class Messages extends ComponentMessages {
108
108
  * To allow reordering the column name and the localizable part, the `booleanFilterCellLabel` accepts a string with a
109
109
  * placeholder for the column name, for example, **Boolean Filter operator for {columnName}**. The `{columnName}` placeholder will be replaced
110
110
  * internally with the current column name, and the resulting label will be rendered as **Boolean Filter operator for Product Name**.
111
- * [See example](slug:globalization_treelist#toc-custom-messages).
111
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/globalization#custom-messages).
112
112
  */
113
113
  booleanFilterCellLabel: string;
114
114
  /**
@@ -236,7 +236,7 @@ export declare class Messages extends ComponentMessages {
236
236
  * To allow reordering the column name and the localizable part, the `filterMenuOperatorsDropDownLabel` accepts a string with a
237
237
  * placeholder for the column name, for example, **filter operators for {columnName**'. The `{columnName}` placeholder will be replaced
238
238
  * internally with the current column name, and the resulting label will be rendered as **filter operators for Product Name**.
239
- * [See example](slug:globalization_treelist#toc-custom-messages).
239
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/globalization#custom-messages).
240
240
  */
241
241
  filterMenuOperatorsDropDownLabel: string;
242
242
  /**
@@ -248,7 +248,7 @@ export declare class Messages extends ComponentMessages {
248
248
  * To allow reordering the column name and the localizable part, the `filterMenuLogicDropDownLabel` accepts a string with a
249
249
  * placeholder for the column name, for example, **filter logic for {columnName}**. The `{columnName}` placeholder will be replaced
250
250
  * internally with the current column name, and the resulting label will be rendered as **filter logic for Product Name**.
251
- * [See example](slug:globalization_treelist#toc-custom-messages).
251
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/globalization#custom-messages).
252
252
  */
253
253
  filterMenuLogicDropDownLabel: string;
254
254
  /**
@@ -267,7 +267,7 @@ export declare class Messages extends ComponentMessages {
267
267
  * To allow reordering the column name and the localizable part, the `columnMenu` accepts a string with a
268
268
  * placeholder for the column name, for example, **menu for {columnName}**. The `{columnName}` placeholder will be replaced
269
269
  * internally with the current column name, and the resulting title will be rendered as **menu for Product Name**.
270
- * [See example](slug:globalization_grid#toc-custom-messages).
270
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/grid/globalization#custom-messages).
271
271
  */
272
272
  columnMenu: string;
273
273
  /**
@@ -357,7 +357,7 @@ export declare class Messages extends ComponentMessages {
357
357
  * To allow reordering the column name and the localizable part, the `filterMenuTitle` accepts a string with a
358
358
  * placeholder for the column name, for example, **filter for {columnName}**. The `{columnName}` placeholder will be replaced
359
359
  * internally with the current column name, and the resulting title will be rendered as **filter for Product Name**.
360
- * [See example](slug:globalization_treelist#toc-custom-messages).
360
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/globalization#custom-messages).
361
361
  */
362
362
  filterMenuTitle: string;
363
363
  static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>;
@@ -12,7 +12,7 @@ import * as i0 from "@angular/core";
12
12
  * A focus group may contain focusable elements, such as rows, cells and input elements.
13
13
  *
14
14
  * Elements are added to the focus group by tagging them with the `kendoTreeListFocusable` directive.
15
- * See [Controlling the Focus]({% slug keyboard_navigation_treelist %}#toc-controlling-the-focus).
15
+ * See [Controlling the Focus](https://www.telerik.com/kendo-angular-ui/components/treelist/keyboard-navigation#controlling-the-focus).
16
16
  *
17
17
  * @hidden
18
18
  */
@@ -7,7 +7,7 @@ import { FocusGroup } from './focus-group';
7
7
  import { FocusableElement } from './focusable-element.interface';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
- * Represents a directive that controls how focusable cell elements receive focus in a [navigable TreeList]({% slug keyboard_navigation_treelist %}).
10
+ * 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).
11
11
  *
12
12
  * Use this directive to manage focus behavior for cell elements. Pass the `cellContext` from the cell template as input.
13
13
  *
@@ -20,6 +20,7 @@ import { ScrollRequestService } from '../scrolling/scroll-request.service';
20
20
  import { SelectionService } from '../selection/selection.service';
21
21
  import { PagerContextService } from '@progress/kendo-angular-pager';
22
22
  import { ContextService } from '../common/provider.service';
23
+ import { ColumnResizingService } from '../column-resizing/column-resizing.service';
23
24
  import * as i0 from "@angular/core";
24
25
  /**
25
26
  * @hidden
@@ -46,6 +47,7 @@ export declare class NavigationService implements OnDestroy {
46
47
  private selectionService;
47
48
  private changeDetector;
48
49
  private ctx;
50
+ private resizeService;
49
51
  private focusableParent;
50
52
  readonly changes: Subject<NavigationChange>;
51
53
  readonly cellKeydown: EventEmitter<any>;
@@ -54,6 +56,7 @@ export declare class NavigationService implements OnDestroy {
54
56
  get enabled(): boolean;
55
57
  get activeCell(): NavigationCell;
56
58
  get activeRow(): NavigationRow;
59
+ get isColumnResizable(): boolean;
57
60
  viewport: NavigationViewport;
58
61
  columnViewport: NavigationViewport;
59
62
  private activeRowIndex;
@@ -67,7 +70,7 @@ export declare class NavigationService implements OnDestroy {
67
70
  private pendingRowIndex;
68
71
  private virtualCell;
69
72
  private get activeDataRow();
70
- constructor(zone: NgZone, domEvents: DomEventsService, pagerContextService: PagerContextService, scrollRequestService: ScrollRequestService, focusRoot: FocusRoot, editService: EditService, localization: LocalizationService, expandState: ExpandStateService, selectionService: SelectionService, changeDetector: ChangeDetectorRef, ctx: ContextService, focusableParent: FocusableDirective);
73
+ constructor(zone: NgZone, domEvents: DomEventsService, pagerContextService: PagerContextService, scrollRequestService: ScrollRequestService, focusRoot: FocusRoot, editService: EditService, localization: LocalizationService, expandState: ExpandStateService, selectionService: SelectionService, changeDetector: ChangeDetectorRef, ctx: ContextService, resizeService: ColumnResizingService, focusableParent: FocusableDirective);
71
74
  init(meta: NavigationMetadata): void;
72
75
  ngOnDestroy(): void;
73
76
  registerCell(cell: LogicalCell): void;
@@ -98,6 +101,7 @@ export declare class NavigationService implements OnDestroy {
98
101
  private moveCursorFwd;
99
102
  private moveCursorBwd;
100
103
  private updateSelection;
104
+ private columnResize;
101
105
  private onCursorKeydown;
102
106
  private onContentKeydown;
103
107
  private onCellKeydown;
@@ -107,6 +111,6 @@ export declare class NavigationService implements OnDestroy {
107
111
  private handleRowReorderKeyboard;
108
112
  private onKeydown;
109
113
  private onTabout;
110
- static ɵfac: i0.ɵɵFactoryDeclaration<NavigationService, [null, null, null, null, null, null, null, null, null, null, null, { optional: true; }]>;
114
+ static ɵfac: i0.ɵɵFactoryDeclaration<NavigationService, [null, null, null, null, null, null, null, null, null, null, null, null, { optional: true; }]>;
111
115
  static ɵprov: i0.ɵɵInjectableDeclaration<NavigationService>;
112
116
  }
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1769600109,
11
- "version": "22.1.0-develop.9",
10
+ "publishDate": 1770287015,
11
+ "version": "23.0.0-develop.1",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };