Skip to content

Commit

Permalink
build: package
Browse files Browse the repository at this point in the history
  • Loading branch information
dolymood committed Jan 3, 2019
1 parent 9f82fe1 commit e65a03e
Show file tree
Hide file tree
Showing 31 changed files with 2,439 additions and 2,439 deletions.
2 changes: 1 addition & 1 deletion lib/better-scroll/better-scroll.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/better-scroll/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ function initMixin(BScroll) {
};

BScroll.prototype._handleAutoBlur = function () {
this.on('scrollStart', function () {
this.on('beforeScrollStart', function () {
var activeElement = document.activeElement;
if (activeElement && (activeElement.tagName === 'INPUT' || activeElement.tagName === 'TEXTAREA')) {
activeElement.blur();
Expand Down
2 changes: 1 addition & 1 deletion lib/cascade-picker/cascade-picker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/cascade-picker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2701,7 +2701,7 @@ function initMixin(BScroll) {
};

BScroll.prototype._handleAutoBlur = function () {
this.on('scrollStart', function () {
this.on('beforeScrollStart', function () {
var activeElement = document.activeElement;
if (activeElement && (activeElement.tagName === 'INPUT' || activeElement.tagName === 'TEXTAREA')) {
activeElement.blur();
Expand Down
2 changes: 1 addition & 1 deletion lib/cube.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/date-picker/date-picker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/date-picker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2706,7 +2706,7 @@ function initMixin(BScroll) {
};

BScroll.prototype._handleAutoBlur = function () {
this.on('scrollStart', function () {
this.on('beforeScrollStart', function () {
var activeElement = document.activeElement;
if (activeElement && (activeElement.tagName === 'INPUT' || activeElement.tagName === 'TEXTAREA')) {
activeElement.blur();
Expand Down
2 changes: 1 addition & 1 deletion lib/drawer/drawer.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/drawer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2172,7 +2172,7 @@ function initMixin(BScroll) {
};

BScroll.prototype._handleAutoBlur = function () {
this.on('scrollStart', function () {
this.on('beforeScrollStart', function () {
var activeElement = document.activeElement;
if (activeElement && (activeElement.tagName === 'INPUT' || activeElement.tagName === 'TEXTAREA')) {
activeElement.blur();
Expand Down
2 changes: 1 addition & 1 deletion lib/image-preview/image-preview.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/image-preview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2214,7 +2214,7 @@ function initMixin(BScroll) {
};

BScroll.prototype._handleAutoBlur = function () {
this.on('scrollStart', function () {
this.on('beforeScrollStart', function () {
var activeElement = document.activeElement;
if (activeElement && (activeElement.tagName === 'INPUT' || activeElement.tagName === 'TEXTAREA')) {
activeElement.blur();
Expand Down
4 changes: 2 additions & 2 deletions lib/index-list/index-list.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index-list/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2007,7 +2007,7 @@ function initMixin(BScroll) {
};

BScroll.prototype._handleAutoBlur = function () {
this.on('scrollStart', function () {
this.on('beforeScrollStart', function () {
var activeElement = document.activeElement;
if (activeElement && (activeElement.tagName === 'INPUT' || activeElement.tagName === 'TEXTAREA')) {
activeElement.blur();
Expand Down
4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2390,7 +2390,7 @@ function initMixin(BScroll) {
};

BScroll.prototype._handleAutoBlur = function () {
this.on('scrollStart', function () {
this.on('beforeScrollStart', function () {
var activeElement = document.activeElement;
if (activeElement && (activeElement.tagName === 'INPUT' || activeElement.tagName === 'TEXTAREA')) {
activeElement.blur();
Expand Down Expand Up @@ -6869,7 +6869,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
}

var Cube = {
version: "1.12.6",
version: "1.12.7",
install: install,
BScroll: _module.BetterScroll,
createAPI: _module.createAPI
Expand Down
2 changes: 1 addition & 1 deletion lib/picker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2701,7 +2701,7 @@ function initMixin(BScroll) {
};

BScroll.prototype._handleAutoBlur = function () {
this.on('scrollStart', function () {
this.on('beforeScrollStart', function () {
var activeElement = document.activeElement;
if (activeElement && (activeElement.tagName === 'INPUT' || activeElement.tagName === 'TEXTAREA')) {
activeElement.blur();
Expand Down
2 changes: 1 addition & 1 deletion lib/picker/picker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/scroll-nav-bar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2007,7 +2007,7 @@ function initMixin(BScroll) {
};

BScroll.prototype._handleAutoBlur = function () {
this.on('scrollStart', function () {
this.on('beforeScrollStart', function () {
var activeElement = document.activeElement;
if (activeElement && (activeElement.tagName === 'INPUT' || activeElement.tagName === 'TEXTAREA')) {
activeElement.blur();
Expand Down
2 changes: 1 addition & 1 deletion lib/scroll-nav-bar/scroll-nav-bar.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/scroll-nav/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2007,7 +2007,7 @@ function initMixin(BScroll) {
};

BScroll.prototype._handleAutoBlur = function () {
this.on('scrollStart', function () {
this.on('beforeScrollStart', function () {
var activeElement = document.activeElement;
if (activeElement && (activeElement.tagName === 'INPUT' || activeElement.tagName === 'TEXTAREA')) {
activeElement.blur();
Expand Down
2 changes: 1 addition & 1 deletion lib/scroll-nav/scroll-nav.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/scroll/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2007,7 +2007,7 @@ function initMixin(BScroll) {
};

BScroll.prototype._handleAutoBlur = function () {
this.on('scrollStart', function () {
this.on('beforeScrollStart', function () {
var activeElement = document.activeElement;
if (activeElement && (activeElement.tagName === 'INPUT' || activeElement.tagName === 'TEXTAREA')) {
activeElement.blur();
Expand Down
2 changes: 1 addition & 1 deletion lib/scroll/scroll.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/segment-picker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2701,7 +2701,7 @@ function initMixin(BScroll) {
};

BScroll.prototype._handleAutoBlur = function () {
this.on('scrollStart', function () {
this.on('beforeScrollStart', function () {
var activeElement = document.activeElement;
if (activeElement && (activeElement.tagName === 'INPUT' || activeElement.tagName === 'TEXTAREA')) {
activeElement.blur();
Expand Down
2 changes: 1 addition & 1 deletion lib/segment-picker/segment-picker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/select/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2701,7 +2701,7 @@ function initMixin(BScroll) {
};

BScroll.prototype._handleAutoBlur = function () {
this.on('scrollStart', function () {
this.on('beforeScrollStart', function () {
var activeElement = document.activeElement;
if (activeElement && (activeElement.tagName === 'INPUT' || activeElement.tagName === 'TEXTAREA')) {
activeElement.blur();
Expand Down
2 changes: 1 addition & 1 deletion lib/select/select.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/slide/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2854,7 +2854,7 @@ function initMixin(BScroll) {
};

BScroll.prototype._handleAutoBlur = function () {
this.on('scrollStart', function () {
this.on('beforeScrollStart', function () {
var activeElement = document.activeElement;
if (activeElement && (activeElement.tagName === 'INPUT' || activeElement.tagName === 'TEXTAREA')) {
activeElement.blur();
Expand Down
2 changes: 1 addition & 1 deletion lib/slide/slide.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/time-picker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2706,7 +2706,7 @@ function initMixin(BScroll) {
};

BScroll.prototype._handleAutoBlur = function () {
this.on('scrollStart', function () {
this.on('beforeScrollStart', function () {
var activeElement = document.activeElement;
if (activeElement && (activeElement.tagName === 'INPUT' || activeElement.tagName === 'TEXTAREA')) {
activeElement.blur();
Expand Down
2 changes: 1 addition & 1 deletion lib/time-picker/time-picker.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit e65a03e

Please sign in to comment.