fat-design 0.0.2-beta.20251115205053 → 0.0.2-beta.20251124221954

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fat-design",
3
- "version": "0.0.2-beta.20251115205053",
3
+ "version": "0.0.2-beta.20251124221954",
4
4
  "scripts": {},
5
5
  "main": "index.umd.js",
6
6
  "module": "index.js",
@@ -16,5 +16,5 @@
16
16
  "publishConfig": {
17
17
  "registry": "https://registry.npmjs.org"
18
18
  },
19
- "buildTime": "Sat, 15 Nov 2025 12:50:53 GMT"
19
+ "buildTime": "Mon, 24 Nov 2025 14:19:54 GMT"
20
20
  }
@@ -288,6 +288,7 @@ export interface ITypeOnBatchProcessDoneParam {
288
288
 
289
289
  export interface IHandleProcessElementResult {
290
290
  success: boolean;
291
+ message?: string; // 错误时的错误信息。
291
292
  }
292
293
 
293
294
  /**