@progress/kendo-angular-grid 22.1.0-develop.9 → 23.0.0-develop.10

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 (166) 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/column-info.service.d.ts +1 -1
  36. package/common/fetch-data-callback.d.ts +1 -1
  37. package/common/pager-settings.d.ts +2 -2
  38. package/common/provider.service.d.ts +2 -0
  39. package/common/single-popup.service.d.ts +1 -1
  40. package/common/size-options.d.ts +1 -1
  41. package/csv/csv-command-tool.directive.d.ts +38 -0
  42. package/csv/csv-command.directive.d.ts +38 -0
  43. package/csv/csv-export-event.d.ts +15 -0
  44. package/csv/csv.component.d.ts +131 -0
  45. package/csv/csv.module.d.ts +32 -0
  46. package/csv/csv.service.d.ts +16 -0
  47. package/data/change-event-args.interface.d.ts +2 -2
  48. package/data/data.collection.d.ts +1 -1
  49. package/data/grid-item.interface.d.ts +4 -4
  50. package/databinding.directive.d.ts +13 -4
  51. package/directives.d.ts +15 -3
  52. package/dragdrop/column-reorder-config.d.ts +1 -1
  53. package/editing/add-command-tool.directive.d.ts +1 -1
  54. package/editing/add-command.directive.d.ts +3 -3
  55. package/editing/add-event-args.interface.d.ts +1 -1
  56. package/editing/cancel-command-tool.directive.d.ts +1 -1
  57. package/editing/cancel-command.directive.d.ts +3 -3
  58. package/editing/cancel-event-args.interface.d.ts +2 -2
  59. package/editing/cell-close-event.d.ts +1 -1
  60. package/editing/edit-command-tool.directive.d.ts +1 -1
  61. package/editing/edit-command.directive.d.ts +3 -3
  62. package/editing/edit-event-args.interface.d.ts +1 -1
  63. package/editing/edit-row-options.interface.d.ts +1 -1
  64. package/editing/edit-template.directive.d.ts +1 -1
  65. package/editing/form/models.d.ts +1 -1
  66. package/editing/remove-command-tool.directive.d.ts +1 -1
  67. package/editing/remove-command.directive.d.ts +3 -3
  68. package/editing/remove-event-args.interface.d.ts +1 -1
  69. package/editing/save-command-tool.directive.d.ts +1 -1
  70. package/editing/save-command.directive.d.ts +3 -3
  71. package/editing/save-event-args.interface.d.ts +1 -1
  72. package/editing-directives/edit-service.interface.d.ts +1 -1
  73. package/editing-directives/external-editing.directive.d.ts +1 -1
  74. package/editing-directives/in-cell-editing.directive.d.ts +1 -1
  75. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  76. package/editing-directives/template-editing.directive.d.ts +1 -1
  77. package/excel/excel-command-tool.directive.d.ts +1 -1
  78. package/excel/excel-command.directive.d.ts +2 -2
  79. package/excel/excel.component.d.ts +5 -5
  80. package/fesm2022/progress-kendo-angular-grid.mjs +3304 -435
  81. package/filtering/base-filter-cell.component.d.ts +1 -1
  82. package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
  83. package/filtering/cell/date-filter-cell.component.d.ts +2 -2
  84. package/filtering/cell/filter-cell-template.directive.d.ts +2 -2
  85. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  86. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  87. package/filtering/date-filter.component.d.ts +2 -2
  88. package/filtering/filter-row.component.d.ts +1 -1
  89. package/filtering/filter.service.d.ts +1 -1
  90. package/filtering/filterable.d.ts +2 -2
  91. package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
  92. package/filtering/menu/filter-menu-container.component.d.ts +5 -1
  93. package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
  94. package/filtering/menu/string-filter-menu.component.d.ts +1 -1
  95. package/filtering/operators/after-eq-filter-operator.component.d.ts +2 -2
  96. package/filtering/operators/after-filter-operator.component.d.ts +2 -2
  97. package/filtering/operators/before-eq-filter-operator.component.d.ts +2 -2
  98. package/filtering/operators/before-filter-operator.component.d.ts +2 -2
  99. package/filtering/operators/contains-filter-operator.component.d.ts +2 -2
  100. package/filtering/operators/ends-with-filter-operator.component.d.ts +2 -2
  101. package/filtering/operators/eq-filter-operator.component.d.ts +2 -2
  102. package/filtering/operators/gt-filter-operator.component.d.ts +2 -2
  103. package/filtering/operators/gte-filter-operator.component.d.ts +2 -2
  104. package/filtering/operators/is-empty-filter-operator.component.d.ts +2 -2
  105. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +2 -2
  106. package/filtering/operators/is-not-null-filter-operator.component.d.ts +2 -2
  107. package/filtering/operators/isnull-filter-operator.component.d.ts +2 -2
  108. package/filtering/operators/lt-filter-operator.component.d.ts +2 -2
  109. package/filtering/operators/lte-filter-operator.component.d.ts +2 -2
  110. package/filtering/operators/neq-filter-operator.component.d.ts +2 -2
  111. package/filtering/operators/not-contains-filter-operator.component.d.ts +2 -2
  112. package/filtering/operators/starts-with-filter-operator.component.d.ts +2 -2
  113. package/grid.component.d.ts +80 -62
  114. package/grid.module.d.ts +100 -97
  115. package/grouping/group-header-column-template.directive.d.ts +1 -1
  116. package/grouping/group-header-template.directive.d.ts +1 -1
  117. package/grouping/group-key.interface.d.ts +3 -3
  118. package/grouping/group-rows-args.interface.d.ts +1 -1
  119. package/highlight/highlight.directive.d.ts +8 -2
  120. package/index.d.ts +10 -0
  121. package/localization/custom-messages.component.d.ts +1 -1
  122. package/localization/messages.d.ts +70 -10
  123. package/navigation/focusable.directive.d.ts +1 -1
  124. package/navigation/navigable-settings.d.ts +3 -3
  125. package/navigation/toolbar-tool-name.d.ts +1 -0
  126. package/package-metadata.mjs +2 -2
  127. package/package.json +28 -27
  128. package/pdf/pdf-command-tool.directive.d.ts +1 -1
  129. package/pdf/pdf-command.directive.d.ts +2 -2
  130. package/pdf/pdf.component.d.ts +2 -2
  131. package/rendering/cell-loading.template.directive.d.ts +1 -1
  132. package/rendering/cell-template.directive.d.ts +1 -1
  133. package/rendering/common/row-class.d.ts +4 -4
  134. package/rendering/common/spacer.component.d.ts +1 -1
  135. package/rendering/details/detail-template.directive.d.ts +4 -4
  136. package/rendering/details-expand.directive.d.ts +2 -2
  137. package/rendering/footer/footer-template.directive.d.ts +4 -4
  138. package/rendering/groups-expand.directive.d.ts +2 -2
  139. package/rendering/header/header-template.directive.d.ts +2 -2
  140. package/rendering/loading-template.directive.d.ts +1 -1
  141. package/rendering/no-records-template.directive.d.ts +1 -1
  142. package/rendering/toolbar/toolbar-position.d.ts +1 -1
  143. package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
  144. package/rendering/toolbar/tools/ai-assistant/ai-assistant.component.d.ts +2 -3
  145. package/rendering/toolbar/tools/smartbox/models.d.ts +71 -0
  146. package/rendering/toolbar/tools/smartbox/search.service.d.ts +24 -0
  147. package/rendering/toolbar/tools/smartbox/segmented-control/models.d.ts +36 -0
  148. package/rendering/toolbar/tools/smartbox/segmented-control/segmented-control.component.d.ts +45 -0
  149. package/rendering/toolbar/tools/smartbox/smartbox-component/common.d.ts +38 -0
  150. package/rendering/toolbar/tools/smartbox/smartbox-component/models.d.ts +177 -0
  151. package/rendering/toolbar/tools/smartbox/smartbox-component/smartbox.component.d.ts +154 -0
  152. package/rendering/toolbar/tools/smartbox/smartbox-history-item.template.d.ts +29 -0
  153. package/rendering/toolbar/tools/smartbox/smartbox-suggestion.template.d.ts +29 -0
  154. package/rendering/toolbar/tools/smartbox/smartbox-tool.component.d.ts +120 -0
  155. package/row-reordering/types.d.ts +2 -2
  156. package/schematics/ngAdd/index.js +7 -7
  157. package/scrolling/content-scroll-event.d.ts +1 -1
  158. package/scrolling/scroll-request.service.d.ts +2 -2
  159. package/scrolling/scrollmode.d.ts +1 -1
  160. package/selection/selectall-checkbox.directive.d.ts +2 -2
  161. package/selection/selection-checkbox.directive.d.ts +1 -1
  162. package/selection/selection-default.d.ts +1 -1
  163. package/selection/selection.directive.d.ts +1 -1
  164. package/selection/types.d.ts +7 -7
  165. package/state-management/redo-command-tool.d.ts +1 -1
  166. package/state-management/undo-command-tool.d.ts +1 -1
