@dckj-npm/dc-material 0.1.12 → 0.1.14

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.
Files changed (64) hide show
  1. package/build/lowcode/assets-daily.json +67 -0
  2. package/build/lowcode/assets-dev.json +67 -0
  3. package/build/lowcode/assets-prod.json +67 -0
  4. package/build/lowcode/designer.html +302 -0
  5. package/build/lowcode/index.html +304 -0
  6. package/build/lowcode/index.js +1 -0
  7. package/build/lowcode/meta.js +1 -0
  8. package/build/lowcode/preview.css +1 -0
  9. package/build/lowcode/preview.html +33 -0
  10. package/build/lowcode/preview.js +308 -0
  11. package/build/lowcode/render/default/view.css +1 -0
  12. package/build/lowcode/render/default/view.js +295 -0
  13. package/build/lowcode/view.css +1 -0
  14. package/build/lowcode/view.js +295 -0
  15. package/lowcode/search-bar/meta.ts +1 -0
  16. package/lowcode_es/d-c-slider/meta.d.ts +140 -0
  17. package/lowcode_es/d-c-slider/meta.js +298 -0
  18. package/lowcode_es/d-c-slider/snippets.d.ts +36 -0
  19. package/lowcode_es/d-c-slider/snippets.js +36 -0
  20. package/lowcode_es/grid-nav/meta.d.ts +22 -0
  21. package/lowcode_es/grid-nav/meta.js +152 -0
  22. package/lowcode_es/menu-list/meta.d.ts +22 -0
  23. package/lowcode_es/menu-list/meta.js +128 -0
  24. package/lowcode_es/meta.js +173 -0
  25. package/lowcode_es/navigation/meta.d.ts +22 -0
  26. package/lowcode_es/navigation/meta.js +136 -0
  27. package/lowcode_es/position/meta.d.ts +22 -0
  28. package/lowcode_es/position/meta.js +190 -0
  29. package/lowcode_es/search-bar/meta.d.ts +22 -0
  30. package/lowcode_es/search-bar/meta.js +47 -0
  31. package/lowcode_es/tag-c/meta.d.ts +22 -0
  32. package/lowcode_es/tag-c/meta.js +66 -0
  33. package/lowcode_es/teletext-list/meta.d.ts +22 -0
  34. package/lowcode_es/teletext-list/meta.js +294 -0
  35. package/lowcode_es/title1/meta.d.ts +22 -0
  36. package/lowcode_es/title1/meta.js +51 -0
  37. package/lowcode_es/title2/meta.d.ts +22 -0
  38. package/lowcode_es/title2/meta.js +83 -0
  39. package/lowcode_es/view.js +18 -0
  40. package/lowcode_lib/d-c-slider/meta.d.ts +140 -0
  41. package/lowcode_lib/d-c-slider/meta.js +303 -0
  42. package/lowcode_lib/d-c-slider/snippets.d.ts +36 -0
  43. package/lowcode_lib/d-c-slider/snippets.js +40 -0
  44. package/lowcode_lib/grid-nav/meta.d.ts +22 -0
  45. package/lowcode_lib/grid-nav/meta.js +157 -0
  46. package/lowcode_lib/menu-list/meta.d.ts +22 -0
  47. package/lowcode_lib/menu-list/meta.js +133 -0
  48. package/lowcode_lib/meta.js +177 -0
  49. package/lowcode_lib/navigation/meta.d.ts +22 -0
  50. package/lowcode_lib/navigation/meta.js +141 -0
  51. package/lowcode_lib/position/meta.d.ts +22 -0
  52. package/lowcode_lib/position/meta.js +195 -0
  53. package/lowcode_lib/search-bar/meta.d.ts +22 -0
  54. package/lowcode_lib/search-bar/meta.js +52 -0
  55. package/lowcode_lib/tag-c/meta.d.ts +22 -0
  56. package/lowcode_lib/tag-c/meta.js +71 -0
  57. package/lowcode_lib/teletext-list/meta.d.ts +22 -0
  58. package/lowcode_lib/teletext-list/meta.js +299 -0
  59. package/lowcode_lib/title1/meta.d.ts +22 -0
  60. package/lowcode_lib/title1/meta.js +56 -0
  61. package/lowcode_lib/title2/meta.d.ts +22 -0
  62. package/lowcode_lib/title2/meta.js +88 -0
  63. package/lowcode_lib/view.js +29 -0
  64. package/package.json +110 -110
