mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
build: compile 1.8.6
This commit is contained in:
parent
3afe10c0f9
commit
127cae1ba9
3
dist/area/index.js
vendored
3
dist/area/index.js
vendored
@ -18,8 +18,7 @@ VantComponent({
|
|||||||
observer: 'setValues',
|
observer: 'setValues',
|
||||||
},
|
},
|
||||||
columnsNum: {
|
columnsNum: {
|
||||||
type: Number,
|
type: null,
|
||||||
optionalTypes: [String],
|
|
||||||
value: 3,
|
value: 3,
|
||||||
},
|
},
|
||||||
columnsPlaceholder: {
|
columnsPlaceholder: {
|
||||||
|
5
dist/calendar/index.js
vendored
5
dist/calendar/index.js
vendored
@ -44,6 +44,10 @@ VantComponent({
|
|||||||
type: String,
|
type: String,
|
||||||
value: '确定',
|
value: '确定',
|
||||||
},
|
},
|
||||||
|
confirmDisabledText: {
|
||||||
|
type: String,
|
||||||
|
value: '确定',
|
||||||
|
},
|
||||||
rangePrompt: String,
|
rangePrompt: String,
|
||||||
showRangePrompt: {
|
showRangePrompt: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
@ -57,7 +61,6 @@ VantComponent({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
allowSameDay: Boolean,
|
allowSameDay: Boolean,
|
||||||
confirmDisabledText: String,
|
|
||||||
type: {
|
type: {
|
||||||
type: String,
|
type: String,
|
||||||
value: 'single',
|
value: 'single',
|
||||||
|
3
dist/checkbox/index.js
vendored
3
dist/checkbox/index.js
vendored
@ -23,8 +23,7 @@ VantComponent({
|
|||||||
value: 'round',
|
value: 'round',
|
||||||
},
|
},
|
||||||
iconSize: {
|
iconSize: {
|
||||||
type: Number,
|
type: null,
|
||||||
optionalTypes: [String],
|
|
||||||
value: 20,
|
value: 20,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
3
dist/circle/index.js
vendored
3
dist/circle/index.js
vendored
@ -39,8 +39,7 @@ VantComponent({
|
|||||||
value: WHITE,
|
value: WHITE,
|
||||||
},
|
},
|
||||||
color: {
|
color: {
|
||||||
type: String,
|
type: null,
|
||||||
optionalTypes: [Object],
|
|
||||||
value: BLUE,
|
value: BLUE,
|
||||||
observer() {
|
observer() {
|
||||||
this.setHoverColor().then(() => {
|
this.setHoverColor().then(() => {
|
||||||
|
2
dist/empty/index.json
vendored
2
dist/empty/index.json
vendored
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"component": true,
|
"component": true,
|
||||||
"usingComponents": {}
|
"usingComponents": {}
|
||||||
}
|
}
|
||||||
|
3
dist/grid/index.js
vendored
3
dist/grid/index.js
vendored
@ -8,8 +8,7 @@ VantComponent({
|
|||||||
observer: 'updateChildren',
|
observer: 'updateChildren',
|
||||||
},
|
},
|
||||||
gutter: {
|
gutter: {
|
||||||
type: Number,
|
type: null,
|
||||||
optionalTypes: [String],
|
|
||||||
value: 0,
|
value: 0,
|
||||||
observer: 'updateChildren',
|
observer: 'updateChildren',
|
||||||
},
|
},
|
||||||
|
3
dist/overlay/index.js
vendored
3
dist/overlay/index.js
vendored
@ -4,8 +4,7 @@ VantComponent({
|
|||||||
show: Boolean,
|
show: Boolean,
|
||||||
customStyle: String,
|
customStyle: String,
|
||||||
duration: {
|
duration: {
|
||||||
type: Number,
|
type: null,
|
||||||
optionalTypes: [String],
|
|
||||||
value: 300,
|
value: 300,
|
||||||
},
|
},
|
||||||
zIndex: {
|
zIndex: {
|
||||||
|
3
dist/progress/index.js
vendored
3
dist/progress/index.js
vendored
@ -24,9 +24,8 @@ VantComponent({
|
|||||||
value: '#fff',
|
value: '#fff',
|
||||||
},
|
},
|
||||||
strokeWidth: {
|
strokeWidth: {
|
||||||
type: Number,
|
type: null,
|
||||||
value: 4,
|
value: 4,
|
||||||
optionalTypes: [String],
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
data: {
|
data: {
|
||||||
|
3
dist/radio/index.js
vendored
3
dist/radio/index.js
vendored
@ -23,8 +23,7 @@ VantComponent({
|
|||||||
value: 'round',
|
value: 'round',
|
||||||
},
|
},
|
||||||
iconSize: {
|
iconSize: {
|
||||||
type: Number,
|
type: null,
|
||||||
optionalTypes: [String],
|
|
||||||
value: 20,
|
value: 20,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
3
dist/share-sheet/index.js
vendored
3
dist/share-sheet/index.js
vendored
@ -33,8 +33,7 @@ VantComponent({
|
|||||||
value: true,
|
value: true,
|
||||||
},
|
},
|
||||||
duration: {
|
duration: {
|
||||||
type: Number,
|
type: null,
|
||||||
optionalTypes: [String],
|
|
||||||
value: 300,
|
value: 300,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
3
dist/skeleton/index.js
vendored
3
dist/skeleton/index.js
vendored
@ -32,8 +32,7 @@ VantComponent({
|
|||||||
value: '40%',
|
value: '40%',
|
||||||
},
|
},
|
||||||
rowWidth: {
|
rowWidth: {
|
||||||
type: String,
|
type: null,
|
||||||
optionalTypes: [Array],
|
|
||||||
value: '100%',
|
value: '100%',
|
||||||
observer(val) {
|
observer(val) {
|
||||||
this.setData({ isArray: val instanceof Array });
|
this.setData({ isArray: val instanceof Array });
|
||||||
|
3
dist/slider/index.js
vendored
3
dist/slider/index.js
vendored
@ -23,9 +23,8 @@ VantComponent({
|
|||||||
value: 1,
|
value: 1,
|
||||||
},
|
},
|
||||||
value: {
|
value: {
|
||||||
type: Number,
|
type: null,
|
||||||
value: 0,
|
value: 0,
|
||||||
optionalTypes: [Array],
|
|
||||||
observer(val) {
|
observer(val) {
|
||||||
if (val !== this.value) {
|
if (val !== this.value) {
|
||||||
this.updateValue(val);
|
this.updateValue(val);
|
||||||
|
3
dist/swipe-cell/index.js
vendored
3
dist/swipe-cell/index.js
vendored
@ -26,8 +26,7 @@ VantComponent({
|
|||||||
},
|
},
|
||||||
asyncClose: Boolean,
|
asyncClose: Boolean,
|
||||||
name: {
|
name: {
|
||||||
type: String,
|
type: null,
|
||||||
optionalTypes: [Number],
|
|
||||||
value: '',
|
value: '',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
6
dist/tabs/index.js
vendored
6
dist/tabs/index.js
vendored
@ -31,14 +31,12 @@ VantComponent({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
lineWidth: {
|
lineWidth: {
|
||||||
type: Number,
|
type: null,
|
||||||
optionalTypes: [String],
|
|
||||||
value: 40,
|
value: 40,
|
||||||
observer: 'resize',
|
observer: 'resize',
|
||||||
},
|
},
|
||||||
lineHeight: {
|
lineHeight: {
|
||||||
type: Number,
|
type: null,
|
||||||
optionalTypes: [String],
|
|
||||||
value: -1,
|
value: -1,
|
||||||
},
|
},
|
||||||
active: {
|
active: {
|
||||||
|
3
dist/tree-select/index.js
vendored
3
dist/tree-select/index.js
vendored
@ -20,8 +20,7 @@ VantComponent({
|
|||||||
observer: 'updateSubItems',
|
observer: 'updateSubItems',
|
||||||
},
|
},
|
||||||
height: {
|
height: {
|
||||||
type: Number,
|
type: null,
|
||||||
optionalTypes: [String],
|
|
||||||
value: 300,
|
value: 300,
|
||||||
},
|
},
|
||||||
max: {
|
max: {
|
||||||
|
6
dist/uploader/index.js
vendored
6
dist/uploader/index.js
vendored
@ -13,13 +13,11 @@ VantComponent({
|
|||||||
afterRead: null,
|
afterRead: null,
|
||||||
beforeRead: null,
|
beforeRead: null,
|
||||||
previewSize: {
|
previewSize: {
|
||||||
type: Number,
|
type: null,
|
||||||
optionalTypes: [String],
|
|
||||||
value: 80,
|
value: 80,
|
||||||
},
|
},
|
||||||
name: {
|
name: {
|
||||||
type: String,
|
type: null,
|
||||||
optionalTypes: [Number],
|
|
||||||
value: '',
|
value: '',
|
||||||
},
|
},
|
||||||
accept: {
|
accept: {
|
||||||
|
@ -35,8 +35,7 @@ component_1.VantComponent({
|
|||||||
observer: 'setValues',
|
observer: 'setValues',
|
||||||
},
|
},
|
||||||
columnsNum: {
|
columnsNum: {
|
||||||
type: Number,
|
type: null,
|
||||||
optionalTypes: [String],
|
|
||||||
value: 3,
|
value: 3,
|
||||||
},
|
},
|
||||||
columnsPlaceholder: {
|
columnsPlaceholder: {
|
||||||
|
@ -46,6 +46,10 @@ component_1.VantComponent({
|
|||||||
type: String,
|
type: String,
|
||||||
value: '确定',
|
value: '确定',
|
||||||
},
|
},
|
||||||
|
confirmDisabledText: {
|
||||||
|
type: String,
|
||||||
|
value: '确定',
|
||||||
|
},
|
||||||
rangePrompt: String,
|
rangePrompt: String,
|
||||||
showRangePrompt: {
|
showRangePrompt: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
@ -59,7 +63,6 @@ component_1.VantComponent({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
allowSameDay: Boolean,
|
allowSameDay: Boolean,
|
||||||
confirmDisabledText: String,
|
|
||||||
type: {
|
type: {
|
||||||
type: String,
|
type: String,
|
||||||
value: 'single',
|
value: 'single',
|
||||||
|
@ -25,8 +25,7 @@ component_1.VantComponent({
|
|||||||
value: 'round',
|
value: 'round',
|
||||||
},
|
},
|
||||||
iconSize: {
|
iconSize: {
|
||||||
type: Number,
|
type: null,
|
||||||
optionalTypes: [String],
|
|
||||||
value: 20,
|
value: 20,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -41,8 +41,7 @@ component_1.VantComponent({
|
|||||||
value: color_1.WHITE,
|
value: color_1.WHITE,
|
||||||
},
|
},
|
||||||
color: {
|
color: {
|
||||||
type: String,
|
type: null,
|
||||||
optionalTypes: [Object],
|
|
||||||
value: color_1.BLUE,
|
value: color_1.BLUE,
|
||||||
observer: function () {
|
observer: function () {
|
||||||
var _this = this;
|
var _this = this;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"component": true,
|
"component": true,
|
||||||
"usingComponents": {}
|
"usingComponents": {}
|
||||||
}
|
}
|
||||||
|
@ -10,8 +10,7 @@ component_1.VantComponent({
|
|||||||
observer: 'updateChildren',
|
observer: 'updateChildren',
|
||||||
},
|
},
|
||||||
gutter: {
|
gutter: {
|
||||||
type: Number,
|
type: null,
|
||||||
optionalTypes: [String],
|
|
||||||
value: 0,
|
value: 0,
|
||||||
observer: 'updateChildren',
|
observer: 'updateChildren',
|
||||||
},
|
},
|
||||||
|
@ -6,8 +6,7 @@ component_1.VantComponent({
|
|||||||
show: Boolean,
|
show: Boolean,
|
||||||
customStyle: String,
|
customStyle: String,
|
||||||
duration: {
|
duration: {
|
||||||
type: Number,
|
type: null,
|
||||||
optionalTypes: [String],
|
|
||||||
value: 300,
|
value: 300,
|
||||||
},
|
},
|
||||||
zIndex: {
|
zIndex: {
|
||||||
|
@ -26,9 +26,8 @@ component_1.VantComponent({
|
|||||||
value: '#fff',
|
value: '#fff',
|
||||||
},
|
},
|
||||||
strokeWidth: {
|
strokeWidth: {
|
||||||
type: Number,
|
type: null,
|
||||||
value: 4,
|
value: 4,
|
||||||
optionalTypes: [String],
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
data: {
|
data: {
|
||||||
|
@ -25,8 +25,7 @@ component_1.VantComponent({
|
|||||||
value: 'round',
|
value: 'round',
|
||||||
},
|
},
|
||||||
iconSize: {
|
iconSize: {
|
||||||
type: Number,
|
type: null,
|
||||||
optionalTypes: [String],
|
|
||||||
value: 20,
|
value: 20,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -35,8 +35,7 @@ component_1.VantComponent({
|
|||||||
value: true,
|
value: true,
|
||||||
},
|
},
|
||||||
duration: {
|
duration: {
|
||||||
type: Number,
|
type: null,
|
||||||
optionalTypes: [String],
|
|
||||||
value: 300,
|
value: 300,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -34,8 +34,7 @@ component_1.VantComponent({
|
|||||||
value: '40%',
|
value: '40%',
|
||||||
},
|
},
|
||||||
rowWidth: {
|
rowWidth: {
|
||||||
type: String,
|
type: null,
|
||||||
optionalTypes: [Array],
|
|
||||||
value: '100%',
|
value: '100%',
|
||||||
observer: function (val) {
|
observer: function (val) {
|
||||||
this.setData({ isArray: val instanceof Array });
|
this.setData({ isArray: val instanceof Array });
|
||||||
|
@ -25,9 +25,8 @@ component_1.VantComponent({
|
|||||||
value: 1,
|
value: 1,
|
||||||
},
|
},
|
||||||
value: {
|
value: {
|
||||||
type: Number,
|
type: null,
|
||||||
value: 0,
|
value: 0,
|
||||||
optionalTypes: [Array],
|
|
||||||
observer: function (val) {
|
observer: function (val) {
|
||||||
if (val !== this.value) {
|
if (val !== this.value) {
|
||||||
this.updateValue(val);
|
this.updateValue(val);
|
||||||
|
@ -34,8 +34,7 @@ component_1.VantComponent({
|
|||||||
},
|
},
|
||||||
asyncClose: Boolean,
|
asyncClose: Boolean,
|
||||||
name: {
|
name: {
|
||||||
type: String,
|
type: null,
|
||||||
optionalTypes: [Number],
|
|
||||||
value: '',
|
value: '',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -28,14 +28,12 @@ component_1.VantComponent({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
lineWidth: {
|
lineWidth: {
|
||||||
type: Number,
|
type: null,
|
||||||
optionalTypes: [String],
|
|
||||||
value: 40,
|
value: 40,
|
||||||
observer: 'resize',
|
observer: 'resize',
|
||||||
},
|
},
|
||||||
lineHeight: {
|
lineHeight: {
|
||||||
type: Number,
|
type: null,
|
||||||
optionalTypes: [String],
|
|
||||||
value: -1,
|
value: -1,
|
||||||
},
|
},
|
||||||
active: {
|
active: {
|
||||||
|
@ -22,8 +22,7 @@ component_1.VantComponent({
|
|||||||
observer: 'updateSubItems',
|
observer: 'updateSubItems',
|
||||||
},
|
},
|
||||||
height: {
|
height: {
|
||||||
type: Number,
|
type: null,
|
||||||
optionalTypes: [String],
|
|
||||||
value: 300,
|
value: 300,
|
||||||
},
|
},
|
||||||
max: {
|
max: {
|
||||||
|
@ -30,13 +30,11 @@ component_1.VantComponent({
|
|||||||
afterRead: null,
|
afterRead: null,
|
||||||
beforeRead: null,
|
beforeRead: null,
|
||||||
previewSize: {
|
previewSize: {
|
||||||
type: Number,
|
type: null,
|
||||||
optionalTypes: [String],
|
|
||||||
value: 80,
|
value: 80,
|
||||||
},
|
},
|
||||||
name: {
|
name: {
|
||||||
type: String,
|
type: null,
|
||||||
optionalTypes: [Number],
|
|
||||||
value: '',
|
value: '',
|
||||||
},
|
},
|
||||||
accept: {
|
accept: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user