diff --git a/dist/action-sheet/index.js b/dist/action-sheet/index.js index 225b463a..49b4e96b 100644 --- a/dist/action-sheet/index.js +++ b/dist/action-sheet/index.js @@ -21,6 +21,10 @@ VantComponent({ closeOnClickOverlay: { type: Boolean, value: true + }, + closeOnClickAction: { + type: Boolean, + value: true } }, methods: { @@ -29,6 +33,9 @@ VantComponent({ const item = this.data.actions[index]; if (item && !item.disabled && !item.loading) { this.$emit('select', item); + if (this.data.closeOnClickAction) { + this.onClose(); + } } }, onCancel() { @@ -36,6 +43,10 @@ VantComponent({ }, onClose() { this.$emit('close'); + }, + onClickOverlay() { + this.$emit('click-overlay'); + this.onClose(); } } }); diff --git a/dist/action-sheet/index.wxml b/dist/action-sheet/index.wxml index 5f6d33f8..2ddb8635 100644 --- a/dist/action-sheet/index.wxml +++ b/dist/action-sheet/index.wxml @@ -8,7 +8,7 @@ custom-class="van-action-sheet" safe-area-inset-bottom="{{ safeAreaInsetBottom }}" close-on-click-overlay="{{ closeOnClickOverlay }}" - bind:close="onClose" + bind:close="onClickOverlay" > {{ title }} diff --git a/dist/action-sheet/index.wxss b/dist/action-sheet/index.wxss index a3087b1b..f88ad2a8 100644 --- a/dist/action-sheet/index.wxss +++ b/dist/action-sheet/index.wxss @@ -1 +1 @@ -@import '../common/index.wxss';.van-action-sheet{max-height:90%!important;color:#333}.van-action-sheet__cancel,.van-action-sheet__item{height:50px;font-size:16px;line-height:50px;text-align:center;background-color:#fff}.van-action-sheet__cancel--hover,.van-action-sheet__item--hover{background-color:#f2f3f5}.van-action-sheet__cancel{height:60px}.van-action-sheet__cancel:before{display:block;height:10px;background-color:#f8f8f8;content:" "}.van-action-sheet__item--disabled{color:#c9c9c9}.van-action-sheet__item--disabled.van-action-sheet__item--hover{background-color:#fff}.van-action-sheet__subname{margin-left:5px;font-size:12px;color:#7d7e80}.van-action-sheet__header{font-size:16px;font-weight:500;line-height:44px;text-align:center}.van-action-sheet__close{position:absolute!important;top:0;right:0;padding:0 15px;font-size:18px!important;line-height:inherit!important;color:#999} \ No newline at end of file +@import '../common/index.wxss';.van-action-sheet{max-height:90%!important;color:#333;color:var(--text-color,#333)}.van-action-sheet__cancel,.van-action-sheet__item{height:50px;font-size:16px;line-height:50px;text-align:center;background-color:#fff;background-color:var(--white,#fff)}.van-action-sheet__cancel--hover,.van-action-sheet__item--hover{background-color:#f2f3f5;background-color:var(--active-color,#f2f3f5)}.van-action-sheet__cancel{height:60px}.van-action-sheet__cancel:before{display:block;height:10px;content:" ";background-color:#f8f8f8;background-color:var(--background-color,#f8f8f8)}.van-action-sheet__item--disabled{color:#c9c9c9;color:var(--gray,#c9c9c9)}.van-action-sheet__item--disabled.van-action-sheet__item--hover{background-color:#fff;background-color:var(--white,#fff)}.van-action-sheet__subname{margin-left:5px;font-size:12px;color:#7d7e80;color:var(--gray-darker,#7d7e80)}.van-action-sheet__header{font-weight:500;font-size:16px;line-height:44px;text-align:center}.van-action-sheet__close{position:absolute!important;top:0;right:0;padding:0 15px;font-size:18px!important;line-height:inherit!important;color:#999;color:var(--gray-dark,#999)} \ No newline at end of file diff --git a/dist/area/index.js b/dist/area/index.js index 03aa598d..ac8bbadb 100644 --- a/dist/area/index.js +++ b/dist/area/index.js @@ -2,11 +2,11 @@ import { VantComponent } from '../common/component'; import { pickerProps } from '../picker/shared'; VantComponent({ classes: ['active-class', 'toolbar-class', 'column-class'], - props: Object.assign({}, pickerProps, { value: String, areaList: { + props: Object.assign(Object.assign({}, pickerProps), { value: String, areaList: { type: Object, value: {} }, columnsNum: { - type: [String, Number], + type: null, value: 3 } }), data: { @@ -20,7 +20,7 @@ VantComponent({ }, areaList: 'setValues', columnsNum(value) { - this.set({ + this.setData({ displayColumns: this.data.columns.slice(0, +value) }); } @@ -151,8 +151,8 @@ VantComponent({ } return area; }, - reset() { - this.code = ''; + reset(code) { + this.code = code || ''; return this.setValues(); } } diff --git a/dist/badge-group/index.wxml b/dist/badge-group/index.wxml deleted file mode 100644 index 04a0c8f3..00000000 --- a/dist/badge-group/index.wxml +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/dist/badge-group/index.wxss b/dist/badge-group/index.wxss deleted file mode 100644 index 5149eabf..00000000 --- a/dist/badge-group/index.wxss +++ /dev/null @@ -1 +0,0 @@ -@import '../common/index.wxss';.van-badge-group{width:85px} \ No newline at end of file diff --git a/dist/badge/index.wxml b/dist/badge/index.wxml deleted file mode 100644 index 3563bdbf..00000000 --- a/dist/badge/index.wxml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - {{ title }} - - diff --git a/dist/badge/index.wxss b/dist/badge/index.wxss deleted file mode 100644 index cf5ff09c..00000000 --- a/dist/badge/index.wxss +++ /dev/null @@ -1 +0,0 @@ -@import '../common/index.wxss';.van-badge{display:block;padding:20px 12px 20px 9px;overflow:hidden;font-size:14px;line-height:1.4;color:#7d7e80;word-break:break-all;background-color:#f8f8f8;border-left:3px solid transparent;box-sizing:border-box;-webkit-user-select:none;user-select:none}.van-badge--hover{background-color:#f2f3f5}.van-badge:after{border-bottom-width:1px}.van-badge--active{font-weight:700;color:#333;border-color:#ee0a24}.van-badge--active:after{border-right-width:1px}.van-badge--active,.van-badge--active.van-badge--hover{background-color:#fff}.van-badge__text{position:relative} \ No newline at end of file diff --git a/dist/button/index.js b/dist/button/index.js index c7deb502..e32509e8 100644 --- a/dist/button/index.js +++ b/dist/button/index.js @@ -4,9 +4,11 @@ import { openType } from '../mixins/open-type'; VantComponent({ mixins: [button, openType], classes: ['hover-class', 'loading-class'], + data: { + style: '' + }, props: { icon: String, - color: String, plain: Boolean, block: Boolean, round: Boolean, @@ -15,6 +17,11 @@ VantComponent({ hairline: Boolean, disabled: Boolean, loadingText: String, + customStyle: String, + loadingType: { + type: String, + value: 'circular' + }, type: { type: String, value: 'default' @@ -26,6 +33,29 @@ VantComponent({ loadingSize: { type: String, value: '20px' + }, + color: { + type: String, + observer(color) { + let style = ''; + if (color) { + style += `color: ${this.data.plain ? color : 'white'};`; + if (!this.data.plain) { + // Use background instead of backgroundColor to make linear-gradient work + style += `background: ${color};`; + } + // hide border when color is linear-gradient + if (color.indexOf('gradient') !== -1) { + style += 'border: 0;'; + } + else { + style += `border-color: ${color};`; + } + } + if (style !== this.data.style) { + this.setData({ style }); + } + } } }, methods: { diff --git a/dist/button/index.wxml b/dist/button/index.wxml index dec0e7d5..639e0f15 100644 --- a/dist/button/index.wxml +++ b/dist/button/index.wxml @@ -3,10 +3,10 @@