@ansible/ansible-ui-framework 2.4.2608 → 2.4.2610
Sign up to get free protection for your applications and to get access to all the features.
- package/PageToolbar/PageToolbarFilters/ToolbarAsyncMultiSelectFilter.d.ts +1 -0
- package/PageToolbar/PageToolbarFilters/ToolbarMultiSelectFilter.d.ts +1 -0
- package/index.js +23056 -23400
- package/index.umd.cjs +119 -119
- package/package.json +1 -1
- package/publish/index.d.ts +165 -165
- package/style.css +1 -1
@@ -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 {};
|