@dckj-npm/dc-material 0.1.126 → 0.1.128
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/build/index.js +1 -1
- package/build/lowcode/assets-daily.json +13 -13
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +13 -13
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.design.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +7 -7
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +6 -6
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +6 -6
- package/dist/BizComps.css +1 -1
- package/dist/BizComps.js +2 -2
- package/dist/BizComps.js.map +1 -1
- package/es/components/message-list/message-list-item.scss +1 -1
- package/es/components/notice-bar/index.scss +6 -6
- package/es/components/stream-list/index.d.ts +6 -0
- package/es/components/stream-list/index.js +6 -0
- package/es/components/stream-list/index.scss +26 -0
- package/es/components/stream-list/stream-list.d.ts +54 -0
- package/es/components/stream-list/stream-list.js +159 -0
- package/es/index.d.ts +2 -0
- package/es/index.js +4 -0
- package/lib/components/message-list/message-list-item.scss +1 -1
- package/lib/components/notice-bar/index.scss +6 -6
- package/lib/components/stream-list/index.d.ts +6 -0
- package/lib/components/stream-list/index.js +6 -0
- package/lib/components/stream-list/index.scss +26 -0
- package/lib/components/stream-list/stream-list.d.ts +54 -0
- package/lib/components/stream-list/stream-list.js +166 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +5 -1
- package/lowcode/button2/meta.ts +59 -58
- package/lowcode/custom-radio-group/meta.ts +3 -1
- package/lowcode/custom-radio-group-item/meta.ts +185 -184
- package/lowcode/d-c-slider/meta.design.ts +3 -2
- package/lowcode/d-c-slider/meta.ts +16 -15
- package/lowcode/goods-card-list/meta.ts +3 -1
- package/lowcode/goods-card-list-common/meta.ts +3 -1
- package/lowcode/grid-nav/meta.ts +144 -129
- package/lowcode/integral-task/meta.ts +141 -140
- package/lowcode/menu-list/meta.ts +114 -107
- package/lowcode/message-list/meta.ts +105 -98
- package/lowcode/navigation/meta.ts +139 -127
- package/lowcode/notice-bar/meta.ts +6 -4
- package/lowcode/position/meta.ts +111 -110
- package/lowcode/rich-text/meta.ts +49 -50
- package/lowcode/search-bar/meta.ts +38 -35
- package/lowcode/stream-list/meta.ts +209 -0
- package/lowcode/swiper/meta.ts +102 -1
- package/lowcode/tab-container/meta.ts +45 -44
- package/lowcode/tab-message/meta.ts +84 -80
- package/lowcode/tag-c/meta.ts +59 -58
- package/lowcode/teletext-list/meta.ts +11 -17
- package/lowcode/title1/meta.ts +47 -46
- package/lowcode/title2/meta.ts +73 -72
- package/lowcode_es/button2/meta.js +48 -46
- package/lowcode_es/custom-radio-group/meta.js +3 -1
- package/lowcode_es/custom-radio-group-item/meta.js +152 -150
- package/lowcode_es/d-c-slider/meta.d.ts +3 -1
- package/lowcode_es/d-c-slider/meta.design.d.ts +1 -0
- package/lowcode_es/d-c-slider/meta.design.js +2 -1
- package/lowcode_es/d-c-slider/meta.js +8 -7
- package/lowcode_es/goods-card-list/meta.js +3 -1
- package/lowcode_es/goods-card-list-common/meta.js +3 -1
- package/lowcode_es/grid-nav/meta.js +109 -108
- package/lowcode_es/integral-task/meta.js +101 -99
- package/lowcode_es/menu-list/meta.js +79 -77
- package/lowcode_es/message-list/meta.js +65 -63
- package/lowcode_es/meta.js +3 -2
- package/lowcode_es/navigation/meta.js +98 -96
- package/lowcode_es/notice-bar/meta.js +3 -1
- package/lowcode_es/position/meta.js +77 -75
- package/lowcode_es/rich-text/meta.js +34 -32
- package/lowcode_es/search-bar/meta.js +23 -21
- package/lowcode_es/stream-list/meta.d.ts +22 -0
- package/lowcode_es/stream-list/meta.js +196 -0
- package/lowcode_es/swiper/meta.js +91 -1
- package/lowcode_es/tab-container/meta.d.ts +1 -1
- package/lowcode_es/tab-container/meta.js +27 -26
- package/lowcode_es/tab-message/meta.js +66 -64
- package/lowcode_es/tag-c/meta.js +48 -46
- package/lowcode_es/teletext-list/meta.js +4 -9
- package/lowcode_es/title1/meta.js +37 -35
- package/lowcode_es/title2/meta.js +61 -59
- package/lowcode_lib/button2/meta.js +48 -46
- package/lowcode_lib/custom-radio-group/meta.js +3 -1
- package/lowcode_lib/custom-radio-group-item/meta.js +152 -150
- package/lowcode_lib/d-c-slider/meta.d.ts +3 -1
- package/lowcode_lib/d-c-slider/meta.design.d.ts +1 -0
- package/lowcode_lib/d-c-slider/meta.design.js +2 -1
- package/lowcode_lib/d-c-slider/meta.js +8 -7
- package/lowcode_lib/goods-card-list/meta.js +3 -1
- package/lowcode_lib/goods-card-list-common/meta.js +3 -1
- package/lowcode_lib/grid-nav/meta.js +109 -108
- package/lowcode_lib/integral-task/meta.js +101 -99
- package/lowcode_lib/menu-list/meta.js +79 -77
- package/lowcode_lib/message-list/meta.js +65 -63
- package/lowcode_lib/meta.js +11 -10
- package/lowcode_lib/navigation/meta.js +98 -96
- package/lowcode_lib/notice-bar/meta.js +3 -1
- package/lowcode_lib/position/meta.js +77 -75
- package/lowcode_lib/rich-text/meta.js +34 -32
- package/lowcode_lib/search-bar/meta.js +23 -21
- package/lowcode_lib/stream-list/meta.d.ts +22 -0
- package/lowcode_lib/stream-list/meta.js +201 -0
- package/lowcode_lib/swiper/meta.js +91 -1
- package/lowcode_lib/tab-container/meta.d.ts +1 -1
- package/lowcode_lib/tab-container/meta.js +27 -26
- package/lowcode_lib/tab-message/meta.js +66 -64
- package/lowcode_lib/tag-c/meta.js +48 -46
- package/lowcode_lib/teletext-list/meta.js +4 -9
- package/lowcode_lib/title1/meta.js +37 -35
- package/lowcode_lib/title2/meta.js +61 -59
- package/package.json +3 -3
package/lowcode/button2/meta.ts
CHANGED
|
@@ -1,75 +1,76 @@
|
|
|
1
|
-
|
|
2
|
-
import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types';
|
|
1
|
+
import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types'
|
|
3
2
|
|
|
4
3
|
const Button2Meta: IPublicTypeComponentMetadata = {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
4
|
+
componentName: 'Button2',
|
|
5
|
+
title: '按钮',
|
|
6
|
+
docUrl: '',
|
|
7
|
+
screenshot: '',
|
|
8
|
+
devMode: 'proCode',
|
|
9
|
+
npm: {
|
|
10
|
+
package: '@dckj-npm/dc-material',
|
|
11
|
+
version: '0.1.13',
|
|
12
|
+
exportName: 'Button2',
|
|
13
|
+
main: 'src\\index.tsx',
|
|
14
|
+
destructuring: true,
|
|
15
|
+
subName: '',
|
|
17
16
|
},
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
configure: {
|
|
18
|
+
props: [
|
|
20
19
|
{
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
20
|
+
title: {
|
|
21
|
+
label: {
|
|
22
|
+
type: 'i18n',
|
|
23
|
+
'en-US': 'name',
|
|
24
|
+
'zh-CN': '标签名称',
|
|
26
25
|
},
|
|
27
|
-
|
|
26
|
+
tip: 'name | 标签名称',
|
|
27
|
+
},
|
|
28
|
+
name: 'name',
|
|
29
|
+
description: '标签名称',
|
|
30
|
+
setter: {
|
|
31
|
+
componentName: 'StringSetter',
|
|
32
|
+
isRequired: true,
|
|
33
|
+
initialValue: '',
|
|
28
34
|
},
|
|
29
|
-
"name": "name",
|
|
30
|
-
"description": "标签名称",
|
|
31
|
-
"setter": {
|
|
32
|
-
"componentName": "StringSetter",
|
|
33
|
-
"isRequired": true,
|
|
34
|
-
"initialValue": ""
|
|
35
|
-
}
|
|
36
35
|
},
|
|
37
36
|
{
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
37
|
+
title: {
|
|
38
|
+
label: {
|
|
39
|
+
type: 'i18n',
|
|
40
|
+
'en-US': 'color',
|
|
41
|
+
'zh-CN': '标签颜色',
|
|
43
42
|
},
|
|
44
|
-
|
|
43
|
+
tip: 'color | 标签颜色',
|
|
45
44
|
},
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
}
|
|
53
|
-
}
|
|
45
|
+
name: 'color',
|
|
46
|
+
description: '标签颜色',
|
|
47
|
+
setter: {
|
|
48
|
+
componentName: 'StringSetter',
|
|
49
|
+
isRequired: true,
|
|
50
|
+
initialValue: '',
|
|
51
|
+
},
|
|
52
|
+
},
|
|
54
53
|
],
|
|
55
|
-
|
|
56
|
-
|
|
54
|
+
supports: {
|
|
55
|
+
style: true,
|
|
57
56
|
},
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}
|
|
57
|
+
component: {
|
|
58
|
+
disableBehaviors: ['copy'],
|
|
59
|
+
},
|
|
60
|
+
},
|
|
61
|
+
}
|
|
61
62
|
const snippets: IPublicTypeSnippet[] = [
|
|
62
63
|
{
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
]
|
|
64
|
+
title: '按钮',
|
|
65
|
+
screenshot: '',
|
|
66
|
+
schema: {
|
|
67
|
+
componentName: 'Button2',
|
|
68
|
+
props: {},
|
|
69
|
+
},
|
|
70
|
+
},
|
|
71
|
+
]
|
|
71
72
|
|
|
72
73
|
export default {
|
|
73
74
|
...Button2Meta,
|
|
74
|
-
snippets
|
|
75
|
-
}
|
|
75
|
+
snippets,
|
|
76
|
+
}
|
|
@@ -1,229 +1,230 @@
|
|
|
1
|
-
|
|
2
|
-
import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types';
|
|
1
|
+
import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types'
|
|
3
2
|
|
|
4
3
|
const CustomRadioGroupItemMeta: IPublicTypeComponentMetadata = {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
4
|
+
group: '低代码组件',
|
|
5
|
+
componentName: 'CustomRadioGroupItem',
|
|
6
|
+
title: '单选组项',
|
|
7
|
+
docUrl: '',
|
|
8
|
+
screenshot: '',
|
|
9
|
+
devMode: 'proCode',
|
|
10
|
+
npm: {
|
|
11
|
+
package: '@dckj-npm/dc-material',
|
|
12
|
+
version: '0.1.27',
|
|
13
|
+
exportName: 'CustomRadioGroupItem',
|
|
14
|
+
main: 'src/index.tsx',
|
|
15
|
+
destructuring: true,
|
|
16
|
+
subName: '',
|
|
18
17
|
},
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
configure: {
|
|
19
|
+
props: [
|
|
21
20
|
{
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
21
|
+
title: {
|
|
22
|
+
label: {
|
|
23
|
+
type: 'i18n',
|
|
24
|
+
'en-US': 'label',
|
|
25
|
+
'zh-CN': '选项',
|
|
27
26
|
},
|
|
28
|
-
|
|
29
|
-
},
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
27
|
+
tip: 'label | 选项',
|
|
28
|
+
},
|
|
29
|
+
name: 'label',
|
|
30
|
+
description: '选项',
|
|
31
|
+
setter: {
|
|
32
|
+
componentName: 'StringSetter',
|
|
33
|
+
isRequired: true,
|
|
34
|
+
initialValue: '标签',
|
|
35
|
+
},
|
|
37
36
|
},
|
|
38
37
|
{
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
}
|
|
38
|
+
title: {
|
|
39
|
+
label: {
|
|
40
|
+
type: 'i18n',
|
|
41
|
+
'en-US': 'value',
|
|
42
|
+
'zh-CN': '值',
|
|
43
|
+
},
|
|
44
|
+
},
|
|
45
|
+
name: 'value',
|
|
46
|
+
setter: {
|
|
47
|
+
componentName: 'StringSetter',
|
|
48
|
+
isRequired: true,
|
|
49
|
+
initialValue: 'value',
|
|
50
|
+
},
|
|
52
51
|
},
|
|
53
52
|
{
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
53
|
+
title: {
|
|
54
|
+
label: {
|
|
55
|
+
type: 'i18n',
|
|
56
|
+
'en-US': 'checked',
|
|
57
|
+
'zh-CN': '是否选中',
|
|
59
58
|
},
|
|
60
|
-
|
|
61
|
-
},
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
}
|
|
59
|
+
tip: 'checked | 是否选中',
|
|
60
|
+
},
|
|
61
|
+
name: 'checked',
|
|
62
|
+
description: '是否选中',
|
|
63
|
+
setter: {
|
|
64
|
+
componentName: 'BoolSetter',
|
|
65
|
+
isRequired: true,
|
|
66
|
+
initialValue: false,
|
|
67
|
+
},
|
|
69
68
|
},
|
|
70
69
|
{
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
70
|
+
title: {
|
|
71
|
+
label: {
|
|
72
|
+
type: 'i18n',
|
|
73
|
+
'en-US': 'selectColor',
|
|
74
|
+
'zh-CN': '选中颜色',
|
|
76
75
|
},
|
|
77
|
-
|
|
78
|
-
},
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
}
|
|
76
|
+
tip: 'selectColor | 选中颜色',
|
|
77
|
+
},
|
|
78
|
+
name: 'selectColor',
|
|
79
|
+
description: '选中颜色',
|
|
80
|
+
setter: {
|
|
81
|
+
componentName: 'ColorSetter',
|
|
82
|
+
isRequired: false,
|
|
83
|
+
initialValue: '#F5743F',
|
|
84
|
+
},
|
|
86
85
|
},
|
|
87
86
|
{
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
87
|
+
title: {
|
|
88
|
+
label: {
|
|
89
|
+
type: 'i18n',
|
|
90
|
+
'en-US': 'selectTextColor',
|
|
91
|
+
'zh-CN': '选中的文字颜色',
|
|
93
92
|
},
|
|
94
|
-
|
|
95
|
-
},
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
}
|
|
93
|
+
tip: 'selectTextColor | 选中的文字颜色',
|
|
94
|
+
},
|
|
95
|
+
name: 'selectTextColor',
|
|
96
|
+
description: '选中的文字颜色',
|
|
97
|
+
setter: {
|
|
98
|
+
componentName: 'ColorSetter',
|
|
99
|
+
isRequired: false,
|
|
100
|
+
initialValue: '#FFFFFF',
|
|
101
|
+
},
|
|
103
102
|
},
|
|
104
103
|
{
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
104
|
+
title: {
|
|
105
|
+
label: {
|
|
106
|
+
type: 'i18n',
|
|
107
|
+
'en-US': 'unSelectColor',
|
|
108
|
+
'zh-CN': '未选中颜色',
|
|
110
109
|
},
|
|
111
|
-
|
|
112
|
-
},
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
}
|
|
110
|
+
tip: 'unSelectColor | 未选中颜色',
|
|
111
|
+
},
|
|
112
|
+
name: 'unSelectColor',
|
|
113
|
+
description: '未选中颜色',
|
|
114
|
+
setter: {
|
|
115
|
+
componentName: 'ColorSetter',
|
|
116
|
+
isRequired: false,
|
|
117
|
+
initialValue: '#F0F0F0',
|
|
118
|
+
},
|
|
120
119
|
},
|
|
121
120
|
{
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
121
|
+
title: {
|
|
122
|
+
label: {
|
|
123
|
+
type: 'i18n',
|
|
124
|
+
'en-US': 'unSelectTextColor',
|
|
125
|
+
'zh-CN': '未选中的文字颜色',
|
|
127
126
|
},
|
|
128
|
-
|
|
129
|
-
},
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
}
|
|
127
|
+
tip: 'unSelectTextColor | 未选中的文字颜色',
|
|
128
|
+
},
|
|
129
|
+
name: 'unSelectTextColor',
|
|
130
|
+
description: '未选中的文字颜色',
|
|
131
|
+
setter: {
|
|
132
|
+
componentName: 'ColorSetter',
|
|
133
|
+
isRequired: false,
|
|
134
|
+
initialValue: '#666666',
|
|
135
|
+
},
|
|
137
136
|
},
|
|
138
137
|
{
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
138
|
+
title: {
|
|
139
|
+
label: {
|
|
140
|
+
type: 'i18n',
|
|
141
|
+
'en-US': 'type',
|
|
142
|
+
'zh-CN': '类型',
|
|
144
143
|
},
|
|
145
|
-
|
|
146
|
-
},
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
144
|
+
tip: 'type | 类型',
|
|
145
|
+
},
|
|
146
|
+
name: 'type',
|
|
147
|
+
description: '类型',
|
|
148
|
+
setter: {
|
|
149
|
+
componentName: 'RadioGroupSetter',
|
|
150
|
+
props: {
|
|
151
|
+
dataSource: [
|
|
153
152
|
{
|
|
154
|
-
|
|
155
|
-
|
|
153
|
+
label: 'text',
|
|
154
|
+
value: 'text',
|
|
156
155
|
},
|
|
157
156
|
{
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
}
|
|
157
|
+
label: 'button',
|
|
158
|
+
value: 'button',
|
|
159
|
+
},
|
|
161
160
|
],
|
|
162
|
-
|
|
161
|
+
options: [
|
|
163
162
|
{
|
|
164
|
-
|
|
165
|
-
|
|
163
|
+
label: 'text',
|
|
164
|
+
value: 'text',
|
|
166
165
|
},
|
|
167
166
|
{
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
}
|
|
171
|
-
]
|
|
167
|
+
label: 'button',
|
|
168
|
+
value: 'button',
|
|
169
|
+
},
|
|
170
|
+
],
|
|
172
171
|
},
|
|
173
|
-
|
|
174
|
-
}
|
|
172
|
+
initialValue: 'button',
|
|
173
|
+
},
|
|
175
174
|
},
|
|
176
175
|
{
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
176
|
+
title: {
|
|
177
|
+
label: {
|
|
178
|
+
type: 'i18n',
|
|
179
|
+
'en-US': 'name',
|
|
180
|
+
'zh-CN': '名称',
|
|
182
181
|
},
|
|
183
|
-
|
|
184
|
-
},
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
}
|
|
182
|
+
tip: 'name | 名称',
|
|
183
|
+
},
|
|
184
|
+
name: 'name',
|
|
185
|
+
description: '名称',
|
|
186
|
+
setter: {
|
|
187
|
+
componentName: 'StringSetter',
|
|
188
|
+
isRequired: true,
|
|
189
|
+
initialValue: '',
|
|
190
|
+
},
|
|
192
191
|
},
|
|
193
192
|
{
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
193
|
+
title: {
|
|
194
|
+
label: {
|
|
195
|
+
type: 'i18n',
|
|
196
|
+
'en-US': 'onChange',
|
|
197
|
+
'zh-CN': '改变事件',
|
|
199
198
|
},
|
|
200
|
-
|
|
201
|
-
},
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
}
|
|
208
|
-
}
|
|
199
|
+
tip: 'onChange | 改变事件',
|
|
200
|
+
},
|
|
201
|
+
name: 'onChange',
|
|
202
|
+
description: '改变事件',
|
|
203
|
+
setter: {
|
|
204
|
+
componentName: 'FunctionSetter',
|
|
205
|
+
isRequired: true,
|
|
206
|
+
},
|
|
207
|
+
},
|
|
209
208
|
],
|
|
210
|
-
|
|
211
|
-
|
|
209
|
+
supports: {
|
|
210
|
+
style: true,
|
|
211
|
+
},
|
|
212
|
+
component: {
|
|
213
|
+
disableBehaviors: ['copy'],
|
|
212
214
|
},
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
};
|
|
215
|
+
},
|
|
216
|
+
}
|
|
216
217
|
const snippets: IPublicTypeSnippet[] = [
|
|
217
218
|
{
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
]
|
|
219
|
+
title: '单选组项',
|
|
220
|
+
screenshot: '',
|
|
221
|
+
schema: {
|
|
222
|
+
componentName: 'CustomRadioGroupItem',
|
|
223
|
+
props: {},
|
|
224
|
+
},
|
|
225
|
+
},
|
|
226
|
+
]
|
|
226
227
|
|
|
227
228
|
export default {
|
|
228
|
-
...CustomRadioGroupItemMeta
|
|
229
|
-
}
|
|
229
|
+
...CustomRadioGroupItemMeta,
|
|
230
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import snippets from './snippets'
|
|
1
|
+
import snippets from './snippets'
|
|
2
2
|
|
|
3
3
|
export default {
|
|
4
4
|
group: '低代码组件',
|
|
@@ -17,6 +17,7 @@ export default {
|
|
|
17
17
|
configure: {
|
|
18
18
|
component: {
|
|
19
19
|
isContainer: true,
|
|
20
|
+
disableBehaviors: ['copy'],
|
|
20
21
|
},
|
|
21
22
|
props: [
|
|
22
23
|
{
|
|
@@ -170,4 +171,4 @@ export default {
|
|
|
170
171
|
icon: '',
|
|
171
172
|
category: '信息展示',
|
|
172
173
|
snippets,
|
|
173
|
-
}
|
|
174
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import snippets from './snippets'
|
|
1
|
+
import snippets from './snippets'
|
|
2
2
|
|
|
3
3
|
export default {
|
|
4
4
|
group: '低代码组件',
|
|
@@ -6,13 +6,13 @@ export default {
|
|
|
6
6
|
title: '图片轮播',
|
|
7
7
|
docUrl: '',
|
|
8
8
|
screenshot: '',
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
npm: {
|
|
10
|
+
package: '@dckj-npm/dc-material',
|
|
11
|
+
version: '0.1.8',
|
|
12
|
+
exportName: 'DCSlider',
|
|
13
|
+
main: 'src\\index.tsx',
|
|
14
|
+
destructuring: true,
|
|
15
|
+
subName: '',
|
|
16
16
|
},
|
|
17
17
|
props: [
|
|
18
18
|
{
|
|
@@ -306,6 +306,7 @@ export default {
|
|
|
306
306
|
configure: {
|
|
307
307
|
component: {
|
|
308
308
|
// isContainer: true,
|
|
309
|
+
disableBehaviors: ['copy'],
|
|
309
310
|
},
|
|
310
311
|
props: {
|
|
311
312
|
isExtends: true,
|
|
@@ -327,16 +328,16 @@ export default {
|
|
|
327
328
|
attributes: [
|
|
328
329
|
{
|
|
329
330
|
label: '图标链接',
|
|
330
|
-
value: 'picUrls'
|
|
331
|
-
}
|
|
332
|
-
]
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
}
|
|
331
|
+
value: 'picUrls',
|
|
332
|
+
},
|
|
333
|
+
],
|
|
334
|
+
},
|
|
335
|
+
},
|
|
336
|
+
},
|
|
336
337
|
],
|
|
337
338
|
},
|
|
338
339
|
},
|
|
339
340
|
icon: '',
|
|
340
341
|
category: '信息展示',
|
|
341
342
|
snippets,
|
|
342
|
-
}
|
|
343
|
+
}
|