@dckj-npm/dc-material 0.1.7 → 0.1.8

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 (139) hide show
  1. package/build/index.js +12 -19
  2. package/build/lowcode/assets-daily.json +11 -11
  3. package/build/lowcode/assets-dev.json +2 -2
  4. package/build/lowcode/assets-prod.json +11 -11
  5. package/build/lowcode/index.js +1 -1
  6. package/build/lowcode/meta.js +1 -1
  7. package/build/lowcode/preview.js +8 -8
  8. package/build/lowcode/render/default/view.css +1 -1
  9. package/build/lowcode/render/default/view.js +10 -10
  10. package/build/lowcode/view.css +1 -1
  11. package/build/lowcode/view.js +8 -8
  12. package/dist/BizComps.css +1 -1
  13. package/dist/BizComps.js +5 -5
  14. package/dist/BizComps.js.map +1 -1
  15. package/es/components/bottom-navigation/bottom-navigation.d.ts +13 -13
  16. package/es/components/bottom-navigation/index.d.ts +3 -3
  17. package/es/components/colorful-button/colorful-button.d.ts +12 -12
  18. package/es/components/colorful-button/index.d.ts +3 -3
  19. package/es/components/colorful-input/colorful-input.d.ts +8 -8
  20. package/es/components/colorful-input/index.d.ts +3 -3
  21. package/es/components/dc-slider/index.d.ts +3 -3
  22. package/es/components/dc-slider/slider.d.ts +32 -32
  23. package/es/components/menu-list/index.d.ts +6 -0
  24. package/es/components/menu-list/index.js +6 -0
  25. package/es/components/menu-list/index.scss +16 -0
  26. package/es/components/menu-list/menu-list-item.d.ts +5 -0
  27. package/es/components/menu-list/menu-list-item.js +32 -0
  28. package/es/components/menu-list/menu-list-item.scss +49 -0
  29. package/es/components/menu-list/menu-list.d.ts +5 -0
  30. package/es/components/menu-list/menu-list.js +25 -0
  31. package/es/components/menu-list/types.d.ts +23 -0
  32. package/es/components/menu-list/types.js +1 -0
  33. package/es/components/teletext-list/index.d.ts +6 -6
  34. package/es/components/teletext-list/index.js +2 -2
  35. package/es/components/teletext-list/index.scss +16 -16
  36. package/es/components/teletext-list/teletext-list-item.d.ts +42 -42
  37. package/es/components/teletext-list/teletext-list-item.js +2 -2
  38. package/es/components/teletext-list/teletext-list-item.scss +74 -74
  39. package/es/components/teletext-list/teletext-list.d.ts +53 -53
  40. package/es/components/teletext-list/teletext-list.js +2 -2
  41. package/es/components/title/index.d.ts +8 -8
  42. package/es/components/title/index.js +2 -2
  43. package/es/components/title/title-1.d.ts +10 -10
  44. package/es/components/title/title-1.scss +26 -26
  45. package/es/components/title/title-2.d.ts +18 -18
  46. package/es/components/title/title-2.scss +22 -22
  47. package/es/index.d.ts +14 -12
  48. package/es/index.js +1 -0
  49. package/es/index.scss +3 -3
  50. package/es/variables.d.ts +2 -2
  51. package/lib/components/bottom-navigation/bottom-navigation.d.ts +13 -13
  52. package/lib/components/bottom-navigation/index.d.ts +3 -3
  53. package/lib/components/colorful-button/colorful-button.d.ts +12 -12
  54. package/lib/components/colorful-button/index.d.ts +3 -3
  55. package/lib/components/colorful-input/colorful-input.d.ts +8 -8
  56. package/lib/components/colorful-input/index.d.ts +3 -3
  57. package/lib/components/dc-slider/index.d.ts +3 -3
  58. package/lib/components/dc-slider/slider.d.ts +32 -32
  59. package/lib/components/menu-list/index.d.ts +6 -0
  60. package/lib/components/{position → menu-list}/index.js +5 -2
  61. package/lib/components/menu-list/index.scss +16 -0
  62. package/lib/components/menu-list/menu-list-item.d.ts +5 -0
  63. package/lib/components/menu-list/menu-list-item.js +37 -0
  64. package/lib/components/menu-list/menu-list-item.scss +49 -0
  65. package/lib/components/menu-list/menu-list.d.ts +5 -0
  66. package/lib/components/menu-list/menu-list.js +30 -0
  67. package/lib/components/menu-list/types.d.ts +23 -0
  68. package/lib/components/menu-list/types.js +3 -0
  69. package/lib/components/teletext-list/index.d.ts +6 -6
  70. package/lib/components/teletext-list/index.js +2 -2
  71. package/lib/components/teletext-list/index.scss +16 -16
  72. package/lib/components/teletext-list/teletext-list-item.d.ts +42 -42
  73. package/lib/components/teletext-list/teletext-list-item.js +2 -2
  74. package/lib/components/teletext-list/teletext-list-item.scss +74 -74
  75. package/lib/components/teletext-list/teletext-list.d.ts +53 -53
  76. package/lib/components/teletext-list/teletext-list.js +2 -2
  77. package/lib/components/title/index.d.ts +8 -8
  78. package/lib/components/title/title-1.d.ts +10 -10
  79. package/lib/components/title/title-1.scss +26 -26
  80. package/lib/components/title/title-2.d.ts +18 -18
  81. package/lib/components/title/title-2.scss +22 -22
  82. package/lib/index.d.ts +14 -12
  83. package/lib/index.js +3 -1
  84. package/lib/index.scss +3 -3
  85. package/lib/variables.d.ts +2 -2
  86. package/lowcode/d-c-slider/meta.ts +1 -1
  87. package/lowcode/d-c-slider/snippets.ts +42 -42
  88. package/lowcode/menu-list/meta.ts +147 -0
  89. package/lowcode/navigation/meta.ts +1 -1
  90. package/lowcode/teletext-list/meta.ts +300 -300
  91. package/lowcode/title1/meta.ts +59 -59
  92. package/lowcode/title2/meta.ts +93 -93
  93. package/lowcode_es/d-c-slider/meta.d.ts +140 -140
  94. package/lowcode_es/d-c-slider/meta.js +1 -1
  95. package/lowcode_es/d-c-slider/snippets.d.ts +36 -36
  96. package/lowcode_es/menu-list/meta.d.ts +22 -0
  97. package/lowcode_es/menu-list/meta.js +128 -0
  98. package/lowcode_es/meta.js +8 -7
  99. package/lowcode_es/navigation/meta.d.ts +22 -22
  100. package/lowcode_es/navigation/meta.js +1 -1
  101. package/lowcode_es/teletext-list/meta.d.ts +22 -22
  102. package/lowcode_es/teletext-list/meta.js +1 -1
  103. package/lowcode_es/title1/meta.d.ts +22 -22
  104. package/lowcode_es/title1/meta.js +1 -1
  105. package/lowcode_es/title2/meta.d.ts +22 -22
  106. package/lowcode_es/title2/meta.js +1 -1
  107. package/lowcode_es/view.js +3 -3
  108. package/lowcode_lib/d-c-slider/meta.d.ts +140 -140
  109. package/lowcode_lib/d-c-slider/meta.js +1 -1
  110. package/lowcode_lib/d-c-slider/snippets.d.ts +36 -36
  111. package/lowcode_lib/menu-list/meta.d.ts +22 -0
  112. package/lowcode_lib/menu-list/meta.js +133 -0
  113. package/lowcode_lib/meta.js +8 -7
  114. package/lowcode_lib/navigation/meta.d.ts +22 -22
  115. package/lowcode_lib/navigation/meta.js +1 -1
  116. package/lowcode_lib/teletext-list/meta.d.ts +22 -22
  117. package/lowcode_lib/teletext-list/meta.js +1 -1
  118. package/lowcode_lib/title1/meta.d.ts +22 -22
  119. package/lowcode_lib/title1/meta.js +1 -1
  120. package/lowcode_lib/title2/meta.d.ts +22 -22
  121. package/lowcode_lib/title2/meta.js +1 -1
  122. package/lowcode_lib/view.js +2 -2
  123. package/package.json +3 -3
  124. package/build/docs/colorful-button.html +0 -48
  125. package/build/docs/colorful-input.html +0 -48
  126. package/build/docs/index.html +0 -48
  127. package/build/docs/umi.7f7df875.css +0 -8
  128. package/build/docs/umi.7face50a.js +0 -1
  129. package/build/docs/~demos/colorful-button-demo.html +0 -47
  130. package/build/docs/~demos/colorful-input-demo.html +0 -47
  131. package/es/components/position/index.d.ts +0 -3
  132. package/es/components/position/index.js +0 -2
  133. package/es/components/position/index.scss +0 -16
  134. package/es/components/position/position.d.ts +0 -13
  135. package/es/components/position/position.js +0 -39
  136. package/lib/components/position/index.d.ts +0 -3
  137. package/lib/components/position/index.scss +0 -16
  138. package/lib/components/position/position.d.ts +0 -13
  139. package/lib/components/position/position.js +0 -46
