Skip to content

Commit 7dccaba

Browse files
authored
T1328465: TreeList — No alternative for the deprecated dxTreeListToolbarItem type (DevExpress#33586)
1 parent 0c8f94d commit 7dccaba

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
@@ -907,6 +907,7 @@ export type ColumnEditCellTemplateData<TRowData = any, TKey = any> = {
907907
readonly watch?: Function;
908908
};
909909

910+
/** @public */
910911
export type ColumnHeaderCellTemplateData<TRowData = any, TKey = any> = {
911912
readonly component: dxTreeList<TRowData, TKey>;
912913
readonly columnIndex: number;
@@ -1536,6 +1537,7 @@ export type dxTreeListToolbarItem = ToolbarItem;
15361537
* @docid dxTreeListToolbarItem
15371538
* @inherits dxToolbarItem
15381539
* @namespace DevExpress.ui.dxTreeList
1540+
* @public
15391541
*/
15401542
export interface ToolbarItem extends dxToolbarItem {
15411543
/**

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,14 @@ export {
111111
ColumnButtonTemplateData,
112112
ColumnCellTemplateData,
113113
ColumnEditCellTemplateData,
114+
ColumnHeaderCellTemplateData,
114115
dxTreeListOptions,
115116
Editing,
116117
EditingTexts,
117118
Paging,
118119
Scrolling,
119120
Selection,
121+
ToolbarItem,
120122
Toolbar,
121123
Column,
122124
ColumnButton,

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31044,9 +31044,6 @@ declare module DevExpress.ui {
3104431044
readonly rowType: string;
3104531045
readonly watch?: Function;
3104631046
};
31047-
/**
31048-
* @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.
31049-
*/
3105031047
export type ColumnHeaderCellTemplateData<TRowData = any, TKey = any> = {
3105131048
readonly component: dxTreeList<TRowData, TKey>;
3105231049
readonly columnIndex: number;
@@ -34890,7 +34887,6 @@ declare module DevExpress.ui.dxTreeList {
3489034887
};
3489134888
/**
3489234889
* [descr:dxTreeListToolbarItem]
34893-
* @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.
3489434890
*/
3489534891
export interface ToolbarItem extends dxToolbarItem {
3489634892
/**

0 commit comments

Comments
 (0)