@ansible/ansible-ui-framework 2.4.2632 → 2.4.2633

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,9 @@
1
1
  import { ReactElement, ReactNode } from 'react';
2
2
  import { FieldPath, FieldPathValue, FieldValues, Validate } from 'react-hook-form';
3
+ export interface SelectOptionObject {
4
+ toString(): string;
5
+ compareTo?(selectOption: unknown): boolean;
6
+ }
3
7
  export type PageFormCreatableSelectProps<TFieldValues extends FieldValues = FieldValues, TFieldName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>> = {
4
8
  id?: string;
5
9
  name: TFieldName;
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.2632",
4
+ "version": "2.4.2633",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",