@a2simcode/ui 0.0.68 → 0.0.70

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.
@@ -1,50 +1,50 @@
1
- export default {
2
- "props": [
3
- {
4
- "name": "id",
5
- "description": "组件 id",
6
- "type": "string",
7
- "default": "''"
8
- },
9
- {
10
- "name": "type",
11
- "description": "组件类型",
12
- "type": "string",
13
- "default": "''"
14
- },
15
- {
16
- "name": "getCompType",
17
- "description": "获取组件类型",
18
- "type": "func",
19
- "default": "undefined"
20
- },
21
- {
22
- "name": "config",
23
- "description": "组件配置",
24
- "type": "Record<string, any>",
25
- "default": "() => {}"
26
- },
27
- {
28
- "name": "getCompConfig",
29
- "description": "获取组件配置",
30
- "type": "func",
31
- "default": "undefined"
32
- },
33
- {
34
- "name": "children",
35
- "description": "子集",
36
- "type": "SchemaConfig[]",
37
- "default": "() => []"
38
- },
39
- {
40
- "name": "isNotCol",
41
- "description": "",
42
- "type": "boolean",
43
- "default": "false"
44
- }
45
- ],
46
- "events": [],
47
- "slots": [],
48
- "methods": [],
49
- "types": []
50
- }
1
+ export default {
2
+ "props": [
3
+ {
4
+ "name": "id",
5
+ "description": "组件 id",
6
+ "type": "string",
7
+ "default": "''"
8
+ },
9
+ {
10
+ "name": "type",
11
+ "description": "组件类型",
12
+ "type": "string",
13
+ "default": "''"
14
+ },
15
+ {
16
+ "name": "getCompType",
17
+ "description": "获取组件类型",
18
+ "type": "func",
19
+ "default": "undefined"
20
+ },
21
+ {
22
+ "name": "config",
23
+ "description": "组件配置",
24
+ "type": "Record<string, any>",
25
+ "default": "() => {}"
26
+ },
27
+ {
28
+ "name": "getCompConfig",
29
+ "description": "获取组件配置",
30
+ "type": "func",
31
+ "default": "undefined"
32
+ },
33
+ {
34
+ "name": "children",
35
+ "description": "子集",
36
+ "type": "SchemaConfig[]",
37
+ "default": "() => []"
38
+ },
39
+ {
40
+ "name": "isNotCol",
41
+ "description": "",
42
+ "type": "boolean",
43
+ "default": "false"
44
+ }
45
+ ],
46
+ "events": [],
47
+ "slots": [],
48
+ "methods": [],
49
+ "types": []
50
+ }
@@ -1,42 +1,42 @@
1
- export default {
2
- "props": [
3
- {
4
- "name": "modelValue",
5
- "description": "绑定值,当为空时会自动生成UUID",
6
- "type": "string",
7
- "default": "undefined"
8
- },
9
- {
10
- "name": "size",
11
- "description": "输入框尺寸",
12
- "type": "\"large\" | \"default\" | \"small\"",
13
- "default": "'default'"
14
- }
15
- ],
16
- "events": [
17
- {
18
- "name": "update:modelValue",
19
- "description": "",
20
- "type": "string"
21
- }
22
- ],
23
- "slots": [],
24
- "methods": [],
25
- "types": [
26
- {
27
- "name": "GuidProps",
28
- "properties": [
29
- {
30
- "name": "modelValue",
31
- "type": "string",
32
- "description": "绑定值,当为空时会自动生成UUID"
33
- },
34
- {
35
- "name": "size",
36
- "type": "'large' | 'default' | 'small'",
37
- "description": "输入框尺寸"
38
- }
39
- ]
40
- }
41
- ]
42
- }
1
+ export default {
2
+ "props": [
3
+ {
4
+ "name": "modelValue",
5
+ "description": "绑定值,当为空时会自动生成UUID",
6
+ "type": "string",
7
+ "default": "undefined"
8
+ },
9
+ {
10
+ "name": "size",
11
+ "description": "输入框尺寸",
12
+ "type": "\"large\" | \"default\" | \"small\"",
13
+ "default": "'default'"
14
+ }
15
+ ],
16
+ "events": [
17
+ {
18
+ "name": "update:modelValue",
19
+ "description": "",
20
+ "type": "string"
21
+ }
22
+ ],
23
+ "slots": [],
24
+ "methods": [],
25
+ "types": [
26
+ {
27
+ "name": "GuidProps",
28
+ "properties": [
29
+ {
30
+ "name": "modelValue",
31
+ "type": "string",
32
+ "description": "绑定值,当为空时会自动生成UUID"
33
+ },
34
+ {
35
+ "name": "size",
36
+ "type": "'large' | 'default' | 'small'",
37
+ "description": "输入框尺寸"
38
+ }
39
+ ]
40
+ }
41
+ ]
42
+ }