@ws-ui/ui-components 1.0.22 → 1.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -2699,6 +2699,7 @@ export declare interface InputAreaProps extends Omit<React.TextareaHTMLAttribute
2699
2699
  autoComplete?: string;
2700
2700
  autoFocus?: boolean;
2701
2701
  className?: string;
2702
+ wrapperClassName?: string;
2702
2703
  autoHeight?: boolean;
2703
2704
  'aria-label'?: string;
2704
2705
  'aria-labelledby'?: string;
@@ -3386,6 +3387,7 @@ export declare interface SelectFieldProps<T> extends InputHTMLAttributes<HTMLInp
3386
3387
  closeMenuOnSelect?: boolean;
3387
3388
  hideSelectedOptions?: boolean;
3388
3389
  isSearchClearable?: boolean;
3390
+ clearSearchOnSelect?: boolean;
3389
3391
  searchPlacement?: 'trigger' | 'menu';
3390
3392
  onFocus?: (event: FocusEvent_2<HTMLElement>) => void;
3391
3393
  onBlur?: (event: FocusEvent_2<HTMLElement>) => void;