@para-ui/core 2.0.21 → 2.0.22

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.
@@ -111,4 +111,8 @@ export interface ComboSelectProps {
111
111
  tagRender?: (option: SelectOpt) => React.ReactNode;
112
112
  /** tag 删除回调*/
113
113
  onTagRemove?: (currentOpt?: SelectOpt) => void;
114
+ /** 暴露给外部的行为,可扩展*/
115
+ action?: React.Ref<{
116
+ closePopup(): void;
117
+ }>;
114
118
  }
package/Form/index.d.ts CHANGED
@@ -102,6 +102,10 @@ export interface FormProps {
102
102
  * 隐藏默认必填标记
103
103
  */
104
104
  disRequiredElement?: boolean;
105
+ /**
106
+ * className
107
+ */
108
+ className?: string;
105
109
  }
106
110
  /**
107
111
  * form 存储各种参数的集合类型