enwawa-ui 4.1.3 → 4.1.5

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/lib/index.d.ts CHANGED
@@ -3808,6 +3808,7 @@ export interface OrFormInLineItem {
3808
3808
  showSearch?: boolean;
3809
3809
  onChange?: (value: any, option?: DefaultOptionType | Array<DefaultOptionType>) => any;
3810
3810
  onSelect?: AtSelectProps['onSelect'];
3811
+ onDeselect?: AtSelectProps['onDeselect'];
3811
3812
  filterOption?: AtSelectProps['filterOption'];
3812
3813
  disabledDate?: AtDatePickerPros['disabledDate'];
3813
3814
  formatter?: AtNumberInputProps['formatter'];