@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,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 TagCMeta = {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"package":
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
8
|
+
componentName: 'TagC',
|
|
9
|
+
title: 'TagC',
|
|
10
|
+
docUrl: '',
|
|
11
|
+
screenshot: '',
|
|
12
|
+
devMode: 'proCode',
|
|
13
|
+
npm: {
|
|
14
|
+
"package": '@dckj-npm/dc-material',
|
|
15
|
+
version: '0.1.8',
|
|
16
|
+
exportName: 'TagC',
|
|
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: 'TagC',
|
|
65
|
+
screenshot: '',
|
|
66
|
+
schema: {
|
|
67
|
+
componentName: 'TagC',
|
|
68
|
+
props: {}
|
|
67
69
|
}
|
|
68
70
|
}];
|
|
69
71
|
var _default = exports["default"] = (0, _extends2["default"])({}, TagCMeta, {
|
|
@@ -244,7 +244,9 @@ var TeletextListMeta = {
|
|
|
244
244
|
template: "onClick(key,${extParams}){\n// 点击项目的事件\nconsole.log('onClick', key);}"
|
|
245
245
|
}]
|
|
246
246
|
},
|
|
247
|
-
component: {
|
|
247
|
+
"component": {
|
|
248
|
+
disableBehaviors: ['copy']
|
|
249
|
+
}
|
|
248
250
|
}
|
|
249
251
|
};
|
|
250
252
|
var snippets = [{
|
|
@@ -285,14 +287,7 @@ var snippets = [{
|
|
|
285
287
|
props: {
|
|
286
288
|
name: '报名火热',
|
|
287
289
|
color: 'orange',
|
|
288
|
-
key: 'teletext-
|
|
289
|
-
}
|
|
290
|
-
}, {
|
|
291
|
-
componentName: 'TagC',
|
|
292
|
-
props: {
|
|
293
|
-
name: '报名火热',
|
|
294
|
-
color: 'green',
|
|
295
|
-
key: 'teletext-tagc-2'
|
|
290
|
+
key: 'teletext-tag-c'
|
|
296
291
|
}
|
|
297
292
|
}]
|
|
298
293
|
}
|
|
@@ -5,50 +5,52 @@ exports.__esModule = true;
|
|
|
5
5
|
exports["default"] = void 0;
|
|
6
6
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
7
7
|
var Title1Meta = {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"package":
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
8
|
+
group: '低代码组件',
|
|
9
|
+
componentName: 'Title1',
|
|
10
|
+
title: '个性化标题1',
|
|
11
|
+
docUrl: '',
|
|
12
|
+
screenshot: '',
|
|
13
|
+
devMode: 'proCode',
|
|
14
|
+
npm: {
|
|
15
|
+
"package": '@dckj-npm/dc-material',
|
|
16
|
+
version: '0.1.8',
|
|
17
|
+
exportName: 'Title1',
|
|
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': 'title',
|
|
28
|
+
'zh-CN': '标题'
|
|
29
29
|
},
|
|
30
|
-
|
|
30
|
+
tip: 'title | 标题'
|
|
31
31
|
},
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
32
|
+
name: 'title',
|
|
33
|
+
description: '标题',
|
|
34
|
+
setter: {
|
|
35
|
+
componentName: 'StringSetter',
|
|
36
|
+
isRequired: false,
|
|
37
|
+
initialValue: '标题名称'
|
|
38
38
|
}
|
|
39
39
|
}],
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
supports: {
|
|
41
|
+
style: true
|
|
42
42
|
},
|
|
43
|
-
|
|
43
|
+
component: {
|
|
44
|
+
disableBehaviors: ['copy']
|
|
45
|
+
}
|
|
44
46
|
}
|
|
45
47
|
};
|
|
46
48
|
var snippets = [{
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
49
|
+
title: '个性化标题1',
|
|
50
|
+
screenshot: '',
|
|
51
|
+
schema: {
|
|
52
|
+
componentName: 'Title1',
|
|
53
|
+
props: {}
|
|
52
54
|
}
|
|
53
55
|
}];
|
|
54
56
|
var _default = exports["default"] = (0, _extends2["default"])({}, Title1Meta, {
|
|
@@ -5,82 +5,84 @@ exports.__esModule = true;
|
|
|
5
5
|
exports["default"] = void 0;
|
|
6
6
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
7
7
|
var Title2Meta = {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"package":
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
8
|
+
group: '低代码组件',
|
|
9
|
+
componentName: 'Title2',
|
|
10
|
+
title: '个性化标题2',
|
|
11
|
+
docUrl: '',
|
|
12
|
+
screenshot: '',
|
|
13
|
+
devMode: 'proCode',
|
|
14
|
+
npm: {
|
|
15
|
+
"package": '@dckj-npm/dc-material',
|
|
16
|
+
version: '0.1.8',
|
|
17
|
+
exportName: 'Title2',
|
|
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': 'title',
|
|
28
|
+
'zh-CN': '标题'
|
|
29
29
|
},
|
|
30
|
-
|
|
30
|
+
tip: 'title | 标题'
|
|
31
31
|
},
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
32
|
+
name: 'title',
|
|
33
|
+
description: '标题',
|
|
34
|
+
setter: {
|
|
35
|
+
componentName: 'StringSetter',
|
|
36
|
+
isRequired: false,
|
|
37
|
+
initialValue: '标题名称'
|
|
38
38
|
}
|
|
39
39
|
}, {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
40
|
+
title: {
|
|
41
|
+
label: {
|
|
42
|
+
type: 'i18n',
|
|
43
|
+
'en-US': 'color',
|
|
44
|
+
'zh-CN': '颜色'
|
|
45
45
|
},
|
|
46
|
-
|
|
46
|
+
tip: 'color | 颜色'
|
|
47
47
|
},
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
48
|
+
name: 'color',
|
|
49
|
+
description: '颜色',
|
|
50
|
+
setter: {
|
|
51
|
+
componentName: 'ColorSetter',
|
|
52
|
+
isRequired: false,
|
|
53
|
+
initialValue: '#144477'
|
|
54
54
|
}
|
|
55
55
|
}, {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
56
|
+
title: {
|
|
57
|
+
label: {
|
|
58
|
+
type: 'i18n',
|
|
59
|
+
'en-US': 'tipColor',
|
|
60
|
+
'zh-CN': 'tip颜色'
|
|
61
61
|
},
|
|
62
|
-
|
|
62
|
+
tip: 'tipColor | tip颜色'
|
|
63
63
|
},
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
64
|
+
name: 'tipColor',
|
|
65
|
+
description: 'tip颜色',
|
|
66
|
+
setter: {
|
|
67
|
+
componentName: 'ColorSetter',
|
|
68
|
+
isRequired: false,
|
|
69
|
+
initialValue: '#388AF7'
|
|
70
70
|
}
|
|
71
71
|
}],
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
supports: {
|
|
73
|
+
style: true
|
|
74
74
|
},
|
|
75
|
-
|
|
75
|
+
component: {
|
|
76
|
+
disableBehaviors: ['copy']
|
|
77
|
+
}
|
|
76
78
|
}
|
|
77
79
|
};
|
|
78
80
|
var snippets = [{
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
81
|
+
title: '个性化标题2',
|
|
82
|
+
screenshot: '',
|
|
83
|
+
schema: {
|
|
84
|
+
componentName: 'Title2',
|
|
85
|
+
props: {}
|
|
84
86
|
}
|
|
85
87
|
}];
|
|
86
88
|
var _default = exports["default"] = (0, _extends2["default"])({}, Title2Meta, {
|
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.128",
|
|
4
4
|
"description": "dc低代码物料",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -103,10 +103,10 @@
|
|
|
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.128/build/lowcode/assets-prod.json"
|
|
107
107
|
},
|
|
108
108
|
"lcMeta": {
|
|
109
109
|
"type": "component"
|
|
110
110
|
},
|
|
111
|
-
"homepage": "https://unpkg.com/@dckj-npm/dc-material@0.1.
|
|
111
|
+
"homepage": "https://unpkg.com/@dckj-npm/dc-material@0.1.128/build/index.html"
|
|
112
112
|
}
|