diff --git a/dist/action-sheet/index.js b/dist/action-sheet/index.js
index 534fc458..7a93bff1 100644
--- a/dist/action-sheet/index.js
+++ b/dist/action-sheet/index.js
@@ -1,5 +1,7 @@
import { VantComponent } from '../common/component';
+import { iphonex } from '../mixins/iphonex';
VantComponent({
+ mixins: [iphonex],
props: {
show: Boolean,
title: String,
@@ -19,10 +21,6 @@ VantComponent({
closeOnClickOverlay: {
type: Boolean,
value: true
- },
- safeAreaInsetBottom: {
- type: Boolean,
- value: true
}
},
methods: {
diff --git a/dist/action-sheet/index.wxml b/dist/action-sheet/index.wxml
index 2435c5c1..dd71adcb 100644
--- a/dist/action-sheet/index.wxml
+++ b/dist/action-sheet/index.wxml
@@ -16,20 +16,23 @@
bind:click="onClose"
/>
-
+
+
+
+
- {{ info }}
- {{ title }}
+
+
+ {{ title }}
+
diff --git a/dist/badge/index.wxss b/dist/badge/index.wxss
index bb5f6b2d..a6f3e822 100644
--- a/dist/badge/index.wxss
+++ b/dist/badge/index.wxss
@@ -1 +1 @@
-@import '../common/index.wxss';.van-badge{display:block;overflow:hidden;font-size:14px;line-height:1.4;-webkit-user-select:none;user-select:none;color:#7d7e80;word-break:break-all;box-sizing:border-box;padding:20px 12px 20px 9px;background-color:#f8f8f8;border-left:3px solid transparent}.van-badge:active{background-color:#e8e8e8}.van-badge::after{border-bottom-width:1px}.van-badge--active{font-weight:700;color:#333;border-color:#f44}.van-badge--active::after{border-right-width:1px}.van-badge--active,.van-badge--active:active{background-color:#fff}.van-badge__info{position:absolute;top:4px;right:2px;color:#fff;font-size:12px;font-weight:500;-webkit-transform:scale(.8);transform:scale(.8);text-align:center;box-sizing:border-box;padding:0 6px;min-width:18px;line-height:18px;border-radius:9px;background-color:#f44}
\ No newline at end of file
+@import '../common/index.wxss';.van-badge{display:block;overflow:hidden;font-size:14px;line-height:1.4;-webkit-user-select:none;user-select:none;color:#7d7e80;word-break:break-all;box-sizing:border-box;padding:20px 12px 20px 9px;background-color:#f8f8f8;border-left:3px solid transparent}.van-badge:active{background-color:#e8e8e8}.van-badge::after{border-bottom-width:1px}.van-badge--active{font-weight:700;color:#333;border-color:#f44}.van-badge--active::after{border-right-width:1px}.van-badge--active,.van-badge--active:active{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 c98a60ac..e5b2e792 100644
--- a/dist/button/index.js
+++ b/dist/button/index.js
@@ -20,28 +20,6 @@ VantComponent({
value: 'normal'
}
},
- computed: {
- classes: function classes() {
- var _this$data = this.data,
- type = _this$data.type,
- size = _this$data.size,
- block = _this$data.block,
- plain = _this$data.plain,
- round = _this$data.round,
- square = _this$data.square,
- loading = _this$data.loading,
- disabled = _this$data.disabled;
- return this.classNames('van-button', "van-button--" + type, "van-button--" + size, {
- 'van-button--block': block,
- 'van-button--round': round,
- 'van-button--plain': plain,
- 'van-button--square': square,
- 'van-button--loading': loading,
- 'van-button--disabled': disabled,
- 'van-button--unclickable': disabled || loading
- });
- }
- },
methods: {
onClick: function onClick() {
if (!this.data.disabled && !this.data.loading) {
diff --git a/dist/button/index.wxml b/dist/button/index.wxml
index 3480f938..63817067 100644
--- a/dist/button/index.wxml
+++ b/dist/button/index.wxml
@@ -1,7 +1,9 @@
+
+
-
+
-
- {{ title }}
-
+ {{ title }}
+
- {{ desc }}
-
+ {{ desc }}
+
-
-
-
+
+
+
{{ currency }} {{ price }}
{{ currency }} {{ originPrice }}
x {{ num }}
diff --git a/dist/card/index.wxss b/dist/card/index.wxss
index ef76adf1..24738e2c 100644
--- a/dist/card/index.wxss
+++ b/dist/card/index.wxss
@@ -1 +1 @@
-@import '../common/index.wxss';.van-card{box-sizing:border-box;position:relative;height:100px;font-size:12px;color:#333;padding:5px 15px 5px 115px;background:#fafafa}.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:#7d7e80}.van-card__left{-webkit-flex:1;flex:1;min-width:0}.van-card__right{-webkit-flex:none;flex:none;padding-left:10px;line-height:20px;text-align:right}.van-card__origin-price{color:#7d7e80;text-decoration:line-through}.van-card__num{color:#7d7e80}.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
+@import '../common/index.wxss';.van-card{position:relative;display:-webkit-flex;display:flex;padding:5px 15px;font-size:12px;color:#333;background:#fafafa;box-sizing:border-box;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-card--center{-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.van-card__thumb{position:relative;width:90px;height:90px;margin-right:10px;-webkit-flex:none;flex:none}.van-card__thumb:empty{display:none}.van-card__img{width:100%;height:100%}.van-card__content{position:relative;height:90px;-webkit-flex:1;flex:1}.van-card__desc,.van-card__title{line-height:17px;word-break:break-all}.van-card__title{max-height:34px;font-weight:700}.van-card__desc{max-height:17px;color:#7d7e80}.van-card__bottom{position:absolute;bottom:0;left:0;width:100%;line-height:17px}.van-card__price{display:inline-block;font-weight:700;color:#f44}.van-card__origin-price{display:inline-block;margin-left:5px;font-size:10px;color:#7d7e80;text-decoration:line-through}.van-card__num{float:right}.van-card__tag{position:absolute;top:2px;left:0}.van-card__footer{width:100%;text-align:right;-webkit-flex:none;flex:none}
\ No newline at end of file
diff --git a/dist/cell/index.js b/dist/cell/index.js
index 3e39a9ee..26d2f015 100644
--- a/dist/cell/index.js
+++ b/dist/cell/index.js
@@ -21,22 +21,6 @@ VantComponent({
value: true
}
},
- computed: {
- cellClass: function cellClass() {
- var data = this.data;
- return this.classNames('van-cell', {
- 'van-cell--center': data.center,
- 'van-cell--required': data.required,
- 'van-cell--borderless': !data.border,
- 'van-cell--clickable': data.isLink || data.clickable,
- ["van-cell--" + data.size]: data.size
- });
- },
- titleStyle: function titleStyle() {
- var titleWidth = this.data.titleWidth;
- return titleWidth ? "max-width: " + titleWidth + ";min-width: " + titleWidth : '';
- }
- },
methods: {
onClick: function onClick(event) {
this.$emit('click', event.detail);
diff --git a/dist/cell/index.wxml b/dist/cell/index.wxml
index bdea77b0..caee22b6 100644
--- a/dist/cell/index.wxml
+++ b/dist/cell/index.wxml
@@ -1,5 +1,7 @@
+
+
@@ -12,7 +14,7 @@
diff --git a/dist/checkbox-group/index.js b/dist/checkbox-group/index.js
index 21bc5225..354468b1 100644
--- a/dist/checkbox-group/index.js
+++ b/dist/checkbox-group/index.js
@@ -15,9 +15,9 @@ VantComponent({
}
},
props: {
+ max: Number,
value: Array,
- disabled: Boolean,
- max: Number
+ disabled: Boolean
},
watch: {
value: function value(_value) {
diff --git a/dist/checkbox/index.js b/dist/checkbox/index.js
index e4ca564d..b3d82e29 100644
--- a/dist/checkbox/index.js
+++ b/dist/checkbox/index.js
@@ -18,30 +18,6 @@ VantComponent({
value: 'round'
}
},
- computed: {
- iconClass: function iconClass() {
- var _this$data = this.data,
- disabled = _this$data.disabled,
- value = _this$data.value,
- shape = _this$data.shape;
- return this.classNames('van-checkbox__icon', "van-checkbox__icon--" + shape, {
- 'van-checkbox__icon--disabled': disabled,
- 'van-checkbox__icon--checked': value
- });
- },
- iconStyle: function iconStyle() {
- var _this$data2 = this.data,
- value = _this$data2.value,
- disabled = _this$data2.disabled,
- checkedColor = _this$data2.checkedColor;
-
- if (checkedColor && value && !disabled) {
- return "border-color: " + checkedColor + "; background-color: " + checkedColor;
- }
-
- return '';
- }
- },
methods: {
emitChange: function emitChange(value) {
var parent = this.getRelationNodes('../checkbox-group/index')[0];
diff --git a/dist/checkbox/index.wxml b/dist/checkbox/index.wxml
index ab5637a9..1659ba43 100644
--- a/dist/checkbox/index.wxml
+++ b/dist/checkbox/index.wxml
@@ -1,16 +1,18 @@
+
+
-
+
diff --git a/dist/checkbox/index.wxss b/dist/checkbox/index.wxss
index 33b90986..9ead73ea 100644
--- a/dist/checkbox/index.wxss
+++ b/dist/checkbox/index.wxss
@@ -1 +1 @@
-@import '../common/index.wxss';.van-checkbox{overflow:hidden;-webkit-user-select:none;user-select:none}.van-checkbox__icon-wrap,.van-checkbox__label{display:inline-block;line-height:20px;vertical-align:middle}.van-checkbox__icon{box-sizing:border-box;display:block;width:20px;height:20px;border:1px solid #e5e5e5;color:transparent;font-size:14px;text-align:center;transition:.2s}.van-checkbox__icon--round{border-radius:100%}.van-checkbox__icon--checked{color:#fff;border-color:#1989fa;background-color:#1989fa}.van-checkbox__icon--disabled{border-color:#eee;background-color:currentColor;color:#f8f8f8}.van-checkbox__icon--disabled.van-checkbox__icon--checked{border-color:#eee;background-color:#eee}.van-checkbox__label{margin-left:10px}.van-checkbox__label--left{margin:0 10px 0 0;float:left}.van-checkbox__label:empty{margin:0}
\ No newline at end of file
+@import '../common/index.wxss';.van-checkbox{overflow:hidden;-webkit-user-select:none;user-select:none}.van-checkbox__icon-wrap,.van-checkbox__label{display:inline-block;line-height:20px;vertical-align:middle}.van-checkbox__icon{display:block;font-size:14px;width:20px;height:20px;color:transparent;text-align:center;box-sizing:border-box;border:1px solid #e5e5e5;transition:.2s}.van-checkbox__icon--round{border-radius:100%}.van-checkbox__icon--checked{color:#fff;border-color:#1989fa;background-color:#1989fa}.van-checkbox__icon--disabled{border-color:#c9c9c9;background-color:#eee}.van-checkbox__icon--disabled.van-checkbox__icon--checked{color:#c9c9c9}.van-checkbox__label{color:#333;margin-left:10px}.van-checkbox__label--left{float:left;margin:0 10px 0 0}.van-checkbox__label--disabled{color:#c9c9c9}.van-checkbox__label:empty{margin:0}
\ No newline at end of file
diff --git a/dist/col/index.js b/dist/col/index.js
index 13a890c9..7b8b85b2 100644
--- a/dist/col/index.js
+++ b/dist/col/index.js
@@ -11,17 +11,6 @@ VantComponent({
data: {
style: ''
},
- computed: {
- classes: function classes() {
- var _this$data = this.data,
- span = _this$data.span,
- offset = _this$data.offset;
- return this.classNames('van-col', {
- ["van-col--" + span]: span,
- ["van-col--offset-" + offset]: offset
- });
- }
- },
methods: {
setGutter: function setGutter(gutter) {
var padding = gutter / 2 + "px";
diff --git a/dist/col/index.wxml b/dist/col/index.wxml
index 69e74b16..a759aac5 100644
--- a/dist/col/index.wxml
+++ b/dist/col/index.wxml
@@ -1,5 +1,7 @@
+
+
diff --git a/dist/collapse-item/index.js b/dist/collapse-item/index.js
index 594e4a9e..a218e377 100644
--- a/dist/collapse-item/index.js
+++ b/dist/collapse-item/index.js
@@ -9,11 +9,11 @@ VantComponent({
}
},
props: {
- name: [String, Number],
+ name: null,
+ title: null,
+ value: null,
icon: String,
label: String,
- title: [String, Number],
- value: [String, Number],
disabled: Boolean,
border: {
type: Boolean,
@@ -28,17 +28,6 @@ VantComponent({
contentHeight: 0,
expanded: false
},
- computed: {
- titleClass: function titleClass() {
- var _this$data = this.data,
- disabled = _this$data.disabled,
- expanded = _this$data.expanded;
- return this.classNames('van-collapse-item__title', {
- 'van-collapse-item__title--disabled': disabled,
- 'van-collapse-item__title--expanded': expanded
- });
- }
- },
methods: {
updateExpanded: function updateExpanded() {
if (!this.parent) {
@@ -65,13 +54,9 @@ VantComponent({
});
},
updateStyle: function updateStyle(expanded) {
- var _this = this;
-
if (expanded) {
- this.getRect('.van-collapse-item__content').then(function (res) {
- _this.set({
- contentHeight: res.height ? res.height + 'px' : null
- });
+ this.set({
+ contentHeight: 'auto'
});
} else {
this.set({
@@ -84,9 +69,9 @@ VantComponent({
return;
}
- var _this$data2 = this.data,
- name = _this$data2.name,
- expanded = _this$data2.expanded;
+ var _this$data = this.data,
+ name = _this$data.name,
+ expanded = _this$data.expanded;
var index = this.parent.data.items.indexOf(this);
var currentName = name == null ? index : name;
this.parent.switch(currentName, !expanded);
diff --git a/dist/collapse-item/index.wxml b/dist/collapse-item/index.wxml
index 6bf5ff10..4f51da13 100644
--- a/dist/collapse-item/index.wxml
+++ b/dist/collapse-item/index.wxml
@@ -1,3 +1,5 @@
+
+
{{ message }}
diff --git a/dist/dialog/index.wxss b/dist/dialog/index.wxss
index bb1c5fb8..97ee8923 100644
--- a/dist/dialog/index.wxss
+++ b/dist/dialog/index.wxss
@@ -1 +1 @@
-@import '../common/index.wxss';.van-dialog{width:85%;font-size:16px;overflow:hidden;border-radius:4px;background-color:#fff}.van-dialog__header{font-weight:500;padding-top:25px;text-align:center}.van-dialog__header--isolated{padding:25px 0}.van-dialog__message{padding:25px;font-size:14px;line-height:1.5;max-height:60vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:12px;color:#7d7e80}.van-dialog__footer{display:-webkit-flex;display:flex}.van-dialog__button{-webkit-flex:1;flex:1}.van-dialog__cancel,.van-dialog__confirm{border:0!important}.van-dialog__confirm,.van-dialog__confirm:active{color:#1989fa!important}.van-dialog-bounce-enter{opacity:0;-webkit-transform:translate3d(-50%,-50%,0) scale(.7);transform:translate3d(-50%,-50%,0) scale(.7)}.van-dialog-bounce-leave-active{opacity:0;-webkit-transform:translate3d(-50%,-50%,0) scale(.9);transform:translate3d(-50%,-50%,0) scale(.9)}
\ No newline at end of file
+@import '../common/index.wxss';.van-dialog{width:85%;font-size:16px;overflow:hidden;border-radius:4px;background-color:#fff}.van-dialog__header{font-weight:500;padding-top:25px;text-align:center}.van-dialog__header--isolated{padding:25px 0}.van-dialog__message{padding:25px;font-size:14px;line-height:1.5;max-height:60vh;overflow-y:auto;text-align:center;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:12px;color:#7d7e80}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__footer{display:-webkit-flex;display:flex}.van-dialog__button{-webkit-flex:1;flex:1}.van-dialog__cancel,.van-dialog__confirm{border:0!important}.van-dialog__confirm,.van-dialog__confirm:active{color:#1989fa!important}.van-dialog-bounce-enter{opacity:0;-webkit-transform:translate3d(-50%,-50%,0) scale(.7);transform:translate3d(-50%,-50%,0) scale(.7)}.van-dialog-bounce-leave-active{opacity:0;-webkit-transform:translate3d(-50%,-50%,0) scale(.9);transform:translate3d(-50%,-50%,0) scale(.9)}
\ No newline at end of file
diff --git a/dist/field/index.js b/dist/field/index.js
index 6a3b31b0..4a04edb5 100644
--- a/dist/field/index.js
+++ b/dist/field/index.js
@@ -26,6 +26,10 @@ VantComponent({
customStyle: String,
useIconSlot: Boolean,
useButtonSlot: Boolean,
+ showConfirmBar: {
+ type: Boolean,
+ value: true
+ },
placeholderStyle: String,
adjustPosition: {
type: Boolean,
@@ -55,17 +59,6 @@ VantComponent({
data: {
showClear: false
},
- computed: {
- inputClass: function inputClass() {
- var data = this.data;
- return this.classNames('input-class', 'van-field__input', {
- 'van-field--error': data.error,
- 'van-field__textarea': data.type === 'textarea',
- 'van-field__input--disabled': data.disabled,
- ["van-field__input--" + data.inputAlign]: data.inputAlign
- });
- }
- },
beforeCreate: function beforeCreate() {
this.focused = false;
},
diff --git a/dist/field/index.wxml b/dist/field/index.wxml
index 61cd6985..e1205906 100644
--- a/dist/field/index.wxml
+++ b/dist/field/index.wxml
@@ -1,3 +1,5 @@
+
+
+
+
+
diff --git a/dist/icon/index.json b/dist/icon/index.json
index 467ce294..bf0ebe00 100644
--- a/dist/icon/index.json
+++ b/dist/icon/index.json
@@ -1,3 +1,6 @@
{
- "component": true
+ "component": true,
+ "usingComponents": {
+ "van-info": "../info/index"
+ }
}
diff --git a/dist/icon/index.wxml b/dist/icon/index.wxml
index aefcdebf..0c37bcd3 100644
--- a/dist/icon/index.wxml
+++ b/dist/icon/index.wxml
@@ -1,18 +1,16 @@
+
+
-
- {{ info }}
-
+ info="{{ info }}"
+ />
-
-
diff --git a/dist/icon/index.wxss b/dist/icon/index.wxss
index c775a420..d67654a5 100644
--- a/dist/icon/index.wxss
+++ b/dist/icon/index.wxss
@@ -1 +1 @@
-@import '../common/index.wxss';@font-face{font-style:normal;font-weight:400;font-family:vant-icon;src:url(https://img.yzcdn.cn/vant/vant-icon-ccd101.ttf) format('truetype')}.van-icon{position:relative;display:inline-block;font:normal normal normal 14px/1 vant-icon;font-size:inherit;text-rendering:auto}.van-icon--image{width:1em;height:1em}.van-icon--image image{top:0;left:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%;position:absolute}.van-icon__info{position:absolute;right:0;top:-8px;color:#fff;font-size:12px;font-weight:500;font-family:PingFang SC,Helvetica Neue,Arial,sans-serif;text-align:center;box-sizing:border-box;padding:0 3px;min-width:16px;line-height:14px;border:1px solid #fff;border-radius:16px;background-color:#f44;-webkit-transform:translateX(50%);transform:translateX(50%);-webkit-transform-origin:100%;transform-origin:100%}.van-icon::before{display:inline-block}.van-icon-add-o::before{content:"\F000"}.van-icon-add::before{content:"\F001"}.van-icon-add2::before{content:"\F002"}.van-icon-after-sale::before{content:"\F003"}.van-icon-aim::before{content:"\F004"}.van-icon-alipay::before{content:"\F005"}.van-icon-arrow-down::before{content:"\F006"}.van-icon-arrow-left::before{content:"\F007"}.van-icon-arrow-up::before{content:"\F008"}.van-icon-arrow::before{content:"\F009"}.van-icon-balance-pay::before{content:"\F00A"}.van-icon-browsing-history::before{content:"\F00B"}.van-icon-card::before{content:"\F00C"}.van-icon-cart-o::before{content:"\F00D"}.van-icon-cart::before{content:"\F00E"}.van-icon-cash-back-record::before{content:"\F00F"}.van-icon-cash-on-deliver::before{content:"\F010"}.van-icon-certificate::before{content:"\F011"}.van-icon-chat::before{content:"\F012"}.van-icon-check::before{content:"\F013"}.van-icon-checked::before{content:"\F014"}.van-icon-clear::before{content:"\F015"}.van-icon-clock::before{content:"\F016"}.van-icon-close::before{content:"\F017"}.van-icon-completed::before{content:"\F018"}.van-icon-contact::before{content:"\F019"}.van-icon-coupon::before{content:"\F01A"}.van-icon-credit-pay::before{content:"\F01B"}.van-icon-cross::before{content:"\F01C"}.van-icon-debit-pay::before{content:"\F01D"}.van-icon-delete::before{content:"\F01E"}.van-icon-description::before{content:"\F01F"}.van-icon-discount::before{content:"\F020"}.van-icon-ecard-pay::before{content:"\F021"}.van-icon-edit-data::before{content:"\F022"}.van-icon-edit::before{content:"\F023"}.van-icon-exchange-record::before{content:"\F024"}.van-icon-exchange::before{content:"\F025"}.van-icon-fail::before{content:"\F026"}.van-icon-free-postage::before{content:"\F027"}.van-icon-gift-card-pay::before{content:"\F028"}.van-icon-gift-card::before{content:"\F029"}.van-icon-gift::before{content:"\F02A"}.van-icon-gold-coin::before{content:"\F02B"}.van-icon-goods-collect::before{content:"\F02C"}.van-icon-home::before{content:"\F02D"}.van-icon-hot-sale::before{content:"\F02E"}.van-icon-hot::before{content:"\F02F"}.van-icon-idcard::before{content:"\F030"}.van-icon-info-o::before{content:"\F031"}.van-icon-like-o::before{content:"\F032"}.van-icon-like::before{content:"\F033"}.van-icon-location::before{content:"\F034"}.van-icon-logistics::before{content:"\F035"}.van-icon-more-o::before{content:"\F036"}.van-icon-more::before{content:"\F037"}.van-icon-new-arrival::before{content:"\F038"}.van-icon-new::before{content:"\F039"}.van-icon-other-pay::before{content:"\F03A"}.van-icon-passed::before{content:"\F03B"}.van-icon-password-not-view::before{content:"\F03C"}.van-icon-password-view::before{content:"\F03D"}.van-icon-pause::before{content:"\F03E"}.van-icon-peer-pay::before{content:"\F03F"}.van-icon-pending-deliver::before{content:"\F040"}.van-icon-pending-evaluate::before{content:"\F041"}.van-icon-pending-orders::before{content:"\F042"}.van-icon-pending-payment::before{content:"\F043"}.van-icon-phone::before{content:"\F044"}.van-icon-photo::before{content:"\F045"}.van-icon-photograph::before{content:"\F046"}.van-icon-play::before{content:"\F047"}.van-icon-point-gift::before{content:"\F048"}.van-icon-points-mall::before{content:"\F049"}.van-icon-points::before{content:"\F04A"}.van-icon-qr-invalid::before{content:"\F04B"}.van-icon-qr::before{content:"\F04C"}.van-icon-question::before{content:"\F04D"}.van-icon-question2::before{content:"\F04E"}.van-icon-receive-gift::before{content:"\F04F"}.van-icon-records::before{content:"\F050"}.van-icon-search::before{content:"\F051"}.van-icon-send-gift::before{content:"\F052"}.van-icon-setting::before{content:"\F053"}.van-icon-share::before{content:"\F054"}.van-icon-shop-collect::before{content:"\F055"}.van-icon-shop::before{content:"\F056"}.van-icon-shopping-cart::before{content:"\F057"}.van-icon-sign::before{content:"\F058"}.van-icon-star-o::before{content:"\F059"}.van-icon-star::before{content:"\F05A"}.van-icon-stop::before{content:"\F05B"}.van-icon-success::before{content:"\F05C"}.van-icon-tosend::before{content:"\F05D"}.van-icon-underway::before{content:"\F05E"}.van-icon-upgrade::before{content:"\F05F"}.van-icon-value-card::before{content:"\F060"}.van-icon-wap-home::before{content:"\F061"}.van-icon-wap-nav::before{content:"\F062"}.van-icon-warn::before{content:"\F063"}.van-icon-wechat::before{content:"\F064"}
\ No newline at end of file
+@import '../common/index.wxss';@font-face{font-style:normal;font-weight:400;font-family:vant-icon;src:url(https://img.yzcdn.cn/vant/vant-icon-ccd101.ttf) format('truetype')}.van-icon{position:relative;display:inline-block;font:normal normal normal 14px/1 vant-icon;font-size:inherit;text-rendering:auto}.van-icon--image{width:1em;height:1em}.van-icon--image image{top:0;left:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%;position:absolute}.van-icon::before{display:inline-block}.van-icon-add-o::before{content:"\F000"}.van-icon-add::before{content:"\F001"}.van-icon-add2::before{content:"\F002"}.van-icon-after-sale::before{content:"\F003"}.van-icon-aim::before{content:"\F004"}.van-icon-alipay::before{content:"\F005"}.van-icon-arrow-down::before{content:"\F006"}.van-icon-arrow-left::before{content:"\F007"}.van-icon-arrow-up::before{content:"\F008"}.van-icon-arrow::before{content:"\F009"}.van-icon-balance-pay::before{content:"\F00A"}.van-icon-browsing-history::before{content:"\F00B"}.van-icon-card::before{content:"\F00C"}.van-icon-cart-o::before{content:"\F00D"}.van-icon-cart::before{content:"\F00E"}.van-icon-cash-back-record::before{content:"\F00F"}.van-icon-cash-on-deliver::before{content:"\F010"}.van-icon-certificate::before{content:"\F011"}.van-icon-chat::before{content:"\F012"}.van-icon-check::before{content:"\F013"}.van-icon-checked::before{content:"\F014"}.van-icon-clear::before{content:"\F015"}.van-icon-clock::before{content:"\F016"}.van-icon-close::before{content:"\F017"}.van-icon-completed::before{content:"\F018"}.van-icon-contact::before{content:"\F019"}.van-icon-coupon::before{content:"\F01A"}.van-icon-credit-pay::before{content:"\F01B"}.van-icon-cross::before{content:"\F01C"}.van-icon-debit-pay::before{content:"\F01D"}.van-icon-delete::before{content:"\F01E"}.van-icon-description::before{content:"\F01F"}.van-icon-discount::before{content:"\F020"}.van-icon-ecard-pay::before{content:"\F021"}.van-icon-edit-data::before{content:"\F022"}.van-icon-edit::before{content:"\F023"}.van-icon-exchange-record::before{content:"\F024"}.van-icon-exchange::before{content:"\F025"}.van-icon-fail::before{content:"\F026"}.van-icon-free-postage::before{content:"\F027"}.van-icon-gift-card-pay::before{content:"\F028"}.van-icon-gift-card::before{content:"\F029"}.van-icon-gift::before{content:"\F02A"}.van-icon-gold-coin::before{content:"\F02B"}.van-icon-goods-collect::before{content:"\F02C"}.van-icon-home::before{content:"\F02D"}.van-icon-hot-sale::before{content:"\F02E"}.van-icon-hot::before{content:"\F02F"}.van-icon-idcard::before{content:"\F030"}.van-icon-info-o::before{content:"\F031"}.van-icon-like-o::before{content:"\F032"}.van-icon-like::before{content:"\F033"}.van-icon-location::before{content:"\F034"}.van-icon-logistics::before{content:"\F035"}.van-icon-more-o::before{content:"\F036"}.van-icon-more::before{content:"\F037"}.van-icon-new-arrival::before{content:"\F038"}.van-icon-new::before{content:"\F039"}.van-icon-other-pay::before{content:"\F03A"}.van-icon-passed::before{content:"\F03B"}.van-icon-password-not-view::before{content:"\F03C"}.van-icon-password-view::before{content:"\F03D"}.van-icon-pause::before{content:"\F03E"}.van-icon-peer-pay::before{content:"\F03F"}.van-icon-pending-deliver::before{content:"\F040"}.van-icon-pending-evaluate::before{content:"\F041"}.van-icon-pending-orders::before{content:"\F042"}.van-icon-pending-payment::before{content:"\F043"}.van-icon-phone::before{content:"\F044"}.van-icon-photo::before{content:"\F045"}.van-icon-photograph::before{content:"\F046"}.van-icon-play::before{content:"\F047"}.van-icon-point-gift::before{content:"\F048"}.van-icon-points-mall::before{content:"\F049"}.van-icon-points::before{content:"\F04A"}.van-icon-qr-invalid::before{content:"\F04B"}.van-icon-qr::before{content:"\F04C"}.van-icon-question::before{content:"\F04D"}.van-icon-question2::before{content:"\F04E"}.van-icon-receive-gift::before{content:"\F04F"}.van-icon-records::before{content:"\F050"}.van-icon-search::before{content:"\F051"}.van-icon-send-gift::before{content:"\F052"}.van-icon-setting::before{content:"\F053"}.van-icon-share::before{content:"\F054"}.van-icon-shop-collect::before{content:"\F055"}.van-icon-shop::before{content:"\F056"}.van-icon-shopping-cart::before{content:"\F057"}.van-icon-sign::before{content:"\F058"}.van-icon-star-o::before{content:"\F059"}.van-icon-star::before{content:"\F05A"}.van-icon-stop::before{content:"\F05B"}.van-icon-success::before{content:"\F05C"}.van-icon-tosend::before{content:"\F05D"}.van-icon-underway::before{content:"\F05E"}.van-icon-upgrade::before{content:"\F05F"}.van-icon-value-card::before{content:"\F060"}.van-icon-wap-home::before{content:"\F061"}.van-icon-wap-nav::before{content:"\F062"}.van-icon-warn::before{content:"\F063"}.van-icon-wechat::before{content:"\F064"}
\ No newline at end of file
diff --git a/dist/info/index.js b/dist/info/index.js
new file mode 100644
index 00000000..1357bbf1
--- /dev/null
+++ b/dist/info/index.js
@@ -0,0 +1,7 @@
+import { VantComponent } from '../common/component';
+VantComponent({
+ props: {
+ info: null,
+ customStyle: String
+ }
+});
\ No newline at end of file
diff --git a/dist/info/index.json b/dist/info/index.json
new file mode 100644
index 00000000..467ce294
--- /dev/null
+++ b/dist/info/index.json
@@ -0,0 +1,3 @@
+{
+ "component": true
+}
diff --git a/dist/info/index.wxml b/dist/info/index.wxml
new file mode 100644
index 00000000..7deb39b0
--- /dev/null
+++ b/dist/info/index.wxml
@@ -0,0 +1,7 @@
+
+ {{ info }}
+
diff --git a/dist/info/index.wxss b/dist/info/index.wxss
new file mode 100644
index 00000000..fda67e87
--- /dev/null
+++ b/dist/info/index.wxss
@@ -0,0 +1 @@
+@import '../common/index.wxss';.van-info{position:absolute;right:0;top:-8px;color:#fff;font-size:12px;font-weight:500;font-family:PingFang SC,Helvetica Neue,Arial,sans-serif;text-align:center;box-sizing:border-box;padding:0 3px;min-width:16px;line-height:14px;border:1px solid #fff;border-radius:16px;background-color:#f44;-webkit-transform:translateX(50%);transform:translateX(50%);-webkit-transform-origin:100%;transform-origin:100%}
\ No newline at end of file
diff --git a/dist/mixins/basic.js b/dist/mixins/basic.js
index 1f92000c..db7087e5 100644
--- a/dist/mixins/basic.js
+++ b/dist/mixins/basic.js
@@ -1,33 +1,13 @@
-import { classNames } from '../common/class-names';
export var basic = Behavior({
- created: function created() {
- var _this = this;
-
- wx.getSystemInfo({
- success: function success(_ref) {
- var model = _ref.model,
- screenHeight = _ref.screenHeight;
- var isIphoneX = /iphone x/i.test(model);
- var isIphoneNew = /iPhone11/i.test(model) && screenHeight === 812;
-
- if (isIphoneX || isIphoneNew) {
- _this.set({
- isIPhoneX: true
- });
- }
- }
- });
- },
methods: {
- classNames: classNames,
$emit: function $emit() {
this.triggerEvent.apply(this, arguments);
},
getRect: function getRect(selector, all) {
- var _this2 = this;
+ var _this = this;
return new Promise(function (resolve) {
- wx.createSelectorQuery().in(_this2)[all ? 'selectAll' : 'select'](selector).boundingClientRect(function (rect) {
+ wx.createSelectorQuery().in(_this)[all ? 'selectAll' : 'select'](selector).boundingClientRect(function (rect) {
if (all && Array.isArray(rect) && rect.length) {
resolve(rect);
}
diff --git a/dist/mixins/iphonex.js b/dist/mixins/iphonex.js
new file mode 100644
index 00000000..e33fb52b
--- /dev/null
+++ b/dist/mixins/iphonex.js
@@ -0,0 +1,39 @@
+var isIPhoneX = null;
+
+function getIsIPhoneX() {
+ return new Promise(function (resolve, reject) {
+ if (isIPhoneX !== null) {
+ resolve(isIPhoneX);
+ } else {
+ wx.getSystemInfo({
+ success: function success(_ref) {
+ var model = _ref.model,
+ screenHeight = _ref.screenHeight;
+ var iphoneX = /iphone x/i.test(model);
+ var iphoneNew = /iPhone11/i.test(model) && screenHeight === 812;
+ isIPhoneX = iphoneX || iphoneNew;
+ resolve(isIPhoneX);
+ },
+ fail: reject
+ });
+ }
+ });
+}
+
+export var iphonex = Behavior({
+ properties: {
+ safeAreaInsetBottom: {
+ type: Boolean,
+ value: true
+ }
+ },
+ created: function created() {
+ var _this = this;
+
+ getIsIPhoneX().then(function (isIPhoneX) {
+ _this.set({
+ isIPhoneX: isIPhoneX
+ });
+ });
+ }
+});
\ No newline at end of file
diff --git a/dist/picker-column/index.js b/dist/picker-column/index.js
new file mode 100644
index 00000000..b2f8ecff
--- /dev/null
+++ b/dist/picker-column/index.js
@@ -0,0 +1,132 @@
+import { VantComponent } from '../common/component';
+import { isObj, range } from '../common/utils';
+var DEFAULT_DURATION = 200;
+VantComponent({
+ classes: ['active-class'],
+ props: {
+ valueKey: String,
+ className: String,
+ itemHeight: Number,
+ visibleItemCount: Number,
+ initialOptions: {
+ type: Array,
+ value: []
+ },
+ defaultIndex: {
+ type: Number,
+ value: 0
+ }
+ },
+ data: {
+ startY: 0,
+ offset: 0,
+ duration: 0,
+ startOffset: 0,
+ options: [],
+ currentIndex: 0
+ },
+ created: function created() {
+ var _this$data = this.data,
+ defaultIndex = _this$data.defaultIndex,
+ initialOptions = _this$data.initialOptions;
+ this.set({
+ currentIndex: defaultIndex,
+ options: initialOptions
+ });
+ },
+ computed: {
+ count: function count() {
+ return this.data.options.length;
+ },
+ baseOffset: function baseOffset() {
+ var data = this.data;
+ return data.itemHeight * (data.visibleItemCount - 1) / 2;
+ },
+ wrapperStyle: function wrapperStyle() {
+ var data = this.data;
+ return ["transition: " + data.duration + "ms", "transform: translate3d(0, " + (data.offset + data.baseOffset) + "px, 0)", "line-height: " + data.itemHeight + "px"].join('; ');
+ }
+ },
+ watch: {
+ defaultIndex: function defaultIndex(value) {
+ this.setIndex(value);
+ }
+ },
+ methods: {
+ onTouchStart: function onTouchStart(event) {
+ this.set({
+ startY: event.touches[0].clientY,
+ startOffset: this.data.offset,
+ duration: 0
+ });
+ },
+ onTouchMove: function onTouchMove(event) {
+ var data = this.data;
+ var deltaY = event.touches[0].clientY - data.startY;
+ this.set({
+ offset: range(data.startOffset + deltaY, -(data.count * data.itemHeight), data.itemHeight)
+ });
+ },
+ onTouchEnd: function onTouchEnd() {
+ var data = this.data;
+
+ if (data.offset !== data.startOffset) {
+ this.set({
+ duration: DEFAULT_DURATION
+ });
+ var index = range(Math.round(-data.offset / data.itemHeight), 0, data.count - 1);
+ this.setIndex(index, true);
+ }
+ },
+ onClickItem: function onClickItem(event) {
+ var index = event.currentTarget.dataset.index;
+ this.setIndex(index, true);
+ },
+ adjustIndex: function adjustIndex(index) {
+ var data = this.data;
+ index = range(index, 0, data.count);
+
+ for (var i = index; i < data.count; i++) {
+ if (!this.isDisabled(data.options[i])) return i;
+ }
+
+ for (var _i = index - 1; _i >= 0; _i--) {
+ if (!this.isDisabled(data.options[_i])) return _i;
+ }
+ },
+ isDisabled: function isDisabled(option) {
+ return isObj(option) && option.disabled;
+ },
+ getOptionText: function getOptionText(option) {
+ var data = this.data;
+ return isObj(option) && data.valueKey in option ? option[data.valueKey] : option;
+ },
+ setIndex: function setIndex(index, userAction) {
+ var data = this.data;
+ index = this.adjustIndex(index) || 0;
+ this.set({
+ offset: -index * data.itemHeight
+ });
+
+ if (index !== data.currentIndex) {
+ this.set({
+ currentIndex: index
+ });
+ userAction && this.$emit('change', index);
+ }
+ },
+ setValue: function setValue(value) {
+ var options = this.data.options;
+
+ for (var i = 0; i < options.length; i++) {
+ if (this.getOptionText(options[i]) === value) {
+ return this.setIndex(i);
+ }
+ }
+ },
+ getValue: function getValue() {
+ var data = this.data;
+ return data.options[data.currentIndex];
+ }
+ }
+});
\ No newline at end of file
diff --git a/dist/picker-column/index.json b/dist/picker-column/index.json
new file mode 100644
index 00000000..32640e0d
--- /dev/null
+++ b/dist/picker-column/index.json
@@ -0,0 +1,3 @@
+{
+ "component": true
+}
\ No newline at end of file
diff --git a/dist/picker-column/index.wxml b/dist/picker-column/index.wxml
new file mode 100644
index 00000000..d0ecb33c
--- /dev/null
+++ b/dist/picker-column/index.wxml
@@ -0,0 +1,31 @@
+
+
+ {{ getOptionText(option, valueKey) }}
+
+
+
+
+function isObj(x) {
+ var type = typeof x;
+ return x !== null && (type === 'object' || type === 'function');
+}
+
+module.exports = function (option, valueKey) {
+ return isObj(option) && option[valueKey] ? option[valueKey] : option;
+}
+
diff --git a/dist/picker-column/index.wxss b/dist/picker-column/index.wxss
new file mode 100644
index 00000000..b39acdc8
--- /dev/null
+++ b/dist/picker-column/index.wxss
@@ -0,0 +1 @@
+@import '../common/index.wxss';.van-picker-column{overflow:hidden;font-size:16px;text-align:center}.van-picker-column__item{padding:0 5px;color:#999}.van-picker-column__item--selected{font-weight:500;color:#333}.van-picker-column__item--disabled{opacity:.3}
\ No newline at end of file
diff --git a/dist/picker/index.js b/dist/picker/index.js
new file mode 100644
index 00000000..39251e74
--- /dev/null
+++ b/dist/picker/index.js
@@ -0,0 +1,155 @@
+import { VantComponent } from '../common/component';
+VantComponent({
+ classes: ['active-class', 'toolbar-class', 'column-class'],
+ props: {
+ title: String,
+ loading: Boolean,
+ showToolbar: Boolean,
+ confirmButtonText: String,
+ cancelButtonText: String,
+ visibleItemCount: {
+ type: Number,
+ value: 5
+ },
+ valueKey: {
+ type: String,
+ value: 'text'
+ },
+ itemHeight: {
+ type: Number,
+ value: 44
+ },
+ columns: {
+ type: Array,
+ value: [],
+ observer: function observer(columns) {
+ var _this = this;
+
+ if (columns === void 0) {
+ columns = [];
+ }
+
+ this.set({
+ simple: columns.length && !columns[0].values
+ }, function () {
+ var children = _this.children = _this.selectAllComponents('.van-picker__column');
+
+ if (Array.isArray(children) && children.length) {
+ _this.setColumns();
+ }
+ });
+ }
+ }
+ },
+ methods: {
+ noop: function noop() {},
+ setColumns: function setColumns() {
+ var _this2 = this;
+
+ var data = this.data;
+ var columns = data.simple ? [{
+ values: data.columns
+ }] : data.columns;
+ columns.forEach(function (columns, index) {
+ _this2.setColumnValues(index, columns.values);
+ });
+ },
+ emit: function emit(event) {
+ var type = event.currentTarget.dataset.type;
+
+ if (this.data.simple) {
+ this.$emit(type, {
+ value: this.getColumnValue(0),
+ index: this.getColumnIndex(0)
+ });
+ } else {
+ this.$emit(type, {
+ value: this.getValues(),
+ index: this.getIndexes()
+ });
+ }
+ },
+ onChange: function onChange(event) {
+ if (this.data.simple) {
+ this.$emit('change', {
+ picker: this,
+ value: this.getColumnValue(0),
+ index: this.getColumnIndex(0)
+ });
+ } else {
+ this.$emit('change', {
+ picker: this,
+ value: this.getValues(),
+ index: event.currentTarget.dataset.index
+ });
+ }
+ },
+ // get column instance by index
+ getColumn: function getColumn(index) {
+ return this.children[index];
+ },
+ // get column value by index
+ getColumnValue: function getColumnValue(index) {
+ var column = this.getColumn(index);
+ return column && column.getValue();
+ },
+ // set column value by index
+ setColumnValue: function setColumnValue(index, value) {
+ var column = this.getColumn(index);
+ column && column.setValue(value);
+ },
+ // get column option index by column index
+ getColumnIndex: function getColumnIndex(columnIndex) {
+ return (this.getColumn(columnIndex) || {}).data.currentIndex;
+ },
+ // set column option index by column index
+ setColumnIndex: function setColumnIndex(columnIndex, optionIndex) {
+ var column = this.getColumn(columnIndex);
+ column && column.setIndex(optionIndex);
+ },
+ // get options of column by index
+ getColumnValues: function getColumnValues(index) {
+ return (this.children[index] || {}).data.options;
+ },
+ // set options of column by index
+ setColumnValues: function setColumnValues(index, options) {
+ var column = this.children[index];
+
+ if (column && JSON.stringify(column.data.options) !== JSON.stringify(options)) {
+ column.set({
+ options: options
+ }, function () {
+ column.setIndex(0);
+ });
+ }
+ },
+ // get values of all columns
+ getValues: function getValues() {
+ return this.children.map(function (child) {
+ return child.getValue();
+ });
+ },
+ // set values of all columns
+ setValues: function setValues(values) {
+ var _this3 = this;
+
+ values.forEach(function (value, index) {
+ _this3.setColumnValue(index, value);
+ });
+ },
+ // get indexes of all columns
+ getIndexes: function getIndexes() {
+ return this.children.map(function (child) {
+ return child.data.currentIndex;
+ });
+ },
+ // set indexes of all columns
+ setIndexes: function setIndexes(indexes) {
+ var _this4 = this;
+
+ indexes.forEach(function (optionIndex, columnIndex) {
+ _this4.setColumnIndex(columnIndex, optionIndex);
+ });
+ }
+ }
+});
\ No newline at end of file
diff --git a/dist/picker/index.json b/dist/picker/index.json
new file mode 100644
index 00000000..2fcec899
--- /dev/null
+++ b/dist/picker/index.json
@@ -0,0 +1,7 @@
+{
+ "component": true,
+ "usingComponents": {
+ "picker-column": "../picker-column/index",
+ "loading": "../loading/index"
+ }
+}
diff --git a/dist/picker/index.wxml b/dist/picker/index.wxml
new file mode 100644
index 00000000..fa778f3c
--- /dev/null
+++ b/dist/picker/index.wxml
@@ -0,0 +1,41 @@
+
+
+
+ {{ cancelButtonText || '取消' }}
+
+ {{ title }}
+
+ {{ confirmButtonText || '确认' }}
+
+
+
+
+
+
+
+
+
+
diff --git a/dist/picker/index.wxss b/dist/picker/index.wxss
new file mode 100644
index 00000000..7dbd66fb
--- /dev/null
+++ b/dist/picker/index.wxss
@@ -0,0 +1 @@
+@import '../common/index.wxss';.van-picker{position:relative;overflow:hidden;-webkit-text-size-adjust:100%;background-color:#fff;-webkit-user-select:none;user-select:none}.van-picker__toolbar{display:-webkit-flex;display:flex;height:44px;line-height:44px;-webkit-justify-content:space-between;justify-content:space-between}.van-picker__cancel,.van-picker__confirm{padding:0 15px;font-size:14px;color:#1989fa}.van-picker__cancel:active,.van-picker__confirm:active{background-color:#e8e8e8}.van-picker__title{max-width:50%;font-size:16px;font-weight:500;text-align:center}.van-picker__columns{position:relative;display:-webkit-flex;display:flex}.van-picker__column{-webkit-flex:1;flex:1}.van-picker__loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:-webkit-flex;display:flex;background-color:rgba(255,255,255,.9);-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.van-picker__frame,.van-picker__loading .van-loading{position:absolute;top:50%;left:0;z-index:1;width:100%;pointer-events:none;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
\ No newline at end of file
diff --git a/dist/popup/index.js b/dist/popup/index.js
index a814b4cb..46926c32 100644
--- a/dist/popup/index.js
+++ b/dist/popup/index.js
@@ -1,7 +1,8 @@
import { VantComponent } from '../common/component';
import { transition } from '../mixins/transition';
+import { iphonex } from '../mixins/iphonex';
VantComponent({
- mixins: [transition(false)],
+ mixins: [transition(false), iphonex],
props: {
transition: String,
customStyle: String,
@@ -21,22 +22,6 @@ VantComponent({
position: {
type: String,
value: 'center'
- },
- safeAreaInsetBottom: {
- type: Boolean,
- value: true
- }
- },
- computed: {
- popupClass: function popupClass() {
- var _this$data = this.data,
- position = _this$data.position,
- safeAreaInsetBottom = _this$data.safeAreaInsetBottom,
- isIPhoneX = _this$data.isIPhoneX;
- return this.classNames('custom-class', 'van-popup', {
- ["van-popup--" + position]: position,
- ["van-popup--safe"]: isIPhoneX && safeAreaInsetBottom && position === 'bottom'
- });
}
},
methods: {
diff --git a/dist/popup/index.wxml b/dist/popup/index.wxml
index 07bd1ae1..bafbfecb 100644
--- a/dist/popup/index.wxml
+++ b/dist/popup/index.wxml
@@ -1,3 +1,5 @@
+
+