@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
|
@@ -1,94 +1,94 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
var MenuListMeta = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"package":
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
3
|
+
group: '低代码组件',
|
|
4
|
+
componentName: 'MenuList',
|
|
5
|
+
title: '列表菜单组件',
|
|
6
|
+
docUrl: '',
|
|
7
|
+
screenshot: '',
|
|
8
|
+
devMode: 'proCode',
|
|
9
|
+
npm: {
|
|
10
|
+
"package": '@dckj-npm/dc-material',
|
|
11
|
+
version: '0.1.8',
|
|
12
|
+
exportName: 'MenuList',
|
|
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': 'dataList',
|
|
23
|
+
'zh-CN': '数据'
|
|
24
24
|
},
|
|
25
|
-
|
|
25
|
+
tip: 'dataList | 数据'
|
|
26
26
|
},
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
27
|
+
name: 'dataList',
|
|
28
|
+
description: '数据',
|
|
29
|
+
setter: {
|
|
30
|
+
componentName: 'ArraySetter',
|
|
31
|
+
props: {
|
|
32
|
+
itemSetter: {
|
|
33
|
+
componentName: 'ObjectSetter',
|
|
34
|
+
props: {
|
|
35
|
+
config: {
|
|
36
|
+
items: [{
|
|
37
|
+
title: {
|
|
38
|
+
label: {
|
|
39
|
+
type: 'i18n',
|
|
40
|
+
'en-US': 'title',
|
|
41
|
+
'zh-CN': 'title'
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
44
|
+
name: 'title',
|
|
45
|
+
description: '菜单名称',
|
|
46
|
+
setter: {
|
|
47
|
+
componentName: 'StringSetter',
|
|
48
|
+
isRequired: true,
|
|
49
|
+
initialValue: ''
|
|
50
50
|
}
|
|
51
51
|
}, {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
52
|
+
title: {
|
|
53
|
+
label: {
|
|
54
|
+
type: 'i18n',
|
|
55
|
+
'en-US': 'iconUrl',
|
|
56
|
+
'zh-CN': 'iconUrl'
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
59
|
+
name: 'iconUrl',
|
|
60
|
+
description: '菜单图标',
|
|
61
|
+
setter: {
|
|
62
|
+
componentName: 'CustomImageSetter',
|
|
63
|
+
isRequired: false,
|
|
64
|
+
initialValue: ''
|
|
65
65
|
}
|
|
66
66
|
}, {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
67
|
+
title: {
|
|
68
|
+
label: {
|
|
69
|
+
type: 'i18n',
|
|
70
|
+
'en-US': 'click',
|
|
71
|
+
'zh-CN': '点击事件'
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
74
|
+
name: 'handleClick',
|
|
75
|
+
description: '菜单点击事件',
|
|
76
|
+
setter: {
|
|
77
|
+
componentName: 'FunctionSetter',
|
|
78
|
+
isRequired: false,
|
|
79
|
+
initialValue: ''
|
|
80
80
|
}
|
|
81
81
|
}],
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
82
|
+
extraSetter: {
|
|
83
|
+
componentName: 'MixedSetter',
|
|
84
|
+
isRequired: false,
|
|
85
|
+
props: {}
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
|
-
|
|
91
|
+
initialValue: [{
|
|
92
92
|
title: '我的名片',
|
|
93
93
|
iconUrl: 'http://122.225.55.70:18084/files/upload/2024/09/12/139d14911a124bfc956a7f725e9470e1.png'
|
|
94
94
|
}, {
|
|
@@ -109,18 +109,20 @@ var MenuListMeta = {
|
|
|
109
109
|
}]
|
|
110
110
|
}
|
|
111
111
|
}],
|
|
112
|
-
|
|
113
|
-
|
|
112
|
+
supports: {
|
|
113
|
+
style: true
|
|
114
114
|
},
|
|
115
|
-
|
|
115
|
+
component: {
|
|
116
|
+
disableBehaviors: ['copy']
|
|
117
|
+
}
|
|
116
118
|
}
|
|
117
119
|
};
|
|
118
120
|
var snippets = [{
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
121
|
+
title: '列表菜单组件',
|
|
122
|
+
screenshot: '',
|
|
123
|
+
schema: {
|
|
124
|
+
componentName: 'MenuList',
|
|
125
|
+
props: {}
|
|
124
126
|
}
|
|
125
127
|
}];
|
|
126
128
|
export default _extends({}, MenuListMeta, {
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
var MessageListMeta = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
"package":
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
3
|
+
componentName: 'MessageList',
|
|
4
|
+
title: '消息列表',
|
|
5
|
+
docUrl: '',
|
|
6
|
+
screenshot: '',
|
|
7
|
+
devMode: 'proCode',
|
|
8
|
+
npm: {
|
|
9
|
+
"package": '@dckj-npm/dc-material',
|
|
10
|
+
version: '0.1.13',
|
|
11
|
+
exportName: 'MessageList',
|
|
12
|
+
main: 'src\\index.tsx',
|
|
13
|
+
destructuring: true,
|
|
14
|
+
subName: ''
|
|
15
15
|
},
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
16
|
+
configure: {
|
|
17
|
+
props: [{
|
|
18
|
+
title: '图片',
|
|
19
|
+
name: 'images',
|
|
20
|
+
description: '图片',
|
|
21
|
+
setter: {
|
|
22
|
+
componentName: 'ArraySetter',
|
|
23
|
+
props: {
|
|
24
|
+
itemSetter: 'StringSetter'
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
}, {
|
|
@@ -57,63 +57,65 @@ var MessageListMeta = {
|
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
}, {
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
60
|
+
title: {
|
|
61
|
+
label: {
|
|
62
|
+
type: 'i18n',
|
|
63
|
+
'en-US': 'onClick',
|
|
64
|
+
'zh-CN': '点击事件'
|
|
65
65
|
},
|
|
66
|
-
|
|
66
|
+
tip: 'onClick | 点击事件'
|
|
67
67
|
},
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
68
|
+
name: 'onClick',
|
|
69
|
+
description: '点击事件',
|
|
70
|
+
setter: {
|
|
71
|
+
componentName: 'FunctionSetter'
|
|
72
72
|
}
|
|
73
73
|
}],
|
|
74
|
-
|
|
75
|
-
|
|
74
|
+
supports: {
|
|
75
|
+
style: true
|
|
76
76
|
},
|
|
77
|
-
|
|
77
|
+
component: {
|
|
78
|
+
disableBehaviors: ['copy']
|
|
79
|
+
}
|
|
78
80
|
}
|
|
79
81
|
};
|
|
80
82
|
var snippets = [{
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
83
|
+
title: '消息列表',
|
|
84
|
+
screenshot: '',
|
|
85
|
+
schema: {
|
|
86
|
+
componentName: 'MessageList',
|
|
87
|
+
props: {
|
|
86
88
|
images: ['https://52pupu.com/source/api/upload/1036284777780613120/2024/202409/20240930/1038087407058161664.png', 'https://52pupu.com/source/api/upload/1036284777780613120/2024/202409/20240930/1038087477308559360.png'],
|
|
87
89
|
dataList: [{
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
90
|
+
title: '权益信息',
|
|
91
|
+
description: '这里是消息 为小官时皆尝有之。” 金·元好问《为橄子醵金》诗之一:“明珠评价敌连城,弃掷泥涂意未平。” 清黄六鸿《福惠全',
|
|
92
|
+
gmtCreate: '2024-05-24 09:24'
|
|
91
93
|
}, {
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
94
|
+
title: '审核信息',
|
|
95
|
+
description: '这里是消息 为小官时皆尝有之。” 金·元好问《为橄子醵金》诗之一:“明珠评价敌连城,弃掷泥涂意未平。” 清黄六鸿《福惠全',
|
|
96
|
+
gmtCreate: '2024-05-24 09:24'
|
|
95
97
|
}, {
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
98
|
+
title: '权益信息',
|
|
99
|
+
description: '这里是消息 为小官时皆尝有之。” 金·元好问《为橄子醵金》诗之一:“明珠评价敌连城,弃掷泥涂意未平。” 清黄六鸿《福惠全',
|
|
100
|
+
gmtCreate: '2024-05-24 09:24'
|
|
99
101
|
}],
|
|
100
102
|
readDataList: [{
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
103
|
+
title: '已读标题名称',
|
|
104
|
+
description: '已读说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字',
|
|
105
|
+
gmtCreate: '2024-05-24 09:24'
|
|
104
106
|
}, {
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
107
|
+
title: '已读标题名称',
|
|
108
|
+
description: '已读说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字',
|
|
109
|
+
gmtCreate: '2024-05-24 09:24'
|
|
108
110
|
}],
|
|
109
111
|
unReadDataList: [{
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
112
|
+
title: '未读标题名称',
|
|
113
|
+
description: '未读说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字',
|
|
114
|
+
gmtCreate: '2024-05-24 09:24'
|
|
113
115
|
}, {
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
116
|
+
title: '未读标题名称',
|
|
117
|
+
description: '未读说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字',
|
|
118
|
+
gmtCreate: '2024-05-24 09:24'
|
|
117
119
|
}]
|
|
118
120
|
},
|
|
119
121
|
children: [{
|
|
@@ -131,7 +133,7 @@ var snippets = [{
|
|
|
131
133
|
props: {
|
|
132
134
|
type: 'h5',
|
|
133
135
|
key: 'title',
|
|
134
|
-
|
|
136
|
+
style: {
|
|
135
137
|
fontSize: '15px',
|
|
136
138
|
color: '#333',
|
|
137
139
|
fontWeght: 'bold'
|
|
@@ -142,7 +144,7 @@ var snippets = [{
|
|
|
142
144
|
props: {
|
|
143
145
|
type: 'inherit',
|
|
144
146
|
key: 'content',
|
|
145
|
-
|
|
147
|
+
style: {
|
|
146
148
|
fontSize: '13px',
|
|
147
149
|
color: '#333'
|
|
148
150
|
}
|
|
@@ -152,7 +154,7 @@ var snippets = [{
|
|
|
152
154
|
props: {
|
|
153
155
|
type: 'inherit',
|
|
154
156
|
key: 'gmtCreate',
|
|
155
|
-
|
|
157
|
+
style: {
|
|
156
158
|
fontSize: '10px',
|
|
157
159
|
color: '#999',
|
|
158
160
|
marginBottom: '5px'
|
package/lowcode_es/meta.js
CHANGED
|
@@ -14,6 +14,7 @@ import NoticeBarMeta from "./notice-bar/meta";
|
|
|
14
14
|
import PositionMeta from "./position/meta";
|
|
15
15
|
import RichTextMeta from "./rich-text/meta";
|
|
16
16
|
import SearchBarMeta from "./search-bar/meta";
|
|
17
|
+
import StreamListMeta from "./stream-list/meta";
|
|
17
18
|
import SwiperMeta from "./swiper/meta";
|
|
18
19
|
import TabContainerItemMeta from "./tab-container-item/meta";
|
|
19
20
|
import TabContainerMeta from "./tab-container/meta";
|
|
@@ -93,7 +94,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
93
94
|
packageName = '@dckj-npm/dc-material';
|
|
94
95
|
}
|
|
95
96
|
if (version === void 0) {
|
|
96
|
-
version = '0.1.
|
|
97
|
+
version = '0.1.128';
|
|
97
98
|
}
|
|
98
99
|
if (basicLibraryVersion === void 0) {
|
|
99
100
|
basicLibraryVersion = {
|
|
@@ -120,7 +121,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
120
121
|
}
|
|
121
122
|
return meta;
|
|
122
123
|
}
|
|
123
|
-
var componentMetas = [Button2Meta, CustomRadioGroupItemMeta, CustomRadioGroupMeta, DCSliderMeta, GoodsCardListCommonMeta, GoodsCardListMeta, GridNavMeta, IntegralTaskMeta, MenuListMeta, MessageListMeta, NavigationMeta, NoticeBarMeta, PositionMeta, RichTextMeta, SearchBarMeta, SwiperMeta, TabContainerItemMeta, TabContainerMeta, TabMessageMeta, TagCMeta, TeletextListMeta, Title1Meta, Title2Meta];
|
|
124
|
+
var componentMetas = [Button2Meta, CustomRadioGroupItemMeta, CustomRadioGroupMeta, DCSliderMeta, GoodsCardListCommonMeta, GoodsCardListMeta, GridNavMeta, IntegralTaskMeta, MenuListMeta, MessageListMeta, NavigationMeta, NoticeBarMeta, PositionMeta, RichTextMeta, SearchBarMeta, StreamListMeta, SwiperMeta, TabContainerItemMeta, TabContainerMeta, TabMessageMeta, TagCMeta, TeletextListMeta, Title1Meta, Title2Meta];
|
|
124
125
|
var components = [];
|
|
125
126
|
var npmInfo = {};
|
|
126
127
|
componentMetas.forEach(function (meta) {
|