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