@nutui/nutui-react 1.5.1 → 1.5.2-beta.1

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.1 Wed Apr 19 2023 14:13:54 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.5.2-beta.1 Wed Apr 26 2023 16:28:11 GMT+0800 (中国标准时间)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1263,6 +1263,7 @@ interface UploaderProps extends BasicComponent {
1263
1263
  responseText: XMLHttpRequest['responseText'];
1264
1264
  option: UploadOptions;
1265
1265
  fileList: FileItem[];
1266
+ file: FileItem;
1266
1267
  }) => void;
1267
1268
  onProgress?: (param: {
1268
1269
  e: ProgressEvent<XMLHttpRequestEventTarget>;
@@ -1273,6 +1274,7 @@ interface UploaderProps extends BasicComponent {
1273
1274
  responseText: XMLHttpRequest['responseText'];
1274
1275
  option: UploadOptions;
1275
1276
  fileList: FileItem[];
1277
+ file: FileItem;
1276
1278
  }) => void;
1277
1279
  onUpdate?: (fileList: FileItem[]) => void;
1278
1280
  onOversize?: (file: File[]) => void;
@@ -1699,6 +1701,7 @@ interface CountDownProps {
1699
1701
  format: string;
1700
1702
  autoStart: boolean;
1701
1703
  time: number;
1704
+ destroy: boolean;
1702
1705
  onEnd: () => void;
1703
1706
  onPaused: (restTime: number) => void;
1704
1707
  onRestart: (restTime: number) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nutui/nutui-react",
3
- "version": "1.5.1",
3
+ "version": "1.5.2-beta.1",
4
4
  "description": "京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序",
5
5
  "title": "NutUI-React",
6
6
  "keywords": [