@nutui/nutui-react 1.5.4 → 1.5.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/dist/style.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.5.4 Wed May 10 2023 17:39:12 GMT+0800 (中国标准时间)
2
+ * @nutui/nutui-react v1.5.5 Wed May 17 2023 16:14:33 GMT+0800 (China Standard Time)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -957,7 +957,7 @@ interface InputProps extends BasicComponent {
957
957
  onClickRightIcon?: (value: any) => void;
958
958
  onClick?: (value: any) => void;
959
959
  }
960
- declare const Input: FunctionComponent<Partial<InputProps> & Omit<React__default.HTMLAttributes<HTMLDivElement>, 'onChange' | 'onBlur' | 'onFocus' | 'onClick'>>;
960
+ declare const Input: React__default.ForwardRefExoticComponent<Partial<InputProps> & Omit<React__default.HTMLAttributes<HTMLDivElement>, "onFocus" | "onBlur" | "onChange" | "onClick"> & React__default.RefAttributes<HTMLDivElement>>;
961
961
 
962
962
  interface InputNumberProps extends BasicComponent {
963
963
  disabled: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nutui/nutui-react",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "description": "京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序",
5
5
  "title": "NutUI-React",
6
6
  "keywords": [