@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 {};
@@ -6,4 +6,5 @@ export interface IToolbarMultiSelectFilter extends ToolbarFilterCommon {
6
6
  options: PageSelectOption<string>[];
7
7
  placeholder: string;
8
8
  disableSortOptions?: boolean;
9
+ useAndOperator?: boolean;
9
10
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "2.4.2609",
4
+ "version": "2.4.2610",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",