@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
package/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
  >
14
14
  > [Start using Kendo UI for Angular](https://www.telerik.com/download-login-v2-kendo-angular-ui) and speed up your development process!
15
15
 
16
- The [Kendo UI for Angular Data Grid](https://www.telerik.com/kendo-angular-ui/components/grid) includes a comprehensive set of ready-to-use features covering everything from paging, sorting, filtering, editing, and grouping to row and column virtualization, exporting to PDF and Excel, and accessibility support. This Data Grid Component (sometimes called a Data Table) is built on Angular from the ground up, by a company with a long history of making enterprise-ready Grids. This results in an Angular data grid that delivers lighting fast performance and is highly customizable.
16
+ The [Kendo UI for Angular Data Grid](https://www.telerik.com/kendo-angular-ui/components/grid) includes a comprehensive set of ready-to-use features covering everything from paging, sorting, filtering, editing, and grouping to row and column virtualization, exporting to PDF, Excel, and CSV, and accessibility support. This Data Grid Component (sometimes called a Data Table) is built on Angular from the ground up, by a company with a long history of making enterprise-ready Grids. This results in an Angular data grid that delivers lighting fast performance and is highly customizable.
17
17
 
18
18
  ## Key Features
19
19
 
@@ -25,7 +25,7 @@ Among the many features which the Kendo UI for Angular Grid delivers are:
25
25
  * Sorting—The Grid supports a number of sorting options. These options include the sorting and unsorting of single and multiple columns, pre-sorting data records, setting the sorting direction, and more. [Read more about the sorting options of the Grid...](https://www.telerik.com/kendo-angular-ui/components/grid/sorting/basics)
26
26
  * Filtering—The Grid provides options for displaying only those data records which meet specified criteria. The component also allows you to additionally customize its filtering behavior by using its built-in filter templates or reusable custom filter components. [Read more about filtering the Grid records...](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics)
27
27
  * Grouping—Out of the box, you can apply dynamic grouping to the data Grid records, set grouping by aggregate values, and, in the same way as with the sorting functionality, pre-group the data. [Read more about grouping the records of the Grid...](https://www.telerik.com/kendo-angular-ui/components/grid/grouping/basics)
28
- * Exporting to PDF and Excel—When implementing the Grid export to PDF, you can set the fonts, the exact portion and layout of the exported content, also customize the columns and other elements of the output result. When exporting to Excel, you can export specific data and customize the exported columns. Read more on [exporting the Grid to PDF](https://www.telerik.com/kendo-angular-ui/components/grid/export/pdf-export) and [exporting the Grid to Excel](https://www.telerik.com/kendo-angular-ui/components/grid/export/excel-export).
28
+ * Exporting to PDF, Excel, and CSV—When implementing the Grid export to PDF, you can set the fonts, the exact portion and layout of the exported content, also customize the columns and other elements of the output result. When exporting to Excel, you can export specific data and customize the exported columns. When exporting to CSV, you can configure delimiters, line separators, encoding options, and control which data to export. Read more on [exporting the Grid to PDF](https://www.telerik.com/kendo-angular-ui/components/grid/export/pdf-export), [exporting the Grid to Excel](https://www.telerik.com/kendo-angular-ui/components/grid/export/excel-export), and [exporting the Grid to CSV](https://www.telerik.com/kendo-angular-ui/components/grid/export/csv-export).
29
29
  * Rows Options—The Data Grid provides an extensive collection of row configuration options, including:
30
30
 
31
31
  - [Row selection](https://www.telerik.com/kendo-angular-ui/components/grid/selection/row-selection)—Allows you to select rows through interaction with the row itself or a checkbox. Supports single and multiple row selection.
@@ -83,6 +83,7 @@ export declare class AdaptiveRendererComponent {
83
83
  cancelChanges(): void;
84
84
  onTab(event: KeyboardEvent): void;
85
85
  saveEditing(): void;
86
+ onAdaptiveResetClick(e: Event): void;
86
87
  static ɵfac: i0.ɵɵFactoryDeclaration<AdaptiveRendererComponent, never>;
87
88
  static ɵcmp: i0.ɵɵComponentDeclaration<AdaptiveRendererComponent, "kendo-grid-adaptive-renderer", never, {}, {}, never, never, true, never>;
88
89
  }
@@ -53,6 +53,6 @@ export interface SelectionAggregates {
53
53
  }
54
54
  /**
55
55
  * Represents the available selection aggregate calculations.
56
- * Use with [`cellAggregates`]({% slug api_grid_selectablesettings %}) to control which aggregates the Grid calculates.
56
+ * Use with [`cellAggregates`](https://www.telerik.com/kendo-angular-ui/components/grid/api/selectablesettings) to control which aggregates the Grid calculates.
57
57
  */
58
58
  export type SelectionAggregate = 'sum' | 'min' | 'max' | 'average' | 'count' | 'earliest' | 'latest' | 'isTrue' | 'isFalse';
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
8
8
  * Represents the status bar template of the Grid. Use this directive to customize how the Grid displays aggregates in the status bar.
9
9
  *
10
10
  * The template context provides:
11
- * - `aggregates`&mdash;The [`SelectionAggregates`]({% slug api_grid_selectionaggregates %}) object with all calculated aggregates.
11
+ * - `aggregates`&mdash;The [`SelectionAggregates`](https://www.telerik.com/kendo-angular-ui/components/grid/api/selectionaggregates) object with all calculated aggregates.
12
12
  *
13
13
  * Use the Angular [`ngFor`](link:site.data.urls.angular['ngfor']) structural directive and the [`KeyValuePipe`](https://angular.io/api/common/KeyValuePipe)
14
14
  * to loop through the aggregates as key-value pairs.
@@ -10,9 +10,9 @@ import { Button } from '@progress/kendo-angular-buttons';
10
10
  import { ContextService } from '../common/provider.service';
11
11
  import * as i0 from "@angular/core";
12
12
  /**
13
- * Represents the component for toggling visibility of the Grid columns visibility. [See example](slug:toolbartemplate_grid).
14
- * To show and hide the columns without including the column chooser item in the [Column Menu](slug:columnmenu_grid),
15
- * add the component inside the [ToolbarTemplate](slug:toolbartemplate_grid) directive.
13
+ * Represents the component for toggling visibility of the Grid columns visibility. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/toolbar/toolbar-template).
14
+ * To show and hide the columns without including the column chooser item in the [Column Menu](https://www.telerik.com/kendo-angular-ui/components/grid/accessories/column-menu),
15
+ * add the component inside the [ToolbarTemplate](https://www.telerik.com/kendo-angular-ui/components/grid/toolbar/toolbar-template) directive.
16
16
  *
17
17
  * @example
18
18
  * ```html
@@ -9,11 +9,11 @@ import { ColumnMenuItemBase } from './column-menu-item-base';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Represents the column-menu item for resizing all columns to the minimum possible width so that they fit the widest header or cell content without wrapping.
12
- * [See example](slug:columnmenu_grid#toc-autosize-all-columns-item).
12
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/grid/accessories/column-menu#autosize-all-columns-item).
13
13
  *
14
- * Place this component inside a [`ColumnMenuTemplate`]({% slug api_grid_columnmenutemplatedirective %}) directive.
15
- * To register it as a column menu item, set the [`ColumnMenuService`]({% slug api_grid_columnmenuservice %}) passed by
16
- * the template to the `service` input of the `kendo-grid-columnmenu-autosize-all-columns` component. [See example](slug:columnmenu_grid#toc-customizing-the-content).
14
+ * Place this component inside a [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenutemplatedirective) directive.
15
+ * To register it as a column menu item, set the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenuservice) passed by
16
+ * the template to the `service` input of the `kendo-grid-columnmenu-autosize-all-columns` component. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/accessories/column-menu#customizing-the-content).
17
17
  *
18
18
  * @example
19
19
  * ```html
@@ -9,10 +9,10 @@ import { ColumnMenuItemBase } from './column-menu-item-base';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Represents the column-menu item for resizing the specified column to the minimum possible width so that it fits the header or cell content without wrapping.
12
- * [See example](slug:columnmenu_grid#toc-autosize-column-item).
12
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/grid/accessories/column-menu#autosize-column-item).
13
13
  *
14
- * Place this component inside a [`ColumnMenuTemplate`]({% slug api_grid_columnmenutemplatedirective %}) directive.
15
- * Set the [`ColumnMenuService`]({% slug api_grid_columnmenuservice %}) and `column` passed by
14
+ * Place this component inside a [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenutemplatedirective) directive.
15
+ * Set the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenuservice) and `column` passed by
16
16
  * the template to the `service` and `column` inputs of the `kendo-grid-columnmenu-autosize-column` component.
17
17
  *
18
18
  * @example
@@ -9,11 +9,11 @@ import { SVGIcon } from '@progress/kendo-svg-icons';
9
9
  import { ContextService } from '../common/provider.service';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
- * Represents the column-menu item for selecting columns in the Grid. [See example](slug:columnmenu_grid#toc-column-chooser-item).
12
+ * Represents the column-menu item for selecting columns in the Grid. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/accessories/column-menu#column-chooser-item).
13
13
  *
14
- * Place this component inside a [`ColumnMenuTemplate`]({% slug api_grid_columnmenutemplatedirective %}) directive.
15
- * To register it as a column menu item, set the [`ColumnMenuService`]({% slug api_grid_columnmenuservice %}) passed by
16
- * the template to the `service` input of the `kendo-grid-columnmenu-chooser` component. [See example](slug:columnmenu_grid#toc-customizing-the-content).
14
+ * Place this component inside a [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenutemplatedirective) directive.
15
+ * To register it as a column menu item, set the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenuservice) passed by
16
+ * the template to the `service` input of the `kendo-grid-columnmenu-chooser` component. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/accessories/column-menu#customizing-the-content).
17
17
  *
18
18
  * @example
19
19
  * ```html
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
6
6
  * Configures if a column menu item is initially expanded.
7
- * Use with the `columnChooser`, `filter`, and `setColumnPosition` options in [`ColumnMenuSettings`]({% slug api_grid_columnmenusettings %}).
7
+ * Use with the `columnChooser`, `filter`, and `setColumnPosition` options in [`ColumnMenuSettings`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenusettings).
8
8
  */
9
9
  export interface ExpandableColumnMenuItem {
10
10
  /**
@@ -8,10 +8,10 @@ import { ContextService } from '../common/provider.service';
8
8
  import { ColumnMenuItemBase } from './column-menu-item-base';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
- * Represents the column-menu item for editing column filters in the Grid. [See example](slug:columnmenu_grid#toc-filter-item).
11
+ * Represents the column-menu item for editing column filters in the Grid. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/accessories/column-menu#filter-item).
12
12
  *
13
- * Place this component inside a [`ColumnMenuTemplate`]({% slug api_grid_columnmenutemplatedirective %}) directive.
14
- * To register the component as a known column menu item, set the [`ColumnMenuService`]({% slug api_grid_columnmenuservice %}) that the template passes to the `service` input of the `kendo-grid-columnmenu-filter` component. [See example](slug:columnmenu_grid#toc-customizing-the-content).
13
+ * Place this component inside a [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenutemplatedirective) directive.
14
+ * To register the component as a known column menu item, set the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenuservice) that the template passes to the `service` input of the `kendo-grid-columnmenu-filter` component. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/accessories/column-menu#customizing-the-content).
15
15
  *
16
16
  * @example
17
17
  * ```html
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
10
10
  */
11
11
  export declare class ColumnMenuItemBase implements OnInit {
12
12
  /**
13
- * Represents the [`ColumnMenuService`]({% slug api_grid_columnmenuservice %}) class.
13
+ * Represents the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenuservice) class.
14
14
  * This input is required.
15
15
  */
16
16
  service: ColumnMenuService;
@@ -6,7 +6,7 @@ import { TemplateRef } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Represents the content template of the
9
- * [`ColumnMenuItemComponent`]({% slug api_grid_columnmenuitemcomponent %}) component.
9
+ * [`ColumnMenuItemComponent`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenuitemcomponent) component.
10
10
  * Use this directive to specify the content of a column menu item.
11
11
  * To define the content template, nest an `<ng-template>` tag with the
12
12
  * `kendoGridColumnMenuItemContentTemplate` directive inside a `<kendo-grid-columnmenu-item>`.
@@ -13,7 +13,7 @@ import { SortDescriptor } from '@progress/kendo-data-query';
13
13
  import * as i0 from "@angular/core";
14
14
  /**
15
15
  * Represents an item that you can place inside a
16
- * [`ColumnMenuTemplate`]({% slug api_grid_columnmenutemplatedirective %}) directive.
16
+ * [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenutemplatedirective) directive.
17
17
  *
18
18
  * @example
19
19
  * ```html
@@ -90,7 +90,7 @@ export declare class ColumnMenuItemComponent implements AfterViewInit, OnChanges
90
90
  */
91
91
  focused: boolean;
92
92
  /**
93
- * Represents the [ColumnMenuService]({% slug api_grid_columnmenuservice %}) class.
93
+ * Represents the [ColumnMenuService](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenuservice) class.
94
94
  * Required to include the item in the column menu keyboard navigation sequence.
95
95
  */
96
96
  service: ColumnMenuService;
@@ -6,7 +6,7 @@ import { ChangeDetectorRef, ElementRef, NgZone, Renderer2 } from '@angular/core'
6
6
  import { ContextService } from '../common/provider.service';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents a directive that manages keyboard navigation for a column menu item ([see example](slug:columnmenu_grid#customizing-the-content)).
9
+ * Represents a directive that manages keyboard navigation for a column menu item ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/accessories/column-menu#customizing-the-content)).
10
10
  *
11
11
  * @example
12
12
  * ```html
@@ -9,10 +9,10 @@ import { ContextService } from '../common/provider.service';
9
9
  import { ColumnMenuItemBase } from './column-menu-item-base';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
- * Represents the column-menu item for locking and unlocking columns in the Grid. [See example](slug:columnmenu_grid#toc-lock-and-unlock-items).
12
+ * Represents the column-menu item for locking and unlocking columns in the Grid. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/accessories/column-menu#lock-and-unlock-items).
13
13
  *
14
- * Place this component inside a [`ColumnMenuTemplate`]({% slug api_grid_columnmenutemplatedirective %}) directive.
15
- * To register the component as a known column menu item, set the [`ColumnMenuService`]({% slug api_grid_columnmenuservice %}) that the template passes to the `service` input of the `kendo-grid-columnmenu-lock` component. [See example](slug:columnmenu_grid#toc-customizing-the-content).
14
+ * Place this component inside a [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenutemplatedirective) directive.
15
+ * To register the component as a known column menu item, set the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenuservice) that the template passes to the `service` input of the `kendo-grid-columnmenu-lock` component. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/accessories/column-menu#customizing-the-content).
16
16
  *
17
17
  * @example
18
18
  * ```html
@@ -10,8 +10,8 @@ import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Represents the column-menu item that combines lock and sticky column functionalities.
12
12
  *
13
- * Place this component inside a [`ColumnMenuTemplate`]({% slug api_grid_columnmenutemplatedirective %}) directive.
14
- * To register the component as a known column menu item, set the [`ColumnMenuService`]({% slug api_grid_columnmenuservice %}) that the template passes to the `service` input of the `kendo-grid-columnmenu-position` component. [See example](slug:columnmenu_grid#toc-set-column-position-item).
13
+ * Place this component inside a [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenutemplatedirective) directive.
14
+ * To register the component as a known column menu item, set the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenuservice) that the template passes to the `service` input of the `kendo-grid-columnmenu-position` component. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/accessories/column-menu#set-column-position-item).
15
15
  *
16
16
  * @example
17
17
  * ```html
@@ -21,12 +21,12 @@ export interface ColumnMenuSettings {
21
21
  view?: 'list' | 'tabbed';
22
22
  /**
23
23
  * Specifies if the columns can be sorted in the column menu.
24
- * If [sorting]({% slug api_grid_gridcomponent %}#toc-sortable) is enabled, defaults to `true`.
24
+ * If [sorting](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#sortable) is enabled, defaults to `true`.
25
25
  */
26
26
  sort?: boolean;
27
27
  /**
28
28
  * Specifies if the columns can be filtered in the column menu.
29
- * If [filtering]({% slug api_grid_gridcomponent %}#toc-filterable) is enabled, defaults to `true`.
29
+ * If [filtering](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#filterable) is enabled, defaults to `true`.
30
30
  */
31
31
  filter?: boolean | ExpandableColumnMenuItem;
32
32
  /**
@@ -35,12 +35,12 @@ export interface ColumnMenuSettings {
35
35
  columnChooser?: boolean | ExpandableColumnMenuItem;
36
36
  /**
37
37
  * Specifies if the columns can be locked and unlocked from the column menu.
38
- * This option follows the prerequisites and limitations of the [locked columns]({% slug locked_columns_grid %}).
38
+ * This option follows the prerequisites and limitations of the [locked columns](https://www.telerik.com/kendo-angular-ui/components/grid/columns/locked).
39
39
  */
40
40
  lock?: boolean;
41
41
  /**
42
42
  * Specifies if the columns can be stuck and unstuck from the column menu.
43
- * This option follows the prerequisites and limitations of the [sticky columns]({% slug sticky_columns_grid %}).
43
+ * This option follows the prerequisites and limitations of the [sticky columns](https://www.telerik.com/kendo-angular-ui/components/grid/columns/sticky).
44
44
  */
45
45
  stick?: boolean;
46
46
  /**
@@ -12,7 +12,7 @@ import * as i0 from "@angular/core";
12
12
  * Represents the column-menu item for sorting Grid columns.
13
13
  *
14
14
  * Provides sorting options (ascending and descending) for a specific column in the Grid.
15
- * Place this component inside a [`ColumnMenuTemplate`]({% slug api_grid_columnmenutemplatedirective %}) directive and pass the [`ColumnMenuService`]({% slug api_grid_columnmenuservice %}) to the `service` input of the `kendo-grid-columnmenu-sort` component.
15
+ * Place this component inside a [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenutemplatedirective) directive and pass the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenuservice) to the `service` input of the `kendo-grid-columnmenu-sort` component.
16
16
  *
17
17
  * @example
18
18
  * ```html
@@ -10,11 +10,11 @@ import { ColumnMenuItemBase } from './column-menu-item-base';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
12
  * Represents a column-menu item for sticking or unsticking columns in the Grid.
13
- * [See example](slug:columnmenu_grid#toc-stick-and-unstick-items).
13
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/grid/accessories/column-menu#stick-and-unstick-items).
14
14
  *
15
- * Place this component inside a [`ColumnMenuTemplate`]({% slug api_grid_columnmenutemplatedirective %}) directive.
16
- * To register the component as a column menu item, set the [`ColumnMenuService`]({% slug api_grid_columnmenuservice %}) from the template to the `service` input of the `kendo-grid-columnmenu-stick` component.
17
- * [See example](slug:columnmenu_grid#toc-customizing-the-content).
15
+ * Place this component inside a [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenutemplatedirective) directive.
16
+ * To register the component as a column menu item, set the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenuservice) from the template to the `service` input of the `kendo-grid-columnmenu-stick` component.
17
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/grid/accessories/column-menu#customizing-the-content).
18
18
  *
19
19
  * @example
20
20
  * ```html
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
9
9
  * Place an `<ng-template>` tag with the `kendoGridColumnMenuTemplate` directive inside the `<kendo-grid>` or `<kendo-grid-column>` component to set the template.
10
10
  *
11
11
  * The template context provides these fields:
12
- * - `service`&mdash;The [`ColumnMenuService`]({% slug api_grid_columnmenuservice %}).
12
+ * - `service`&mdash;The [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenuservice).
13
13
  * - `column`&mdash;The Grid column.
14
14
  *
15
15
  * @example
@@ -15,7 +15,7 @@ import { IdService } from '../common/id.service';
15
15
  import { AdaptiveGridService } from '../common/adaptiveness.service';
16
16
  import * as i0 from "@angular/core";
17
17
  /**
18
- * Represents the [column menu](slug:columnmenu_grid#toc-customizing-the-position) component.
18
+ * Represents the [column menu](https://www.telerik.com/kendo-angular-ui/components/grid/accessories/column-menu#customizing-the-position) component.
19
19
  *
20
20
  * @example
21
21
  * ```html
@@ -60,12 +60,12 @@ export declare class ColumnMenuComponent implements AfterViewInit, OnChanges, On
60
60
  settings: ColumnMenuSettings;
61
61
  /**
62
62
  * The sort descriptors for the Grid data.
63
- * Typically bound to [`GridComponent.sort`]({% slug api_grid_gridcomponent %}#toc-sort).
63
+ * Typically bound to [`GridComponent.sort`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#sort).
64
64
  */
65
65
  sort: any;
66
66
  /**
67
67
  * The filter descriptor for the Grid data.
68
- * Typically bound to [`GridComponent.filter`]({% slug api_grid_gridcomponent %}#toc-filter).
68
+ * Typically bound to [`GridComponent.filter`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#filter).
69
69
  */
70
70
  filter: any;
71
71
  /**
@@ -7,7 +7,7 @@ import { EventEmitter } from '@angular/core';
7
7
  import type { ColumnMenuContainerComponent } from './column-menu-container.component';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
- * Represents the service passed to the [`ColumnMenuTemplate`]({% slug api_grid_columnmenutemplatedirective %}) directive.
10
+ * Represents the service passed to the [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenutemplatedirective) directive.
11
11
  *
12
12
  * Use this service to interact with the column menu from a custom template.
13
13
  *
@@ -5,7 +5,7 @@
5
5
  import { Observable } from 'rxjs';
6
6
  import { ColumnBase } from '../columns/column-base';
7
7
  /**
8
- * Defines the type for the `resizable` property. [See example](slug:resizing_columns_grid#constrained-mode)
8
+ * Defines the type for the `resizable` property. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/columns/resizing#constrained-mode)
9
9
  *
10
10
  * The possible values are:
11
11
  *
@@ -11,7 +11,7 @@ import { CellSelectionService } from '../selection/cell-selection.service';
11
11
  import { CellRowspanFn } from './cell-rowspan';
12
12
  import * as i0 from "@angular/core";
13
13
  /**
14
- * Represents the checkbox column for selecting rows in the Grid. [See example](slug:grid_row_selection#toc-select-all-checkbox).
14
+ * Represents the checkbox column for selecting rows in the Grid. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/selection/row-selection#select-all-checkbox).
15
15
  *
16
16
  * Use this column to add checkboxes for row selection.
17
17
  *
@@ -86,13 +86,20 @@ export declare class ColumnBase implements AfterViewInit {
86
86
  */
87
87
  reorderable: boolean;
88
88
  /**
89
- * Sets the minimum width (in pixels) for resizing the column by using the UI ([see example]({% slug resizing_columns_grid %}#toc-limiting-the-resizing)).
89
+ * Sets the distance in pixels by which the column width is adjusted during keyboard navigation resizing.
90
+ * Used when resizing columns with `Alt/Option + Left/Right Arrow` keyboard shortcuts.
91
+ *
92
+ * @default 10
93
+ */
94
+ resizeStep: number;
95
+ /**
96
+ * Sets the minimum width (in pixels) for resizing the column by using the UI ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/columns/resizing#limiting-the-resizing)).
90
97
  * The `autoFitColumn` and `autoFitColumns` methods have higher priority.
91
98
  * @default 10
92
99
  */
93
100
  minResizableWidth: number;
94
101
  /**
95
- * Sets the maximum width (in pixels) for resizing the column by using the UI ([see example]({% slug resizing_columns_grid %}#toc-limiting-the-resizing)).
102
+ * Sets the maximum width (in pixels) for resizing the column by using the UI ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/columns/resizing#limiting-the-resizing)).
96
103
  * By default, the maximum width is not restricted.
97
104
  * The `autoFitColumn` and `autoFitColumns` methods have higher priority.
98
105
  */
@@ -111,7 +118,7 @@ export declare class ColumnBase implements AfterViewInit {
111
118
  */
112
119
  autoSize: boolean;
113
120
  /**
114
- * Toggles the locked (frozen) state of the column ([more information and example]({% slug locked_columns_grid %})).
121
+ * Toggles the locked (frozen) state of the column ([more information and example](https://www.telerik.com/kendo-angular-ui/components/grid/columns/locked)).
115
122
  *
116
123
  * @default false
117
124
  */
@@ -125,17 +132,17 @@ export declare class ColumnBase implements AfterViewInit {
125
132
  */
126
133
  sticky: boolean;
127
134
  /**
128
- * Sets the visibility of the column ([see example](slug:hidden_columns_grid#toc-using-the-built-in-options)).
135
+ * Sets the visibility of the column ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/columns/hidden#using-the-built-in-options)).
129
136
  *
130
137
  * @default false
131
138
  */
132
139
  hidden: boolean;
133
140
  /**
134
- * Sets the condition for the column to remain visible ([see example]({% slug styling_responsive_grid %}#toc-columns)).
141
+ * Sets the condition for the column to remain visible ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/styling-and-appearance/responsive-design#columns)).
135
142
  * If you set the `hidden` property, `media` is ignored.
136
143
  *
137
144
  * Accepts device identifiers from [Bootstrap 4](https://v4-alpha.getbootstrap.com/layout/grid/#grid-options)
138
- * ([see example](slug:styling_responsive_grid)).
145
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/styling-and-appearance/responsive-design)).
139
146
  */
140
147
  media: string;
141
148
  /**
@@ -165,58 +172,58 @@ export declare class ColumnBase implements AfterViewInit {
165
172
  tableCellsRole: string;
166
173
  /**
167
174
  * Sets custom styles for the table cells (excluding footer and header) of the column.
168
- * Uses the [`NgStyle`](link:site.data.urls.angular['ngstyleapi']) directive. [See example](slug:styling_grid_columns#toc-customizing-column-cells).
175
+ * Uses the [`NgStyle`](link:site.data.urls.angular['ngstyleapi']) directive. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/styling-and-appearance/columns#customizing-column-cells).
169
176
  */
170
177
  style: {
171
178
  [key: string]: string;
172
179
  };
173
180
  /**
174
181
  * Sets custom styles for the header cell of the column.
175
- * Uses the [`NgStyle`](link:site.data.urls.angular['ngstyleapi']) directive. [See example](slug:styling_grid_columns#toc-customizing-column-header).
182
+ * Uses the [`NgStyle`](link:site.data.urls.angular['ngstyleapi']) directive. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/styling-and-appearance/columns#customizing-column-header).
176
183
  */
177
184
  headerStyle: {
178
185
  [key: string]: string;
179
186
  };
180
187
  /**
181
188
  * Sets custom styles for the filter row cell.
182
- * Uses the [`NgStyle`](link:site.data.urls.angular['ngstyleapi']) directive. [See example](slug:styling_grid_columns#toc-customizing-filter-row-cells).
189
+ * Uses the [`NgStyle`](link:site.data.urls.angular['ngstyleapi']) directive. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/styling-and-appearance/columns#customizing-filter-row-cells).
183
190
  */
184
191
  filterStyle: {
185
192
  [key: string]: string;
186
193
  };
187
194
  /**
188
195
  * Sets custom styles for the footer cell of the column.
189
- * Uses the [`NgStyle`](link:site.data.urls.angular['ngstyleapi']) directive. [See example](slug:styling_grid_columns#toc-customizing-column-footer).
196
+ * Uses the [`NgStyle`](link:site.data.urls.angular['ngstyleapi']) directive. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/styling-and-appearance/columns#customizing-column-footer).
190
197
  */
191
198
  footerStyle: {
192
199
  [key: string]: string;
193
200
  };
194
201
  /**
195
202
  * Sets custom CSS classes to the column cells.
196
- * Uses the [`NgClass`](link:site.data.urls.angular['ngclassapi']) directive. [See example](slug:styling_grid_columns#toc-customizing-column-cells).
197
- * To customize header and footer column cells, use the [headerClass]({% slug api_grid_columncomponent %}#toc-headerclass)
198
- * and [footerClass]({% slug api_grid_columncomponent %}#toc-footerclass) inputs.
203
+ * Uses the [`NgClass`](link:site.data.urls.angular['ngclassapi']) directive. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/styling-and-appearance/columns#customizing-column-cells).
204
+ * To customize header and footer column cells, use the [headerClass](https://www.telerik.com/kendo-angular-ui/components/grid/api/columncomponent#headerclass)
205
+ * and [footerClass](https://www.telerik.com/kendo-angular-ui/components/grid/api/columncomponent#footerclass) inputs.
199
206
  */
200
207
  cssClass: string | string[] | Set<string> | {
201
208
  [key: string]: any;
202
209
  };
203
210
  /**
204
211
  * Sets custom CSS classes to the column header cell.
205
- * Uses the [`NgClass`](link:site.data.urls.angular['ngclassapi']) directive. [See example](slug:styling_grid_columns#toc-customizing-column-header).
212
+ * Uses the [`NgClass`](link:site.data.urls.angular['ngclassapi']) directive. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/styling-and-appearance/columns#customizing-column-header).
206
213
  */
207
214
  headerClass: string | string[] | Set<string> | {
208
215
  [key: string]: any;
209
216
  };
210
217
  /**
211
218
  * Sets custom CSS classes to the filter row cell.
212
- * Uses the [`NgClass`](link:site.data.urls.angular['ngclassapi']) directive. [See example](slug:styling_grid_columns#toc-customizing-filter-row-cells).
219
+ * Uses the [`NgClass`](link:site.data.urls.angular['ngclassapi']) directive. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/styling-and-appearance/columns#customizing-filter-row-cells).
213
220
  */
214
221
  filterClass: string | string[] | Set<string> | {
215
222
  [key: string]: any;
216
223
  };
217
224
  /**
218
225
  * Sets custom CSS classes to the column footer cell.
219
- * Uses the [`NgClass`](link:site.data.urls.angular['ngclassapi']) directive. [See example](slug:styling_grid_columns#toc-customizing-column-footer).
226
+ * Uses the [`NgClass`](link:site.data.urls.angular['ngclassapi']) directive. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/styling-and-appearance/columns#customizing-column-footer).
220
227
  */
221
228
  footerClass: string | string[] | Set<string> | {
222
229
  [key: string]: any;
@@ -304,5 +311,5 @@ export declare class ColumnBase implements AfterViewInit {
304
311
  constructor(parent?: ColumnBase, idService?: IdService);
305
312
  ngAfterViewInit(): void;
306
313
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnBase, never>;
307
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnBase, "kendo-grid-column-base", never, { "resizable": { "alias": "resizable"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "minResizableWidth": { "alias": "minResizableWidth"; "required": false; }; "maxResizableWidth": { "alias": "maxResizableWidth"; "required": false; }; "title": { "alias": "title"; "required": false; }; "width": { "alias": "width"; "required": false; }; "autoSize": { "alias": "autoSize"; "required": false; }; "locked": { "alias": "locked"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "media": { "alias": "media"; "required": false; }; "lockable": { "alias": "lockable"; "required": false; }; "stickable": { "alias": "stickable"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "includeInChooser": { "alias": "includeInChooser"; "required": false; }; "tableCellsRole": { "alias": "tableCellsRole"; "required": false; }; "style": { "alias": "style"; "required": false; }; "headerStyle": { "alias": "headerStyle"; "required": false; }; "filterStyle": { "alias": "filterStyle"; "required": false; }; "footerStyle": { "alias": "footerStyle"; "required": false; }; "cssClass": { "alias": "class"; "required": false; }; "headerClass": { "alias": "headerClass"; "required": false; }; "filterClass": { "alias": "filterClass"; "required": false; }; "footerClass": { "alias": "footerClass"; "required": false; }; "cellRowspan": { "alias": "cellRowspan"; "required": false; }; }, {}, ["footerTemplate", "headerTemplates", "columnMenuTemplates"], never, true, never>;
314
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnBase, "kendo-grid-column-base", never, { "resizable": { "alias": "resizable"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "resizeStep": { "alias": "resizeStep"; "required": false; }; "minResizableWidth": { "alias": "minResizableWidth"; "required": false; }; "maxResizableWidth": { "alias": "maxResizableWidth"; "required": false; }; "title": { "alias": "title"; "required": false; }; "width": { "alias": "width"; "required": false; }; "autoSize": { "alias": "autoSize"; "required": false; }; "locked": { "alias": "locked"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "media": { "alias": "media"; "required": false; }; "lockable": { "alias": "lockable"; "required": false; }; "stickable": { "alias": "stickable"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "includeInChooser": { "alias": "includeInChooser"; "required": false; }; "tableCellsRole": { "alias": "tableCellsRole"; "required": false; }; "style": { "alias": "style"; "required": false; }; "headerStyle": { "alias": "headerStyle"; "required": false; }; "filterStyle": { "alias": "filterStyle"; "required": false; }; "footerStyle": { "alias": "footerStyle"; "required": false; }; "cssClass": { "alias": "class"; "required": false; }; "headerClass": { "alias": "headerClass"; "required": false; }; "filterClass": { "alias": "filterClass"; "required": false; }; "footerClass": { "alias": "footerClass"; "required": false; }; "cellRowspan": { "alias": "cellRowspan"; "required": false; }; }, {}, ["footerTemplate", "headerTemplates", "columnMenuTemplates"], never, true, never>;
308
315
  }
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
11
11
  */
12
12
  export declare function isColumnGroupComponent(column: any): column is ColumnGroupComponent;
13
13
  /**
14
- * Represents the column group header of the Grid ([more information and examples](slug:multicolumnheaders_columns_grid)).
14
+ * Represents the column group header of the Grid ([more information and examples](https://www.telerik.com/kendo-angular-ui/components/grid/columns/headers)).
15
15
  *
16
16
  * Use this component to group columns under a common header.
17
17
  *
@@ -43,11 +43,11 @@ export declare class ColumnComponent extends ColumnBase {
43
43
  field: string;
44
44
  /**
45
45
  * Sets the format for displaying the column value.
46
- * For supported date and number formats, see the [Column Formats](slug:formats_columns_grid) article.
46
+ * For supported date and number formats, see the [Column Formats](https://www.telerik.com/kendo-angular-ui/components/grid/columns/formats) article.
47
47
  */
48
48
  format: any;
49
49
  /**
50
- * Enables sorting when the user clicks the column header. [See example](slug:sorting_grid).
50
+ * Enables sorting when the user clicks the column header. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/sorting/basics).
51
51
  * Emits the `sortChange` event.
52
52
  *
53
53
  * @default true
@@ -61,14 +61,14 @@ export declare class ColumnComponent extends ColumnBase {
61
61
  */
62
62
  groupable: boolean;
63
63
  /**
64
- * Sets the editor type for the column. [See example](slug:inline_editing_grid#toc-using-reactive-forms).
64
+ * Sets the editor type for the column. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/inline-editing#using-reactive-forms).
65
65
  * Used when the column enters edit mode.
66
66
  *
67
67
  * @default 'text'
68
68
  */
69
69
  editor: FieldDataType;
70
70
  /**
71
- * Sets the filter type for the filter row UI. [See example](slug:filtering_grid#toc-filter-data-types).
71
+ * Sets the filter type for the filter row UI. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics#filter-data-types).
72
72
  *
73
73
  * @default 'text'
74
74
  */
@@ -80,13 +80,13 @@ export declare class ColumnComponent extends ColumnBase {
80
80
  */
81
81
  filterVariant: FilterVariant | FilterVariantSettings;
82
82
  /**
83
- * Shows or hides the filter UI for this column. [See example](slug:filtering_grid).
83
+ * Shows or hides the filter UI for this column. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics).
84
84
  *
85
85
  * @default true
86
86
  */
87
87
  filterable: boolean;
88
88
  /**
89
- * Sets whether the column is editable. [See example](slug:make_fields_uneditable_grid).
89
+ * Sets whether the column is editable. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/prevent-editing).
90
90
  *
91
91
  * @default true
92
92
  */
@@ -10,7 +10,7 @@ import { CellRowspanFn } from './cell-rowspan';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
12
  * Represents the command columns of the Grid. Define the content of the column inside an `<ng-template>` tag.
13
- * For more information and examples, see the [Editing Action Buttons](slug:basics_editing_grid#editing-action-buttons) article.
13
+ * For more information and examples, see the [Editing Action Buttons](https://www.telerik.com/kendo-angular-ui/components/grid/editing/basics#editing-action-buttons) article.
14
14
  *
15
15
  * @example
16
16
  * ```html
@@ -11,7 +11,7 @@ import { RowDragHintTemplateDirective } from '../row-reordering/drag-hint-templa
11
11
  import { CellRowspanFn } from './cell-rowspan';
12
12
  import * as i0 from "@angular/core";
13
13
  /**
14
- * Represents the drag handle for reordering rows in the Grid. [See example](slug:reordering_rows_grid).
14
+ * Represents the drag handle for reordering rows in the Grid. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/rows/reordering).
15
15
  *
16
16
  * @example
17
17
  * ```html
@@ -25,7 +25,7 @@ export interface SingleSortSettings extends ColumnSortSettings {
25
25
  mode?: 'single';
26
26
  }
27
27
  /**
28
- * Specifies a modifier key for multiple column sorting [see example](slug:multi_sort_grid#toc-sort-key-modifier).
28
+ * Specifies a modifier key for multiple column sorting [see example](https://www.telerik.com/kendo-angular-ui/components/grid/sorting/multi-sort#sort-key-modifier).
29
29
  *
30
30
  * @example
31
31
  * ```html
@@ -37,7 +37,7 @@ export interface SingleSortSettings extends ColumnSortSettings {
37
37
  */
38
38
  export type ModifierKey = 'none' | 'ctrl' | 'shift' | 'alt';
39
39
  /**
40
- * Specifies settings for sorting by multiple columns. [see example](slug:multi_sort_grid).
40
+ * Specifies settings for sorting by multiple columns. [see example](https://www.telerik.com/kendo-angular-ui/components/grid/sorting/multi-sort).
41
41
  */
42
42
  export interface MultipleSortSettings extends ColumnSortSettings {
43
43
  /**
@@ -56,17 +56,17 @@ export interface MultipleSortSettings extends ColumnSortSettings {
56
56
  *
57
57
  * If set to `'ctrl'`, `'shift'`, or `'alt'`, clicking a column removes sorting from all other columns.
58
58
  * The specified key must be pressed to add the column to the sort order.
59
- * The `ctrl` value matches the `Command` key on macOS [see example](slug:multi_sort_grid#toc-sort-key-modifier).
59
+ * The `ctrl` value matches the `Command` key on macOS [see example](https://www.telerik.com/kendo-angular-ui/components/grid/sorting/multi-sort#sort-key-modifier).
60
60
  */
61
61
  multiSortKey?: ModifierKey;
62
62
  }
63
63
  /**
64
- * Defines the settings for sorting the Grid. [See example](slug:multi_sort_grid).
64
+ * Defines the settings for sorting the Grid. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/sorting/multi-sort).
65
65
  *
66
66
  * The available options are:
67
67
  * * `boolean`
68
- * * [SingleSortSettings]({% slug api_grid_singlesortsettings %})
69
- * * [MultipleSortSettings]({% slug api_grid_multiplesortsettings %})
68
+ * * [SingleSortSettings](https://www.telerik.com/kendo-angular-ui/components/grid/api/singlesortsettings)
69
+ * * [MultipleSortSettings](https://www.telerik.com/kendo-angular-ui/components/grid/api/multiplesortsettings)
70
70
  *
71
71
  * @example
72
72
  * ```html