@progress/kendo-angular-grid 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 (151) hide show
  1. package/README.md +2 -2
  2. package/adaptiveness/adaptive-renderer.component.d.ts +1 -0
  3. package/aggregates/aggregate-types.d.ts +1 -1
  4. package/aggregates/status-bar-template.directive.d.ts +1 -1
  5. package/column-menu/column-chooser.component.d.ts +3 -3
  6. package/column-menu/column-menu-autosize-all.component.d.ts +4 -4
  7. package/column-menu/column-menu-autosize.component.d.ts +3 -3
  8. package/column-menu/column-menu-chooser.component.d.ts +4 -4
  9. package/column-menu/column-menu-expandable-item.interface.d.ts +1 -1
  10. package/column-menu/column-menu-filter.component.d.ts +3 -3
  11. package/column-menu/column-menu-item-base.d.ts +1 -1
  12. package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
  13. package/column-menu/column-menu-item.component.d.ts +2 -2
  14. package/column-menu/column-menu-item.directive.d.ts +1 -1
  15. package/column-menu/column-menu-lock.component.d.ts +3 -3
  16. package/column-menu/column-menu-position.component.d.ts +2 -2
  17. package/column-menu/column-menu-settings.interface.d.ts +4 -4
  18. package/column-menu/column-menu-sort.component.d.ts +1 -1
  19. package/column-menu/column-menu-stick.component.d.ts +4 -4
  20. package/column-menu/column-menu-template.directive.d.ts +1 -1
  21. package/column-menu/column-menu.component.d.ts +3 -3
  22. package/column-menu/column-menu.service.d.ts +1 -1
  23. package/column-resizing/column-resize.interface.d.ts +1 -1
  24. package/columns/checkbox-column.component.d.ts +1 -1
  25. package/columns/column-base.d.ts +24 -17
  26. package/columns/column-group.component.d.ts +1 -1
  27. package/columns/column.component.d.ts +6 -6
  28. package/columns/command-column.component.d.ts +1 -1
  29. package/columns/reorder-column.component.d.ts +1 -1
  30. package/columns/sort-settings.d.ts +6 -6
  31. package/columns/span-column.component.d.ts +5 -5
  32. package/common/cell-click-event-args.interface.d.ts +1 -1
  33. package/common/clipboard-types.d.ts +1 -1
  34. package/common/clipboard.directive.d.ts +1 -1
  35. package/common/fetch-data-callback.d.ts +1 -1
  36. package/common/pager-settings.d.ts +2 -2
  37. package/common/provider.service.d.ts +2 -0
  38. package/common/single-popup.service.d.ts +1 -1
  39. package/common/size-options.d.ts +1 -1
  40. package/csv/csv-command-tool.directive.d.ts +38 -0
  41. package/csv/csv-command.directive.d.ts +38 -0
  42. package/csv/csv-export-event.d.ts +15 -0
  43. package/csv/csv.component.d.ts +131 -0
  44. package/csv/csv.module.d.ts +32 -0
  45. package/csv/csv.service.d.ts +16 -0
  46. package/data/change-event-args.interface.d.ts +2 -2
  47. package/data/data.collection.d.ts +1 -1
  48. package/data/grid-item.interface.d.ts +4 -4
  49. package/databinding.directive.d.ts +3 -3
  50. package/directives.d.ts +10 -1
  51. package/dragdrop/column-reorder-config.d.ts +1 -1
  52. package/editing/add-command-tool.directive.d.ts +1 -1
  53. package/editing/add-command.directive.d.ts +3 -3
  54. package/editing/add-event-args.interface.d.ts +1 -1
  55. package/editing/cancel-command-tool.directive.d.ts +1 -1
  56. package/editing/cancel-command.directive.d.ts +3 -3
  57. package/editing/cancel-event-args.interface.d.ts +2 -2
  58. package/editing/cell-close-event.d.ts +1 -1
  59. package/editing/edit-command-tool.directive.d.ts +1 -1
  60. package/editing/edit-command.directive.d.ts +3 -3
  61. package/editing/edit-event-args.interface.d.ts +1 -1
  62. package/editing/edit-row-options.interface.d.ts +1 -1
  63. package/editing/edit-template.directive.d.ts +1 -1
  64. package/editing/form/models.d.ts +1 -1
  65. package/editing/remove-command-tool.directive.d.ts +1 -1
  66. package/editing/remove-command.directive.d.ts +3 -3
  67. package/editing/remove-event-args.interface.d.ts +1 -1
  68. package/editing/save-command-tool.directive.d.ts +1 -1
  69. package/editing/save-command.directive.d.ts +3 -3
  70. package/editing/save-event-args.interface.d.ts +1 -1
  71. package/editing-directives/edit-service.interface.d.ts +1 -1
  72. package/editing-directives/external-editing.directive.d.ts +1 -1
  73. package/editing-directives/in-cell-editing.directive.d.ts +1 -1
  74. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  75. package/editing-directives/template-editing.directive.d.ts +1 -1
  76. package/excel/excel-command-tool.directive.d.ts +1 -1
  77. package/excel/excel-command.directive.d.ts +2 -2
  78. package/excel/excel.component.d.ts +5 -5
  79. package/fesm2022/progress-kendo-angular-grid.mjs +962 -358
  80. package/filtering/base-filter-cell.component.d.ts +1 -1
  81. package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
  82. package/filtering/cell/date-filter-cell.component.d.ts +2 -2
  83. package/filtering/cell/filter-cell-template.directive.d.ts +2 -2
  84. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  85. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  86. package/filtering/date-filter.component.d.ts +2 -2
  87. package/filtering/filter.service.d.ts +1 -1
  88. package/filtering/filterable.d.ts +2 -2
  89. package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
  90. package/filtering/menu/filter-menu-container.component.d.ts +5 -1
  91. package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
  92. package/filtering/menu/string-filter-menu.component.d.ts +1 -1
  93. package/filtering/operators/after-eq-filter-operator.component.d.ts +2 -2
  94. package/filtering/operators/after-filter-operator.component.d.ts +2 -2
  95. package/filtering/operators/before-eq-filter-operator.component.d.ts +2 -2
  96. package/filtering/operators/before-filter-operator.component.d.ts +2 -2
  97. package/filtering/operators/contains-filter-operator.component.d.ts +2 -2
  98. package/filtering/operators/ends-with-filter-operator.component.d.ts +2 -2
  99. package/filtering/operators/eq-filter-operator.component.d.ts +2 -2
  100. package/filtering/operators/gt-filter-operator.component.d.ts +2 -2
  101. package/filtering/operators/gte-filter-operator.component.d.ts +2 -2
  102. package/filtering/operators/is-empty-filter-operator.component.d.ts +2 -2
  103. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +2 -2
  104. package/filtering/operators/is-not-null-filter-operator.component.d.ts +2 -2
  105. package/filtering/operators/isnull-filter-operator.component.d.ts +2 -2
  106. package/filtering/operators/lt-filter-operator.component.d.ts +2 -2
  107. package/filtering/operators/lte-filter-operator.component.d.ts +2 -2
  108. package/filtering/operators/neq-filter-operator.component.d.ts +2 -2
  109. package/filtering/operators/not-contains-filter-operator.component.d.ts +2 -2
  110. package/filtering/operators/starts-with-filter-operator.component.d.ts +2 -2
  111. package/grid.component.d.ts +78 -60
  112. package/grouping/group-header-column-template.directive.d.ts +1 -1
  113. package/grouping/group-header-template.directive.d.ts +1 -1
  114. package/grouping/group-key.interface.d.ts +3 -3
  115. package/grouping/group-rows-args.interface.d.ts +1 -1
  116. package/index.d.ts +6 -0
  117. package/localization/custom-messages.component.d.ts +1 -1
  118. package/localization/messages.d.ts +14 -10
  119. package/navigation/focusable.directive.d.ts +1 -1
  120. package/navigation/navigable-settings.d.ts +3 -3
  121. package/navigation/toolbar-tool-name.d.ts +1 -0
  122. package/package-metadata.mjs +2 -2
  123. package/package.json +28 -27
  124. package/pdf/pdf-command-tool.directive.d.ts +1 -1
  125. package/pdf/pdf-command.directive.d.ts +2 -2
  126. package/pdf/pdf.component.d.ts +2 -2
  127. package/rendering/cell-loading.template.directive.d.ts +1 -1
  128. package/rendering/cell-template.directive.d.ts +1 -1
  129. package/rendering/common/row-class.d.ts +4 -4
  130. package/rendering/common/spacer.component.d.ts +1 -1
  131. package/rendering/details/detail-template.directive.d.ts +4 -4
  132. package/rendering/details-expand.directive.d.ts +2 -2
  133. package/rendering/footer/footer-template.directive.d.ts +4 -4
  134. package/rendering/groups-expand.directive.d.ts +2 -2
  135. package/rendering/header/header-template.directive.d.ts +2 -2
  136. package/rendering/loading-template.directive.d.ts +1 -1
  137. package/rendering/no-records-template.directive.d.ts +1 -1
  138. package/rendering/toolbar/toolbar-position.d.ts +1 -1
  139. package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
  140. package/row-reordering/types.d.ts +2 -2
  141. package/schematics/ngAdd/index.js +7 -7
  142. package/scrolling/content-scroll-event.d.ts +1 -1
  143. package/scrolling/scroll-request.service.d.ts +2 -2
  144. package/scrolling/scrollmode.d.ts +1 -1
  145. package/selection/selectall-checkbox.directive.d.ts +2 -2
  146. package/selection/selection-checkbox.directive.d.ts +1 -1
  147. package/selection/selection-default.d.ts +1 -1
  148. package/selection/selection.directive.d.ts +1 -1
  149. package/selection/types.d.ts +7 -7
  150. package/state-management/redo-command-tool.d.ts +1 -1
  151. package/state-management/undo-command-tool.d.ts +1 -1
