@ansible/ansible-ui-framework 2.4.2609 → 2.4.2610
Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,7 @@ export interface IToolbarAsyncMultiSelectFilter extends ToolbarFilterCommon {
|
|
12
12
|
openBrowse?: ToolbarOpenMultiSelectBrowse;
|
13
13
|
isRequired?: boolean;
|
14
14
|
disableSortOptions?: boolean;
|
15
|
+
useAndOperator?: boolean;
|
15
16
|
}
|
16
17
|
export declare function multiSelectBrowseAdapter<T>(selectFn: (onItemsSelect: (itemValue: T[]) => void, itemDefaultSelections?: T[]) => void, keyFn: (item: T) => string, objectFn: (name: string) => object, customOnSelect?: (items: T[]) => void): ToolbarOpenMultiSelectBrowse;
|
17
18
|
export {};
|