@@ -0,0 +1,190 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ var PositionMeta = {
3
+ group: '低代码组件',
4
+ "componentName": "Position",
5
+ "title": "Position",
6
+ "docUrl": "",
7
+ "screenshot": "",
8
+ "devMode": "proCode",
9
+ "npm": {
10
+ "package": "@dckj-npm/dc-material",
11
+ "version": "0.1.7",
12
+ "exportName": "Position",
13
+ "main": "src\\index.tsx",
14
+ "destructuring": true,
15
+ "subName": ""
16
+ },
17
+ "configure": {
18
+ "props": [{
19
+ "title": {
20
+ "label": {
21
+ "type": "i18n",
22
+ "en-US": "itemArray",
23
+ "zh-CN": "选择项"
24
+ }
25
+ },
26
+ "name": "itemArray",
27
+ "setter": {
28
+ "componentName": "ArraySetter",
29
+ "props": {
30
+ "itemSetter": {
31
+ "componentName": "ObjectSetter",
32
+ "props": {
33
+ "config": {
34
+ "items": [{
35
+ "title": {
36
+ "label": {
37
+ "type": "i18n",
38
+ "en-US": "lat",
39
+ "zh-CN": "lat"
40
+ }
41
+ },
42
+ "name": "lat",
43
+ "setter": {
44
+ "componentName": "StringSetter",
45
+ "isRequired": true,
46
+ "initialValue": ""
47
+ }
48
+ }, {
49
+ "title": {
50
+ "label": {
51
+ "type": "i18n",
52
+ "en-US": "lng",
53
+ "zh-CN": "lng"
54
+ }
55
+ },
56
+ "name": "lng",
57
+ "setter": {
58
+ "componentName": "StringSetter",
59
+ "isRequired": true,
60
+ "initialValue": ""
61
+ }
62
+ }, {
63
+ "title": {
64
+ "label": {
65
+ "type": "i18n",
66
+ "en-US": "address",
67
+ "zh-CN": "address"
68
+ }
69
+ },
70
+ "name": "address",
71
+ "setter": {
72
+ "componentName": "StringSetter",
73
+ "isRequired": true,
74
+ "initialValue": ""
75
+ }
76
+ }],
77
+ "extraSetter": {
78
+ "componentName": "MixedSetter",
79
+ "isRequired": false,
80
+ "props": {}
81
+ }
82
+ }
83
+ }
84
+ }
85
+ },
86
+ "isRequired": true,
87
+ "initialValue": []
88
+ }
89
+ }, {
90
+ "title": {
91
+ "label": {
92
+ "type": "i18n",
93
+ "en-US": "defaultLocation",
94
+ "zh-CN": "默认地址"
95
+ }
96
+ },
97
+ "name": "defaultLocation",
98
+ "setter": {
99
+ "componentName": "ObjectSetter",
100
+ "props": {
101
+ "config": {
102
+ "items": [{
103
+ "title": {
104
+ "label": {
105
+ "type": "i18n",
106
+ "en-US": "lat",
107
+ "zh-CN": "lat"
108
+ }
109
+ },
110
+ "name": "lat",
111
+ "setter": {
112
+ "componentName": "StringSetter",
113
+ "isRequired": true,
114
+ "initialValue": ""
115
+ }
116
+ }, {
117
+ "title": {
118
+ "label": {
119
+ "type": "i18n",
120
+ "en-US": "lng",
121
+ "zh-CN": "lng"
122
+ }
123
+ },
124
+ "name": "lng",
125
+ "setter": {
126
+ "componentName": "StringSetter",
127
+ "isRequired": true,
128
+ "initialValue": ""
129
+ }
130
+ }, {
131
+ "title": {
132
+ "label": {
133
+ "type": "i18n",
134
+ "en-US": "address",
135
+ "zh-CN": "address"
136
+ }
137
+ },
138
+ "name": "address",
139
+ "setter": {
140
+ "componentName": "StringSetter",
141
+ "isRequired": true,
142
+ "initialValue": ""
143
+ }
144
+ }],
145
+ "extraSetter": {
146
+ "componentName": "MixedSetter",
147
+ "isRequired": false,
148
+ "props": {}
149
+ }
150
+ }
151
+ },
152
+ "isRequired": true
153
+ }
154
+ }],
155
+ "supports": {
156
+ "style": true
157
+ },
158
+ "component": {}
159
+ }
160
+ };
161
+ var snippets = [{
162
+ "title": "定位",
163
+ "screenshot": "",
164
+ "schema": {
165
+ "componentName": "Position",
166
+ "props": {
167
+ defaultLocation: {
168
+ lng: '123',
169
+ lat: '123',
170
+ address: '嘉兴市'
171
+ },
172
+ itemArray: [{
173
+ lng: '123',
174
+ lat: '123',
175
+ address: '嘉兴市'
176
+ }, {
177
+ lng: '123',
178
+ lat: '123',
179
+ address: '杭州市'
180
+ }, {
181
+ lng: '123',
182
+ lat: '123',
183
+ address: '上海市'
184
+ }]
185
+ }
186
+ }
187
+ }];
188
+ export default _extends({}, PositionMeta, {
189
+ snippets: snippets
190
+ });
@@ -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;
@@ -0,0 +1,47 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ var SearchBarMeta = {
3
+ "group": '低代码组件',
4
+ "componentName": "SearchBar",
5
+ "title": "搜索栏",
6
+ "docUrl": "",
7
+ "screenshot": "",
8
+ "devMode": "proCode",
9
+ "npm": {
10
+ "package": "@dckj-npm/dc-material",
11
+ "version": "0.1.0",
12
+ "exportName": "SearchBar",
13
+ "main": "src\\index.tsx",
14
+ "destructuring": true,
15
+ "subName": ""
16
+ },
17
+ "configure": {
18
+ supports: {
19
+ style: true,
20
+ events: [{
21
+ name: 'onClick',
22
+ // template: "onSearch(params,${extParams}){\n window.location.href=`http://localhost:4500/preview.html?pathId=${params.pathId}`;\n console.log(params.pathId) \n}"
23
+ template: "onClick(${extParams}){\n// 点击按钮的回调函数\nconsole.log('onClick');}"
24
+ }]
25
+ },
26
+ "props": [{
27
+ name: 'defaultValue',
28
+ title: '绑定跳转',
29
+ setter: 'StringSetter',
30
+ supportVariable: true,
31
+ description: '搜索框绑定跳转',
32
+ defaultValue: '请输入'
33
+ }],
34
+ "component": {}
35
+ }
36
+ };
37
+ var snippets = [{
38
+ "title": "搜索栏",
39
+ "screenshot": "",
40
+ "schema": {
41
+ "componentName": "SearchBar",
42
+ "props": {}
43
+ }
44
+ }];
45
+ export default _extends({}, SearchBarMeta, {
46
+ snippets: snippets
47
+ });
@@ -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;
@@ -0,0 +1,66 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ var TagCMeta = {
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
+ },
16
+ "configure": {
17
+ "props": [{
18
+ "title": {
19
+ "label": {
20
+ "type": "i18n",
21
+ "en-US": "name",
22
+ "zh-CN": "标签名称"
23
+ },
24
+ "tip": "name | 标签名称"
25
+ },
26
+ "name": "name",
27
+ "description": "标签名称",
28
+ "setter": {
29
+ "componentName": "StringSetter",
30
+ "isRequired": true,
31
+ "initialValue": ""
32
+ }
33
+ }, {
34
+ "title": {
35
+ "label": {
36
+ "type": "i18n",
37
+ "en-US": "color",
38
+ "zh-CN": "标签颜色"
39
+ },
40
+ "tip": "color | 标签颜色"
41
+ },
42
+ "name": "color",
43
+ "description": "标签颜色",
44
+ "setter": {
45
+ "componentName": "StringSetter",
46
+ "isRequired": true,
47
+ "initialValue": ""
48
+ }
49
+ }],
50
+ "supports": {
51
+ "style": true
52
+ },
53
+ "component": {}
54
+ }
55
+ };
56
+ var snippets = [{
57
+ "title": "TagC",
58
+ "screenshot": "",
59
+ "schema": {
60
+ "componentName": "TagC",
61
+ "props": {}
62
+ }
63
+ }];
64
+ export default _extends({}, TagCMeta, {
65
+ snippets: snippets
66
+ });
@@ -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;
@@ -0,0 +1,294 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ var TeletextListMeta = {
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
+ },
17
+ "configure": {
18
+ "props": [{
19
+ "title": {
20
+ "label": {
21
+ "type": "i18n",
22
+ "en-US": "title",
23
+ "zh-CN": "标题"
24
+ },
25
+ "tip": "title | 标题"
26
+ },
27
+ "name": "title",
28
+ "description": "标题",
29
+ "setter": {
30
+ "componentName": "StringSetter",
31
+ "isRequired": false,
32
+ "initialValue": "图文列表标题"
33
+ }
34
+ }, {
35
+ "title": {
36
+ "label": {
37
+ "type": "i18n",
38
+ "en-US": "dataList",
39
+ "zh-CN": "数据"
40
+ },
41
+ "tip": "dataList | 数据"
42
+ },
43
+ "name": "dataList",
44
+ "description": "数据",
45
+ "setter": {
46
+ "componentName": "ArraySetter",
47
+ "props": {
48
+ "itemSetter": {
49
+ "componentName": "ObjectSetter",
50
+ "props": {
51
+ "config": {
52
+ "items": [{
53
+ "title": {
54
+ "label": {
55
+ "type": "i18n",
56
+ "en-US": "title",
57
+ "zh-CN": "标题"
58
+ }
59
+ },
60
+ "name": "title",
61
+ "description": "标题",
62
+ "setter": {
63
+ "componentName": "StringSetter",
64
+ "isRequired": false,
65
+ "initialValue": ""
66
+ }
67
+ }, {
68
+ "title": {
69
+ "label": {
70
+ "type": "i18n",
71
+ "en-US": "image",
72
+ "zh-CN": "图片地址"
73
+ }
74
+ },
75
+ "name": "image",
76
+ "description": "图片地址",
77
+ "setter": {
78
+ "componentName": "CustomImageSetter",
79
+ "isRequired": false,
80
+ "initialValue": ""
81
+ }
82
+ }, {
83
+ "title": {
84
+ "label": {
85
+ "type": "i18n",
86
+ "en-US": "imagePlacement",
87
+ "zh-CN": "图片位置"
88
+ }
89
+ },
90
+ "name": "imagePlacement",
91
+ "description": "图片位置",
92
+ "setter": {
93
+ "componentName": "RadioGroupSetter",
94
+ "props": {
95
+ "dataSource": [{
96
+ "label": "left",
97
+ "value": "left"
98
+ }, {
99
+ "label": "right",
100
+ "value": "right"
101
+ }, {
102
+ "label": "none",
103
+ "value": "none"
104
+ }],
105
+ "options": [{
106
+ "label": "left",
107
+ "value": "left"
108
+ }, {
109
+ "label": "right",
110
+ "value": "right"
111
+ }, {
112
+ "label": "none",
113
+ "value": "none"
114
+ }]
115
+ },
116
+ "initialValue": "left"
117
+ }
118
+ }, {
119
+ "title": {
120
+ "label": {
121
+ "type": "i18n",
122
+ "en-US": "description",
123
+ "zh-CN": "描述"
124
+ }
125
+ },
126
+ "name": "description",
127
+ "description": "描述",
128
+ "setter": {
129
+ "componentName": "StringSetter",
130
+ "isRequired": false,
131
+ "initialValue": ""
132
+ }
133
+ }, {
134
+ "title": {
135
+ "label": {
136
+ "type": "i18n",
137
+ "en-US": "tags",
138
+ "zh-CN": "标签列表"
139
+ }
140
+ },
141
+ "name": "tags",
142
+ "description": "标签列表",
143
+ "setter": {
144
+ "componentName": "ArraySetter",
145
+ "props": {
146
+ "itemSetter": {
147
+ "componentName": "ObjectSetter",
148
+ "props": {
149
+ "config": {
150
+ "items": [{
151
+ "title": {
152
+ "label": {
153
+ "type": "i18n",
154
+ "en-US": "name",
155
+ "zh-CN": "标签名称"
156
+ }
157
+ },
158
+ "name": "name",
159
+ "description": "标签名称",
160
+ "setter": {
161
+ "componentName": "StringSetter",
162
+ "isRequired": true,
163
+ "initialValue": ""
164
+ }
165
+ }, {
166
+ "title": {
167
+ "label": {
168
+ "type": "i18n",
169
+ "en-US": "color",
170
+ "zh-CN": "标签颜色"
171
+ }
172
+ },
173
+ "name": "color",
174
+ "description": "标签颜色",
175
+ "setter": {
176
+ "componentName": "StringSetter",
177
+ "isRequired": true,
178
+ "initialValue": ""
179
+ }
180
+ }],
181
+ "extraSetter": {
182
+ "componentName": "MixedSetter",
183
+ "isRequired": false,
184
+ "props": {}
185
+ }
186
+ }
187
+ }
188
+ }
189
+ },
190
+ "initialValue": []
191
+ }
192
+ }],
193
+ "extraSetter": {
194
+ "componentName": "MixedSetter",
195
+ "isRequired": false,
196
+ "props": {}
197
+ }
198
+ }
199
+ }
200
+ }
201
+ },
202
+ "initialValue": [{
203
+ "image": "https://img.alicdn.com/tps/TB16TQvOXXXXXbiaFXXXXXXXXXX-120-120.svg",
204
+ "imagePlacement": "left",
205
+ "title": "标题名称",
206
+ "description": "说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字",
207
+ "tags": [{
208
+ "name": "报名火热",
209
+ "color": "orange"
210
+ }, {
211
+ "name": "人数众多",
212
+ "color": "blue"
213
+ }]
214
+ }, {
215
+ "image": "https://img.alicdn.com/tps/TB16TQvOXXXXXbiaFXXXXXXXXXX-120-120.svg",
216
+ "imagePlacement": "right",
217
+ "title": "标题名称",
218
+ "description": "说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字",
219
+ "tags": [{
220
+ "name": "报名火热",
221
+ "color": "orange"
222
+ }, {
223
+ "name": "人数众多",
224
+ "color": "blue"
225
+ }]
226
+ }, {
227
+ "title": "标题名称",
228
+ "description": "说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字",
229
+ "tags": [{
230
+ "name": "报名火热",
231
+ "color": "orange"
232
+ }, {
233
+ "name": "人数众多",
234
+ "color": "blue"
235
+ }]
236
+ }]
237
+ }
238
+ }],
239
+ "supports": {
240
+ "style": true,
241
+ "events": [{
242
+ "name": "onClick",
243
+ "template": "onClick(key,${extParams}){\n// 点击项目的事件\nconsole.log('onClick', key);}"
244
+ }]
245
+ },
246
+ "component": {}
247
+ }
248
+ };
249
+ var snippets = [{
250
+ "title": "图文列表",
251
+ "screenshot": "",
252
+ "schema": {
253
+ "componentName": "TeletextList",
254
+ "props": {},
255
+ children: [{
256
+ componentName: 'Title1',
257
+ props: {
258
+ type: 'h5',
259
+ children: '列表标题',
260
+ key: 'box-title'
261
+ }
262
+ }, {
263
+ componentName: 'Image',
264
+ props: {
265
+ src: 'https://img.alicdn.com/tps/TB16TQvOXXXXXbiaFXXXXXXXXXX-120-120.svg',
266
+ key: 'image'
267
+ }
268
+ }, {
269
+ componentName: 'NextText',
270
+ props: {
271
+ type: 'h5',
272
+ children: '标题标题',
273
+ key: 'title'
274
+ }
275
+ }, {
276
+ componentName: 'NextText',
277
+ props: {
278
+ type: 'inherit',
279
+ children: '基于 Ali-Lowcode-Engine 快速打造高生产力的低代码研发平台, 基于自然布局体系快速搭建页面',
280
+ key: 'content'
281
+ }
282
+ }, {
283
+ componentName: 'TagC',
284
+ props: {
285
+ name: '报名火热',
286
+ color: 'orange',
287
+ key: 'teletext-tagc-1'
288
+ }
289
+ }]
290
+ }
291
+ }];
292
+ export default _extends({}, TeletextListMeta, {
293
+ snippets: snippets
294
+ });
@@ -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;