@progress/kendo-angular-grid 22.1.0-develop.9 → 23.0.0-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +78 -60
- 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 +28 -27
- 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
|
@@ -6,7 +6,7 @@ import { Subject } from 'rxjs';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Defines the arguments for the `scrollTo` method. Use this to specify the row or column to scroll to.
|
|
9
|
-
* [See example](
|
|
9
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/grid/scroll-modes#scrolling-to-a-specific-row-and-column).
|
|
10
10
|
*/
|
|
11
11
|
export interface ScrollRequest {
|
|
12
12
|
/**
|
|
@@ -20,7 +20,7 @@ export interface ScrollRequest {
|
|
|
20
20
|
}
|
|
21
21
|
/**
|
|
22
22
|
* Defines the arguments for the `scrollToItem` method. Use this to specify the data item and column to scroll to.
|
|
23
|
-
* [See example](
|
|
23
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/grid/scroll-modes#scrolling-to-a-specific-item).
|
|
24
24
|
*/
|
|
25
25
|
export interface ScrollToItemRequest {
|
|
26
26
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* The available values are:
|
|
9
9
|
* * `none`—Hides scrollbars. The Grid does not scroll.
|
|
10
10
|
* * `scrollable`—Shows scrollbars in the Grid.
|
|
11
|
-
* * `virtual`—Enables the [virtual scroll mode](
|
|
11
|
+
* * `virtual`—Enables the [virtual scroll mode](https://www.telerik.com/kendo-angular-ui/components/grid/scroll-modes/virtual) of the Grid.
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```html
|
|
@@ -9,7 +9,7 @@ import { CellSelectionService } from './cell-selection.service';
|
|
|
9
9
|
import { CheckBoxComponent } from '@progress/kendo-angular-inputs';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
|
-
* Adds a select-all checkbox to the Grid. [See example](
|
|
12
|
+
* Adds a select-all checkbox to the Grid. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/selection/persisting#selecting-all-rows).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html
|
|
@@ -33,7 +33,7 @@ export declare class SelectAllCheckboxDirective implements AfterContentChecked,
|
|
|
33
33
|
state: SelectAllCheckboxState;
|
|
34
34
|
/**
|
|
35
35
|
* Emits when the user clicks the select-all checkbox.
|
|
36
|
-
* ([see example](
|
|
36
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/selection/row-selection#select-all-checkbox)).
|
|
37
37
|
*/
|
|
38
38
|
selectAllChange: EventEmitter<SelectAllCheckboxState>;
|
|
39
39
|
private destroyClick;
|
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
/**
|
|
12
12
|
* Adds a row-selection checkbox to the Grid.
|
|
13
13
|
* Use this directive on a `<kendo-checkbox>` component or `<input type="checkbox">` element inside a cell template.
|
|
14
|
-
* When the user clicks the checkbox, the Grid triggers a [`selectionChange`](
|
|
14
|
+
* When the user clicks the checkbox, the Grid triggers a [`selectionChange`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#selectionChange) event.
|
|
15
15
|
*
|
|
16
16
|
* @example
|
|
17
17
|
* ```html
|
|
@@ -35,7 +35,7 @@ export declare class Selection {
|
|
|
35
35
|
rangeSelectionStartColumnIndex: number;
|
|
36
36
|
/**
|
|
37
37
|
* Sets the item key to store in `selectedKeys`.
|
|
38
|
-
* [See example](
|
|
38
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/grid/selection/persisting#using-data-item-field).
|
|
39
39
|
*/
|
|
40
40
|
selectionKey: string | ((context: RowArgs) => any);
|
|
41
41
|
/**
|
|
@@ -8,7 +8,7 @@ import { Selection } from "./selection-default";
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* Stores the row selection state of the Grid in memory
|
|
11
|
-
* ([see example](
|
|
11
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/selection/persisting)).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```html
|
package/selection/types.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { SelectionAggregate, SelectionAggregates } from '../aggregates/aggregate
|
|
|
6
6
|
import { ColumnComponent } from './../columns/column.component';
|
|
7
7
|
import { RowArgs } from './../rendering/common/row-args';
|
|
8
8
|
/**
|
|
9
|
-
* Represents the callback used by the [`cellSelected`](
|
|
9
|
+
* Represents the callback used by the [`cellSelected`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#cellselected) property. ([See example](https://www.telerik.com/kendo-angular-ui/components/grid/selection/custom-selection#setting-the-selected-cells)).
|
|
10
10
|
*
|
|
11
11
|
* @param row The row arguments.
|
|
12
12
|
* @param column The column component.
|
|
@@ -18,7 +18,7 @@ export type CellSelectedFn = (row: RowArgs, column: ColumnComponent, colIndex: n
|
|
|
18
18
|
item: CellSelectionItem;
|
|
19
19
|
};
|
|
20
20
|
/**
|
|
21
|
-
* Provides arguments for the Grid [`selectionChange`](
|
|
21
|
+
* Provides arguments for the Grid [`selectionChange`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#selectionchange) event.
|
|
22
22
|
*/
|
|
23
23
|
export interface SelectionEvent {
|
|
24
24
|
/**
|
|
@@ -67,7 +67,7 @@ export interface SelectionEvent {
|
|
|
67
67
|
rangeEndCell?: CellSelectionItem;
|
|
68
68
|
}
|
|
69
69
|
/**
|
|
70
|
-
* Configures the selection functionality of the Grid. ([See example](
|
|
70
|
+
* Configures the selection functionality of the Grid. ([See example](https://www.telerik.com/kendo-angular-ui/components/grid/selection#setup)).
|
|
71
71
|
*
|
|
72
72
|
* @example
|
|
73
73
|
* ```html
|
|
@@ -81,7 +81,7 @@ export interface SelectableSettings {
|
|
|
81
81
|
/**
|
|
82
82
|
* Enables selection aggregates. By default, this property is set to `false`.
|
|
83
83
|
* If you set `cellAggregates` to `true`, the Grid calculates all aggregate options.
|
|
84
|
-
* Pass an array of [`SelectionAggregate`](
|
|
84
|
+
* Pass an array of [`SelectionAggregate`](https://www.telerik.com/kendo-angular-ui/components/grid/api/selectionaggregate) type options to choose which aggregates to calculate.
|
|
85
85
|
*
|
|
86
86
|
*/
|
|
87
87
|
cellAggregates?: boolean | SelectionAggregate[];
|
|
@@ -124,11 +124,11 @@ export interface SelectableSettings {
|
|
|
124
124
|
multipleRanges?: boolean;
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
127
|
-
* Lists the available selection modes. [See example](
|
|
127
|
+
* Lists the available selection modes. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/selection/row-selection).
|
|
128
128
|
*
|
|
129
129
|
* The available values are:
|
|
130
|
-
* * `single`—Enables single selection. Clicking the selected row does not deselect it. [See example](
|
|
131
|
-
* * `multiple`—Enables multiple selection. [See example](
|
|
130
|
+
* * `single`—Enables single selection. Clicking the selected row does not deselect it. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/selection/row-selection#single-row-selection).
|
|
131
|
+
* * `multiple`—Enables multiple selection. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/selection/row-selection#multiple-rows-selection).
|
|
132
132
|
*
|
|
133
133
|
* @example
|
|
134
134
|
* ```html
|
|
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
* Apply this directive to any `kendo-toolbar-button` inside a ToolbarComponent in the Grid.
|
|
11
11
|
*
|
|
12
12
|
* When users click the toolbar button with this directive, the
|
|
13
|
-
* [`redo`](
|
|
13
|
+
* [`redo`](https://www.telerik.com/kendo-angular-ui/components/grid/api/undoredodirective#redo) event is triggered.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* ```html
|
|
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
* Apply this directive to any `kendo-toolbar-button` inside a ToolbarComponent in the Grid.
|
|
11
11
|
*
|
|
12
12
|
* When users click the toolbar button with this directive, the
|
|
13
|
-
* [`undo`](
|
|
13
|
+
* [`undo`](https://www.telerik.com/kendo-angular-ui/components/grid/api/undoredodirective#undo) event is triggered.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* ```html
|