Skip to content

Commit 1f7e887

Browse files
author
marker dao ®
committed
update
1 parent e4663ca commit 1f7e887

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

packages/devextreme/js/ui/drop_down_editor/ui.drop_down_list.d.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,19 @@ export interface SelectionChangedInfo<T = any> {
4040
readonly selectedItem: T;
4141
}
4242

43-
type DropDownEditorOptions<T> = Omit<dxDropDownEditorOptions<T>, 'fieldTemplates'>;
43+
// type DropDownEditorOptions<T> = Omit<dxDropDownEditorOptions<T>, 'fieldTemplates'>;
44+
type DropDownEditorOptions<T> = Omit<
45+
DataExpressionMixinOptions<T> & dxDropDownEditorOptions<T>,
46+
'fieldTemplates'
47+
>;
4448

4549
/**
4650
* @namespace DevExpress.ui
4751
* @docid
4852
* @hidden
4953
*/
50-
export interface dxDropDownListOptions<TComponent> extends DataExpressionMixinOptions<TComponent>, DropDownEditorOptions<TComponent> {
54+
export interface dxDropDownListOptions<TComponent> extends DropDownEditorOptions<TComponent> {
55+
// export interface dxDropDownListOptions<TComponent> extends DataExpressionMixinOptions<TComponent>, DropDownEditorOptions<TComponent> {
5156
/**
5257
* @docid
5358
* @readonly

0 commit comments

Comments
 (0)