-
Notifications
You must be signed in to change notification settings - Fork 647
List, TreeView: remove the use of SearchBoxMixin #30413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List, TreeView: remove the use of SearchBoxMixin #30413
Conversation
packages/devextreme/js/__internal/ui/collection/m_search_box_mixin.ts
Outdated
Show resolved
Hide resolved
packages/devextreme/js/__internal/ui/hierarchical_collection/data_adapter.ts
Outdated
Show resolved
Hide resolved
packages/devextreme/js/__internal/ui/drop_down_editor/m_drop_down_list.ts
Outdated
Show resolved
Hide resolved
… list options handling
packages/devextreme/js/__internal/grids/grid_core/header_filter/m_header_filter_core.ts
Outdated
Show resolved
Hide resolved
packages/devextreme/js/__internal/grids/grid_core/header_filter/m_header_filter_core.ts
Show resolved
Hide resolved
packages/devextreme/js/__internal/grids/grid_core/header_filter/m_header_filter_core.ts
Outdated
Show resolved
Hide resolved
packages/devextreme/js/__internal/ui/list/m_list.edit.search.ts
Outdated
Show resolved
Hide resolved
packages/devextreme/js/__internal/ui/list/m_list.edit.search.ts
Outdated
Show resolved
Hide resolved
packages/devextreme/js/__internal/ui/tree_view/m_tree_view.search.ts
Outdated
Show resolved
Hide resolved
packages/devextreme/js/__internal/ui/tree_view/m_tree_view.search.ts
Outdated
Show resolved
Hide resolved
packages/devextreme/js/__internal/ui/tree_view/m_tree_view.search.ts
Outdated
Show resolved
Hide resolved
packages/devextreme/js/__internal/ui/collection/m_search_box_mixin.ts
Outdated
Show resolved
Hide resolved
… streamline option handling
… search-related options
…ces in search box integration
…tubComponent usage
return super._getAriaTarget(); | ||
} | ||
|
||
getSearchBoxController(): SearchBoxController { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In all places, you can use this method instead of accessing the private field directly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure whether it's needed - this method is used only in grids as a WA and normally this class shouldn't provide an access to its private field
packages/devextreme/js/__internal/ui/collection/m_search_box_mixin.ts
Outdated
Show resolved
Hide resolved
packages/devextreme/js/__internal/ui/collection/m_search_box_mixin.ts
Outdated
Show resolved
Hide resolved
packages/devextreme/js/__internal/grids/grid_core/header_filter/m_header_filter_core.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed changes:
- data_grid/export
- grid_core/header_filter
Co-authored-by: EugeniyKiyashko <[email protected]>
No description provided.