@@ -15,10 +15,10 @@ import * as i0 from "@angular/core";
15
15
  export declare function isSpanColumnComponent(column: any): column is SpanColumnComponent;
16
16
  /**
17
17
  * Represents a column that spans multiple data cells while keeping the individual
18
- * header and footer cells ([see example]({% slug spanned_columns_grid %})).
18
+ * header and footer cells ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/columns/spanned)).
19
19
  * Use this column to create flexible layouts and keep built-in UI for
20
- * [sorting]({% slug sorting_grid %}), [filtering]({% slug filtering_grid %}), and
21
- * [grouping]({% slug grouping_grid %}). Wrap the columns you want to merge inside the `<kendo-grid-span-column>` tag.
20
+ * [sorting](https://www.telerik.com/kendo-angular-ui/components/grid/sorting/basics), [filtering](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics), and
21
+ * [grouping](https://www.telerik.com/kendo-angular-ui/components/grid/grouping/basics). Wrap the columns you want to merge inside the `<kendo-grid-span-column>` tag.
22
22
  *
23
23
  * @example
24
24
  * ```html
@@ -74,7 +74,7 @@ export declare class SpanColumnComponent extends ColumnBase {
74
74
  includeInChooser: boolean;
75
75
  /**
76
76
  * Sets whether the edit template of the column is rendered.
77
- * To enable editing for a spanned column, set an edit template for it ([see example](slug:custom_editors_grid#setting-up-custom-editors)).
77
+ * To enable editing for a spanned column, set an edit template for it ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/custom-editors#setting-up-custom-editors)).
78
78
  * @default false
79
79
  */
80
80
  set editable(value: boolean);
