File tree Expand file tree Collapse file tree 12 files changed +62
-40
lines changed Expand file tree Collapse file tree 12 files changed +62
-40
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,19 @@ import TransferDom from './src/directives/transfer-dom/index.js'
131
131
import TransferDomDirective from './src/directives/transfer-dom/index.js'
132
132
import trim from './src/tools/string/trim'
133
133
import Value2nameFilter from './src/filters/value2name.js'
134
+ import VArea from './src/components/v-chart/v-area.vue'
135
+ import VAxis from './src/components/v-chart/v-axis.vue'
136
+ import VBar from './src/components/v-chart/v-bar.vue'
137
+ import VChart from './src/components/v-chart/v-chart.vue'
138
+ import VGuide from './src/components/v-chart/v-guide.vue'
134
139
import Video from './src/components/video/index.vue'
135
140
import ViewBox from './src/components/view-box/index.vue'
141
+ import VLegend from './src/components/v-chart/v-legend.vue'
142
+ import VLine from './src/components/v-chart/v-line.vue'
143
+ import VPie from './src/components/v-chart/v-pie.vue'
144
+ import VPoint from './src/components/v-chart/v-point.vue'
145
+ import VScale from './src/components/v-chart/v-scale.vue'
146
+ import VTooltip from './src/components/v-chart/v-tooltip.vue'
136
147
import VuxComponentListData from './src/datas/vux_component_list.json'
137
148
import WechatEmotion from './src/components/wechat-emotion/index.vue'
138
149
import WechatPlugin from './src/plugins/wechat/index.js'
@@ -282,8 +293,19 @@ export {
282
293
TransferDomDirective ,
283
294
trim ,
284
295
Value2nameFilter ,
296
+ VArea ,
297
+ VAxis ,
298
+ VBar ,
299
+ VChart ,
300
+ VGuide ,
285
301
Video ,
286
302
ViewBox ,
303
+ VLegend ,
304
+ VLine ,
305
+ VPie ,
306
+ VPoint ,
307
+ VScale ,
308
+ VTooltip ,
287
309
VuxComponentListData ,
288
310
WechatEmotion ,
289
311
WechatPlugin ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vux" ,
3
- "version" : " 2.9.0 " ,
3
+ "version" : " 2.9.1 " ,
4
4
"main" : " index.js" ,
5
5
"description" : " Mobile web UI based on Vue and WeUI" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ events:
171
171
en : emits when dialog is closed
172
172
zh-CN : 弹窗关闭时触发
173
173
changes :
174
- next :
174
+ v2.9.1 :
175
175
en :
176
176
- ' [feature] add isVisible function for AlertPlugin #2704'
177
177
zh-CN :
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ methods:
152
152
en : set input value when show-input is true
153
153
zh-CN : 设置输入值,当 show-input 为 true 时有效
154
154
changes :
155
- next :
155
+ v2.9.1 :
156
156
en :
157
157
- ' [feature] add isVisible function for ConfirmPlugin #2704'
158
158
zh-CN :
Original file line number Diff line number Diff line change 68
68
en : content area
69
69
zh-CN : 提示文字区域
70
70
changes :
71
- next :
71
+ v2.9.1 :
72
72
en :
73
73
- ' [feature] add isVisible function for LoadingPlugin #2704'
74
74
- ' [fix] fix covered by element when using scroll plugins'
Original file line number Diff line number Diff line change 85
85
en : content body
86
86
zh-CN : 弹窗主体内容
87
87
changes :
88
- next :
88
+ v2.9.1 :
89
89
en :
90
90
- ' [fix] fixed popup has black border on the right #2651'
91
91
zh-CN :
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ methods:
128
128
version : v2.5.10
129
129
en : go to previous image
130
130
zh-CN : 跳转到上一张
131
- next :
131
+ v2.9.1 :
132
132
version : v2.5.10
133
133
en : go to next image
134
134
zh-CN : 跳转到下一张
Original file line number Diff line number Diff line change 33
33
en : ' render type, can be `img` or `canvas`'
34
34
zh-CN : ' 渲染类型,可以为`img`(适合需要在微信需要长按识别的场景)和`canvas`'
35
35
changes :
36
- next :
36
+ v2.9.1 :
37
37
en :
38
38
- ' [fix] fix missing support for Chinese works #2652'
39
39
zh-CN :
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ tab-item:
112
112
en : emits when current tabItem is clicked
113
113
zh-CN : 当前 tabItem 被点击时触发
114
114
changes :
115
- next :
115
+ v2.9.1 :
116
116
en :
117
117
- ' [fix] fix box-sizing issue #2621. thanks to @suncodeer'
118
118
zh-CN :
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ events:
94
94
en : emits when toast hides
95
95
zh-CN : 提示隐藏时触发
96
96
changes :
97
- next :
97
+ v2.9.1 :
98
98
en :
99
99
- ' [feature] add isVisible function for ToastPlugin #2704'
100
100
zh-CN :
You can’t perform that action at this time.
0 commit comments