@@ -1,300 +1,300 @@
1
- import {IPublicTypeComponentMetadata, IPublicTypeSnippet} from '@alilc/lowcode-types';
2
-
3
- const TeletextListMeta: IPublicTypeComponentMetadata = {
4
- "group": "低代码组件",
5
- "componentName": "TeletextList",
6
- "title": "图文列表",
7
- "docUrl": "",
8
- "screenshot": "",
9
- "devMode": "proCode",
10
- "npm": {
11
- "package": "@dckj-npm/dc-material",
12
- "version": "0.1.0",
13
- "exportName": "TeletextList",
14
- "main": "src/index.tsx",
15
- "destructuring": true,
16
- "subName": ""
17
- },
18
- "configure": {
19
- "props": [
20
- {
21
- "title": {
22
- "label": {
23
- "type": "i18n",
24
- "en-US": "title",
25
- "zh-CN": "标题"
26
- },
27
- "tip": "title | 标题"
28
- },
29
- "name": "title",
30
- "description": "标题",
31
- "setter": {
32
- "componentName": "StringSetter",
33
- "isRequired": false,
34
- "initialValue": "图文列表标题"
35
- }
36
- },
37
- {
38
- "title": {
39
- "label": {
40
- "type": "i18n",
41
- "en-US": "dataList",
42
- "zh-CN": "数据"
43
- },
44
- "tip": "dataList | 数据"
45
- },
46
- "name": "dataList",
47
- "description": "数据",
48
- "setter": {
49
- "componentName": "ArraySetter",
50
- "props": {
51
- "itemSetter": {
52
- "componentName": "ObjectSetter",
53
- "props": {
54
- "config": {
55
- "items": [
56
- {
57
- "title": {
58
- "label": {
59
- "type": "i18n",
60
- "en-US": "title",
61
- "zh-CN": "标题"
62
- }
63
- },
64
- "name": "title",
65
- "description": "标题",
66
- "setter": {
67
- "componentName": "StringSetter",
68
- "isRequired": false,
69
- "initialValue": ""
70
- }
71
- },
72
- {
73
- "title": {
74
- "label": {
75
- "type": "i18n",
76
- "en-US": "image",
77
- "zh-CN": "图片地址"
78
- }
79
- },
80
- "name": "image",
81
- "description": "图片地址",
82
- "setter": {
83
- "componentName": "CustomImageSetter",
84
- "isRequired": false,
85
- "initialValue": ""
86
- }
87
- },
88
- {
89
- "title": {
90
- "label": {
91
- "type": "i18n",
92
- "en-US": "imagePlacement",
93
- "zh-CN": "图片位置"
94
- }
95
- },
96
- "name": "imagePlacement",
97
- "description": "图片位置",
98
- "setter": {
99
- "componentName": "RadioGroupSetter",
100
- "props": {
101
- "dataSource": [
102
- {
103
- "label": "left",
104
- "value": "left"
105
- },
106
- {
107
- "label": "right",
108
- "value": "right"
109
- },
110
- {
111
- "label": "none",
112
- "value": "none"
113
- }
114
- ],
115
- "options": [
116
- {
117
- "label": "left",
118
- "value": "left"
119
- },
120
- {
121
- "label": "right",
122
- "value": "right"
123
- },
124
- {
125
- "label": "none",
126
- "value": "none"
127
- }
128
- ]
129
- },
130
- "initialValue": "left"
131
- }
132
- },
133
- {
134
- "title": {
135
- "label": {
136
- "type": "i18n",
137
- "en-US": "description",
138
- "zh-CN": "描述"
139
- }
140
- },
141
- "name": "description",
142
- "description": "描述",
143
- "setter": {
144
- "componentName": "StringSetter",
145
- "isRequired": false,
146
- "initialValue": ""
147
- }
148
- },
149
- {
150
- "title": {
151
- "label": {
152
- "type": "i18n",
153
- "en-US": "tags",
154
- "zh-CN": "标签列表"
155
- }
156
- },
157
- "name": "tags",
158
- "description": "标签列表",
159
- "setter": {
160
- "componentName": "ArraySetter",
161
- "props": {
162
- "itemSetter": {
163
- "componentName": "ObjectSetter",
164
- "props": {
165
- "config": {
166
- "items": [
167
- {
168
- "title": {
169
- "label": {
170
- "type": "i18n",
171
- "en-US": "name",
172
- "zh-CN": "标签名称"
173
- }
174
- },
175
- "name": "name",
176
- "description": "标签名称",
177
- "setter": {
178
- "componentName": "StringSetter",
179
- "isRequired": true,
180
- "initialValue": ""
181
- }
182
- },
183
- {
184
- "title": {
185
- "label": {
186
- "type": "i18n",
187
- "en-US": "color",
188
- "zh-CN": "标签颜色"
189
- }
190
- },
191
- "name": "color",
192
- "description": "标签颜色",
193
- "setter": {
194
- "componentName": "StringSetter",
195
- "isRequired": true,
196
- "initialValue": ""
197
- }
198
- }
199
- ],
200
- "extraSetter": {
201
- "componentName": "MixedSetter",
202
- "isRequired": false,
203
- "props": {}
204
- }
205
- }
206
- }
207
- }
208
- },
209
- "initialValue": []
210
- }
211
- }
212
- ],
213
- "extraSetter": {
214
- "componentName": "MixedSetter",
215
- "isRequired": false,
216
- "props": {}
217
- }
218
- }
219
- }
220
- }
221
- },
222
- "initialValue": [
223
- {
224
- "image": "https://img.alicdn.com/tps/TB16TQvOXXXXXbiaFXXXXXXXXXX-120-120.svg",
225
- "imagePlacement": "left",
226
- "title": "标题名称",
227
- "description": "说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字",
228
- "tags": [
229
- {
230
- "name": "报名火热",
231
- "color": "orange"
232
- },
233
- {
234
- "name": "人数众多",
235
- "color": "blue"
236
- }
237
- ]
238
- },
239
- {
240
- "image": "https://img.alicdn.com/tps/TB16TQvOXXXXXbiaFXXXXXXXXXX-120-120.svg",
241
- "imagePlacement": "right",
242
- "title": "标题名称",
243
- "description": "说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字",
244
- "tags": [
245
- {
246
- "name": "报名火热",
247
- "color": "orange"
248
- },
249
- {
250
- "name": "人数众多",
251
- "color": "blue"
252
- }
253
- ]
254
- },
255
- {
256
- "title": "标题名称",
257
- "description": "说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字",
258
- "tags": [
259
- {
260
- "name": "报名火热",
261
- "color": "orange"
262
- },
263
- {
264
- "name": "人数众多",
265
- "color": "blue"
266
- }
267
- ]
268
- }
269
- ]
270
- }
271
- }
272
- ],
273
- "supports": {
274
- "style": true,
275
- "events": [
276
- {
277
- "name": "onClick",
278
- "template":
279
- "onClick(key,${extParams}){\n// 点击项目的事件\nconsole.log('onClick', key);}",
280
- },
281
- ],
282
- },
283
- "component": {}
284
- }
285
- };
286
- const snippets: IPublicTypeSnippet[] = [
287
- {
288
- "title": "图文列表",
289
- "screenshot": "",
290
- "schema": {
291
- "componentName": "TeletextList",
292
- "props": {}
293
- }
294
- }
295
- ];
296
-
297
- export default {
298
- ...TeletextListMeta,
299
- snippets
300
- };
1
+ import {IPublicTypeComponentMetadata, IPublicTypeSnippet} from '@alilc/lowcode-types';
2
+
3
+ const TeletextListMeta: IPublicTypeComponentMetadata = {
4
+ "group": "低代码组件",
5
+ "componentName": "TeletextList",
6
+ "title": "图文列表",
7
+ "docUrl": "",
8
+ "screenshot": "",
9
+ "devMode": "proCode",
10
+ "npm": {
11
+ "package": "@dckj-npm/dc-material",
12
+ "version": "0.1.8",
13
+ "exportName": "TeletextList",
14
+ "main": "src/index.tsx",
15
+ "destructuring": true,
16
+ "subName": ""
17
+ },
18
+ "configure": {
19
+ "props": [
20
+ {
21
+ "title": {
22
+ "label": {
23
+ "type": "i18n",
24
+ "en-US": "title",
25
+ "zh-CN": "标题"
26
+ },
27
+ "tip": "title | 标题"
28
+ },
29
+ "name": "title",
30
+ "description": "标题",
31
+ "setter": {
32
+ "componentName": "StringSetter",
33
+ "isRequired": false,
34
+ "initialValue": "图文列表标题"
35
+ }
36
+ },
37
+ {
38
+ "title": {
39
+ "label": {
40
+ "type": "i18n",
41
+ "en-US": "dataList",
42
+ "zh-CN": "数据"
43
+ },
44
+ "tip": "dataList | 数据"
45
+ },
46
+ "name": "dataList",
47
+ "description": "数据",
48
+ "setter": {
49
+ "componentName": "ArraySetter",
50
+ "props": {
51
+ "itemSetter": {
52
+ "componentName": "ObjectSetter",
53
+ "props": {
54
+ "config": {
55
+ "items": [
56
+ {
57
+ "title": {
58
+ "label": {
59
+ "type": "i18n",
60
+ "en-US": "title",
61
+ "zh-CN": "标题"
62
+ }
63
+ },
64
+ "name": "title",
65
+ "description": "标题",
66
+ "setter": {
67
+ "componentName": "StringSetter",
68
+ "isRequired": false,
69
+ "initialValue": ""
70
+ }
71
+ },
72
+ {
73
+ "title": {
74
+ "label": {
75
+ "type": "i18n",
76
+ "en-US": "image",
77
+ "zh-CN": "图片地址"
78
+ }
79
+ },
80
+ "name": "image",
81
+ "description": "图片地址",
82
+ "setter": {
83
+ "componentName": "CustomImageSetter",
84
+ "isRequired": false,
85
+ "initialValue": ""
86
+ }
87
+ },
88
+ {
89
+ "title": {
90
+ "label": {
91
+ "type": "i18n",
92
+ "en-US": "imagePlacement",
93
+ "zh-CN": "图片位置"
94
+ }
95
+ },
96
+ "name": "imagePlacement",
97
+ "description": "图片位置",
98
+ "setter": {
99
+ "componentName": "RadioGroupSetter",
100
+ "props": {
101
+ "dataSource": [
102
+ {
103
+ "label": "left",
104
+ "value": "left"
105
+ },
106
+ {
107
+ "label": "right",
108
+ "value": "right"
109
+ },
110
+ {
111
+ "label": "none",
112
+ "value": "none"
113
+ }
114
+ ],
115
+ "options": [
116
+ {
117
+ "label": "left",
118
+ "value": "left"
119
+ },
120
+ {
121
+ "label": "right",
122
+ "value": "right"
123
+ },
124
+ {
125
+ "label": "none",
126
+ "value": "none"
127
+ }
128
+ ]
129
+ },
130
+ "initialValue": "left"
131
+ }
132
+ },
133
+ {
134
+ "title": {
135
+ "label": {
136
+ "type": "i18n",
137
+ "en-US": "description",
138
+ "zh-CN": "描述"
139
+ }
140
+ },
141
+ "name": "description",
142
+ "description": "描述",
143
+ "setter": {
144
+ "componentName": "StringSetter",
145
+ "isRequired": false,
146
+ "initialValue": ""
147
+ }
148
+ },
149
+ {
150
+ "title": {
151
+ "label": {
152
+ "type": "i18n",
153
+ "en-US": "tags",
154
+ "zh-CN": "标签列表"
155
+ }
156
+ },
157
+ "name": "tags",
158
+ "description": "标签列表",
159
+ "setter": {
160
+ "componentName": "ArraySetter",
161
+ "props": {
162
+ "itemSetter": {
163
+ "componentName": "ObjectSetter",
164
+ "props": {
165
+ "config": {
166
+ "items": [
167
+ {
168
+ "title": {
169
+ "label": {
170
+ "type": "i18n",
171
+ "en-US": "name",
172
+ "zh-CN": "标签名称"
173
+ }
174
+ },
175
+ "name": "name",
176
+ "description": "标签名称",
177
+ "setter": {
178
+ "componentName": "StringSetter",
179
+ "isRequired": true,
180
+ "initialValue": ""
181
+ }
182
+ },
183
+ {
184
+ "title": {
185
+ "label": {
186
+ "type": "i18n",
187
+ "en-US": "color",
188
+ "zh-CN": "标签颜色"
189
+ }
190
+ },
191
+ "name": "color",
192
+ "description": "标签颜色",
193
+ "setter": {
194
+ "componentName": "StringSetter",
195
+ "isRequired": true,
196
+ "initialValue": ""
197
+ }
198
+ }
199
+ ],
200
+ "extraSetter": {
201
+ "componentName": "MixedSetter",
202
+ "isRequired": false,
203
+ "props": {}
204
+ }
205
+ }
206
+ }
207
+ }
208
+ },
209
+ "initialValue": []
210
+ }
211
+ }
212
+ ],
213
+ "extraSetter": {
214
+ "componentName": "MixedSetter",
215
+ "isRequired": false,
216
+ "props": {}
217
+ }
218
+ }
219
+ }
220
+ }
221
+ },
222
+ "initialValue": [
223
+ {
224
+ "image": "https://img.alicdn.com/tps/TB16TQvOXXXXXbiaFXXXXXXXXXX-120-120.svg",
225
+ "imagePlacement": "left",
226
+ "title": "标题名称",
227
+ "description": "说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字",
228
+ "tags": [
229
+ {
230
+ "name": "报名火热",
231
+ "color": "orange"
232
+ },
233
+ {
234
+ "name": "人数众多",
235
+ "color": "blue"
236
+ }
237
+ ]
238
+ },
239
+ {
240
+ "image": "https://img.alicdn.com/tps/TB16TQvOXXXXXbiaFXXXXXXXXXX-120-120.svg",
241
+ "imagePlacement": "right",
242
+ "title": "标题名称",
243
+ "description": "说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字",
244
+ "tags": [
245
+ {
246
+ "name": "报名火热",
247
+ "color": "orange"
248
+ },
249
+ {
250
+ "name": "人数众多",
251
+ "color": "blue"
252
+ }
253
+ ]
254
+ },
255
+ {
256
+ "title": "标题名称",
257
+ "description": "说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字",
258
+ "tags": [
259
+ {
260
+ "name": "报名火热",
261
+ "color": "orange"
262
+ },
263
+ {
264
+ "name": "人数众多",
265
+ "color": "blue"
266
+ }
267
+ ]
268
+ }
269
+ ]
270
+ }
271
+ }
272
+ ],
273
+ "supports": {
274
+ "style": true,
275
+ "events": [
276
+ {
277
+ "name": "onClick",
278
+ "template":
279
+ "onClick(key,${extParams}){\n// 点击项目的事件\nconsole.log('onClick', key);}",
280
+ },
281
+ ],
282
+ },
283
+ "component": {}
284
+ }
285
+ };
286
+ const snippets: IPublicTypeSnippet[] = [
287
+ {
288
+ "title": "图文列表",
289
+ "screenshot": "",
290
+ "schema": {
291
+ "componentName": "TeletextList",
292
+ "props": {}
293
+ }
294
+ }
295
+ ];
296
+
297
+ export default {
298
+ ...TeletextListMeta,
299
+ snippets
300
+ };