yuang-framework-ui-common 1.0.72 → 1.0.74

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.
@@ -8,7 +8,7 @@ export interface ComponentParam {
8
8
  }
9
9
 
10
10
 
11
- export interface AttachmentComponentParam extends ComponentParam {
11
+ export interface FrameworkAttachmentComponentParam extends ComponentParam {
12
12
 
13
13
  maxCount?: number;
14
14
  maxSize?: number;
@@ -19,11 +19,11 @@ export interface FrameworkConfig extends FrameworkBase {
19
19
  /** 配置占据的列数 */
20
20
  colspan?: number;
21
21
  /** 配置默认值 */
22
- defaultValue?: string;
22
+ defaultValue?: string | number;
23
23
  /** 配置是否必填 */
24
24
  isRequired?: boolean;
25
25
  /** 配置值 */
26
- value?: string;
26
+ value?: string | number;
27
27
  /** 配置描述 */
28
28
  description?: string;
29
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuang-framework-ui-common",
3
- "version": "1.0.72",
3
+ "version": "1.0.74",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {