Skip to content

Commit 5db85c9

Browse files
authored
DataGrid Export API - CellRange is deprecated in TypeScript declarations (T1263739) (#28633)
1 parent f992043 commit 5db85c9

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
@@ -7002,7 +7002,6 @@ declare module DevExpress.events {
70027002
declare module DevExpress.excelExporter {
70037003
/**
70047004
* [descr:CellAddress]
7005-
* @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.
70067005
*/
70077006
export interface CellAddress {
70087007
/**
@@ -7016,7 +7015,6 @@ declare module DevExpress.excelExporter {
70167015
}
70177016
/**
70187017
* [descr:CellRange]
7019-
* @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.
70207018
*/
70217019
export interface CellRange {
70227020
/**

0 commit comments

Comments
 (0)