Skip to content

Commit

Permalink
Splitter: improve collapsed functionality (DevExpress#27420)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeniyKiyashko authored May 27, 2024
1 parent b5b31d2 commit c47a5e5
Show file tree
Hide file tree
Showing 5 changed files with 461 additions and 146 deletions.
3 changes: 2 additions & 1 deletion packages/devextreme/js/__internal/ui/collection/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ declare class Base<
_getIndexByItemData(item: TItem): number;
_findItemElementByItem(item: TItem): dxElementWrapper;

_itemOptionChanged(item: TItem, property: string, value: unknown): void;
_itemOptionChanged(item: TItem, property: string, value: unknown, prevValue: unknown): void;
_itemEventHandler($item: dxElementWrapper, eventName: string, eventData: unknown): void;
}

// eslint-disable-next-line @typescript-eslint/no-explicit-any
Expand Down
Loading

0 comments on commit c47a5e5

Please sign in to comment.