@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
package/lowcode/position/meta.ts
CHANGED
|
@@ -1,33 +1,32 @@
|
|
|
1
|
-
|
|
2
|
-
import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types';
|
|
1
|
+
import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types'
|
|
3
2
|
|
|
4
3
|
const PositionMeta: IPublicTypeComponentMetadata = {
|
|
5
4
|
group: '低代码组件',
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
5
|
+
componentName: 'Position',
|
|
6
|
+
title: 'Position',
|
|
7
|
+
docUrl: '',
|
|
8
|
+
screenshot: '',
|
|
9
|
+
devMode: 'proCode',
|
|
10
|
+
npm: {
|
|
11
|
+
package: '@dckj-npm/dc-material',
|
|
12
|
+
version: '0.1.7',
|
|
13
|
+
exportName: 'Position',
|
|
14
|
+
main: 'src\\index.tsx',
|
|
15
|
+
destructuring: true,
|
|
16
|
+
subName: '',
|
|
18
17
|
},
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
configure: {
|
|
19
|
+
props: [
|
|
21
20
|
{
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
21
|
+
title: {
|
|
22
|
+
label: {
|
|
23
|
+
type: 'i18n',
|
|
24
|
+
'en-US': 'itemArray',
|
|
25
|
+
'zh-CN': '数据源绑定',
|
|
26
|
+
},
|
|
28
27
|
},
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
name: 'itemArray',
|
|
29
|
+
setter: {
|
|
31
30
|
componentName: 'SetterFormVariable',
|
|
32
31
|
props: {
|
|
33
32
|
attributes: [
|
|
@@ -37,125 +36,127 @@ const PositionMeta: IPublicTypeComponentMetadata = {
|
|
|
37
36
|
children: [
|
|
38
37
|
{ label: '城市', value: 'address' },
|
|
39
38
|
{ label: '纬度', value: 'lat' },
|
|
40
|
-
{ label: '经度', value: 'lng' }
|
|
41
|
-
]
|
|
42
|
-
}
|
|
43
|
-
]
|
|
44
|
-
}
|
|
45
|
-
}
|
|
39
|
+
{ label: '经度', value: 'lng' },
|
|
40
|
+
],
|
|
41
|
+
},
|
|
42
|
+
],
|
|
43
|
+
},
|
|
44
|
+
},
|
|
46
45
|
},
|
|
47
46
|
{
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
}
|
|
47
|
+
title: {
|
|
48
|
+
label: {
|
|
49
|
+
type: 'i18n',
|
|
50
|
+
'en-US': 'defaultLocation',
|
|
51
|
+
'zh-CN': '默认地址',
|
|
52
|
+
},
|
|
54
53
|
},
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
54
|
+
name: 'defaultLocation',
|
|
55
|
+
setter: {
|
|
56
|
+
componentName: 'ObjectSetter',
|
|
57
|
+
props: {
|
|
58
|
+
config: {
|
|
59
|
+
items: [
|
|
61
60
|
{
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
}
|
|
61
|
+
title: {
|
|
62
|
+
label: {
|
|
63
|
+
type: 'i18n',
|
|
64
|
+
'en-US': 'lat',
|
|
65
|
+
'zh-CN': 'lat',
|
|
66
|
+
},
|
|
67
|
+
},
|
|
68
|
+
name: 'lat',
|
|
69
|
+
setter: {
|
|
70
|
+
componentName: 'StringSetter',
|
|
71
|
+
isRequired: true,
|
|
72
|
+
initialValue: '',
|
|
68
73
|
},
|
|
69
|
-
"name": "lat",
|
|
70
|
-
"setter": {
|
|
71
|
-
"componentName": "StringSetter",
|
|
72
|
-
"isRequired": true,
|
|
73
|
-
"initialValue": ""
|
|
74
|
-
}
|
|
75
74
|
},
|
|
76
75
|
{
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
}
|
|
76
|
+
title: {
|
|
77
|
+
label: {
|
|
78
|
+
type: 'i18n',
|
|
79
|
+
'en-US': 'lng',
|
|
80
|
+
'zh-CN': 'lng',
|
|
81
|
+
},
|
|
82
|
+
},
|
|
83
|
+
name: 'lng',
|
|
84
|
+
setter: {
|
|
85
|
+
componentName: 'StringSetter',
|
|
86
|
+
isRequired: true,
|
|
87
|
+
initialValue: '',
|
|
83
88
|
},
|
|
84
|
-
"name": "lng",
|
|
85
|
-
"setter": {
|
|
86
|
-
"componentName": "StringSetter",
|
|
87
|
-
"isRequired": true,
|
|
88
|
-
"initialValue": ""
|
|
89
|
-
}
|
|
90
89
|
},
|
|
91
90
|
{
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
}
|
|
91
|
+
title: {
|
|
92
|
+
label: {
|
|
93
|
+
type: 'i18n',
|
|
94
|
+
'en-US': 'address',
|
|
95
|
+
'zh-CN': 'address',
|
|
96
|
+
},
|
|
97
|
+
},
|
|
98
|
+
name: 'address',
|
|
99
|
+
setter: {
|
|
100
|
+
componentName: 'StringSetter',
|
|
101
|
+
isRequired: true,
|
|
102
|
+
initialValue: '',
|
|
98
103
|
},
|
|
99
|
-
|
|
100
|
-
"setter": {
|
|
101
|
-
"componentName": "StringSetter",
|
|
102
|
-
"isRequired": true,
|
|
103
|
-
"initialValue": ""
|
|
104
|
-
}
|
|
105
|
-
}
|
|
104
|
+
},
|
|
106
105
|
],
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
}
|
|
112
|
-
}
|
|
106
|
+
extraSetter: {
|
|
107
|
+
componentName: 'MixedSetter',
|
|
108
|
+
isRequired: false,
|
|
109
|
+
props: {},
|
|
110
|
+
},
|
|
111
|
+
},
|
|
113
112
|
},
|
|
114
|
-
|
|
115
|
-
}
|
|
116
|
-
}
|
|
113
|
+
isRequired: true,
|
|
114
|
+
},
|
|
115
|
+
},
|
|
117
116
|
],
|
|
118
|
-
|
|
119
|
-
|
|
117
|
+
supports: {
|
|
118
|
+
style: true,
|
|
120
119
|
},
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
}
|
|
120
|
+
component: {
|
|
121
|
+
disableBehaviors: ['copy'],
|
|
122
|
+
},
|
|
123
|
+
},
|
|
124
|
+
}
|
|
124
125
|
const snippets: IPublicTypeSnippet[] = [
|
|
125
126
|
{
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
127
|
+
title: '定位',
|
|
128
|
+
screenshot: '',
|
|
129
|
+
schema: {
|
|
130
|
+
componentName: 'Position',
|
|
131
|
+
props: {
|
|
131
132
|
defaultLocation: {
|
|
132
133
|
lng: '123',
|
|
133
134
|
lat: '123',
|
|
134
|
-
address: '嘉兴市'
|
|
135
|
+
address: '嘉兴市',
|
|
135
136
|
},
|
|
136
137
|
itemArray: [
|
|
137
138
|
{
|
|
138
139
|
lng: '123',
|
|
139
140
|
lat: '123',
|
|
140
|
-
address: '嘉兴市'
|
|
141
|
+
address: '嘉兴市',
|
|
141
142
|
},
|
|
142
143
|
{
|
|
143
144
|
lng: '123',
|
|
144
145
|
lat: '123',
|
|
145
|
-
address: '杭州市'
|
|
146
|
+
address: '杭州市',
|
|
146
147
|
},
|
|
147
148
|
{
|
|
148
149
|
lng: '123',
|
|
149
150
|
lat: '123',
|
|
150
|
-
address: '上海市'
|
|
151
|
-
}
|
|
152
|
-
]
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
]
|
|
151
|
+
address: '上海市',
|
|
152
|
+
},
|
|
153
|
+
],
|
|
154
|
+
},
|
|
155
|
+
},
|
|
156
|
+
},
|
|
157
|
+
]
|
|
157
158
|
|
|
158
159
|
export default {
|
|
159
160
|
...PositionMeta,
|
|
160
|
-
snippets
|
|
161
|
-
}
|
|
161
|
+
snippets,
|
|
162
|
+
}
|
|
@@ -1,36 +1,35 @@
|
|
|
1
|
-
|
|
2
|
-
import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types';
|
|
1
|
+
import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types'
|
|
3
2
|
|
|
4
3
|
const RichTextMeta: IPublicTypeComponentMetadata = {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
4
|
+
group: '低代码组件',
|
|
5
|
+
componentName: 'RichText',
|
|
6
|
+
title: '富文本',
|
|
7
|
+
docUrl: '',
|
|
8
|
+
screenshot: '',
|
|
9
|
+
devMode: 'proCode',
|
|
10
|
+
npm: {
|
|
11
|
+
package: '@dckj-npm/dc-material',
|
|
12
|
+
version: '0.1.36',
|
|
13
|
+
exportName: 'RichText',
|
|
14
|
+
main: 'src\\index.tsx',
|
|
15
|
+
destructuring: true,
|
|
16
|
+
subName: '',
|
|
18
17
|
},
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
configure: {
|
|
19
|
+
props: [
|
|
21
20
|
{
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
21
|
+
title: {
|
|
22
|
+
label: {
|
|
23
|
+
type: 'i18n',
|
|
24
|
+
'en-US': 'content',
|
|
25
|
+
'zh-CN': '内容',
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
name: 'content',
|
|
29
|
+
setter: {
|
|
30
|
+
componentName: 'TextAreaSetter',
|
|
31
|
+
initialValue: '',
|
|
28
32
|
},
|
|
29
|
-
"name": "content",
|
|
30
|
-
"setter": {
|
|
31
|
-
"componentName": "TextAreaSetter",
|
|
32
|
-
"initialValue": ""
|
|
33
|
-
}
|
|
34
33
|
},
|
|
35
34
|
{
|
|
36
35
|
name: '数据源绑定',
|
|
@@ -41,33 +40,33 @@ const RichTextMeta: IPublicTypeComponentMetadata = {
|
|
|
41
40
|
{
|
|
42
41
|
label: '富文本数据',
|
|
43
42
|
value: 'dataList',
|
|
44
|
-
children: [
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}
|
|
50
|
-
}
|
|
43
|
+
children: [{ label: '内容', value: 'content' }],
|
|
44
|
+
},
|
|
45
|
+
],
|
|
46
|
+
},
|
|
47
|
+
},
|
|
51
48
|
},
|
|
52
49
|
],
|
|
53
|
-
|
|
54
|
-
|
|
50
|
+
supports: {
|
|
51
|
+
style: true,
|
|
55
52
|
},
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
53
|
+
component: {
|
|
54
|
+
disableBehaviors: ['copy'],
|
|
55
|
+
},
|
|
56
|
+
},
|
|
57
|
+
}
|
|
59
58
|
const snippets: IPublicTypeSnippet[] = [
|
|
60
59
|
{
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
]
|
|
60
|
+
title: '富文本',
|
|
61
|
+
screenshot: '',
|
|
62
|
+
schema: {
|
|
63
|
+
componentName: 'RichText',
|
|
64
|
+
props: {},
|
|
65
|
+
},
|
|
66
|
+
},
|
|
67
|
+
]
|
|
69
68
|
|
|
70
69
|
export default {
|
|
71
70
|
...RichTextMeta,
|
|
72
|
-
snippets
|
|
73
|
-
}
|
|
71
|
+
snippets,
|
|
72
|
+
}
|
|
@@ -1,54 +1,57 @@
|
|
|
1
|
-
|
|
2
|
-
import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types';
|
|
1
|
+
import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types'
|
|
3
2
|
|
|
4
3
|
const SearchBarMeta: IPublicTypeComponentMetadata = {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
4
|
+
group: '低代码组件',
|
|
5
|
+
componentName: 'SearchBar',
|
|
6
|
+
title: '搜索栏',
|
|
7
|
+
docUrl: '',
|
|
8
|
+
screenshot: '',
|
|
9
|
+
devMode: 'proCode',
|
|
10
|
+
npm: {
|
|
11
|
+
package: '@dckj-npm/dc-material',
|
|
12
|
+
version: '0.1.0',
|
|
13
|
+
exportName: 'SearchBar',
|
|
14
|
+
main: 'src\\index.tsx',
|
|
15
|
+
destructuring: true,
|
|
16
|
+
subName: '',
|
|
18
17
|
},
|
|
19
|
-
|
|
18
|
+
configure: {
|
|
20
19
|
supports: {
|
|
21
20
|
style: true,
|
|
22
|
-
events: [
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
events: [
|
|
22
|
+
{
|
|
23
|
+
name: 'onClick',
|
|
24
|
+
// template: "onSearch(params,${extParams}){\n window.location.href=`http://localhost:4500/preview.html?pathId=${params.pathId}`;\n console.log(params.pathId) \n}"
|
|
25
|
+
},
|
|
26
|
+
],
|
|
26
27
|
},
|
|
27
|
-
|
|
28
|
+
props: [
|
|
28
29
|
{
|
|
29
30
|
name: 'defaultValue',
|
|
30
31
|
title: '绑定跳转',
|
|
31
32
|
setter: 'StringSetter',
|
|
32
33
|
supportVariable: true,
|
|
33
34
|
description: '搜索框绑定跳转',
|
|
34
|
-
defaultValue: '请输入'
|
|
35
|
+
defaultValue: '请输入',
|
|
35
36
|
},
|
|
36
37
|
],
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
38
|
+
component: {
|
|
39
|
+
disableBehaviors: ['copy'],
|
|
40
|
+
},
|
|
41
|
+
},
|
|
42
|
+
}
|
|
40
43
|
const snippets: IPublicTypeSnippet[] = [
|
|
41
44
|
{
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
]
|
|
45
|
+
title: '搜索栏',
|
|
46
|
+
screenshot: '',
|
|
47
|
+
schema: {
|
|
48
|
+
componentName: 'SearchBar',
|
|
49
|
+
props: {},
|
|
50
|
+
},
|
|
51
|
+
},
|
|
52
|
+
]
|
|
50
53
|
|
|
51
54
|
export default {
|
|
52
55
|
...SearchBarMeta,
|
|
53
|
-
snippets
|
|
54
|
-
}
|
|
56
|
+
snippets,
|
|
57
|
+
}
|