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