@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
|
@@ -1,205 +1,207 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
var CustomRadioGroupItemMeta = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"package":
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
3
|
+
group: '低代码组件',
|
|
4
|
+
componentName: 'CustomRadioGroupItem',
|
|
5
|
+
title: '单选组项',
|
|
6
|
+
docUrl: '',
|
|
7
|
+
screenshot: '',
|
|
8
|
+
devMode: 'proCode',
|
|
9
|
+
npm: {
|
|
10
|
+
"package": '@dckj-npm/dc-material',
|
|
11
|
+
version: '0.1.27',
|
|
12
|
+
exportName: 'CustomRadioGroupItem',
|
|
13
|
+
main: 'src/index.tsx',
|
|
14
|
+
destructuring: true,
|
|
15
|
+
subName: ''
|
|
16
16
|
},
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
17
|
+
configure: {
|
|
18
|
+
props: [{
|
|
19
|
+
title: {
|
|
20
|
+
label: {
|
|
21
|
+
type: 'i18n',
|
|
22
|
+
'en-US': 'label',
|
|
23
|
+
'zh-CN': '选项'
|
|
24
24
|
},
|
|
25
|
-
|
|
25
|
+
tip: 'label | 选项'
|
|
26
26
|
},
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
27
|
+
name: 'label',
|
|
28
|
+
description: '选项',
|
|
29
|
+
setter: {
|
|
30
|
+
componentName: 'StringSetter',
|
|
31
|
+
isRequired: true,
|
|
32
|
+
initialValue: '标签'
|
|
33
33
|
}
|
|
34
34
|
}, {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
35
|
+
title: {
|
|
36
|
+
label: {
|
|
37
|
+
type: 'i18n',
|
|
38
|
+
'en-US': 'value',
|
|
39
|
+
'zh-CN': '值'
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
42
|
+
name: 'value',
|
|
43
|
+
setter: {
|
|
44
|
+
componentName: 'StringSetter',
|
|
45
|
+
isRequired: true,
|
|
46
|
+
initialValue: 'value'
|
|
47
47
|
}
|
|
48
48
|
}, {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
49
|
+
title: {
|
|
50
|
+
label: {
|
|
51
|
+
type: 'i18n',
|
|
52
|
+
'en-US': 'checked',
|
|
53
|
+
'zh-CN': '是否选中'
|
|
54
54
|
},
|
|
55
|
-
|
|
55
|
+
tip: 'checked | 是否选中'
|
|
56
56
|
},
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
57
|
+
name: 'checked',
|
|
58
|
+
description: '是否选中',
|
|
59
|
+
setter: {
|
|
60
|
+
componentName: 'BoolSetter',
|
|
61
|
+
isRequired: true,
|
|
62
|
+
initialValue: false
|
|
63
63
|
}
|
|
64
64
|
}, {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
65
|
+
title: {
|
|
66
|
+
label: {
|
|
67
|
+
type: 'i18n',
|
|
68
|
+
'en-US': 'selectColor',
|
|
69
|
+
'zh-CN': '选中颜色'
|
|
70
70
|
},
|
|
71
|
-
|
|
71
|
+
tip: 'selectColor | 选中颜色'
|
|
72
72
|
},
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
73
|
+
name: 'selectColor',
|
|
74
|
+
description: '选中颜色',
|
|
75
|
+
setter: {
|
|
76
|
+
componentName: 'ColorSetter',
|
|
77
|
+
isRequired: false,
|
|
78
|
+
initialValue: '#F5743F'
|
|
79
79
|
}
|
|
80
80
|
}, {
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
81
|
+
title: {
|
|
82
|
+
label: {
|
|
83
|
+
type: 'i18n',
|
|
84
|
+
'en-US': 'selectTextColor',
|
|
85
|
+
'zh-CN': '选中的文字颜色'
|
|
86
86
|
},
|
|
87
|
-
|
|
87
|
+
tip: 'selectTextColor | 选中的文字颜色'
|
|
88
88
|
},
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
89
|
+
name: 'selectTextColor',
|
|
90
|
+
description: '选中的文字颜色',
|
|
91
|
+
setter: {
|
|
92
|
+
componentName: 'ColorSetter',
|
|
93
|
+
isRequired: false,
|
|
94
|
+
initialValue: '#FFFFFF'
|
|
95
95
|
}
|
|
96
96
|
}, {
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
97
|
+
title: {
|
|
98
|
+
label: {
|
|
99
|
+
type: 'i18n',
|
|
100
|
+
'en-US': 'unSelectColor',
|
|
101
|
+
'zh-CN': '未选中颜色'
|
|
102
102
|
},
|
|
103
|
-
|
|
103
|
+
tip: 'unSelectColor | 未选中颜色'
|
|
104
104
|
},
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
105
|
+
name: 'unSelectColor',
|
|
106
|
+
description: '未选中颜色',
|
|
107
|
+
setter: {
|
|
108
|
+
componentName: 'ColorSetter',
|
|
109
|
+
isRequired: false,
|
|
110
|
+
initialValue: '#F0F0F0'
|
|
111
111
|
}
|
|
112
112
|
}, {
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
113
|
+
title: {
|
|
114
|
+
label: {
|
|
115
|
+
type: 'i18n',
|
|
116
|
+
'en-US': 'unSelectTextColor',
|
|
117
|
+
'zh-CN': '未选中的文字颜色'
|
|
118
118
|
},
|
|
119
|
-
|
|
119
|
+
tip: 'unSelectTextColor | 未选中的文字颜色'
|
|
120
120
|
},
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
121
|
+
name: 'unSelectTextColor',
|
|
122
|
+
description: '未选中的文字颜色',
|
|
123
|
+
setter: {
|
|
124
|
+
componentName: 'ColorSetter',
|
|
125
|
+
isRequired: false,
|
|
126
|
+
initialValue: '#666666'
|
|
127
127
|
}
|
|
128
128
|
}, {
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
129
|
+
title: {
|
|
130
|
+
label: {
|
|
131
|
+
type: 'i18n',
|
|
132
|
+
'en-US': 'type',
|
|
133
|
+
'zh-CN': '类型'
|
|
134
134
|
},
|
|
135
|
-
|
|
135
|
+
tip: 'type | 类型'
|
|
136
136
|
},
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
137
|
+
name: 'type',
|
|
138
|
+
description: '类型',
|
|
139
|
+
setter: {
|
|
140
|
+
componentName: 'RadioGroupSetter',
|
|
141
|
+
props: {
|
|
142
|
+
dataSource: [{
|
|
143
|
+
label: 'text',
|
|
144
|
+
value: 'text'
|
|
145
145
|
}, {
|
|
146
|
-
|
|
147
|
-
|
|
146
|
+
label: 'button',
|
|
147
|
+
value: 'button'
|
|
148
148
|
}],
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
149
|
+
options: [{
|
|
150
|
+
label: 'text',
|
|
151
|
+
value: 'text'
|
|
152
152
|
}, {
|
|
153
|
-
|
|
154
|
-
|
|
153
|
+
label: 'button',
|
|
154
|
+
value: 'button'
|
|
155
155
|
}]
|
|
156
156
|
},
|
|
157
|
-
|
|
157
|
+
initialValue: 'button'
|
|
158
158
|
}
|
|
159
159
|
}, {
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
160
|
+
title: {
|
|
161
|
+
label: {
|
|
162
|
+
type: 'i18n',
|
|
163
|
+
'en-US': 'name',
|
|
164
|
+
'zh-CN': '名称'
|
|
165
165
|
},
|
|
166
|
-
|
|
166
|
+
tip: 'name | 名称'
|
|
167
167
|
},
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
168
|
+
name: 'name',
|
|
169
|
+
description: '名称',
|
|
170
|
+
setter: {
|
|
171
|
+
componentName: 'StringSetter',
|
|
172
|
+
isRequired: true,
|
|
173
|
+
initialValue: ''
|
|
174
174
|
}
|
|
175
175
|
}, {
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
176
|
+
title: {
|
|
177
|
+
label: {
|
|
178
|
+
type: 'i18n',
|
|
179
|
+
'en-US': 'onChange',
|
|
180
|
+
'zh-CN': '改变事件'
|
|
181
181
|
},
|
|
182
|
-
|
|
182
|
+
tip: 'onChange | 改变事件'
|
|
183
183
|
},
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
184
|
+
name: 'onChange',
|
|
185
|
+
description: '改变事件',
|
|
186
|
+
setter: {
|
|
187
|
+
componentName: 'FunctionSetter',
|
|
188
|
+
isRequired: true
|
|
189
189
|
}
|
|
190
190
|
}],
|
|
191
|
-
|
|
192
|
-
|
|
191
|
+
supports: {
|
|
192
|
+
style: true
|
|
193
193
|
},
|
|
194
|
-
|
|
194
|
+
component: {
|
|
195
|
+
disableBehaviors: ['copy']
|
|
196
|
+
}
|
|
195
197
|
}
|
|
196
198
|
};
|
|
197
199
|
var snippets = [{
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
200
|
+
title: '单选组项',
|
|
201
|
+
screenshot: '',
|
|
202
|
+
schema: {
|
|
203
|
+
componentName: 'CustomRadioGroupItem',
|
|
204
|
+
props: {}
|
|
203
205
|
}
|
|
204
206
|
}];
|
|
205
207
|
export default _extends({}, CustomRadioGroupItemMeta);
|
|
@@ -5,13 +5,13 @@ export default {
|
|
|
5
5
|
title: '图片轮播',
|
|
6
6
|
docUrl: '',
|
|
7
7
|
screenshot: '',
|
|
8
|
-
|
|
9
|
-
"package":
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
8
|
+
npm: {
|
|
9
|
+
"package": '@dckj-npm/dc-material',
|
|
10
|
+
version: '0.1.8',
|
|
11
|
+
exportName: 'DCSlider',
|
|
12
|
+
main: 'src\\index.tsx',
|
|
13
|
+
destructuring: true,
|
|
14
|
+
subName: ''
|
|
15
15
|
},
|
|
16
16
|
props: [{
|
|
17
17
|
name: 'prefix',
|
|
@@ -273,6 +273,7 @@ export default {
|
|
|
273
273
|
configure: {
|
|
274
274
|
component: {
|
|
275
275
|
// isContainer: true,
|
|
276
|
+
disableBehaviors: ['copy']
|
|
276
277
|
},
|
|
277
278
|
props: {
|
|
278
279
|
isExtends: true,
|