@@ -45,7 +45,7 @@ export declare const localizeOperators: (operators: any) => (localization: any)
45
45
  value: any;
46
46
  }[];
47
47
  /**
48
- * An abstract base class for the filter-cell component ([see example]({% slug filter_row %}#toc-custom-filter-row-components)).
48
+ * An abstract base class for the filter-cell component ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#custom-filter-row-components)).
49
49
  */
50
50
  export declare abstract class BaseFilterCellComponent implements AfterContentInit, OnDestroy {
51
51
  protected filterService: FilterService;
@@ -11,7 +11,7 @@ import { ContextService } from '../../common/provider.service';
11
11
  import * as i0 from "@angular/core";
12
12
  /**
13
13
  * Represents a filter-cell component for boolean columns.
14
- * See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
14
+ * See the article about the [built-in filter components](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#built-in-filter-row-components).
15
15
  *
16
16
  * @example
17
17
  * ```html
@@ -8,8 +8,8 @@ import { SizingOptionsService } from '../../layout/sizing-options.service';
8
8
  import { ContextService } from '../../common/provider.service';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
- * Represents a [DatePicker](slug:overview_datepicker) cell component for filtering of date columns.
12
- * See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
11
+ * Represents a [DatePicker](https://www.telerik.com/kendo-angular-ui/components/dateinputs/datepicker) cell component for filtering of date columns.
12
+ * See the article about the [built-in filter components](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#built-in-filter-row-components).
13
13
  *
14
14
  * @example
15
15
  *
@@ -8,10 +8,10 @@ import * as i0 from "@angular/core";
8
8
  * Represents the filter-cell template directive.
9
9
  * Use this directive to customize the content of the filter cell.
10
10
  * To define the filter cell template, nest an `<ng-template>` tag with the
11
- * `kendoGridFilterCellTemplate` directive inside a `<kendo-grid-column>` tag ([see example]({% slug filter_row %}#toc-custom-filters)).
11
+ * `kendoGridFilterCellTemplate` directive inside a `<kendo-grid-column>` tag ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#custom-filters)).
12
12
  *
13
13
  * The template context is set to the current data item and the following additional fields are passed:
14
- * - `column`&mdash;Defines an instance of the [`ColumnComponent`]({% slug api_grid_columncomponent %}) option. Use it as an alias for a template variable by utilizing the `let-column="column"` syntax.
14
+ * - `column`&mdash;Defines an instance of the [`ColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columncomponent) option. Use it as an alias for a template variable by utilizing the `let-column="column"` syntax.
15
15
  * - `filter`&mdash;The provided filter descriptors. Use it as an alias for a template variable by utilizing the `let-filter="filter"` syntax.
16
16
  *
17
17
  * @example
@@ -9,7 +9,7 @@ import { ContextService } from '../../common/provider.service';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Represents a filter cell component for filtering of numeric columns.
12
- * See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
12
+ * See the article about the [built-in filter components](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#built-in-filter-row-components).
13
13
  *
14
14
  * @example
15
15
  * ```html
@@ -9,7 +9,7 @@ import { ContextService } from '../../common/provider.service';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Represents a filter cell component for filtering of string columns.
12
- * See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
12
+ * See the article about the [built-in filter components](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#built-in-filter-row-components).
13
13
  *
14
14
  * @example
15
15
  * ```html
@@ -57,12 +57,12 @@ export declare class DateFilterComponent extends BaseFilterCellComponent impleme
57
57
  max: Date;
58
58
  /**
59
59
  * Sets the descriptions for the format sections in the input field.
60
- * [See example](slug:placeholders_datepicker#toc-format-sections-description).
60
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/dateinputs/datepicker/placeholders#format-sections-description).
61
61
  */
62
62
  formatPlaceholder: DateInputFormatPlaceholder;
63
63
  /**
64
64
  * Sets the hint shown when the value is `null`.
65
- * [See example](slug:placeholders_datepicker#toc-text-hints).
65
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/dateinputs/datepicker/placeholders#text-hints).
66
66
  */
67
67
  placeholder: string;
68
68
  /**
@@ -8,7 +8,7 @@ import { MenuTabbingService } from './menu/menu-tabbing.service';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
10
  * Provides a service to set the filter descriptor.
11
- * [See example]({% slug filter_row %}#toc-custom-filter-row-components).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#custom-filter-row-components).
12
12
  */
13
13
  export declare class FilterService {
14
14
  /**
@@ -6,8 +6,8 @@
6
6
  * Configures the `filterable` option for the Grid.
7
7
  *
8
8
  * The possible values are:
9
- * * `row`&mdash;Shows a filter row in the Grid. [See example](slug:filter_row).
10
- * * `menu`&mdash;Shows a filter menu in the Grid. [See example](slug:filter_menu).
9
+ * * `row`&mdash;Shows a filter row in the Grid. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row).
10
+ * * `menu`&mdash;Shows a filter menu in the Grid. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-menu).
11
11
  * * `menu, row`&mdash;Shows both filter menu and filter row.
12
12
  *
13
13
  * @example
@@ -11,7 +11,7 @@ import { RadioButtonComponent } from '@progress/kendo-angular-inputs';
11
11
  import * as i0 from "@angular/core";
12
12
  /**
13
13
  * Represents a filtering menu component for boolean columns.
14
- * [See example](slug:filter_menu#toc-built-in-filter-menu-components).
14
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-menu#built-in-filter-menu-components).
15
15
  *
16
16
  * @example
17
17
  * ```html
@@ -32,7 +32,8 @@ export declare class FilterMenuContainerComponent implements AfterViewChecked, O
32
32
  * The column with which the filter is associated.
33
33
  * @type {ColumnComponent}
34
34
  */
35
- column: ColumnComponent;
35
+ set column(value: ColumnComponent);
36
+ get column(): ColumnComponent;
36
37
  /**
37
38
  * @hidden
38
39
  */
@@ -57,11 +58,13 @@ export declare class FilterMenuContainerComponent implements AfterViewChecked, O
57
58
  actionsClass: string;
58
59
  get childFilter(): CompositeFilterDescriptor;
59
60
  private resetButton;
61
+ private _column;
60
62
  private _childFilter;
61
63
  private subscription;
62
64
  private _templateContext;
63
65
  private _filter;
64
66
  private checkboxFilter;
67
+ private _clearDisabled;
65
68
  constructor(parentService: FilterService, childService: FilterService, ctx: ContextService, cd: ChangeDetectorRef, menuTabbingService: MenuTabbingService, adaptiveGridService: AdaptiveGridService);
66
69
  ngOnInit(): void;
67
70
  ngAfterViewChecked(): void;
@@ -70,6 +73,7 @@ export declare class FilterMenuContainerComponent implements AfterViewChecked, O
70
73
  get templateContext(): any;
71
74
  get hasTemplate(): boolean;
72
75
  submit(): boolean;
76
+ get clearDisabled(): boolean;
73
77
  reset(): void;
74
78
  resetChildFilters(): void;
75
79
  onTab(e: Event, buttonType: string): void;
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
9
9
  * Use this directive to customize the content of the filter menu.
10
10
  * To define the filter menu template, nest an `<ng-template>` tag with the
11
11
  * `kendoGridFilterMenuTemplate` directive inside a `<kendo-grid-column>` tag.
12
- * [See example]({% slug filter_menu %}#toc-custom-filters).
12
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-menu#custom-filters).
13
13
  *
14
14
  * The template context is set to the current data item and provides these additional fields:
15
15
  * - `column`&mdash;Defines an instance of the `ColumnComponent` option. Use it as an alias for a template variable by using the `let-column="column"` syntax.
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
11
11
  /**
12
12
  * Represents a string-filter menu component.
13
13
  * Use this component to filter string values in the Grid.
14
- * [See example](slug:filter_menu#toc-built-in-filter-menu-components).
14
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-menu#built-in-filter-menu-components).
15
15
  *
16
16
  * @example
17
17
  * ```html
@@ -6,9 +6,9 @@ import { FilterOperatorBase } from './filter-operator.base';
6
6
  import { ContextService } from '../../common/provider.service';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `GreaterOrEqualTo` (**Is after or equal to**) [date filter](slug:filtering_grid#toc-date-filter) operator.
9
+ * Represents the `GreaterOrEqualTo` (**Is after or equal to**) [date filter](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics#date-filter) operator.
10
10
  * Use this operator to filter dates after or equal to the specified date.
11
- * [See example](slug:filter_row#toc-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filter Cell
@@ -6,9 +6,9 @@ import { ContextService } from '../../common/provider.service';
6
6
  import { FilterOperatorBase } from './filter-operator.base';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `Greater` (**Is after**) [date filter](slug:filtering_grid#toc-date-filter) operator.
9
+ * Represents the `Greater` (**Is after**) [date filter](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics#date-filter) operator.
10
10
  * Use this operator to filter dates after the specified date.
11
- * [See example](slug:filter_row#toc-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filter Cell
@@ -6,9 +6,9 @@ import { ContextService } from '../../common/provider.service';
6
6
  import { FilterOperatorBase } from './filter-operator.base';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `LessOrEqualTo` (**Is before or equal to**) [date filter](slug:filtering_grid#toc-date-filter) operator.
9
+ * Represents the `LessOrEqualTo` (**Is before or equal to**) [date filter](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics#date-filter) operator.
10
10
  * Use this operator to filter dates before or equal to the specified date.
11
- * [See example](slug:filter_row#toc-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filter Cell
@@ -6,9 +6,9 @@ import { ContextService } from '../../common/provider.service';
6
6
  import { FilterOperatorBase } from './filter-operator.base';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `Less than` (**Is before**) [date filter](slug:filtering_grid#toc-date-filter) operator.
9
+ * Represents the `Less than` (**Is before**) [date filter](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics#date-filter) operator.
10
10
  * Use this operator to filter dates before the specified date.
11
- * [See example](slug:filter_row#toc-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filer Cell
@@ -6,9 +6,9 @@ import { ContextService } from '../../common/provider.service';
6
6
  import { FilterOperatorBase } from './filter-operator.base';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `Contains` (**Contains**) filter operator. [See example](slug:filtering_grid#toc-using-the-built-in-directive).
9
+ * Represents the `Contains` (**Contains**) filter operator. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics#using-the-built-in-directive).
10
10
  * Use this operator to filter values that contain the specified text.
11
- * For more information and examples, see the article on setting [default filter operators](slug:filter_row#toc-default-filter-operator).
11
+ * For more information and examples, see the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filter Cell
@@ -6,9 +6,9 @@ import { ContextService } from '../../common/provider.service';
6
6
  import { FilterOperatorBase } from './filter-operator.base';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `EndsWith` (**Ends with**) string filter operator. [See example](slug:filtering_grid#toc-using-the-built-in-directive).
9
+ * Represents the `EndsWith` (**Ends with**) string filter operator. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics#using-the-built-in-directive).
10
10
  * Use this operator to filter values that end with the specified text.
11
- * For more information and examples, see the article on setting [default filter operators](slug:filter_row#toc-default-filter-operator).
11
+ * For more information and examples, see the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filter Cell
@@ -6,9 +6,9 @@ import { ContextService } from '../../common/provider.service';
6
6
  import { FilterOperatorBase } from './filter-operator.base';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `Equal` (**Is equal to**) filter operator. [See example](slug:filtering_grid#toc-using-the-built-in-directive).
9
+ * Represents the `Equal` (**Is equal to**) filter operator. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics#using-the-built-in-directive).
10
10
  * Use this operator to filter values that are equal to the specified value.
11
- * For more information and examples, see the article on setting [default filter operators](slug:filter_row#toc-default-filter-operator).
11
+ * For more information and examples, see the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html String Filter Cell
@@ -6,9 +6,9 @@ import { ContextService } from '../../common/provider.service';
6
6
  import { FilterOperatorBase } from './filter-operator.base';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `Greater` (**Is greater than**) [numeric filter](slug:filtering_grid#toc-numeric-filter) operator.
9
+ * Represents the `Greater` (**Is greater than**) [numeric filter](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics#numeric-filter) operator.
10
10
  * Use this operator to filter values greater than the specified number.
11
- * [See example](slug:filter_row#toc-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filter Cell
@@ -6,9 +6,9 @@ import { ContextService } from '../../common/provider.service';
6
6
  import { FilterOperatorBase } from './filter-operator.base';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `GreaterOrEqualTo` (**Is greater than or equal to**) [numeric filter](slug:filtering_grid#toc-numeric-filter) operator.
9
+ * Represents the `GreaterOrEqualTo` (**Is greater than or equal to**) [numeric filter](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics#numeric-filter) operator.
10
10
  * Use this operator to filter values greater than or equal to the specified number.
11
- * [See example](slug:filter_row#toc-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filter Cell
@@ -6,9 +6,9 @@ import { ContextService } from '../../common/provider.service';
6
6
  import { FilterOperatorBase } from './filter-operator.base';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `IsEmpty` (**Is empty**) filter operator. [See example](slug:filtering_grid#toc-using-the-built-in-directive).
9
+ * Represents the `IsEmpty` (**Is empty**) filter operator. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics#using-the-built-in-directive).
10
10
  * Use this operator to filter out values that are empty strings.
11
- * For more information and examples, see the article on setting [default filter operators](slug:filter_row#toc-default-filter-operator).
11
+ * For more information and examples, see the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filter Cell
@@ -6,9 +6,9 @@ import { ContextService } from '../../common/provider.service';
6
6
  import { FilterOperatorBase } from './filter-operator.base';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `IsNotEmpty` (**Is not empty**) filter operator. [See example](slug:filtering_grid#toc-using-the-built-in-directive).
9
+ * Represents the `IsNotEmpty` (**Is not empty**) filter operator. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics#using-the-built-in-directive).
10
10
  * Use this operator to filter out values that are not empty strings.
11
- * For more information and examples, see the article on setting [default filter operators](slug:filter_row#toc-default-filter-operator).
11
+ * For more information and examples, see the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filter Cell
@@ -6,9 +6,9 @@ import { ContextService } from '../../common/provider.service';
6
6
  import { FilterOperatorBase } from './filter-operator.base';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `IsNotNull` (**Is not null**) filter operator. [See example](slug:filtering_grid#toc-using-the-built-in-directive).
9
+ * Represents the `IsNotNull` (**Is not null**) filter operator. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics#using-the-built-in-directive).
10
10
  * Use this operator to filter out values that are not null.
11
- * For more information and examples, see the article on setting [default filter operators](slug:filter_row#toc-default-filter-operator).
11
+ * For more information and examples, see the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html String Filter Cell
@@ -6,9 +6,9 @@ import { ContextService } from '../../common/provider.service';
6
6
  import { FilterOperatorBase } from './filter-operator.base';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `IsNull` (**Is null**) filter operator. [See example](slug:filtering_grid#toc-using-the-built-in-directive).
9
+ * Represents the `IsNull` (**Is null**) filter operator. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics#using-the-built-in-directive).
10
10
  * Use this operator to filter out values that are null.
11
- * For more information and examples, see the article on setting [default filter operators](slug:filter_row#toc-default-filter-operator).
11
+ * For more information and examples, see the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html String Filter Cell
@@ -6,9 +6,9 @@ import { ContextService } from '../../common/provider.service';
6
6
  import { FilterOperatorBase } from './filter-operator.base';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `Less` (**Is less than**) [numeric filter](slug:filtering_grid#toc-numeric-filter) operator.
9
+ * Represents the `Less` (**Is less than**) [numeric filter](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics#numeric-filter) operator.
10
10
  * Use this operator to filter values less than the specified number.
11
- * [See example](slug:filter_row#toc-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filter Cell
@@ -6,9 +6,9 @@ import { ContextService } from '../../common/provider.service';
6
6
  import { FilterOperatorBase } from './filter-operator.base';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `LessOrEqualTo` (**Is less than or equal to**) [numeric filter](slug:filtering_grid#toc-numeric-filter) operator.
9
+ * Represents the `LessOrEqualTo` (**Is less than or equal to**) [numeric filter](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics#numeric-filter) operator.
10
10
  * Use this operator to filter values less than or equal to the specified number.
11
- * [See example](slug:filter_row#toc-default-filter-operator).
11
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filter Cell
@@ -6,9 +6,9 @@ import { ContextService } from '../../common/provider.service';
6
6
  import { FilterOperatorBase } from './filter-operator.base';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `NotEqual` (**Is not equal to**) filter operator. [See example](slug:filtering_grid#toc-using-the-built-in-directive).
9
+ * Represents the `NotEqual` (**Is not equal to**) filter operator. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics#using-the-built-in-directive).
10
10
  * Use this operator to filter values that are not equal to the specified value.
11
- * For more information and examples, see the article on setting [default filter operators](slug:filter_row#toc-default-filter-operator).
11
+ * For more information and examples, see the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html String Filter Cell
@@ -6,9 +6,9 @@ import { ContextService } from '../../common/provider.service';
6
6
  import { FilterOperatorBase } from './filter-operator.base';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `DoesNotContain` (**Does not contain**) filter operator. [See example](slug:filtering_grid#toc-using-the-built-in-directive).
9
+ * Represents the `DoesNotContain` (**Does not contain**) filter operator. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics#using-the-built-in-directive).
10
10
  * Use this operator to filter values that do not contain the specified text.
11
- * For more information and examples, see the article on setting [default filter operators](slug:filter_row#toc-default-filter-operator).
11
+ * For more information and examples, see the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filter Cell
@@ -6,9 +6,9 @@ import { ContextService } from '../../common/provider.service';
6
6
  import { FilterOperatorBase } from './filter-operator.base';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the `StartsWith` (**Starts with**) filter operator. [See example](slug:filtering_grid#toc-using-the-built-in-directive).
9
+ * Represents the `StartsWith` (**Starts with**) filter operator. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics#using-the-built-in-directive).
10
10
  * Use this operator to filter values that start with the specified text.
11
- * For more information and examples, see the article on setting [default filter operators](slug:filter_row#toc-default-filter-operator).
11
+ * For more information and examples, see the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row#default-filter-operator).
12
12
  *
13
13
  * @example
14
14
  * ```html Filter Cell