Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/devextreme/js/ui/tree_list.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,7 @@ export type ColumnEditCellTemplateData<TRowData = any, TKey = any> = {
readonly watch?: Function;
};

/** @public */
export type ColumnHeaderCellTemplateData<TRowData = any, TKey = any> = {
readonly component: dxTreeList<TRowData, TKey>;
readonly columnIndex: number;
Expand Down Expand Up @@ -1536,6 +1537,7 @@ export type dxTreeListToolbarItem = ToolbarItem;
* @docid dxTreeListToolbarItem
* @inherits dxToolbarItem
* @namespace DevExpress.ui.dxTreeList
* @public
*/
export interface ToolbarItem extends dxToolbarItem {
/**
Expand Down
2 changes: 2 additions & 0 deletions packages/devextreme/js/ui/tree_list_types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,14 @@ export {
ColumnButtonTemplateData,
ColumnCellTemplateData,
ColumnEditCellTemplateData,
ColumnHeaderCellTemplateData,
dxTreeListOptions,
Editing,
EditingTexts,
Paging,
Scrolling,
Selection,
ToolbarItem,
Toolbar,
Column,
ColumnButton,
Expand Down
4 changes: 0 additions & 4 deletions packages/devextreme/ts/dx.all.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31044,9 +31044,6 @@ declare module DevExpress.ui {
readonly rowType: string;
readonly watch?: Function;
};
/**
* @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.
*/
export type ColumnHeaderCellTemplateData<TRowData = any, TKey = any> = {
readonly component: dxTreeList<TRowData, TKey>;
readonly columnIndex: number;
Expand Down Expand Up @@ -34890,7 +34887,6 @@ declare module DevExpress.ui.dxTreeList {
};
/**
* [descr:dxTreeListToolbarItem]
* @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.
*/
export interface ToolbarItem extends dxToolbarItem {
/**
Expand Down
Loading