@progress/kendo-angular-grid 22.1.0-develop.8 → 23.0.0-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/adaptiveness/adaptive-renderer.component.d.ts +1 -0
- package/aggregates/aggregate-types.d.ts +1 -1
- package/aggregates/status-bar-template.directive.d.ts +1 -1
- package/column-menu/column-chooser.component.d.ts +3 -3
- package/column-menu/column-menu-autosize-all.component.d.ts +4 -4
- package/column-menu/column-menu-autosize.component.d.ts +3 -3
- package/column-menu/column-menu-chooser.component.d.ts +4 -4
- package/column-menu/column-menu-expandable-item.interface.d.ts +1 -1
- package/column-menu/column-menu-filter.component.d.ts +3 -3
- package/column-menu/column-menu-item-base.d.ts +1 -1
- package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
- package/column-menu/column-menu-item.component.d.ts +2 -2
- package/column-menu/column-menu-item.directive.d.ts +1 -1
- package/column-menu/column-menu-lock.component.d.ts +3 -3
- package/column-menu/column-menu-position.component.d.ts +2 -2
- package/column-menu/column-menu-settings.interface.d.ts +4 -4
- package/column-menu/column-menu-sort.component.d.ts +1 -1
- package/column-menu/column-menu-stick.component.d.ts +4 -4
- package/column-menu/column-menu-template.directive.d.ts +1 -1
- package/column-menu/column-menu.component.d.ts +3 -3
- package/column-menu/column-menu.service.d.ts +1 -1
- package/column-resizing/column-resize.interface.d.ts +1 -1
- package/columns/checkbox-column.component.d.ts +1 -1
- package/columns/column-base.d.ts +24 -17
- package/columns/column-group.component.d.ts +1 -1
- package/columns/column.component.d.ts +6 -6
- package/columns/command-column.component.d.ts +1 -1
- package/columns/reorder-column.component.d.ts +1 -1
- package/columns/sort-settings.d.ts +6 -6
- package/columns/span-column.component.d.ts +5 -5
- package/common/cell-click-event-args.interface.d.ts +1 -1
- package/common/clipboard-types.d.ts +1 -1
- package/common/clipboard.directive.d.ts +1 -1
- package/common/fetch-data-callback.d.ts +1 -1
- package/common/pager-settings.d.ts +2 -2
- package/common/provider.service.d.ts +2 -0
- package/common/single-popup.service.d.ts +1 -1
- package/common/size-options.d.ts +1 -1
- package/csv/csv-command-tool.directive.d.ts +38 -0
- package/csv/csv-command.directive.d.ts +38 -0
- package/csv/csv-export-event.d.ts +15 -0
- package/csv/csv.component.d.ts +131 -0
- package/csv/csv.module.d.ts +32 -0
- package/csv/csv.service.d.ts +16 -0
- package/data/change-event-args.interface.d.ts +2 -2
- package/data/data.collection.d.ts +1 -1
- package/data/grid-item.interface.d.ts +4 -4
- package/databinding.directive.d.ts +3 -3
- package/directives.d.ts +10 -1
- package/dragdrop/column-reorder-config.d.ts +1 -1
- package/editing/add-command-tool.directive.d.ts +1 -1
- package/editing/add-command.directive.d.ts +3 -3
- package/editing/add-event-args.interface.d.ts +1 -1
- package/editing/cancel-command-tool.directive.d.ts +1 -1
- package/editing/cancel-command.directive.d.ts +3 -3
- package/editing/cancel-event-args.interface.d.ts +2 -2
- package/editing/cell-close-event.d.ts +1 -1
- package/editing/edit-command-tool.directive.d.ts +1 -1
- package/editing/edit-command.directive.d.ts +3 -3
- package/editing/edit-event-args.interface.d.ts +1 -1
- package/editing/edit-row-options.interface.d.ts +1 -1
- package/editing/edit-template.directive.d.ts +1 -1
- package/editing/form/models.d.ts +1 -1
- package/editing/remove-command-tool.directive.d.ts +1 -1
- package/editing/remove-command.directive.d.ts +3 -3
- package/editing/remove-event-args.interface.d.ts +1 -1
- package/editing/save-command-tool.directive.d.ts +1 -1
- package/editing/save-command.directive.d.ts +3 -3
- package/editing/save-event-args.interface.d.ts +1 -1
- package/editing-directives/edit-service.interface.d.ts +1 -1
- package/editing-directives/external-editing.directive.d.ts +1 -1
- package/editing-directives/in-cell-editing.directive.d.ts +1 -1
- package/editing-directives/reactive-editing.directive.d.ts +1 -1
- package/editing-directives/template-editing.directive.d.ts +1 -1
- package/excel/excel-command-tool.directive.d.ts +1 -1
- package/excel/excel-command.directive.d.ts +2 -2
- package/excel/excel.component.d.ts +5 -5
- package/fesm2022/progress-kendo-angular-grid.mjs +962 -358
- package/filtering/base-filter-cell.component.d.ts +1 -1
- package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
- package/filtering/cell/date-filter-cell.component.d.ts +2 -2
- package/filtering/cell/filter-cell-template.directive.d.ts +2 -2
- package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
- package/filtering/cell/string-filter-cell.component.d.ts +1 -1
- package/filtering/date-filter.component.d.ts +2 -2
- package/filtering/filter.service.d.ts +1 -1
- package/filtering/filterable.d.ts +2 -2
- package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
- package/filtering/menu/filter-menu-container.component.d.ts +5 -1
- package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
- package/filtering/menu/string-filter-menu.component.d.ts +1 -1
- package/filtering/operators/after-eq-filter-operator.component.d.ts +2 -2
- package/filtering/operators/after-filter-operator.component.d.ts +2 -2
- package/filtering/operators/before-eq-filter-operator.component.d.ts +2 -2
- package/filtering/operators/before-filter-operator.component.d.ts +2 -2
- package/filtering/operators/contains-filter-operator.component.d.ts +2 -2
- package/filtering/operators/ends-with-filter-operator.component.d.ts +2 -2
- package/filtering/operators/eq-filter-operator.component.d.ts +2 -2
- package/filtering/operators/gt-filter-operator.component.d.ts +2 -2
- package/filtering/operators/gte-filter-operator.component.d.ts +2 -2
- package/filtering/operators/is-empty-filter-operator.component.d.ts +2 -2
- package/filtering/operators/is-not-empty-filter-operator.component.d.ts +2 -2
- package/filtering/operators/is-not-null-filter-operator.component.d.ts +2 -2
- package/filtering/operators/isnull-filter-operator.component.d.ts +2 -2
- package/filtering/operators/lt-filter-operator.component.d.ts +2 -2
- package/filtering/operators/lte-filter-operator.component.d.ts +2 -2
- package/filtering/operators/neq-filter-operator.component.d.ts +2 -2
- package/filtering/operators/not-contains-filter-operator.component.d.ts +2 -2
- package/filtering/operators/starts-with-filter-operator.component.d.ts +2 -2
- package/grid.component.d.ts +80 -61
- package/grouping/group-header-column-template.directive.d.ts +1 -1
- package/grouping/group-header-template.directive.d.ts +1 -1
- package/grouping/group-key.interface.d.ts +3 -3
- package/grouping/group-rows-args.interface.d.ts +1 -1
- package/index.d.ts +6 -0
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/messages.d.ts +14 -10
- package/navigation/focusable.directive.d.ts +1 -1
- package/navigation/navigable-settings.d.ts +3 -3
- package/navigation/toolbar-tool-name.d.ts +1 -0
- package/package-metadata.mjs +2 -2
- package/package.json +29 -28
- package/pdf/pdf-command-tool.directive.d.ts +1 -1
- package/pdf/pdf-command.directive.d.ts +2 -2
- package/pdf/pdf.component.d.ts +2 -2
- package/rendering/cell-loading.template.directive.d.ts +1 -1
- package/rendering/cell-template.directive.d.ts +1 -1
- package/rendering/common/row-class.d.ts +4 -4
- package/rendering/common/spacer.component.d.ts +1 -1
- package/rendering/details/detail-template.directive.d.ts +4 -4
- package/rendering/details-expand.directive.d.ts +2 -2
- package/rendering/footer/footer-template.directive.d.ts +4 -4
- package/rendering/groups-expand.directive.d.ts +2 -2
- package/rendering/header/header-template.directive.d.ts +2 -2
- package/rendering/loading-template.directive.d.ts +1 -1
- package/rendering/no-records-template.directive.d.ts +1 -1
- package/rendering/toolbar/toolbar-position.d.ts +1 -1
- package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
- package/row-reordering/types.d.ts +2 -2
- package/schematics/ngAdd/index.js +7 -7
- package/scrolling/content-scroll-event.d.ts +1 -1
- package/scrolling/scroll-request.service.d.ts +2 -2
- package/scrolling/scrollmode.d.ts +1 -1
- package/selection/selectall-checkbox.directive.d.ts +2 -2
- package/selection/selection-checkbox.directive.d.ts +1 -1
- package/selection/selection-default.d.ts +1 -1
- package/selection/selection.directive.d.ts +1 -1
- package/selection/types.d.ts +7 -7
- package/state-management/redo-command-tool.d.ts +1 -1
- 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
|
|
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
|
|
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`](
|
|
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`—The [`SelectionAggregates`](
|
|
11
|
+
* - `aggregates`—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](
|
|
14
|
-
* To show and hide the columns without including the column chooser item in the [Column Menu](
|
|
15
|
-
* add the component inside the [ToolbarTemplate](
|
|
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](
|
|
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`](
|
|
15
|
-
* To register it as a column menu item, set the [`ColumnMenuService`](
|
|
16
|
-
* the template to the `service` input of the `kendo-grid-columnmenu-autosize-all-columns` component. [See example](
|
|
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](
|
|
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`](
|
|
15
|
-
* Set the [`ColumnMenuService`](
|
|
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](
|
|
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`](
|
|
15
|
-
* To register it as a column menu item, set the [`ColumnMenuService`](
|
|
16
|
-
* the template to the `service` input of the `kendo-grid-columnmenu-chooser` component. [See example](
|
|
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`](
|
|
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](
|
|
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`](
|
|
14
|
-
* To register the component as a known column menu item, set the [`ColumnMenuService`](
|
|
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`](
|
|
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`](
|
|
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`](
|
|
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](
|
|
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](
|
|
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](
|
|
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`](
|
|
15
|
-
* To register the component as a known column menu item, set the [`ColumnMenuService`](
|
|
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`](
|
|
14
|
-
* To register the component as a known column menu item, set the [`ColumnMenuService`](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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`](
|
|
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](
|
|
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`](
|
|
16
|
-
* To register the component as a column menu item, set the [`ColumnMenuService`](
|
|
17
|
-
* [See example](
|
|
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`—The [`ColumnMenuService`](
|
|
12
|
+
* - `service`—The [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenuservice).
|
|
13
13
|
* - `column`—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](
|
|
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`](
|
|
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`](
|
|
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`](
|
|
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](
|
|
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](
|
|
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
|
*
|
package/columns/column-base.d.ts
CHANGED
|
@@ -86,13 +86,20 @@ export declare class ColumnBase implements AfterViewInit {
|
|
|
86
86
|
*/
|
|
87
87
|
reorderable: boolean;
|
|
88
88
|
/**
|
|
89
|
-
* Sets the
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
197
|
-
* To customize header and footer column cells, use the [headerClass](
|
|
198
|
-
* and [footerClass](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
69
|
-
* * [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
|