@dckj-npm/dc-material 0.1.71 → 0.1.73
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/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/meta.design.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.js +1 -1
- package/lowcode/teletext-list/meta.ts +232 -223
- package/lowcode_es/meta.js +1 -1
- package/lowcode_es/teletext-list/meta.js +171 -164
- package/lowcode_lib/meta.js +1 -1
- package/lowcode_lib/teletext-list/meta.js +171 -164
- package/package.json +2 -2
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
var TeletextListMeta = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"package":
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
3
|
+
group: '低代码组件',
|
|
4
|
+
componentName: 'TeletextList',
|
|
5
|
+
title: '图文列表',
|
|
6
|
+
docUrl: '',
|
|
7
|
+
screenshot: '',
|
|
8
|
+
devMode: 'proCode',
|
|
9
|
+
npm: {
|
|
10
|
+
"package": '@dckj-npm/dc-material',
|
|
11
|
+
version: '0.1.8',
|
|
12
|
+
exportName: 'TeletextList',
|
|
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': 'imagePlacement',
|
|
23
|
+
'zh-CN': '图片位置'
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
26
|
+
name: 'imagePlacement',
|
|
27
|
+
description: '图片位置',
|
|
28
|
+
setter: {
|
|
29
|
+
componentName: 'RadioGroupSetter',
|
|
30
|
+
props: {
|
|
31
|
+
dataSource: [{
|
|
32
|
+
label: 'left',
|
|
33
|
+
value: 'left'
|
|
34
34
|
}, {
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
label: 'right',
|
|
36
|
+
value: 'right'
|
|
37
37
|
}, {
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
label: 'none',
|
|
39
|
+
value: 'none'
|
|
40
40
|
}],
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
41
|
+
options: [{
|
|
42
|
+
label: 'left',
|
|
43
|
+
value: 'left'
|
|
44
44
|
}, {
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
label: 'right',
|
|
46
|
+
value: 'right'
|
|
47
47
|
}, {
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
label: 'none',
|
|
49
|
+
value: 'none'
|
|
50
50
|
}]
|
|
51
51
|
},
|
|
52
|
-
|
|
52
|
+
initialValue: 'left'
|
|
53
53
|
}
|
|
54
54
|
}, {
|
|
55
55
|
name: '数据源绑定',
|
|
@@ -76,178 +76,178 @@ var TeletextListMeta = {
|
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
78
|
}, {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
79
|
+
title: {
|
|
80
|
+
label: {
|
|
81
|
+
type: 'i18n',
|
|
82
|
+
'en-US': 'dataList',
|
|
83
|
+
'zh-CN': '数据'
|
|
84
84
|
},
|
|
85
|
-
|
|
85
|
+
tip: 'dataList | 数据'
|
|
86
86
|
},
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
87
|
+
name: 'dataList',
|
|
88
|
+
description: '数据',
|
|
89
|
+
setter: {
|
|
90
|
+
componentName: 'ArraySetter',
|
|
91
|
+
props: {
|
|
92
|
+
itemSetter: {
|
|
93
|
+
componentName: 'ObjectSetter',
|
|
94
|
+
props: {
|
|
95
|
+
config: {
|
|
96
|
+
items: [{
|
|
97
|
+
title: {
|
|
98
|
+
label: {
|
|
99
|
+
type: 'i18n',
|
|
100
|
+
'en-US': 'title',
|
|
101
|
+
'zh-CN': '标题'
|
|
102
102
|
}
|
|
103
103
|
},
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
104
|
+
name: 'title',
|
|
105
|
+
description: '标题',
|
|
106
|
+
setter: {
|
|
107
|
+
componentName: 'StringSetter',
|
|
108
|
+
isRequired: false,
|
|
109
|
+
initialValue: ''
|
|
110
110
|
}
|
|
111
111
|
}, {
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
112
|
+
title: {
|
|
113
|
+
label: {
|
|
114
|
+
type: 'i18n',
|
|
115
|
+
'en-US': 'image',
|
|
116
|
+
'zh-CN': '图片地址'
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
119
|
+
name: 'image',
|
|
120
|
+
description: '图片地址',
|
|
121
|
+
setter: {
|
|
122
|
+
componentName: 'CustomImageSetter',
|
|
123
|
+
isRequired: false,
|
|
124
|
+
initialValue: ''
|
|
125
125
|
}
|
|
126
126
|
}, {
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
127
|
+
title: {
|
|
128
|
+
label: {
|
|
129
|
+
type: 'i18n',
|
|
130
|
+
'en-US': 'description',
|
|
131
|
+
'zh-CN': '描述'
|
|
132
132
|
}
|
|
133
133
|
},
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
134
|
+
name: 'description',
|
|
135
|
+
description: '描述',
|
|
136
|
+
setter: {
|
|
137
|
+
componentName: 'StringSetter',
|
|
138
|
+
isRequired: false,
|
|
139
|
+
initialValue: ''
|
|
140
140
|
}
|
|
141
141
|
}, {
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
142
|
+
title: {
|
|
143
|
+
label: {
|
|
144
|
+
type: 'i18n',
|
|
145
|
+
'en-US': 'tags',
|
|
146
|
+
'zh-CN': '标签列表'
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
149
|
+
name: 'tags',
|
|
150
|
+
description: '标签列表',
|
|
151
|
+
setter: {
|
|
152
|
+
componentName: 'ArraySetter',
|
|
153
|
+
props: {
|
|
154
|
+
itemSetter: {
|
|
155
|
+
componentName: 'ObjectSetter',
|
|
156
|
+
props: {
|
|
157
|
+
config: {
|
|
158
|
+
items: [{
|
|
159
|
+
title: {
|
|
160
|
+
label: {
|
|
161
|
+
type: 'i18n',
|
|
162
|
+
'en-US': 'name',
|
|
163
|
+
'zh-CN': '标签名称'
|
|
164
164
|
}
|
|
165
165
|
},
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
166
|
+
name: 'name',
|
|
167
|
+
description: '标签名称',
|
|
168
|
+
setter: {
|
|
169
|
+
componentName: 'StringSetter',
|
|
170
|
+
isRequired: true,
|
|
171
|
+
initialValue: ''
|
|
172
172
|
}
|
|
173
173
|
}, {
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
174
|
+
title: {
|
|
175
|
+
label: {
|
|
176
|
+
type: 'i18n',
|
|
177
|
+
'en-US': 'color',
|
|
178
|
+
'zh-CN': '标签颜色'
|
|
179
179
|
}
|
|
180
180
|
},
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
181
|
+
name: 'color',
|
|
182
|
+
description: '标签颜色',
|
|
183
|
+
setter: {
|
|
184
|
+
componentName: 'StringSetter',
|
|
185
|
+
isRequired: true,
|
|
186
|
+
initialValue: ''
|
|
187
187
|
}
|
|
188
188
|
}],
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
189
|
+
extraSetter: {
|
|
190
|
+
componentName: 'MixedSetter',
|
|
191
|
+
isRequired: false,
|
|
192
|
+
props: {}
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
196
|
}
|
|
197
197
|
},
|
|
198
|
-
|
|
198
|
+
initialValue: []
|
|
199
199
|
}
|
|
200
200
|
}],
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
201
|
+
extraSetter: {
|
|
202
|
+
componentName: 'MixedSetter',
|
|
203
|
+
isRequired: false,
|
|
204
|
+
props: {}
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
209
|
},
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
210
|
+
initialValue: [{
|
|
211
|
+
image: 'https://img.alicdn.com/tps/TB16TQvOXXXXXbiaFXXXXXXXXXX-120-120.svg',
|
|
212
|
+
title: '标题名称',
|
|
213
|
+
description: '说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字',
|
|
214
|
+
tags: [{
|
|
215
|
+
name: '报名火热',
|
|
216
|
+
color: 'orange'
|
|
217
217
|
}, {
|
|
218
|
-
|
|
219
|
-
|
|
218
|
+
name: '人数众多',
|
|
219
|
+
color: 'blue'
|
|
220
220
|
}]
|
|
221
221
|
}, {
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
222
|
+
image: 'https://img.alicdn.com/tps/TB16TQvOXXXXXbiaFXXXXXXXXXX-120-120.svg',
|
|
223
|
+
title: '标题名称',
|
|
224
|
+
description: '说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字',
|
|
225
|
+
tags: [{
|
|
226
|
+
name: '报名火热',
|
|
227
|
+
color: 'orange'
|
|
228
228
|
}, {
|
|
229
|
-
|
|
230
|
-
|
|
229
|
+
name: '人数众多',
|
|
230
|
+
color: 'blue'
|
|
231
231
|
}]
|
|
232
232
|
}]
|
|
233
233
|
}
|
|
234
234
|
}],
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
235
|
+
supports: {
|
|
236
|
+
style: true,
|
|
237
|
+
events: [{
|
|
238
|
+
name: 'onClick',
|
|
239
|
+
template: "onClick(key,${extParams}){\n// 点击项目的事件\nconsole.log('onClick', key);}"
|
|
240
240
|
}]
|
|
241
241
|
},
|
|
242
|
-
|
|
242
|
+
component: {}
|
|
243
243
|
}
|
|
244
244
|
};
|
|
245
245
|
var snippets = [{
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
246
|
+
title: '图文列表',
|
|
247
|
+
screenshot: '',
|
|
248
|
+
schema: {
|
|
249
|
+
componentName: 'TeletextList',
|
|
250
|
+
props: {},
|
|
251
251
|
children: [{
|
|
252
252
|
componentName: 'Title1',
|
|
253
253
|
props: {
|
|
@@ -280,7 +280,14 @@ var snippets = [{
|
|
|
280
280
|
props: {
|
|
281
281
|
name: '报名火热',
|
|
282
282
|
color: 'orange',
|
|
283
|
-
key: 'teletext-tag-
|
|
283
|
+
key: 'teletext-tag-1'
|
|
284
|
+
}
|
|
285
|
+
}, {
|
|
286
|
+
componentName: 'TagC',
|
|
287
|
+
props: {
|
|
288
|
+
name: '报名火热',
|
|
289
|
+
color: 'green-n',
|
|
290
|
+
key: 'teletext-tag-2'
|
|
284
291
|
}
|
|
285
292
|
}]
|
|
286
293
|
}
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -98,7 +98,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
98
98
|
packageName = '@dckj-npm/dc-material';
|
|
99
99
|
}
|
|
100
100
|
if (version === void 0) {
|
|
101
|
-
version = '0.1.
|
|
101
|
+
version = '0.1.73';
|
|
102
102
|
}
|
|
103
103
|
if (basicLibraryVersion === void 0) {
|
|
104
104
|
basicLibraryVersion = {
|