build: compile 1.8.6

This commit is contained in:
nemo-shen 2021-09-20 16:18:49 +08:00
parent 3afe10c0f9
commit 127cae1ba9
32 changed files with 42 additions and 68 deletions

3
dist/area/index.js vendored
View File

@ -18,8 +18,7 @@ VantComponent({
observer: 'setValues',
},
columnsNum: {
type: Number,
optionalTypes: [String],
type: null,
value: 3,
},
columnsPlaceholder: {

View File

@ -44,6 +44,10 @@ VantComponent({
type: String,
value: '确定',
},
confirmDisabledText: {
type: String,
value: '确定',
},
rangePrompt: String,
showRangePrompt: {
type: Boolean,
@ -57,7 +61,6 @@ VantComponent({
},
},
allowSameDay: Boolean,
confirmDisabledText: String,
type: {
type: String,
value: 'single',

View File

@ -23,8 +23,7 @@ VantComponent({
value: 'round',
},
iconSize: {
type: Number,
optionalTypes: [String],
type: null,
value: 20,
},
},

View File

@ -39,8 +39,7 @@ VantComponent({
value: WHITE,
},
color: {
type: String,
optionalTypes: [Object],
type: null,
value: BLUE,
observer() {
this.setHoverColor().then(() => {

View File

@ -1,4 +1,4 @@
{
"component": true,
"usingComponents": {}
}
}

3
dist/grid/index.js vendored
View File

@ -8,8 +8,7 @@ VantComponent({
observer: 'updateChildren',
},
gutter: {
type: Number,
optionalTypes: [String],
type: null,
value: 0,
observer: 'updateChildren',
},

View File

@ -4,8 +4,7 @@ VantComponent({
show: Boolean,
customStyle: String,
duration: {
type: Number,
optionalTypes: [String],
type: null,
value: 300,
},
zIndex: {

View File

@ -24,9 +24,8 @@ VantComponent({
value: '#fff',
},
strokeWidth: {
type: Number,
type: null,
value: 4,
optionalTypes: [String],
},
},
data: {

3
dist/radio/index.js vendored
View File

@ -23,8 +23,7 @@ VantComponent({
value: 'round',
},
iconSize: {
type: Number,
optionalTypes: [String],
type: null,
value: 20,
},
},

View File

@ -33,8 +33,7 @@ VantComponent({
value: true,
},
duration: {
type: Number,
optionalTypes: [String],
type: null,
value: 300,
},
},

View File

@ -32,8 +32,7 @@ VantComponent({
value: '40%',
},
rowWidth: {
type: String,
optionalTypes: [Array],
type: null,
value: '100%',
observer(val) {
this.setData({ isArray: val instanceof Array });

View File

@ -23,9 +23,8 @@ VantComponent({
value: 1,
},
value: {
type: Number,
type: null,
value: 0,
optionalTypes: [Array],
observer(val) {
if (val !== this.value) {
this.updateValue(val);

View File

@ -26,8 +26,7 @@ VantComponent({
},
asyncClose: Boolean,
name: {
type: String,
optionalTypes: [Number],
type: null,
value: '',
},
},

6
dist/tabs/index.js vendored
View File

@ -31,14 +31,12 @@ VantComponent({
},
},
lineWidth: {
type: Number,
optionalTypes: [String],
type: null,
value: 40,
observer: 'resize',
},
lineHeight: {
type: Number,
optionalTypes: [String],
type: null,
value: -1,
},
active: {

View File

@ -20,8 +20,7 @@ VantComponent({
observer: 'updateSubItems',
},
height: {
type: Number,
optionalTypes: [String],
type: null,
value: 300,
},
max: {

View File

@ -13,13 +13,11 @@ VantComponent({
afterRead: null,
beforeRead: null,
previewSize: {
type: Number,
optionalTypes: [String],
type: null,
value: 80,
},
name: {
type: String,
optionalTypes: [Number],
type: null,
value: '',
},
accept: {

View File

@ -35,8 +35,7 @@ component_1.VantComponent({
observer: 'setValues',
},
columnsNum: {
type: Number,
optionalTypes: [String],
type: null,
value: 3,
},
columnsPlaceholder: {

View File

@ -46,6 +46,10 @@ component_1.VantComponent({
type: String,
value: '确定',
},
confirmDisabledText: {
type: String,
value: '确定',
},
rangePrompt: String,
showRangePrompt: {
type: Boolean,
@ -59,7 +63,6 @@ component_1.VantComponent({
},
},
allowSameDay: Boolean,
confirmDisabledText: String,
type: {
type: String,
value: 'single',

View File

@ -25,8 +25,7 @@ component_1.VantComponent({
value: 'round',
},
iconSize: {
type: Number,
optionalTypes: [String],
type: null,
value: 20,
},
},

View File

@ -41,8 +41,7 @@ component_1.VantComponent({
value: color_1.WHITE,
},
color: {
type: String,
optionalTypes: [Object],
type: null,
value: color_1.BLUE,
observer: function () {
var _this = this;

View File

@ -1,4 +1,4 @@
{
"component": true,
"usingComponents": {}
}
}

View File

@ -10,8 +10,7 @@ component_1.VantComponent({
observer: 'updateChildren',
},
gutter: {
type: Number,
optionalTypes: [String],
type: null,
value: 0,
observer: 'updateChildren',
},

View File

@ -6,8 +6,7 @@ component_1.VantComponent({
show: Boolean,
customStyle: String,
duration: {
type: Number,
optionalTypes: [String],
type: null,
value: 300,
},
zIndex: {

View File

@ -26,9 +26,8 @@ component_1.VantComponent({
value: '#fff',
},
strokeWidth: {
type: Number,
type: null,
value: 4,
optionalTypes: [String],
},
},
data: {

View File

@ -25,8 +25,7 @@ component_1.VantComponent({
value: 'round',
},
iconSize: {
type: Number,
optionalTypes: [String],
type: null,
value: 20,
},
},

View File

@ -35,8 +35,7 @@ component_1.VantComponent({
value: true,
},
duration: {
type: Number,
optionalTypes: [String],
type: null,
value: 300,
},
},

View File

@ -34,8 +34,7 @@ component_1.VantComponent({
value: '40%',
},
rowWidth: {
type: String,
optionalTypes: [Array],
type: null,
value: '100%',
observer: function (val) {
this.setData({ isArray: val instanceof Array });

View File

@ -25,9 +25,8 @@ component_1.VantComponent({
value: 1,
},
value: {
type: Number,
type: null,
value: 0,
optionalTypes: [Array],
observer: function (val) {
if (val !== this.value) {
this.updateValue(val);

View File

@ -34,8 +34,7 @@ component_1.VantComponent({
},
asyncClose: Boolean,
name: {
type: String,
optionalTypes: [Number],
type: null,
value: '',
},
},

View File

@ -28,14 +28,12 @@ component_1.VantComponent({
},
},
lineWidth: {
type: Number,
optionalTypes: [String],
type: null,
value: 40,
observer: 'resize',
},
lineHeight: {
type: Number,
optionalTypes: [String],
type: null,
value: -1,
},
active: {

View File

@ -22,8 +22,7 @@ component_1.VantComponent({
observer: 'updateSubItems',
},
height: {
type: Number,
optionalTypes: [String],
type: null,
value: 300,
},
max: {

View File

@ -30,13 +30,11 @@ component_1.VantComponent({
afterRead: null,
beforeRead: null,
previewSize: {
type: Number,
optionalTypes: [String],
type: null,
value: 80,
},
name: {
type: String,
optionalTypes: [Number],
type: null,
value: '',
},
accept: {