diff --git a/dist/action-sheet/index.wxml b/dist/action-sheet/index.wxml
index 4d851529..5bfe879d 100644
--- a/dist/action-sheet/index.wxml
+++ b/dist/action-sheet/index.wxml
@@ -7,34 +7,34 @@
close-on-click-overlay="{{ closeOnClickOverlay }}"
bind:close="onClose"
>
-
-
-
+
+
{{ cancelText }}
-
-
-
+
diff --git a/dist/action-sheet/index.wxss b/dist/action-sheet/index.wxss
index 1278a8b5..15f3a60b 100644
--- a/dist/action-sheet/index.wxss
+++ b/dist/action-sheet/index.wxss
@@ -1 +1 @@
-@import '../common/index.wxss';.van-action-sheet{color:#333;max-height:90%;overflow-y:auto;-webkit-overflow-scrolling:touch;background-color:#f8f8f8}.van-action-sheet__cancel,.van-action-sheet__item{height:50px;line-height:50px;font-size:16px;text-align:center;background-color:#fff}.van-action-sheet__cancel:active,.van-action-sheet__item:active{background-color:#e8e8e8}.van-action-sheet__item--disabled{color:#c9c9c9}.van-action-sheet__item--disabled:active{background-color:#fff}.van-action-sheet__name,.van-action-sheet__subname{display:inline-block}.van-action-sheet__subname{font-size:12px;color:#666;margin-left:5px}.van-action-sheet__loading{display:inline-block}.van-action-sheet__cancel{margin-top:10px}.van-action-sheet__header{font-size:16px;line-height:44px;text-align:center}.van-action-sheet__close{top:0;right:0;padding:0 15px;font-size:18px!important;color:#999;position:absolute!important;line-height:inherit!important}
\ No newline at end of file
+@import '../common/index.wxss';.van-action-sheet{color:#333;max-height:90%!important;background-color:#f8f8f8!important}.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:active,.van-action-sheet__item:active{background-color:#e8e8e8}.van-action-sheet__item--disabled{color:#c9c9c9}.van-action-sheet__item--disabled:active{background-color:#fff}.van-action-sheet__subname{font-size:12px;color:#666;margin-left:5px}.van-action-sheet__cancel{margin-top:10px}.van-action-sheet__header{font-size:16px;font-weight:500;line-height:44px;text-align:center}.van-action-sheet__close{top:0;right:0;padding:0 15px;color:#999;font-size:18px!important;position:absolute!important;line-height:inherit!important}
\ No newline at end of file
diff --git a/dist/area/index.js b/dist/area/index.js
index 7db2585d..081ad3e8 100644
--- a/dist/area/index.js
+++ b/dist/area/index.js
@@ -64,7 +64,7 @@ VantComponent({
});
var values = displayColumns[index];
- if (!value[index] || !values[value[index]]) {
+ if (index < 0 || value[index] < 0 || !values[value[index]]) {
return;
}
diff --git a/dist/button/index.wxml b/dist/button/index.wxml
index 6ee5b74a..acb6693b 100644
--- a/dist/button/index.wxml
+++ b/dist/button/index.wxml
@@ -1,29 +1,29 @@
diff --git a/dist/button/index.wxss b/dist/button/index.wxss
index cf187884..10d9a3e0 100644
--- a/dist/button/index.wxss
+++ b/dist/button/index.wxss
@@ -1 +1 @@
-@import '../common/index.wxss';.van-button{position:relative;padding:0;display:inline-block;height:44px;line-height:42px;border-radius:2px;box-sizing:border-box;font-size:16px;text-align:center;vertical-align:middle;-webkit-appearance:none;-webkit-text-size-adjust:100%}.van-button::after{content:" ";position:absolute;top:50%;left:50%;opacity:0;width:100%;height:100%;border:inherit;border-color:#000;background-color:#000;border-radius:inherit;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.van-button:active::after{opacity:.3}.van-button--unclickable::after{display:none}.van-button--default{color:#333;background-color:#fff;border:1px solid #eee}.van-button--primary{color:#fff;background-color:#4b0;border:1px solid #4b0}.van-button--danger{color:#fff;background-color:#f44;border:1px solid #f44}.van-button--warning{color:#fff;background-color:#ff976a;border:1px solid #ff976a}.van-button--plain{background-color:#fff}.van-button--plain.van-button--primary{color:#4b0}.van-button--plain.van-button--danger{color:#f44}.van-button--plain.van-button--warning{color:#ff976a}.van-button--large{width:100%;height:50px;line-height:48px}.van-button--normal{padding:0 15px;font-size:14px}.van-button--small{height:30px;padding:0 8px;min-width:60px;font-size:12px;line-height:28px}.van-button--mini{display:inline-block;width:50px;height:22px;line-height:20px;font-size:10px}.van-button--mini+.van-button--mini{margin-left:5px}.van-button--block{width:100%;display:block}.van-button--round{border-radius:10em}.van-button--square{border-radius:0}.van-button--disabled{opacity:.5}
\ No newline at end of file
+@import '../common/index.wxss';.van-button{position:relative;padding:0;display:inline-block;height:44px;line-height:42px;border-radius:2px;box-sizing:border-box;font-size:16px;text-align:center;vertical-align:middle;-webkit-appearance:none;-webkit-text-size-adjust:100%}.van-button::after{content:" ";position:absolute;top:50%;left:50%;opacity:0;width:100%;height:100%;border:inherit;border-color:#000;background-color:#000;border-radius:inherit;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.van-button:active::after{opacity:.15}.van-button--unclickable::after{display:none}.van-button--default{color:#333;background-color:#fff;border:1px solid #eee}.van-button--primary{color:#fff;background-color:#4b0;border:1px solid #4b0}.van-button--danger{color:#fff;background-color:#f44;border:1px solid #f44}.van-button--warning{color:#fff;background-color:#ff976a;border:1px solid #ff976a}.van-button--plain{background-color:#fff}.van-button--plain.van-button--primary{color:#4b0}.van-button--plain.van-button--danger{color:#f44}.van-button--plain.van-button--warning{color:#ff976a}.van-button--large{width:100%;height:50px;line-height:48px}.van-button--normal{padding:0 15px;font-size:14px}.van-button--small{height:30px;padding:0 8px;min-width:60px;font-size:12px;line-height:28px}.van-button--mini{display:inline-block;width:50px;height:22px;line-height:20px;font-size:10px}.van-button--mini+.van-button--mini{margin-left:5px}.van-button--block{width:100%;display:block}.van-button--round{border-radius:10em}.van-button--square{border-radius:0}.van-button--disabled{opacity:.5}
\ No newline at end of file
diff --git a/dist/card/index.js b/dist/card/index.js
index 4e51c19f..8174f9fb 100644
--- a/dist/card/index.js
+++ b/dist/card/index.js
@@ -1,6 +1,8 @@
+import { link } from '../mixins/link';
import { VantComponent } from '../common/component';
VantComponent({
- classes: ['thumb-class', 'title-class', 'price-class', 'desc-class', 'num-class'],
+ classes: ['num-class', 'desc-class', 'thumb-class', 'title-class', 'price-class', 'origin-price-class'],
+ mixins: [link],
props: {
tag: String,
num: String,
@@ -11,9 +13,10 @@ VantComponent({
centered: Boolean,
lazyLoad: Boolean,
thumbLink: String,
- linkType: {
+ originPrice: String,
+ thumbMode: {
type: String,
- value: 'navigateTo'
+ value: 'scaleToFill'
},
currency: {
type: String,
@@ -22,13 +25,7 @@ VantComponent({
},
methods: {
onClickThumb: function onClickThumb() {
- var thumbLink = this.data.thumbLink;
-
- if (thumbLink) {
- wx[this.data.linkType]({
- url: thumbLink
- });
- }
+ this.jumpLink('thumbLink');
}
}
});
\ No newline at end of file
diff --git a/dist/card/index.wxml b/dist/card/index.wxml
index 5e8b3411..a5869519 100644
--- a/dist/card/index.wxml
+++ b/dist/card/index.wxml
@@ -1,6 +1,12 @@
-
+
+
-
+
{{ title }}
- {{ currency }} {{ price }}
-
-
-
+
+
{{ desc }}
+
+
+
+
+
+ {{ currency }} {{ price }}
+ {{ currency }} {{ originPrice }}
x {{ num }}
-
-
+
diff --git a/dist/card/index.wxss b/dist/card/index.wxss
index 5c2d5e48..265036e5 100644
--- a/dist/card/index.wxss
+++ b/dist/card/index.wxss
@@ -1 +1 @@
-@import '../common/index.wxss';.van-card{color:#333;height:100px;font-size:12px;background:#fafafa;position:relative;box-sizing:border-box;padding:5px 15px 5px 115px}.van-card--center,.van-card__thumb{-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.van-card__thumb{top:5px;left:15px;width:90px;height:90px;position:absolute}.van-card__img{border:none;max-width:100%;max-height:100%}.van-card,.van-card__row,.van-card__thumb{display:-webkit-flex;display:flex}.van-card__content{width:100%}.van-card__content--center{height:90px;-webkit-align-items:center;align-items:center}.van-card__desc,.van-card__title{line-height:20px;word-break:break-all}.van-card__title{max-height:40px}.van-card__desc{max-height:20px;color:#666}.van-card__num,.van-card__price{-webkit-flex:1;flex:1;min-width:80px;line-height:20px;text-align:right}.van-card__num{color:#666}.van-card__tag{position:absolute;top:2px;left:0}.van-card__tag{position:absolute;top:2px;left:0}.van-card__footer{right:15px;bottom:5px;position:absolute}.van-card__footer .van-button{margin-left:5px}
\ No newline at end of file
+@import '../common/index.wxss';.van-card{box-sizing:border-box;position:relative;height:100px;padding:5px 15px 5px 115px;background:#fafafa;color:#333;font-size:12px}.van-card--center{-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.van-card__thumb{position:absolute;top:5px;left:15px;width:90px;height:90px}.van-card__img{width:100%;height:100%}.van-card,.van-card__content{display:-webkit-flex;display:flex}.van-card__content{width:100%}.van-card__desc,.van-card__title{line-height:20px;word-break:break-all}.van-card__title{max-height:40px}.van-card__desc{max-height:20px;color:#666}.van-card__left{-webkit-flex:1;flex:1}.van-card__right{-webkit-flex:none;flex:none;padding-left:10px;line-height:20px;text-align:right}.van-card__origin-price{color:#666;text-decoration:line-through}.van-card__num{color:#666}.van-card__tag{position:absolute;top:2px;left:0}.van-card__footer{position:absolute;right:15px;bottom:5px}.van-card__footer .van-button{margin-left:5px}
\ No newline at end of file
diff --git a/dist/cell/index.js b/dist/cell/index.js
index a8a016fb..243b58a0 100644
--- a/dist/cell/index.js
+++ b/dist/cell/index.js
@@ -1,10 +1,11 @@
+import { link } from '../mixins/link';
import { VantComponent } from '../common/component';
VantComponent({
classes: ['title-class', 'label-class', 'value-class'],
+ mixins: [link],
props: {
title: null,
value: null,
- url: String,
icon: String,
label: String,
center: Boolean,
@@ -13,10 +14,6 @@ VantComponent({
clickable: Boolean,
titleWidth: String,
customStyle: String,
- linkType: {
- type: String,
- value: 'navigateTo'
- },
border: {
type: Boolean,
value: true
@@ -38,16 +35,9 @@ VantComponent({
}
},
methods: {
- onClick: function onClick() {
- var url = this.data.url;
-
- if (url) {
- wx[this.data.linkType]({
- url: url
- });
- }
-
- this.$emit('click');
+ onClick: function onClick(event) {
+ this.$emit('click', event.detail);
+ this.jumpLink();
}
}
});
\ No newline at end of file
diff --git a/dist/cell/index.wxml b/dist/cell/index.wxml
index ee92995f..4d8bc746 100644
--- a/dist/cell/index.wxml
+++ b/dist/cell/index.wxml
@@ -22,7 +22,7 @@
- {{ value }}
+ {{ value }}
diff --git a/dist/cell/index.wxss b/dist/cell/index.wxss
index 55a2e32e..91f6ac0b 100644
--- a/dist/cell/index.wxss
+++ b/dist/cell/index.wxss
@@ -1 +1 @@
-@import '../common/index.wxss';.van-cell{width:100%;display:-webkit-flex;display:flex;padding:10px 15px;box-sizing:border-box;line-height:24px;position:relative;background-color:#fff;color:#333;font-size:14px}.van-cell::after{content:' ';position:absolute;pointer-events:none;box-sizing:border-box;-webkit-transform-origin:center;transform-origin:center;top:auto;left:15px;right:0;bottom:0;-webkit-transform:scaleY(.5);transform:scaleY(.5);border-bottom:1px solid #eee}.van-cell--borderless::after{display:none}.van-cell-group{background-color:#fff}.van-cell__label{font-size:12px;line-height:1.2;color:#666}.van-cell__title,.van-cell__value{-webkit-flex:1;flex:1}.van-cell__title:empty,.van-cell__value:empty{display:none}.van-cell__value{overflow:hidden;text-align:right;vertical-align:middle}.van-cell__left-icon{font-size:16px;line-height:24px;margin-right:5px;vertical-align:middle}.van-cell__right-icon{color:#999;font-size:12px;line-height:24px;margin-left:5px}.van-cell--clickable:active{background-color:#e8e8e8}.van-cell--required{overflow:visible}.van-cell--required::before{content:'*';position:absolute;left:7px;font-size:14px;color:#f44}.van-cell--center{-webkit-align-items:center;align-items:center}
\ No newline at end of file
+@import '../common/index.wxss';.van-cell{width:100%;display:-webkit-flex;display:flex;padding:10px 15px;box-sizing:border-box;line-height:24px;position:relative;background-color:#fff;color:#333;font-size:14px}.van-cell::after{content:' ';position:absolute;pointer-events:none;box-sizing:border-box;-webkit-transform-origin:center;transform-origin:center;top:auto;left:15px;right:0;bottom:0;-webkit-transform:scaleY(.5);transform:scaleY(.5);border-bottom:1px solid #eee}.van-cell--borderless::after{display:none}.van-cell-group{background-color:#fff}.van-cell__label{font-size:12px;line-height:1.2;color:#666}.van-cell__title,.van-cell__value{-webkit-flex:1;flex:1}.van-cell__title:empty,.van-cell__value:empty{display:none}.van-cell__value{overflow:hidden;text-align:right;vertical-align:middle}.van-cell__left-icon{font-size:16px!important;line-height:24px;margin-right:5px;vertical-align:middle}.van-cell__right-icon{color:#999;font-size:12px!important;line-height:24px;margin-left:5px}.van-cell--clickable:active{background-color:#e8e8e8}.van-cell--required{overflow:visible}.van-cell--required::before{content:'*';position:absolute;left:7px;font-size:14px;color:#f44}.van-cell--center{-webkit-align-items:center;align-items:center}
\ No newline at end of file
diff --git a/dist/common/component.js b/dist/common/component.js
index 2c0af5d1..0bae29c7 100644
--- a/dist/common/component.js
+++ b/dist/common/component.js
@@ -10,6 +10,10 @@ function mapKeys(source, target, map) {
}
function VantComponent(vantOptions) {
+ if (vantOptions === void 0) {
+ vantOptions = {};
+ }
+
var options = {};
mapKeys(vantOptions, options, {
data: 'data',
@@ -23,7 +27,8 @@ function VantComponent(vantOptions) {
destroyed: 'detached',
classes: 'externalClasses'
});
- var relation = vantOptions.relation;
+ var _vantOptions = vantOptions,
+ relation = _vantOptions.relation;
if (relation) {
options.relations = Object.assign(options.relations || {}, {
diff --git a/dist/dialog/index.js b/dist/dialog/index.js
index 3b7fbf7d..937a2aee 100644
--- a/dist/dialog/index.js
+++ b/dist/dialog/index.js
@@ -9,6 +9,7 @@ VantComponent({
useSlot: Boolean,
asyncClose: Boolean,
showCancelButton: Boolean,
+ closeOnClickOverlay: Boolean,
confirmButtonOpenType: String,
zIndex: {
type: Number,
@@ -29,10 +30,6 @@ VantComponent({
overlay: {
type: Boolean,
value: true
- },
- closeOnClickOverlay: {
- type: Boolean,
- value: false
}
},
data: {
diff --git a/dist/dialog/index.wxml b/dist/dialog/index.wxml
index 46dc8f0d..4058786b 100644
--- a/dist/dialog/index.wxml
+++ b/dist/dialog/index.wxml
@@ -3,48 +3,51 @@
transition="scale"
z-index="{{ zIndex }}"
overlay="{{ overlay }}"
- close-on-click-overlay="{{ closeOnClickOverlay }}"
custom-class="van-dialog"
+ close-on-click-overlay="{{ closeOnClickOverlay }}"
bind:close="onClickOverlay"
>
-