@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_es/tag-c/meta.js
CHANGED
|
@@ -1,64 +1,66 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
var TagCMeta = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
"package":
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
3
|
+
componentName: 'TagC',
|
|
4
|
+
title: 'TagC',
|
|
5
|
+
docUrl: '',
|
|
6
|
+
screenshot: '',
|
|
7
|
+
devMode: 'proCode',
|
|
8
|
+
npm: {
|
|
9
|
+
"package": '@dckj-npm/dc-material',
|
|
10
|
+
version: '0.1.8',
|
|
11
|
+
exportName: 'TagC',
|
|
12
|
+
main: 'src\\index.tsx',
|
|
13
|
+
destructuring: true,
|
|
14
|
+
subName: ''
|
|
15
15
|
},
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
16
|
+
configure: {
|
|
17
|
+
props: [{
|
|
18
|
+
title: {
|
|
19
|
+
label: {
|
|
20
|
+
type: 'i18n',
|
|
21
|
+
'en-US': 'name',
|
|
22
|
+
'zh-CN': '标签名称'
|
|
23
23
|
},
|
|
24
|
-
|
|
24
|
+
tip: 'name | 标签名称'
|
|
25
25
|
},
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
name: 'name',
|
|
27
|
+
description: '标签名称',
|
|
28
|
+
setter: {
|
|
29
|
+
componentName: 'StringSetter',
|
|
30
|
+
isRequired: true,
|
|
31
|
+
initialValue: ''
|
|
32
32
|
}
|
|
33
33
|
}, {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
34
|
+
title: {
|
|
35
|
+
label: {
|
|
36
|
+
type: 'i18n',
|
|
37
|
+
'en-US': 'color',
|
|
38
|
+
'zh-CN': '标签颜色'
|
|
39
39
|
},
|
|
40
|
-
|
|
40
|
+
tip: 'color | 标签颜色'
|
|
41
41
|
},
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
42
|
+
name: 'color',
|
|
43
|
+
description: '标签颜色',
|
|
44
|
+
setter: {
|
|
45
|
+
componentName: 'StringSetter',
|
|
46
|
+
isRequired: true,
|
|
47
|
+
initialValue: ''
|
|
48
48
|
}
|
|
49
49
|
}],
|
|
50
|
-
|
|
51
|
-
|
|
50
|
+
supports: {
|
|
51
|
+
style: true
|
|
52
52
|
},
|
|
53
|
-
|
|
53
|
+
component: {
|
|
54
|
+
disableBehaviors: ['copy']
|
|
55
|
+
}
|
|
54
56
|
}
|
|
55
57
|
};
|
|
56
58
|
var snippets = [{
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
59
|
+
title: 'TagC',
|
|
60
|
+
screenshot: '',
|
|
61
|
+
schema: {
|
|
62
|
+
componentName: 'TagC',
|
|
63
|
+
props: {}
|
|
62
64
|
}
|
|
63
65
|
}];
|
|
64
66
|
export default _extends({}, TagCMeta, {
|
|
@@ -239,7 +239,9 @@ var TeletextListMeta = {
|
|
|
239
239
|
template: "onClick(key,${extParams}){\n// 点击项目的事件\nconsole.log('onClick', key);}"
|
|
240
240
|
}]
|
|
241
241
|
},
|
|
242
|
-
component: {
|
|
242
|
+
"component": {
|
|
243
|
+
disableBehaviors: ['copy']
|
|
244
|
+
}
|
|
243
245
|
}
|
|
244
246
|
};
|
|
245
247
|
var snippets = [{
|
|
@@ -280,14 +282,7 @@ var snippets = [{
|
|
|
280
282
|
props: {
|
|
281
283
|
name: '报名火热',
|
|
282
284
|
color: 'orange',
|
|
283
|
-
key: 'teletext-
|
|
284
|
-
}
|
|
285
|
-
}, {
|
|
286
|
-
componentName: 'TagC',
|
|
287
|
-
props: {
|
|
288
|
-
name: '报名火热',
|
|
289
|
-
color: 'green',
|
|
290
|
-
key: 'teletext-tagc-2'
|
|
285
|
+
key: 'teletext-tag-c'
|
|
291
286
|
}
|
|
292
287
|
}]
|
|
293
288
|
}
|
|
@@ -1,49 +1,51 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
var Title1Meta = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"package":
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
3
|
+
group: '低代码组件',
|
|
4
|
+
componentName: 'Title1',
|
|
5
|
+
title: '个性化标题1',
|
|
6
|
+
docUrl: '',
|
|
7
|
+
screenshot: '',
|
|
8
|
+
devMode: 'proCode',
|
|
9
|
+
npm: {
|
|
10
|
+
"package": '@dckj-npm/dc-material',
|
|
11
|
+
version: '0.1.8',
|
|
12
|
+
exportName: 'Title1',
|
|
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': 'title',
|
|
23
|
+
'zh-CN': '标题'
|
|
24
24
|
},
|
|
25
|
-
|
|
25
|
+
tip: 'title | 标题'
|
|
26
26
|
},
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
27
|
+
name: 'title',
|
|
28
|
+
description: '标题',
|
|
29
|
+
setter: {
|
|
30
|
+
componentName: 'StringSetter',
|
|
31
|
+
isRequired: false,
|
|
32
|
+
initialValue: '标题名称'
|
|
33
33
|
}
|
|
34
34
|
}],
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
supports: {
|
|
36
|
+
style: true
|
|
37
37
|
},
|
|
38
|
-
|
|
38
|
+
component: {
|
|
39
|
+
disableBehaviors: ['copy']
|
|
40
|
+
}
|
|
39
41
|
}
|
|
40
42
|
};
|
|
41
43
|
var snippets = [{
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
44
|
+
title: '个性化标题1',
|
|
45
|
+
screenshot: '',
|
|
46
|
+
schema: {
|
|
47
|
+
componentName: 'Title1',
|
|
48
|
+
props: {}
|
|
47
49
|
}
|
|
48
50
|
}];
|
|
49
51
|
export default _extends({}, Title1Meta, {
|
|
@@ -1,81 +1,83 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
var Title2Meta = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"package":
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
3
|
+
group: '低代码组件',
|
|
4
|
+
componentName: 'Title2',
|
|
5
|
+
title: '个性化标题2',
|
|
6
|
+
docUrl: '',
|
|
7
|
+
screenshot: '',
|
|
8
|
+
devMode: 'proCode',
|
|
9
|
+
npm: {
|
|
10
|
+
"package": '@dckj-npm/dc-material',
|
|
11
|
+
version: '0.1.8',
|
|
12
|
+
exportName: 'Title2',
|
|
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': 'title',
|
|
23
|
+
'zh-CN': '标题'
|
|
24
24
|
},
|
|
25
|
-
|
|
25
|
+
tip: 'title | 标题'
|
|
26
26
|
},
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
27
|
+
name: 'title',
|
|
28
|
+
description: '标题',
|
|
29
|
+
setter: {
|
|
30
|
+
componentName: 'StringSetter',
|
|
31
|
+
isRequired: false,
|
|
32
|
+
initialValue: '标题名称'
|
|
33
33
|
}
|
|
34
34
|
}, {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
35
|
+
title: {
|
|
36
|
+
label: {
|
|
37
|
+
type: 'i18n',
|
|
38
|
+
'en-US': 'color',
|
|
39
|
+
'zh-CN': '颜色'
|
|
40
40
|
},
|
|
41
|
-
|
|
41
|
+
tip: 'color | 颜色'
|
|
42
42
|
},
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
43
|
+
name: 'color',
|
|
44
|
+
description: '颜色',
|
|
45
|
+
setter: {
|
|
46
|
+
componentName: 'ColorSetter',
|
|
47
|
+
isRequired: false,
|
|
48
|
+
initialValue: '#144477'
|
|
49
49
|
}
|
|
50
50
|
}, {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
51
|
+
title: {
|
|
52
|
+
label: {
|
|
53
|
+
type: 'i18n',
|
|
54
|
+
'en-US': 'tipColor',
|
|
55
|
+
'zh-CN': 'tip颜色'
|
|
56
56
|
},
|
|
57
|
-
|
|
57
|
+
tip: 'tipColor | tip颜色'
|
|
58
58
|
},
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
59
|
+
name: 'tipColor',
|
|
60
|
+
description: 'tip颜色',
|
|
61
|
+
setter: {
|
|
62
|
+
componentName: 'ColorSetter',
|
|
63
|
+
isRequired: false,
|
|
64
|
+
initialValue: '#388AF7'
|
|
65
65
|
}
|
|
66
66
|
}],
|
|
67
|
-
|
|
68
|
-
|
|
67
|
+
supports: {
|
|
68
|
+
style: true
|
|
69
69
|
},
|
|
70
|
-
|
|
70
|
+
component: {
|
|
71
|
+
disableBehaviors: ['copy']
|
|
72
|
+
}
|
|
71
73
|
}
|
|
72
74
|
};
|
|
73
75
|
var snippets = [{
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
76
|
+
title: '个性化标题2',
|
|
77
|
+
screenshot: '',
|
|
78
|
+
schema: {
|
|
79
|
+
componentName: 'Title2',
|
|
80
|
+
props: {}
|
|
79
81
|
}
|
|
80
82
|
}];
|
|
81
83
|
export default _extends({}, Title2Meta, {
|
|
@@ -5,65 +5,67 @@ exports.__esModule = true;
|
|
|
5
5
|
exports["default"] = void 0;
|
|
6
6
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
7
7
|
var Button2Meta = {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"package":
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
8
|
+
componentName: 'Button2',
|
|
9
|
+
title: '按钮',
|
|
10
|
+
docUrl: '',
|
|
11
|
+
screenshot: '',
|
|
12
|
+
devMode: 'proCode',
|
|
13
|
+
npm: {
|
|
14
|
+
"package": '@dckj-npm/dc-material',
|
|
15
|
+
version: '0.1.13',
|
|
16
|
+
exportName: 'Button2',
|
|
17
|
+
main: 'src\\index.tsx',
|
|
18
|
+
destructuring: true,
|
|
19
|
+
subName: ''
|
|
20
20
|
},
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
21
|
+
configure: {
|
|
22
|
+
props: [{
|
|
23
|
+
title: {
|
|
24
|
+
label: {
|
|
25
|
+
type: 'i18n',
|
|
26
|
+
'en-US': 'name',
|
|
27
|
+
'zh-CN': '标签名称'
|
|
28
28
|
},
|
|
29
|
-
|
|
29
|
+
tip: 'name | 标签名称'
|
|
30
30
|
},
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
31
|
+
name: 'name',
|
|
32
|
+
description: '标签名称',
|
|
33
|
+
setter: {
|
|
34
|
+
componentName: 'StringSetter',
|
|
35
|
+
isRequired: true,
|
|
36
|
+
initialValue: ''
|
|
37
37
|
}
|
|
38
38
|
}, {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
39
|
+
title: {
|
|
40
|
+
label: {
|
|
41
|
+
type: 'i18n',
|
|
42
|
+
'en-US': 'color',
|
|
43
|
+
'zh-CN': '标签颜色'
|
|
44
44
|
},
|
|
45
|
-
|
|
45
|
+
tip: 'color | 标签颜色'
|
|
46
46
|
},
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
47
|
+
name: 'color',
|
|
48
|
+
description: '标签颜色',
|
|
49
|
+
setter: {
|
|
50
|
+
componentName: 'StringSetter',
|
|
51
|
+
isRequired: true,
|
|
52
|
+
initialValue: ''
|
|
53
53
|
}
|
|
54
54
|
}],
|
|
55
|
-
|
|
56
|
-
|
|
55
|
+
supports: {
|
|
56
|
+
style: true
|
|
57
57
|
},
|
|
58
|
-
|
|
58
|
+
component: {
|
|
59
|
+
disableBehaviors: ['copy']
|
|
60
|
+
}
|
|
59
61
|
}
|
|
60
62
|
};
|
|
61
63
|
var snippets = [{
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
64
|
+
title: '按钮',
|
|
65
|
+
screenshot: '',
|
|
66
|
+
schema: {
|
|
67
|
+
componentName: 'Button2',
|
|
68
|
+
props: {}
|
|
67
69
|
}
|
|
68
70
|
}];
|
|
69
71
|
var _default = exports["default"] = (0, _extends2["default"])({}, Button2Meta, {
|