Skip to content

Commit 4e9afaf

Browse files
authored
DataGrid Export API - CellRange is deprecated in TypeScript declarations (T1263739) (#28631)
1 parent 988450a commit 4e9afaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/devextreme/js/excel_exporter.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export interface ExcelPivotGridCell extends Cell {
9898
* @docid
9999
* @namespace DevExpress.excelExporter
100100
* @type object
101+
* @public
101102
*/
102103
export interface CellAddress {
103104
/**
@@ -116,6 +117,7 @@ export interface CellAddress {
116117
* @docid
117118
* @namespace DevExpress.excelExporter
118119
* @type object
120+
* @public
119121
*/
120122
export interface CellRange {
121123
/**

packages/devextreme/ts/dx.all.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7014,7 +7014,6 @@ declare module DevExpress.events {
70147014
declare module DevExpress.excelExporter {
70157015
/**
70167016
* [descr:CellAddress]
7017-
* @deprecated Attention! This type is for internal purposes only. If you used it previously, please submit a ticket to our {@link https://supportcenter.devexpress.com/ticket/create Support Center}. We will check if there is an alternative solution.
70187017
*/
70197018
export interface CellAddress {
70207019
/**
@@ -7028,7 +7027,6 @@ declare module DevExpress.excelExporter {
70287027
}
70297028
/**
70307029
* [descr:CellRange]
7031-
* @deprecated Attention! This type is for internal purposes only. If you used it previously, please submit a ticket to our {@link https://supportcenter.devexpress.com/ticket/create Support Center}. We will check if there is an alternative solution.
70327030
*/
70337031
export interface CellRange {
70347032
/**

0 commit comments

Comments
 (0)