Skip to content

Commit 6aa0f83

Browse files
authored
T1328465: TreeList — No alternative for the deprecated dxTreeListToolbarItem type (#33597)
1 parent 912b3f7 commit 6aa0f83

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/devextreme/js/ui/tree_list.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,7 @@ export type ColumnEditCellTemplateData<TRowData = any, TKey = any> = {
897897
readonly watch?: Function;
898898
};
899899

900+
/** @public */
900901
export type ColumnHeaderCellTemplateData<TRowData = any, TKey = any> = {
901902
readonly component: dxTreeList<TRowData, TKey>;
902903
readonly columnIndex: number;
@@ -1526,6 +1527,7 @@ export type dxTreeListToolbarItem = ToolbarItem;
15261527
* @docid dxTreeListToolbarItem
15271528
* @inherits dxToolbarItem
15281529
* @namespace DevExpress.ui.dxTreeList
1530+
* @public
15291531
*/
15301532
export interface ToolbarItem extends dxToolbarItem {
15311533
/**

packages/devextreme/js/ui/tree_list_types.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,14 @@ export {
109109
ColumnButtonTemplateData,
110110
ColumnCellTemplateData,
111111
ColumnEditCellTemplateData,
112+
ColumnHeaderCellTemplateData,
112113
dxTreeListOptions,
113114
Editing,
114115
EditingTexts,
115116
Paging,
116117
Scrolling,
117118
Selection,
119+
ToolbarItem,
118120
Toolbar,
119121
Column,
120122
ColumnButton,

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30790,9 +30790,6 @@ declare module DevExpress.ui {
3079030790
readonly rowType: string;
3079130791
readonly watch?: Function;
3079230792
};
30793-
/**
30794-
* @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.
30795-
*/
3079630793
export type ColumnHeaderCellTemplateData<TRowData = any, TKey = any> = {
3079730794
readonly component: dxTreeList<TRowData, TKey>;
3079830795
readonly columnIndex: number;
@@ -34597,7 +34594,6 @@ declare module DevExpress.ui.dxTreeList {
3459734594
};
3459834595
/**
3459934596
* [descr:dxTreeListToolbarItem]
34600-
* @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.
3460134597
*/
3460234598
export interface ToolbarItem extends dxToolbarItem {
3460334599
/**

0 commit comments

Comments
 (0)