Skip to content

Commit

Permalink
build: package
Browse files Browse the repository at this point in the history
  • Loading branch information
dolymood committed Jul 23, 2018
1 parent 98f9fc2 commit e96653a
Show file tree
Hide file tree
Showing 18 changed files with 68 additions and 60 deletions.
2 changes: 1 addition & 1 deletion lib/cascade-picker/cascade-picker.min.js

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions lib/cascade-picker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6312,6 +6312,10 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
swipeTime: {
type: Number,
default: 2500
},
maskClosable: {
type: Boolean,
default: true
}
}
};
Expand Down Expand Up @@ -6392,10 +6396,6 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
default: function _default() {
return {};
}
},
maskClosable: {
type: Boolean,
default: true
}
},
computed: {
Expand Down Expand Up @@ -7206,7 +7206,8 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
"z-index": _vm.zIndex,
"cancel-txt": _vm.cancelTxt,
"confirm-txt": _vm.confirmTxt,
"swipe-time": _vm.swipeTime
"swipe-time": _vm.swipeTime,
"mask-closable": _vm.maskClosable
},
on: {
"select": _vm._pickerSelect,
Expand Down
4 changes: 2 additions & 2 deletions lib/cube.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/date-picker/date-picker.min.js

Large diffs are not rendered by default.

16 changes: 9 additions & 7 deletions lib/date-picker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6312,6 +6312,10 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
swipeTime: {
type: Number,
default: 2500
},
maskClosable: {
type: Boolean,
default: true
}
}
};
Expand Down Expand Up @@ -6392,10 +6396,6 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
default: function _default() {
return {};
}
},
maskClosable: {
type: Boolean,
default: true
}
},
computed: {
Expand Down Expand Up @@ -7206,7 +7206,8 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
"z-index": _vm.zIndex,
"cancel-txt": _vm.cancelTxt,
"confirm-txt": _vm.confirmTxt,
"swipe-time": _vm.swipeTime
"swipe-time": _vm.swipeTime,
"mask-closable": _vm.maskClosable
},
on: {
"select": _vm._pickerSelect,
Expand Down Expand Up @@ -7870,13 +7871,14 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
return _c('cube-cascade-picker', {
attrs: {
"data": _vm.data,
"selectedIndex": _vm.selectedIndex,
"selected-index": _vm.selectedIndex,
"title": _vm.title,
"subtitle": _vm.subtitle,
"cancel-txt": _vm.cancelTxt,
"confirm-txt": _vm.confirmTxt,
"swipe-time": _vm.swipeTime,
"z-index": _vm.zIndex
"z-index": _vm.zIndex,
"mask-closable": _vm.maskClosable
},
on: {
"select": _vm._select,
Expand Down
2 changes: 1 addition & 1 deletion lib/image-preview/image-preview.min.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions lib/image-preview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7870,8 +7870,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_

this.slide.on('scrollEnd', this._onScrollEnd);

if (this.options.listenScroll) {
this.options.probeType = 3;
if (this.options.listenScroll && this.options.probeType === 3) {
this.slide.on('scroll', this._onScroll);
}
var slideEl = this.$refs.slide;
Expand Down
27 changes: 15 additions & 12 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,10 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
swipeTime: {
type: Number,
default: 2500
},
maskClosable: {
type: Boolean,
default: true
}
}
};
Expand Down Expand Up @@ -5978,10 +5982,6 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
default: function _default() {
return {};
}
},
maskClosable: {
type: Boolean,
default: true
}
},
computed: {
Expand Down Expand Up @@ -6554,7 +6554,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
}

var Cube = {
version: "1.10.6",
version: "1.10.7",
install: install,
BScroll: _module.BetterScroll,
createAPI: _module.createAPI
Expand Down Expand Up @@ -15302,7 +15302,8 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
"z-index": _vm.zIndex,
"cancel-txt": _vm.cancelTxt,
"confirm-txt": _vm.confirmTxt,
"swipe-time": _vm.swipeTime
"swipe-time": _vm.swipeTime,
"mask-closable": _vm.maskClosable
},
on: {
"select": _vm._pickerSelect,
Expand Down Expand Up @@ -15679,13 +15680,14 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
return _c('cube-cascade-picker', {
attrs: {
"data": _vm.data,
"selectedIndex": _vm.selectedIndex,
"selected-index": _vm.selectedIndex,
"title": _vm.title,
"subtitle": _vm.subtitle,
"cancel-txt": _vm.cancelTxt,
"confirm-txt": _vm.confirmTxt,
"swipe-time": _vm.swipeTime,
"z-index": _vm.zIndex
"z-index": _vm.zIndex,
"mask-closable": _vm.maskClosable
},
on: {
"select": _vm._select,
Expand Down Expand Up @@ -16098,7 +16100,8 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
"cancel-txt": _vm.cancelTxt,
"confirm-txt": _vm.confirmTxt,
"swipe-time": _vm.swipeTime,
"z-index": _vm.zIndex
"z-index": _vm.zIndex,
"mask-closable": _vm.maskClosable
},
on: {
"select": _vm._pickerSelect,
Expand Down Expand Up @@ -16411,7 +16414,8 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
"confirm-txt": item.confirmTxt || (index === _vm.data.length - 1 ? _vm.confirmTxt : _vm.nextTxt),
"cancel-txt": item.cancelTxt || (index === 0 ? _vm.cancelTxt : _vm.prevTxt),
"swipe-time": item.swipeTime || _vm.swipeTime,
"z-index": item.zIndex || _vm.zIndex
"z-index": item.zIndex || _vm.zIndex,
"mask-closable": _vm.maskClosable
},
on: {
"select": _vm._select,
Expand Down Expand Up @@ -19100,8 +19104,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_

this.slide.on('scrollEnd', this._onScrollEnd);

if (this.options.listenScroll) {
this.options.probeType = 3;
if (this.options.listenScroll && this.options.probeType === 3) {
this.slide.on('scroll', this._onScroll);
}
var slideEl = this.$refs.slide;
Expand Down
8 changes: 4 additions & 4 deletions lib/picker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6312,6 +6312,10 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
swipeTime: {
type: Number,
default: 2500
},
maskClosable: {
type: Boolean,
default: true
}
}
};
Expand Down Expand Up @@ -6392,10 +6396,6 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
default: function _default() {
return {};
}
},
maskClosable: {
type: Boolean,
default: true
}
},
computed: {
Expand Down
2 changes: 1 addition & 1 deletion lib/picker/picker.min.js

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions lib/segment-picker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6312,6 +6312,10 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
swipeTime: {
type: Number,
default: 2500
},
maskClosable: {
type: Boolean,
default: true
}
}
};
Expand Down Expand Up @@ -6392,10 +6396,6 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
default: function _default() {
return {};
}
},
maskClosable: {
type: Boolean,
default: true
}
},
computed: {
Expand Down Expand Up @@ -7206,7 +7206,8 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
"z-index": _vm.zIndex,
"cancel-txt": _vm.cancelTxt,
"confirm-txt": _vm.confirmTxt,
"swipe-time": _vm.swipeTime
"swipe-time": _vm.swipeTime,
"mask-closable": _vm.maskClosable
},
on: {
"select": _vm._pickerSelect,
Expand Down Expand Up @@ -7702,7 +7703,8 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
"confirm-txt": item.confirmTxt || (index === _vm.data.length - 1 ? _vm.confirmTxt : _vm.nextTxt),
"cancel-txt": item.cancelTxt || (index === 0 ? _vm.cancelTxt : _vm.prevTxt),
"swipe-time": item.swipeTime || _vm.swipeTime,
"z-index": item.zIndex || _vm.zIndex
"z-index": item.zIndex || _vm.zIndex,
"mask-closable": _vm.maskClosable
},
on: {
"select": _vm._select,
Expand Down
4 changes: 2 additions & 2 deletions lib/segment-picker/segment-picker.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions lib/select/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6312,6 +6312,10 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
swipeTime: {
type: Number,
default: 2500
},
maskClosable: {
type: Boolean,
default: true
}
}
};
Expand Down Expand Up @@ -6392,10 +6396,6 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
default: function _default() {
return {};
}
},
maskClosable: {
type: Boolean,
default: true
}
},
computed: {
Expand Down
2 changes: 1 addition & 1 deletion lib/select/select.min.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions lib/slide/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5398,8 +5398,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_

this.slide.on('scrollEnd', this._onScrollEnd);

if (this.options.listenScroll) {
this.options.probeType = 3;
if (this.options.listenScroll && this.options.probeType === 3) {
this.slide.on('scroll', this._onScroll);
}
var slideEl = this.$refs.slide;
Expand Down
2 changes: 1 addition & 1 deletion lib/slide/slide.min.js

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions lib/time-picker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6312,6 +6312,10 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
swipeTime: {
type: Number,
default: 2500
},
maskClosable: {
type: Boolean,
default: true
}
}
};
Expand Down Expand Up @@ -6392,10 +6396,6 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
default: function _default() {
return {};
}
},
maskClosable: {
type: Boolean,
default: true
}
},
computed: {
Expand Down Expand Up @@ -7206,7 +7206,8 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
"z-index": _vm.zIndex,
"cancel-txt": _vm.cancelTxt,
"confirm-txt": _vm.confirmTxt,
"swipe-time": _vm.swipeTime
"swipe-time": _vm.swipeTime,
"mask-closable": _vm.maskClosable
},
on: {
"select": _vm._pickerSelect,
Expand Down Expand Up @@ -7925,7 +7926,8 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
"cancel-txt": _vm.cancelTxt,
"confirm-txt": _vm.confirmTxt,
"swipe-time": _vm.swipeTime,
"z-index": _vm.zIndex
"z-index": _vm.zIndex,
"mask-closable": _vm.maskClosable
},
on: {
"select": _vm._pickerSelect,
Expand Down
2 changes: 1 addition & 1 deletion lib/time-picker/time-picker.min.js

Large diffs are not rendered by default.

0 comments on commit e96653a

Please sign in to comment.