@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
|
@@ -6,109 +6,109 @@ exports["default"] = void 0;
|
|
|
6
6
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
7
7
|
var NavigationMeta = {
|
|
8
8
|
group: '低代码组件',
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"package":
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
9
|
+
componentName: 'Navigation',
|
|
10
|
+
title: '底部导航',
|
|
11
|
+
docUrl: '',
|
|
12
|
+
screenshot: '',
|
|
13
|
+
devMode: 'proCode',
|
|
14
|
+
npm: {
|
|
15
|
+
"package": '@dckj-npm/dc-material',
|
|
16
|
+
version: '0.1.8',
|
|
17
|
+
exportName: 'Navigation',
|
|
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': 'itemArray',
|
|
28
|
+
'zh-CN': '导航项'
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
31
|
+
name: 'itemArray',
|
|
32
|
+
setter: {
|
|
33
|
+
componentName: 'ArraySetter',
|
|
34
|
+
props: {
|
|
35
|
+
itemSetter: {
|
|
36
|
+
componentName: 'ObjectSetter',
|
|
37
|
+
props: {
|
|
38
|
+
config: {
|
|
39
|
+
items: [{
|
|
40
|
+
title: {
|
|
41
|
+
label: {
|
|
42
|
+
type: 'i18n',
|
|
43
|
+
'en-US': 'text',
|
|
44
|
+
'zh-CN': '名称'
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
47
|
+
name: 'text',
|
|
48
|
+
setter: {
|
|
49
|
+
componentName: 'StringSetter',
|
|
50
|
+
isRequired: true,
|
|
51
|
+
initialValue: ''
|
|
52
52
|
}
|
|
53
53
|
}, {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
54
|
+
title: {
|
|
55
|
+
label: {
|
|
56
|
+
type: 'i18n',
|
|
57
|
+
'en-US': 'icon',
|
|
58
|
+
'zh-CN': '图标'
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
61
|
+
name: 'icon',
|
|
62
|
+
setter: {
|
|
63
|
+
componentName: 'StringSetter',
|
|
64
|
+
isRequired: true,
|
|
65
|
+
initialValue: ''
|
|
66
66
|
}
|
|
67
67
|
}, {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
68
|
+
title: {
|
|
69
|
+
label: {
|
|
70
|
+
type: 'i18n',
|
|
71
|
+
'en-US': 'selectedIcon',
|
|
72
|
+
'zh-CN': '选中图标'
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
75
|
+
name: 'selectedIcon',
|
|
76
|
+
setter: {
|
|
77
|
+
componentName: 'StringSetter',
|
|
78
|
+
isRequired: true,
|
|
79
|
+
initialValue: ''
|
|
80
80
|
}
|
|
81
81
|
}, {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
82
|
+
title: '跳转页面',
|
|
83
|
+
name: 'pageId',
|
|
84
|
+
setter: {
|
|
85
|
+
componentName: 'StringSetter',
|
|
86
|
+
isRequired: true,
|
|
87
|
+
initialValue: ''
|
|
88
88
|
}
|
|
89
89
|
}],
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
90
|
+
extraSetter: {
|
|
91
|
+
componentName: 'MixedSetter',
|
|
92
|
+
isRequired: false,
|
|
93
|
+
props: {}
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
|
-
|
|
100
|
-
|
|
99
|
+
isRequired: true,
|
|
100
|
+
initialValue: []
|
|
101
101
|
}
|
|
102
102
|
}, {
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
103
|
+
title: {
|
|
104
|
+
label: {
|
|
105
|
+
type: 'i18n',
|
|
106
|
+
'en-US': 'selectedColor',
|
|
107
|
+
'zh-CN': '选中颜色'
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
-
|
|
111
|
-
|
|
110
|
+
name: 'selectedColor',
|
|
111
|
+
setter: 'ColorSetter'
|
|
112
112
|
}],
|
|
113
113
|
supports: {
|
|
114
114
|
style: true,
|
|
@@ -117,32 +117,34 @@ var NavigationMeta = {
|
|
|
117
117
|
// template: "onSearch(params,${extParams}){\n window.location.href=`http://localhost:4500/preview.html?pathId=${params.pathId}`;\n console.log(params.pathId) \n}"
|
|
118
118
|
}]
|
|
119
119
|
},
|
|
120
|
-
|
|
120
|
+
component: {
|
|
121
|
+
disableBehaviors: ['copy']
|
|
122
|
+
}
|
|
121
123
|
}
|
|
122
124
|
};
|
|
123
125
|
var snippets = [{
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
126
|
+
title: '底部导航',
|
|
127
|
+
screenshot: '',
|
|
128
|
+
schema: {
|
|
129
|
+
componentName: 'Navigation',
|
|
130
|
+
props: {
|
|
129
131
|
selectedColor: '#EB7244',
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
132
|
+
itemArray: [{
|
|
133
|
+
text: '首页',
|
|
134
|
+
icon: 'https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048652967890259968.png',
|
|
135
|
+
selectedIcon: 'https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048653089051119616.png'
|
|
134
136
|
}, {
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
137
|
+
text: '消息',
|
|
138
|
+
icon: 'https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048653230705348608.png',
|
|
139
|
+
selectedIcon: 'https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048653358677757952.png'
|
|
138
140
|
}, {
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
141
|
+
text: '礼品',
|
|
142
|
+
icon: 'https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048649679614644224.png',
|
|
143
|
+
selectedIcon: 'https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048650840912564224.png'
|
|
142
144
|
}, {
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
145
|
+
text: '我的',
|
|
146
|
+
icon: 'https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048650981727932416.png',
|
|
147
|
+
selectedIcon: 'https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048652834045825024.png'
|
|
146
148
|
}]
|
|
147
149
|
}
|
|
148
150
|
}
|
|
@@ -6,30 +6,30 @@ exports["default"] = void 0;
|
|
|
6
6
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
7
7
|
var PositionMeta = {
|
|
8
8
|
group: '低代码组件',
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"package":
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
9
|
+
componentName: 'Position',
|
|
10
|
+
title: 'Position',
|
|
11
|
+
docUrl: '',
|
|
12
|
+
screenshot: '',
|
|
13
|
+
devMode: 'proCode',
|
|
14
|
+
npm: {
|
|
15
|
+
"package": '@dckj-npm/dc-material',
|
|
16
|
+
version: '0.1.7',
|
|
17
|
+
exportName: 'Position',
|
|
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': 'itemArray',
|
|
28
|
+
'zh-CN': '数据源绑定'
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
name: 'itemArray',
|
|
32
|
+
setter: {
|
|
33
33
|
componentName: 'SetterFormVariable',
|
|
34
34
|
props: {
|
|
35
35
|
attributes: [{
|
|
@@ -49,83 +49,85 @@ var PositionMeta = {
|
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
}, {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
52
|
+
title: {
|
|
53
|
+
label: {
|
|
54
|
+
type: 'i18n',
|
|
55
|
+
'en-US': 'defaultLocation',
|
|
56
|
+
'zh-CN': '默认地址'
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
59
|
+
name: 'defaultLocation',
|
|
60
|
+
setter: {
|
|
61
|
+
componentName: 'ObjectSetter',
|
|
62
|
+
props: {
|
|
63
|
+
config: {
|
|
64
|
+
items: [{
|
|
65
|
+
title: {
|
|
66
|
+
label: {
|
|
67
|
+
type: 'i18n',
|
|
68
|
+
'en-US': 'lat',
|
|
69
|
+
'zh-CN': 'lat'
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
72
|
+
name: 'lat',
|
|
73
|
+
setter: {
|
|
74
|
+
componentName: 'StringSetter',
|
|
75
|
+
isRequired: true,
|
|
76
|
+
initialValue: ''
|
|
77
77
|
}
|
|
78
78
|
}, {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
79
|
+
title: {
|
|
80
|
+
label: {
|
|
81
|
+
type: 'i18n',
|
|
82
|
+
'en-US': 'lng',
|
|
83
|
+
'zh-CN': 'lng'
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
86
|
+
name: 'lng',
|
|
87
|
+
setter: {
|
|
88
|
+
componentName: 'StringSetter',
|
|
89
|
+
isRequired: true,
|
|
90
|
+
initialValue: ''
|
|
91
91
|
}
|
|
92
92
|
}, {
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
93
|
+
title: {
|
|
94
|
+
label: {
|
|
95
|
+
type: 'i18n',
|
|
96
|
+
'en-US': 'address',
|
|
97
|
+
'zh-CN': 'address'
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
100
|
+
name: 'address',
|
|
101
|
+
setter: {
|
|
102
|
+
componentName: 'StringSetter',
|
|
103
|
+
isRequired: true,
|
|
104
|
+
initialValue: ''
|
|
105
105
|
}
|
|
106
106
|
}],
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
107
|
+
extraSetter: {
|
|
108
|
+
componentName: 'MixedSetter',
|
|
109
|
+
isRequired: false,
|
|
110
|
+
props: {}
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
|
-
|
|
114
|
+
isRequired: true
|
|
115
115
|
}
|
|
116
116
|
}],
|
|
117
|
-
|
|
118
|
-
|
|
117
|
+
supports: {
|
|
118
|
+
style: true
|
|
119
119
|
},
|
|
120
|
-
|
|
120
|
+
component: {
|
|
121
|
+
disableBehaviors: ['copy']
|
|
122
|
+
}
|
|
121
123
|
}
|
|
122
124
|
};
|
|
123
125
|
var snippets = [{
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
126
|
+
title: '定位',
|
|
127
|
+
screenshot: '',
|
|
128
|
+
schema: {
|
|
129
|
+
componentName: 'Position',
|
|
130
|
+
props: {
|
|
129
131
|
defaultLocation: {
|
|
130
132
|
lng: '123',
|
|
131
133
|
lat: '123',
|
|
@@ -5,33 +5,33 @@ exports.__esModule = true;
|
|
|
5
5
|
exports["default"] = void 0;
|
|
6
6
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
7
7
|
var RichTextMeta = {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"package":
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
8
|
+
group: '低代码组件',
|
|
9
|
+
componentName: 'RichText',
|
|
10
|
+
title: '富文本',
|
|
11
|
+
docUrl: '',
|
|
12
|
+
screenshot: '',
|
|
13
|
+
devMode: 'proCode',
|
|
14
|
+
npm: {
|
|
15
|
+
"package": '@dckj-npm/dc-material',
|
|
16
|
+
version: '0.1.36',
|
|
17
|
+
exportName: 'RichText',
|
|
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': 'content',
|
|
28
|
+
'zh-CN': '内容'
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
31
|
+
name: 'content',
|
|
32
|
+
setter: {
|
|
33
|
+
componentName: 'TextAreaSetter',
|
|
34
|
+
initialValue: ''
|
|
35
35
|
}
|
|
36
36
|
}, {
|
|
37
37
|
name: '数据源绑定',
|
|
@@ -49,18 +49,20 @@ var RichTextMeta = {
|
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
}],
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
supports: {
|
|
53
|
+
style: true
|
|
54
54
|
},
|
|
55
|
-
|
|
55
|
+
component: {
|
|
56
|
+
disableBehaviors: ['copy']
|
|
57
|
+
}
|
|
56
58
|
}
|
|
57
59
|
};
|
|
58
60
|
var snippets = [{
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
61
|
+
title: '富文本',
|
|
62
|
+
screenshot: '',
|
|
63
|
+
schema: {
|
|
64
|
+
componentName: 'RichText',
|
|
65
|
+
props: {}
|
|
64
66
|
}
|
|
65
67
|
}];
|
|
66
68
|
var _default = exports["default"] = (0, _extends2["default"])({}, RichTextMeta, {
|
|
@@ -5,21 +5,21 @@ exports.__esModule = true;
|
|
|
5
5
|
exports["default"] = void 0;
|
|
6
6
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
7
7
|
var SearchBarMeta = {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"package":
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
8
|
+
group: '低代码组件',
|
|
9
|
+
componentName: 'SearchBar',
|
|
10
|
+
title: '搜索栏',
|
|
11
|
+
docUrl: '',
|
|
12
|
+
screenshot: '',
|
|
13
|
+
devMode: 'proCode',
|
|
14
|
+
npm: {
|
|
15
|
+
"package": '@dckj-npm/dc-material',
|
|
16
|
+
version: '0.1.0',
|
|
17
|
+
exportName: 'SearchBar',
|
|
18
|
+
main: 'src\\index.tsx',
|
|
19
|
+
destructuring: true,
|
|
20
|
+
subName: ''
|
|
21
21
|
},
|
|
22
|
-
|
|
22
|
+
configure: {
|
|
23
23
|
supports: {
|
|
24
24
|
style: true,
|
|
25
25
|
events: [{
|
|
@@ -27,7 +27,7 @@ var SearchBarMeta = {
|
|
|
27
27
|
// template: "onSearch(params,${extParams}){\n window.location.href=`http://localhost:4500/preview.html?pathId=${params.pathId}`;\n console.log(params.pathId) \n}"
|
|
28
28
|
}]
|
|
29
29
|
},
|
|
30
|
-
|
|
30
|
+
props: [{
|
|
31
31
|
name: 'defaultValue',
|
|
32
32
|
title: '绑定跳转',
|
|
33
33
|
setter: 'StringSetter',
|
|
@@ -35,15 +35,17 @@ var SearchBarMeta = {
|
|
|
35
35
|
description: '搜索框绑定跳转',
|
|
36
36
|
defaultValue: '请输入'
|
|
37
37
|
}],
|
|
38
|
-
|
|
38
|
+
component: {
|
|
39
|
+
disableBehaviors: ['copy']
|
|
40
|
+
}
|
|
39
41
|
}
|
|
40
42
|
};
|
|
41
43
|
var snippets = [{
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
44
|
+
title: '搜索栏',
|
|
45
|
+
screenshot: '',
|
|
46
|
+
schema: {
|
|
47
|
+
componentName: 'SearchBar',
|
|
48
|
+
props: {}
|
|
47
49
|
}
|
|
48
50
|
}];
|
|
49
51
|
var _default = exports["default"] = (0, _extends2["default"])({}, SearchBarMeta, {
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { IPublicTypeSnippet } from '@alilc/lowcode-types';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
snippets: IPublicTypeSnippet[];
|
|
4
|
+
componentName: string;
|
|
5
|
+
uri?: string;
|
|
6
|
+
title?: import("@alilc/lowcode-types").IPublicTypeTitleContent;
|
|
7
|
+
icon?: import("@alilc/lowcode-types").IPublicTypeIconType;
|
|
8
|
+
tags?: string[];
|
|
9
|
+
description?: string;
|
|
10
|
+
docUrl?: string;
|
|
11
|
+
screenshot?: string;
|
|
12
|
+
devMode?: "proCode" | "lowCode";
|
|
13
|
+
npm?: import("@alilc/lowcode-types").IPublicTypeNpmInfo;
|
|
14
|
+
props?: import("@alilc/lowcode-types").IPublicTypePropConfig[];
|
|
15
|
+
configure?: import("@alilc/lowcode-types").IPublicTypeFieldConfig[] | import("@alilc/lowcode-types").IPublicTypeConfigure;
|
|
16
|
+
experimental?: import("@alilc/lowcode-types").IPublicTypeAdvanced;
|
|
17
|
+
schema?: import("@alilc/lowcode-types").IPublicTypeComponentSchema;
|
|
18
|
+
group?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
|
|
19
|
+
category?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
|
|
20
|
+
priority?: number;
|
|
21
|
+
};
|
|
22
|
+
export default _default;
|