@@ -104,7 +104,7 @@ export declare class SpanColumnComponent extends ColumnBase {
104
104
  */
105
105
  get colspan(): number;
106
106
  /**
107
- * Toggles the locked (frozen) state of the columns ([see example](slug:locked_columns_grid)).
107
+ * Toggles the locked (frozen) state of the columns ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/columns/locked)).
108
108
  * @default false
109
109
  */
110
110
  set locked(value: boolean);
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { GridComponent } from "../grid.component";
6
6
  /**
7
- * Provides arguments for the [`cellClick`](slug:api_grid_gridcomponent#toc-cellclick) event.
7
+ * Provides arguments for the [`cellClick`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#cellclick) event.
8
8
  * Use this event to get details about the clicked cell in the Grid.
9
9
  *
10
10
  */
@@ -7,7 +7,7 @@
7
7
  */
8
8
  export type GridClipboardTargetType = 'selection' | 'activeCell';
9
9
  /**
10
- * Defines the possible values for the `type` property of [`GridClipboardEvent`]({% slug api_grid_gridclipboardevent %}).
10
+ * Defines the possible values for the `type` property of [`GridClipboardEvent`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridclipboardevent).
11
11
  */
12
12
  export type GridClipboardEventType = 'copy' | 'cut' | 'paste';
13
13
  /**
@@ -23,7 +23,7 @@ export declare class GridClipboardDirective implements AfterViewInit, OnDestroy
23
23
  private renderer;
24
24
  private zone;
25
25
  /**
26
- * Sets the clipboard operation target. Possible values are `'activeCell'` and `'selection'`.([See example]({% slug clipboard_grid %}#toc-clipboard-target))
26
+ * Sets the clipboard operation target. Possible values are `'activeCell'` and `'selection'`.([See example](https://www.telerik.com/kendo-angular-ui/components/grid/accessories/clipboard#clipboard-target))
27
27
  *
28
28
  * @default 'selection'
29
29
  */
@@ -16,7 +16,7 @@ export declare class ColumnInfoService {
16
16
  stickyChange: EventEmitter<any>;
17
17
  columnRangeChange: EventEmitter<any>;
18
18
  columnsContainer: ColumnsContainer;
19
- private list;
19
+ list: () => ColumnList;
20
20
  private stickyColumns;
21
21
  get lockedLeafColumns(): QueryList<ColumnBase>;
22
22
  get nonLockedLeafColumns(): QueryList<ColumnBase>;
@@ -7,7 +7,7 @@ import { Observable } from "rxjs";
7
7
  import { GridComponent } from "../grid.component";
8
8
  /**
9
9
  * Defines a function that returns the exported data options for the Grid.
10
- * Use this callback to provide custom data for export. [See example](slug:excelexport_grid#toc-controlling-the-exported-data).
10
+ * Use this callback to provide custom data for export. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/export/excel-export#controlling-the-exported-data).
11
11
  * @param component The Grid component.
12
12
  * @returns The exported data.
13
13
  */
@@ -35,7 +35,7 @@ export type PagerType = 'numeric' | 'input';
35
35
  */
36
36
  export type PagerPosition = 'top' | 'bottom' | 'both';
37
37
  /**
38
- * Configures the pager settings of the Grid ([see example](slug:paging_grid_settings)).
38
+ * Configures the pager settings of the Grid ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/paging/pager-settings)).
39
39
  *
40
40
  * @example
41
41
  * ```typescript
@@ -77,7 +77,7 @@ export interface PagerSettings {
77
77
  responsive?: boolean;
78
78
  /**
79
79
  * Sets the Pager position relative to the Grid data table.
80
- * The possible values are `'top'`, `'bottom'`, and `'both'` ([see example](slug:paging_grid_settings)).
80
+ * The possible values are `'top'`, `'bottom'`, and `'both'` ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/paging/pager-settings)).
81
81
  */
82
82
  position?: PagerPosition;
83
83
  }
@@ -10,6 +10,7 @@ import type { DataBindingDirective } from '../databinding.directive';
10
10
  import type { ScrollerService } from '../scrolling/scroller.service';
11
11
  import { HighlightDirective } from '../highlight/highlight.directive';
12
12
  import type { ExcelComponent } from '../excel/excel.component';
13
+ import type { CSVComponent } from '../csv/csv.component';
13
14
  import type { PDFComponent } from '../pdf/pdf.component';
14
15
  import * as i0 from "@angular/core";
15
16
  /**
@@ -32,6 +33,7 @@ export declare class ContextService {
32
33
  dataBindingDirective: DataBindingDirective;
33
34
  highlightDirective: HighlightDirective;
34
35
  excelComponent?: ExcelComponent;
36
+ csvComponent?: CSVComponent;
35
37
  pdfComponent?: PDFComponent;
36
38
  constructor(renderer: Renderer2, localization: LocalizationService);
37
39
  static ɵfac: i0.ɵɵFactoryDeclaration<ContextService, never>;
@@ -25,7 +25,7 @@ export declare class PopupCloseEvent extends PreventableEvent {
25
25
  }
26
26
  /**
27
27
  * Provides popup management for filter and column menus.
28
- * Use this service to open and close popups for the Grid filter and column menus ([see example]({% slug filter_menu %}#toc-filter-menu-with-popup)).
28
+ * Use this service to open and close popups for the Grid filter and column menus ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-menu#filter-menu-with-popup)).
29
29
  */
30
30
  export declare class SinglePopupService implements OnDestroy {
31
31
  private popupService;
@@ -6,4 +6,4 @@
6
6
  * Specifies the size options for the Grid.
7
7
  * Use this type to set the Grid size.
8
8
  */
9
- export type GridSize = 'small' | 'medium' | 'none';
9
+ export type GridSize = 'small' | 'medium';
@@ -0,0 +1,38 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { ChangeDetectorRef, NgZone } from '@angular/core';
6
+ import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
7
+ import { CSVService } from './csv.service';
8
+ import { ContextService } from '../common/provider.service';
9
+ import { ToolbarToolBase } from '../common/toolbar-tool-base.directive';
10
+ import * as i0 from "@angular/core";
11
+ /**
12
+ * Represents the **Export to CSV** toolbar tool of the Grid.
13
+ * Apply this directive to any `kendo-toolbar-button` element inside a ToolbarComponent used in the Grid.
14
+ * When the user clicks the button, the [`csvExport`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#csvexport) event fires ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/export/csv-export)).
15
+ *
16
+ * @example
17
+ * ```html
18
+ * <kendo-grid>
19
+ * <kendo-toolbar>
20
+ * <kendo-toolbar-button text="CSV Export" kendoGridCSVTool></kendo-toolbar-button>
21
+ * </kendo-toolbar>
22
+ * <kendo-grid-csv fileName="Grid.csv"></kendo-grid-csv>
23
+ * </kendo-grid>
24
+ * ```
25
+ * @remarks
26
+ * Applied to: {@link ToolBarButtonComponent}.
27
+ */
28
+ export declare class CSVCommandToolbarDirective extends ToolbarToolBase {
29
+ private csvService;
30
+ constructor(csvService: CSVService, host: ToolBarButtonComponent, ctx: ContextService, zone: NgZone, cdr: ChangeDetectorRef);
31
+ ngOnInit(): void;
32
+ /**
33
+ * @hidden
34
+ */
35
+ onClick(e: any): void;
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<CSVCommandToolbarDirective, never>;
37
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CSVCommandToolbarDirective, "[kendoGridCSVTool]", never, {}, {}, never, never, true, never>;
38
+ }
@@ -0,0 +1,38 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { ElementRef, Renderer2 as Renderer, NgZone } from '@angular/core';
6
+ import { Button } from '@progress/kendo-angular-buttons';
7
+ import { ContextService } from '../common/provider.service';
8
+ import { CSVService } from './csv.service';
9
+ import * as i0 from "@angular/core";
10
+ /**
11
+ * Represents the `csvExport` command of the Grid. Apply this
12
+ * directive to any `button` element inside a [`ToolbarTemplate`](https://www.telerik.com/kendo-angular-ui/components/grid/api/toolbartemplatedirective).
13
+ * When the user clicks the button, the [`csvExport`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#csvexport) event fires ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/export/csv-export)).
14
+ *
15
+ * @example
16
+ * ```html
17
+ * <kendo-grid>
18
+ * <ng-template kendoGridToolbarTemplate>
19
+ * <button kendoGridCSVCommand>Export to CSV</button>
20
+ * </ng-template>
21
+ * <kendo-grid-csv fileName="Grid.csv"></kendo-grid-csv>
22
+ * </kendo-grid>
23
+ * ```
24
+ */
25
+ export declare class CSVCommandDirective extends Button {
26
+ private csvService;
27
+ /**
28
+ * @hidden
29
+ */
30
+ onClick(e: any): void;
31
+ /**
32
+ * @hidden
33
+ */
34
+ csvClass: boolean;
35
+ constructor(csvService: CSVService, element: ElementRef, renderer: Renderer, ctx: ContextService, ngZone: NgZone);
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<CSVCommandDirective, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<CSVCommandDirective, "[kendoGridCSVCommand]", never, {}, {}, never, ["*"], true, never>;
38
+ }
@@ -0,0 +1,15 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { PreventableEvent } from '../common/preventable-event';
6
+ /**
7
+ * Provides arguments for the `csvExport` event.
8
+ */
9
+ export declare class CSVExportEvent extends PreventableEvent {
10
+ csv: string;
11
+ /**
12
+ * @hidden
13
+ */
14
+ constructor(csv: string);
15
+ }
@@ -0,0 +1,131 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { OnDestroy, NgZone } from '@angular/core';
6
+ import { Observable } from 'rxjs';
7
+ import { type CSVExportOptions, type CSVRow } from '@progress/kendo-csv';
8
+ import { DataResult } from '@progress/kendo-data-query';
9
+ import { GridComponent } from '../grid.component';
10
+ import { CSVService } from './csv.service';
11
+ import { ContextService } from '../common/provider.service';
12
+ import * as i0 from "@angular/core";
13
+ /**
14
+ * Defines a function that returns the data for CSV export.
15
+ * @param component The Grid component.
16
+ * @returns The data to export - can be an array of rows, a DataResult, or a Promise/Observable of the same types.
17
+ */
18
+ export type CSVFetchDataCallback = (component: GridComponent) => CSVRow[] | DataResult | Promise<CSVRow[] | DataResult> | Observable<CSVRow[] | DataResult>;
19
+ /**
20
+ * The component is required when exporting the data to a CSV file. The component provides different options to customize the exported file and its content.
21
+ *
22
+ * @example
23
+ * ```html
24
+ * <kendo-grid>
25
+ * <kendo-grid-csv fileName="Export.csv"></kendo-grid-csv>
26
+ * </kendo-grid>
27
+ * ```
28
+ */
29
+ export declare class CSVComponent implements OnDestroy {
30
+ private ctx;
31
+ private zone;
32
+ /**
33
+ * Sets the file name for the exported CSV file.
34
+ * @default "Export.csv"
35
+ */
36
+ fileName: string;
37
+ /**
38
+ * Provides a function to get the exported data. By default, uses the data displayed in the Grid in accordance with the currently applied `State`. Supply a custom function to export a different data set. Typically used to export all data, not just the current page.
39
+ */
40
+ fetchData: CSVFetchDataCallback;
41
+ /**
42
+ * Sets optional column headers to render on the first line. By default, column names are extracted from each column's `title` or `field` properties.
43
+ */
44
+ names: string[] | null;
45
+ /**
46
+ * Sets property names to extract from object or Map rows, in order. By default, these are the properties used as `field` binding values in the Grid's column definitions.
47
+ */
48
+ keys: string[] | null;
49
+ /**
50
+ * Sets the character used to separate values in a row. Must be a single character.
51
+ * @default ","
52
+ */
53
+ delimiter: string;
54
+ /**
55
+ * Sets the string used to terminate each line.
56
+ * @default "\r\n"
57
+ */
58
+ lineSeparator: string;
59
+ /**
60
+ * When `true`, prefixes potentially dangerous formula characters (`=`, `+`, `-`, `@`, tab, `\r`) with a single quote (`'`) to prevent formula injection attacks in spreadsheet applications.
61
+ * @default true
62
+ */
63
+ preventFormulaInjection: boolean;
64
+ /**
65
+ * Sets the maximum number of characters allowed per cell. Values exceeding this limit are truncated.
66
+ * @default 32767
67
+ */
68
+ maxCellLength: number;
69
+ /**
70
+ * Maximum number of rows to export.
71
+ * Data exceeding this limit is automatically truncated.
72
+ * Default: 1000000 (prevents memory exhaustion and DoS attacks).
73
+ *
74
+ * @default 1000000
75
+ */
76
+ maxRows: number;
77
+ /**
78
+ * Maximum number of columns to export.
79
+ * Keys/columns exceeding this limit are automatically truncated.
80
+ * Default: 1000 (prevents memory exhaustion and DoS attacks).
81
+ *
82
+ * @default 1000
83
+ */
84
+ maxColumns: number;
85
+ /**
86
+ * When `true`, adds a UTF-8 Byte Order Mark (BOM) at the beginning of the file. Helps applications like Microsoft Excel correctly recognize UTF-8 encoding.
87
+ * @default false
88
+ */
89
+ includeUTF8BOM: boolean;
90
+ /**
91
+ * Provides a custom formatter for group headers in grouped data exports. Receives the display names of grouped fields and returns the formatted header.
92
+ * @default Joins display names with '/' separator
93
+ */
94
+ groupHeaderFormatter: ((displayNames: string[]) => string) | undefined;
95
+ /**
96
+ * Provides a custom formatter for group value rows in grouped data exports. Receives the values and field names, and returns the formatted group value.
97
+ * @default Joins values with '/' separator
98
+ */
99
+ groupValueFormatter: ((values: any[], groupNames: string[]) => string) | undefined;
100
+ /**
101
+ * Forwards the content to [`proxyURL`](#toc-proxyurl) even if the browser supports local file saving when set to `true`.
102
+ */
103
+ forceProxy: boolean;
104
+ /**
105
+ * Sets the URL of the server-side proxy that streams the file to the user. Use a proxy if the browser cannot save files locally.
106
+ * Set [`forceProxy`](#toc-forceproxy) to `true` to skip client-side saving.
107
+ * The proxy receives a POST request with specific parameters and returns the decoded file with the `"Content-Disposition"` header set to `attachment; filename="<fileName.csv>"`.
108
+ * For more details, see the [File Saver](https://www.telerik.com/kendo-angular-ui/components/file-saver) documentation.
109
+ */
110
+ proxyURL: string;
111
+ private saveSubscription;
112
+ private dataSubscription;
113
+ constructor(csvService: CSVService, ctx: ContextService, zone: NgZone);
114
+ ngOnDestroy(): void;
115
+ /**
116
+ * @hidden
117
+ */
118
+ toCSVString(component: GridComponent): string | Promise<string>;
119
+ /**
120
+ * @hidden
121
+ */
122
+ saveAsCSV(component: GridComponent): void;
123
+ protected save(component: GridComponent): void;
124
+ protected exportData(component: GridComponent, result: any): void;
125
+ protected getCSVOptions(component: GridComponent): Omit<CSVExportOptions, 'data'>;
126
+ protected extractColumnNames(component: GridComponent): string[];
127
+ protected extractColumnKeys(component: GridComponent): string[];
128
+ protected saveFile(csvString: string): void;
129
+ static ɵfac: i0.ɵɵFactoryDeclaration<CSVComponent, never>;
130
+ static ɵcmp: i0.ɵɵComponentDeclaration<CSVComponent, "kendo-grid-csv", never, { "fileName": { "alias": "fileName"; "required": false; }; "fetchData": { "alias": "fetchData"; "required": false; }; "names": { "alias": "names"; "required": false; }; "keys": { "alias": "keys"; "required": false; }; "delimiter": { "alias": "delimiter"; "required": false; }; "lineSeparator": { "alias": "lineSeparator"; "required": false; }; "preventFormulaInjection": { "alias": "preventFormulaInjection"; "required": false; }; "maxCellLength": { "alias": "maxCellLength"; "required": false; }; "maxRows": { "alias": "maxRows"; "required": false; }; "maxColumns": { "alias": "maxColumns"; "required": false; }; "includeUTF8BOM": { "alias": "includeUTF8BOM"; "required": false; }; "groupHeaderFormatter": { "alias": "groupHeaderFormatter"; "required": false; }; "groupValueFormatter": { "alias": "groupValueFormatter"; "required": false; }; "forceProxy": { "alias": "forceProxy"; "required": false; }; "proxyURL": { "alias": "proxyURL"; "required": false; }; }, {}, never, never, true, never>;
131
+ }
@@ -0,0 +1,32 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "@progress/kendo-angular-icons";
7
+ import * as i2 from "./csv.component";
8
+ import * as i3 from "./csv-command.directive";
9
+ import * as i4 from "./csv-command-tool.directive";
10
+ /**
11
+ * Defines the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) for the CSV component of the Grid.
12
+ *
13
+ * @example
14
+ * ```ts
15
+ * import { NgModule } from '@angular/core';
16
+ * import { BrowserModule } from "@angular/platform-browser";
17
+ * import { GridModule, CSVModule } from '@progress/kendo-angular-grid';
18
+ * import { AppComponent } from './app.component';
19
+ *
20
+ * _@NgModule({
21
+ * declarations: [AppComponent],
22
+ * imports: [BrowserModule, GridModule, CSVModule],
23
+ * bootstrap: [AppComponent]
24
+ * })
25
+ * export class AppModule {}
26
+ * ```
27
+ */
28
+ export declare class CSVModule {
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<CSVModule, never>;
30
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CSVModule, never, [typeof i1.IconComponent, typeof i1.SVGIconComponent, typeof i2.CSVComponent, typeof i3.CSVCommandDirective, typeof i4.CSVCommandToolbarDirective], [typeof i2.CSVComponent, typeof i3.CSVCommandDirective, typeof i4.CSVCommandToolbarDirective]>;
31
+ static ɵinj: i0.ɵɵInjectorDeclaration<CSVModule>;
32
+ }
@@ -0,0 +1,16 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { EventEmitter } from '@angular/core';
6
+ import * as i0 from "@angular/core";
7
+ /**
8
+ * @hidden
9
+ */
10
+ export declare class CSVService {
11
+ saveToCSV: EventEmitter<any>;
12
+ exportClick: EventEmitter<any>;
13
+ save(component: any): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<CSVService, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<CSVService>;
16
+ }
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { SortDescriptor, GroupDescriptor, CompositeFilterDescriptor } from '@progress/kendo-data-query';
6
6
  /**
7
- * Provides the arguments for the `pageChange` event. [See example](slug:manual_paging_grid#toc-paging-local-data).
7
+ * Provides the arguments for the `pageChange` event. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/paging/manual-paging#paging-local-data).
8
8
  */
9
9
  export interface PageChangeEvent {
10
10
  /**
@@ -18,7 +18,7 @@ export interface PageChangeEvent {
18
18
  }
19
19
  /**
20
20
  * Provides the arguments for the `dataStateChange` event
21
- * ([more information and examples](slug:data_operations_grid#toc-handling-multiple-data-operations)).
21
+ * ([more information and examples](https://www.telerik.com/kendo-angular-ui/components/grid/data-operations#handling-multiple-data-operations)).
22
22
  */
23
23
  export interface DataStateChangeEvent {
24
24
  /**
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { DataResult } from '@progress/kendo-data-query';
6
6
  /**
7
- * Describes the data type that the Grid expects. [See example](slug:local_data_grid#toc-binding-to-a-griddataresult-object).
7
+ * Describes the data type that the Grid expects. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/data-binding/local-data#binding-to-a-griddataresult-object).
8
8
  */
9
9
  export interface GridDataResult extends DataResult {
10
10
  }
@@ -6,11 +6,11 @@ import { DataItem } from './data-item.interface';
6
6
  import { GroupItem } from './group-item.interface';
7
7
  import { GroupFooterItem } from './group-footer-item.interface';
8
8
  /**
9
- * Represents the item that the Grid uses to track changes. [See example](slug:track_changes_grid).
9
+ * Represents the item that the Grid uses to track changes. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/track-changes).
10
10
  *
11
11
  * The possible values are:
12
- * * [`DataItem`]({% slug api_grid_dataitem %}).
13
- * * [`GroupItem`]({% slug api_grid_groupitem %}).
14
- * * [`GroupFooterItem`]({% slug api_grid_groupfooteritem %}).
12
+ * * [`DataItem`](https://www.telerik.com/kendo-angular-ui/components/grid/api/dataitem).
13
+ * * [`GroupItem`](https://www.telerik.com/kendo-angular-ui/components/grid/api/groupitem).
14
+ * * [`GroupFooterItem`](https://www.telerik.com/kendo-angular-ui/components/grid/api/groupfooteritem).
15
15
  */
16
16
  export type GridItem = DataItem | GroupItem | GroupFooterItem;
@@ -11,13 +11,14 @@ import { LocalDataChangesService } from './editing/local-data-changes.service';
11
11
  import { RowReorderEvent } from './row-reordering/types';
12
12
  import { RowReorderService } from './row-reordering/row-reorder.service';
13
13
  import { ContextService } from './common/provider.service';
14
+ import { SearchService } from './rendering/toolbar/tools/smartbox/search.service';
14
15
  import * as i0 from "@angular/core";
15
16
  /**
16
- * A directive that handles in-memory data operations like [paging]({% slug paging_grid %}),
17
- * [sorting]({% slug sorting_grid %}), and [grouping]({% slug grouping_grid %}).
17
+ * A directive that handles in-memory data operations like [paging](https://www.telerik.com/kendo-angular-ui/components/grid/paging/basics),
18
+ * [sorting](https://www.telerik.com/kendo-angular-ui/components/grid/sorting/basics), and [grouping](https://www.telerik.com/kendo-angular-ui/components/grid/grouping/basics).
18
19
  *
19
20
  * Use this directive with local data and enable the Grid data operations with minimal configuration.
20
- * ([More information and examples]({% slug local_data_grid %}#toc-automatic-data-processing)).
21
+ * ([More information and examples](https://www.telerik.com/kendo-angular-ui/components/grid/data-binding/local-data#automatic-data-processing)).
21
22
  *
22
23
  * @example
23
24
  * ```html
@@ -31,6 +32,7 @@ export declare class DataBindingDirective implements OnInit, OnDestroy, DoCheck,
31
32
  protected changeDetector?: ChangeDetectorRef;
32
33
  protected localDataChangesService?: LocalDataChangesService;
33
34
  private rowReorderService?;
35
+ private searchService?;
34
36
  /**
35
37
  * Sets the number of records to skip in the Grid.
36
38
  *
@@ -68,7 +70,9 @@ export declare class DataBindingDirective implements OnInit, OnDestroy, DoCheck,
68
70
  private stateChangeSubscription;
69
71
  private dataChangedSubscription;
70
72
  private rowReorderSubscription;
71
- constructor(grid: GridComponent, changeDetector?: ChangeDetectorRef, localDataChangesService?: LocalDataChangesService, rowReorderService?: RowReorderService, ctx?: ContextService);
73
+ private searchSubscription;
74
+ private searchFilter;
75
+ constructor(grid: GridComponent, changeDetector?: ChangeDetectorRef, localDataChangesService?: LocalDataChangesService, rowReorderService?: RowReorderService, searchService?: SearchService, ctx?: ContextService);
72
76
  /**
73
77
  * @hidden
74
78
  */
@@ -89,6 +93,10 @@ export declare class DataBindingDirective implements OnInit, OnDestroy, DoCheck,
89
93
  * @hidden
90
94
  */
91
95
  onRowReorder(ev: RowReorderEvent): void;
96
+ /**
97
+ * @hidden
98
+ */
99
+ onSearch(searchFilter: CompositeFilterDescriptor): void;
92
100
  /**
93
101
  * @hidden
94
102
  */
@@ -100,6 +108,7 @@ export declare class DataBindingDirective implements OnInit, OnDestroy, DoCheck,
100
108
  protected process(state: State): GridDataResult;
101
109
  protected applyState({ skip, take, sort, group, filter }: State): void;
102
110
  protected updateGridData(): void;
111
+ private combineFilters;
103
112
  static ɵfac: i0.ɵɵFactoryDeclaration<DataBindingDirective, never>;
104
113
  static ɵdir: i0.ɵɵDirectiveDeclaration<DataBindingDirective, "[kendoGridBinding]", ["kendoGridBinding"], { "skip": { "alias": "skip"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "group": { "alias": "group"; "required": false; }; "data": { "alias": "kendoGridBinding"; "required": false; }; }, {}, never, never, true, never>;
105
114
  }
package/directives.d.ts CHANGED
@@ -86,6 +86,9 @@ import { ColumnMenuComponent } from "./column-menu/column-menu.component";
86
86
  import { ExcelComponent } from "./excel/excel.component";
87
87
  import { ExcelCommandDirective } from "./excel/excel-command.directive";
88
88
  import { ColumnComponent as ExcelColumnComponent, ColumnGroupComponent as ExcelColumnGroupComponent, FooterTemplateDirective as ExcelFooterTemplateDirective, GroupFooterTemplateDirective as ExcelGroupFooterTemplateDirective, GroupHeaderTemplateDirective as ExcelGroupHeaderTemplateDirective, GroupHeaderColumnTemplateDirective as ExcelGroupHeaderColumnTemplateDirective } from '@progress/kendo-angular-excel-export';
89
+ import { CSVComponent } from "./csv/csv.component";
90
+ import { CSVCommandDirective } from "./csv/csv-command.directive";
91
+ import { CSVCommandToolbarDirective } from "./csv/csv-command-tool.directive";
89
92
  import { PDFComponent } from "./pdf/pdf.component";
90
93
  import { PDFMarginComponent } from "./pdf/pdf-margin.component";
91
94
  import { PDFCommandDirective } from "./pdf/pdf-command.directive";
@@ -151,6 +154,9 @@ import { GroupCommandToolbarDirective } from "./rendering/toolbar/tools/group-co
151
154
  import { HighlightDirective } from "./highlight/highlight.directive";
152
155
  import { AIAssistantToolbarDirective } from "./rendering/toolbar/tools/ai-assistant/ai-tool.directive";
153
156
  import { SelectAllToolbarToolComponent } from "./rendering/toolbar/tools/select-all-command-tool.directive";
157
+ import { SmartBoxToolbarToolComponent } from "./rendering/toolbar/tools/smartbox/smartbox-tool.component";
158
+ import { GridSmartBoxHistoryItemTemplateDirective } from "./rendering/toolbar/tools/smartbox/smartbox-history-item.template";
159
+ import { GridSmartBoxPromptSuggestionTemplateDirective } from "./rendering/toolbar/tools/smartbox/smartbox-suggestion.template";
154
160
  /**
155
161
  * @hidden
156
162
  *
@@ -232,7 +238,7 @@ export declare const KENDO_GRID_FOOTER_EXPORTS: readonly [typeof FooterComponent
232
238
  *
233
239
  * Utility array that contains the Body module exports
234
240
  */
235
- export declare const KENDO_GRID_BODY_EXPORTS: readonly [typeof CommandColumnComponent, typeof CheckboxColumnComponent, typeof SelectionCheckboxDirective, typeof CellTemplateDirective, typeof EditTemplateDirective, typeof RowDragHandleTemplateDirective, typeof RowDragHintTemplateDirective, typeof TableBodyComponent, typeof NoRecordsTemplateDirective, typeof CellComponent, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof AddCommandToolbarDirective, typeof EditCommandToolbarDirective, typeof SaveCommandToolbarDirective, typeof RemoveCommandToolbarDirective, typeof CancelCommandToolbarDirective, typeof CellLoadingTemplateDirective, typeof LoadingTemplateDirective, typeof RowReorderColumnComponent, typeof SortCommandToolbarDirective, typeof FilterCommandToolbarDirective, typeof AIAssistantToolbarDirective, typeof GroupCommandToolbarDirective, typeof SelectAllToolbarToolComponent];
241
+ export declare const KENDO_GRID_BODY_EXPORTS: readonly [typeof CommandColumnComponent, typeof CheckboxColumnComponent, typeof SelectionCheckboxDirective, typeof CellTemplateDirective, typeof EditTemplateDirective, typeof RowDragHandleTemplateDirective, typeof RowDragHintTemplateDirective, typeof TableBodyComponent, typeof NoRecordsTemplateDirective, typeof CellComponent, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof AddCommandToolbarDirective, typeof EditCommandToolbarDirective, typeof SaveCommandToolbarDirective, typeof RemoveCommandToolbarDirective, typeof CancelCommandToolbarDirective, typeof CellLoadingTemplateDirective, typeof LoadingTemplateDirective, typeof RowReorderColumnComponent, typeof SortCommandToolbarDirective, typeof FilterCommandToolbarDirective, typeof AIAssistantToolbarDirective, typeof GroupCommandToolbarDirective, typeof SelectAllToolbarToolComponent, typeof SmartBoxToolbarToolComponent, typeof GridSmartBoxHistoryItemTemplateDirective, typeof GridSmartBoxPromptSuggestionTemplateDirective];
236
242
  /**
237
243
  * @hidden
238
244
  *
@@ -244,13 +250,19 @@ export declare const KENDO_GRID_DECLARATIONS: readonly [typeof GridComponent, ty
244
250
  *
245
251
  * Utility array that contains the Grid module exports
246
252
  */
247
- export declare const KENDO_GRID_EXPORTS: readonly [typeof GridComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof GridSpacerComponent, typeof StatusBarTemplateDirective, typeof DataBindingDirective, typeof SelectionDirective, typeof HighlightDirective, typeof CustomMessagesComponent, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof ExternalEditingDirective, typeof ExpandDetailsDirective, typeof ExpandGroupDirective, typeof GridToolbarFocusableDirective, typeof GroupHeaderTemplateDirective, typeof GroupHeaderColumnTemplateDirective, typeof GroupFooterTemplateDirective, typeof GroupHeaderComponent, typeof GroupPanelComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof LoadingComponent, typeof GridTableDirective, typeof CommandColumnComponent, typeof CheckboxColumnComponent, typeof SelectionCheckboxDirective, typeof CellTemplateDirective, typeof EditTemplateDirective, typeof RowDragHandleTemplateDirective, typeof RowDragHintTemplateDirective, typeof TableBodyComponent, typeof NoRecordsTemplateDirective, typeof CellComponent, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof AddCommandToolbarDirective, typeof EditCommandToolbarDirective, typeof SaveCommandToolbarDirective, typeof RemoveCommandToolbarDirective, typeof CancelCommandToolbarDirective, typeof CellLoadingTemplateDirective, typeof LoadingTemplateDirective, typeof RowReorderColumnComponent, typeof SortCommandToolbarDirective, typeof FilterCommandToolbarDirective, typeof AIAssistantToolbarDirective, typeof GroupCommandToolbarDirective, typeof SelectAllToolbarToolComponent, typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective, typeof SelectAllCheckboxDirective, typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof FilterMenuDropDownListDirective, typeof BooleanFilterRadioButtonDirective, typeof ColumnChooserComponent, typeof ColumnChooserToolbarDirective, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuStickComponent, typeof ColumnMenuPositionComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuTemplateDirective, typeof ColumnMenuContainerComponent, typeof ColumnMenuItemDirective, typeof ColumnMenuComponent, typeof ColumnMenuAutoSizeColumnComponent, typeof ColumnMenuAutoSizeAllColumnsComponent, typeof GridClipboardDirective, typeof UndoRedoDirective, typeof UndoCommandToolbarDirective, typeof RedoCommandToolbarDirective];
253
+ export declare const KENDO_GRID_EXPORTS: readonly [typeof GridComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof GridSpacerComponent, typeof StatusBarTemplateDirective, typeof DataBindingDirective, typeof SelectionDirective, typeof HighlightDirective, typeof CustomMessagesComponent, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof ExternalEditingDirective, typeof ExpandDetailsDirective, typeof ExpandGroupDirective, typeof GridToolbarFocusableDirective, typeof GroupHeaderTemplateDirective, typeof GroupHeaderColumnTemplateDirective, typeof GroupFooterTemplateDirective, typeof GroupHeaderComponent, typeof GroupPanelComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof LoadingComponent, typeof GridTableDirective, typeof CommandColumnComponent, typeof CheckboxColumnComponent, typeof SelectionCheckboxDirective, typeof CellTemplateDirective, typeof EditTemplateDirective, typeof RowDragHandleTemplateDirective, typeof RowDragHintTemplateDirective, typeof TableBodyComponent, typeof NoRecordsTemplateDirective, typeof CellComponent, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof AddCommandToolbarDirective, typeof EditCommandToolbarDirective, typeof SaveCommandToolbarDirective, typeof RemoveCommandToolbarDirective, typeof CancelCommandToolbarDirective, typeof CellLoadingTemplateDirective, typeof LoadingTemplateDirective, typeof RowReorderColumnComponent, typeof SortCommandToolbarDirective, typeof FilterCommandToolbarDirective, typeof AIAssistantToolbarDirective, typeof GroupCommandToolbarDirective, typeof SelectAllToolbarToolComponent, typeof SmartBoxToolbarToolComponent, typeof GridSmartBoxHistoryItemTemplateDirective, typeof GridSmartBoxPromptSuggestionTemplateDirective, typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective, typeof SelectAllCheckboxDirective, typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof FilterMenuDropDownListDirective, typeof BooleanFilterRadioButtonDirective, typeof ColumnChooserComponent, typeof ColumnChooserToolbarDirective, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuStickComponent, typeof ColumnMenuPositionComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuTemplateDirective, typeof ColumnMenuContainerComponent, typeof ColumnMenuItemDirective, typeof ColumnMenuComponent, typeof ColumnMenuAutoSizeColumnComponent, typeof ColumnMenuAutoSizeAllColumnsComponent, typeof GridClipboardDirective, typeof UndoRedoDirective, typeof UndoCommandToolbarDirective, typeof RedoCommandToolbarDirective];
248
254
  /**
249
255
  * @hidden
250
256
  *
251
257
  * Utility array that contains the ExcelExport module exports
252
258
  */
253
259
  export declare const KENDO_GRID_EXCEL_EXPORT: readonly [typeof ExcelComponent, typeof ExcelCommandDirective, typeof ExcelCommandToolbarDirective, typeof ExcelColumnComponent, typeof ExcelColumnGroupComponent, typeof ExcelFooterTemplateDirective, typeof ExcelGroupFooterTemplateDirective, typeof ExcelGroupHeaderColumnTemplateDirective, typeof ExcelGroupHeaderTemplateDirective];
260
+ /**
261
+ * @hidden
262
+ *
263
+ * Utility array that contains the CSVExport module exports
264
+ */
265
+ export declare const KENDO_GRID_CSV_EXPORT: readonly [typeof CSVComponent, typeof CSVCommandDirective, typeof CSVCommandToolbarDirective];
254
266
  /**
255
267
  * @hidden
256
268
  *
@@ -269,4 +281,4 @@ export declare const KENDO_GRID_PDF_EXPORT: readonly [typeof PDFComponent, typeo
269
281
  * export class AppModule {}
270
282
  * ```
271
283
  */
272
- export declare const KENDO_GRID: readonly [typeof GridComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof GridSpacerComponent, typeof StatusBarTemplateDirective, typeof DataBindingDirective, typeof SelectionDirective, typeof HighlightDirective, typeof CustomMessagesComponent, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof ExternalEditingDirective, typeof ExpandDetailsDirective, typeof ExpandGroupDirective, typeof GridToolbarFocusableDirective, typeof GroupHeaderTemplateDirective, typeof GroupHeaderColumnTemplateDirective, typeof GroupFooterTemplateDirective, typeof GroupHeaderComponent, typeof GroupPanelComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof LoadingComponent, typeof GridTableDirective, typeof CommandColumnComponent, typeof CheckboxColumnComponent, typeof SelectionCheckboxDirective, typeof CellTemplateDirective, typeof EditTemplateDirective, typeof RowDragHandleTemplateDirective, typeof RowDragHintTemplateDirective, typeof TableBodyComponent, typeof NoRecordsTemplateDirective, typeof CellComponent, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof AddCommandToolbarDirective, typeof EditCommandToolbarDirective, typeof SaveCommandToolbarDirective, typeof RemoveCommandToolbarDirective, typeof CancelCommandToolbarDirective, typeof CellLoadingTemplateDirective, typeof LoadingTemplateDirective, typeof RowReorderColumnComponent, typeof SortCommandToolbarDirective, typeof FilterCommandToolbarDirective, typeof AIAssistantToolbarDirective, typeof GroupCommandToolbarDirective, typeof SelectAllToolbarToolComponent, typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective, typeof SelectAllCheckboxDirective, typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof FilterMenuDropDownListDirective, typeof BooleanFilterRadioButtonDirective, typeof ColumnChooserComponent, typeof ColumnChooserToolbarDirective, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuStickComponent, typeof ColumnMenuPositionComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuTemplateDirective, typeof ColumnMenuContainerComponent, typeof ColumnMenuItemDirective, typeof ColumnMenuComponent, typeof ColumnMenuAutoSizeColumnComponent, typeof ColumnMenuAutoSizeAllColumnsComponent, typeof GridClipboardDirective, typeof UndoRedoDirective, typeof UndoCommandToolbarDirective, typeof RedoCommandToolbarDirective, typeof ExcelComponent, typeof ExcelCommandDirective, typeof ExcelCommandToolbarDirective, typeof ExcelColumnComponent, typeof ExcelColumnGroupComponent, typeof ExcelFooterTemplateDirective, typeof ExcelGroupFooterTemplateDirective, typeof ExcelGroupHeaderColumnTemplateDirective, typeof ExcelGroupHeaderTemplateDirective, typeof PDFComponent, typeof PDFMarginComponent, typeof PDFCommandDirective, typeof PDFTemplateDirective, typeof PDFCommandToolbarDirective];
284
+ export declare const KENDO_GRID: readonly [typeof GridComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof GridSpacerComponent, typeof StatusBarTemplateDirective, typeof DataBindingDirective, typeof SelectionDirective, typeof HighlightDirective, typeof CustomMessagesComponent, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof ExternalEditingDirective, typeof ExpandDetailsDirective, typeof ExpandGroupDirective, typeof GridToolbarFocusableDirective, typeof GroupHeaderTemplateDirective, typeof GroupHeaderColumnTemplateDirective, typeof GroupFooterTemplateDirective, typeof GroupHeaderComponent, typeof GroupPanelComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof LoadingComponent, typeof GridTableDirective, typeof CommandColumnComponent, typeof CheckboxColumnComponent, typeof SelectionCheckboxDirective, typeof CellTemplateDirective, typeof EditTemplateDirective, typeof RowDragHandleTemplateDirective, typeof RowDragHintTemplateDirective, typeof TableBodyComponent, typeof NoRecordsTemplateDirective, typeof CellComponent, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof AddCommandToolbarDirective, typeof EditCommandToolbarDirective, typeof SaveCommandToolbarDirective, typeof RemoveCommandToolbarDirective, typeof CancelCommandToolbarDirective, typeof CellLoadingTemplateDirective, typeof LoadingTemplateDirective, typeof RowReorderColumnComponent, typeof SortCommandToolbarDirective, typeof FilterCommandToolbarDirective, typeof AIAssistantToolbarDirective, typeof GroupCommandToolbarDirective, typeof SelectAllToolbarToolComponent, typeof SmartBoxToolbarToolComponent, typeof GridSmartBoxHistoryItemTemplateDirective, typeof GridSmartBoxPromptSuggestionTemplateDirective, typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective, typeof SelectAllCheckboxDirective, typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof FilterMenuDropDownListDirective, typeof BooleanFilterRadioButtonDirective, typeof ColumnChooserComponent, typeof ColumnChooserToolbarDirective, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuStickComponent, typeof ColumnMenuPositionComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuTemplateDirective, typeof ColumnMenuContainerComponent, typeof ColumnMenuItemDirective, typeof ColumnMenuComponent, typeof ColumnMenuAutoSizeColumnComponent, typeof ColumnMenuAutoSizeAllColumnsComponent, typeof GridClipboardDirective, typeof UndoRedoDirective, typeof UndoCommandToolbarDirective, typeof RedoCommandToolbarDirective, typeof ExcelComponent, typeof ExcelCommandDirective, typeof ExcelCommandToolbarDirective, typeof ExcelColumnComponent, typeof ExcelColumnGroupComponent, typeof ExcelFooterTemplateDirective, typeof ExcelGroupFooterTemplateDirective, typeof ExcelGroupHeaderColumnTemplateDirective, typeof ExcelGroupHeaderTemplateDirective, typeof CSVComponent, typeof CSVCommandDirective, typeof CSVCommandToolbarDirective, typeof PDFComponent, typeof PDFMarginComponent, typeof PDFCommandDirective, typeof PDFTemplateDirective, typeof PDFCommandToolbarDirective];
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
6
- * Provides extra configuration for the [`reorderColumn`](slug:api_grid_gridcomponent#toc-reordercolumn) method.
6
+ * Provides extra configuration for the [`reorderColumn`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#reordercolumn) method.
7
7
  */
8
8
  export interface ColumnReorderConfig {
9
9
  /**