Skip to content

Commit 4b3cf09

Browse files
committed
publish build
1 parent abbcbb4 commit 4b3cf09

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+32173
-23869
lines changed

lib/action-sheet/action-sheet.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/action-sheet/index.js

Lines changed: 1293 additions & 379 deletions
Large diffs are not rendered by default.

lib/better-scroll/better-scroll.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/better-scroll/index.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,17 @@ module.exports =
6161
/******/ __webpack_require__.p = "./";
6262
/******/
6363
/******/ // Load entry module and return exports
64-
/******/ return __webpack_require__(__webpack_require__.s = 229);
64+
/******/ return __webpack_require__(__webpack_require__.s = 230);
6565
/******/ })
6666
/************************************************************************/
6767
/******/ ({
6868

69-
/***/ 229:
69+
/***/ 230:
7070
/***/ (function(module, exports, __webpack_require__) {
7171

7272
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;(function (global, factory) {
7373
if (true) {
74-
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [module, exports, __webpack_require__(58)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
74+
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [module, exports, __webpack_require__(84)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
7575
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
7676
(__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
7777
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
@@ -105,13 +105,13 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
105105

106106
/***/ }),
107107

108-
/***/ 58:
108+
/***/ 84:
109109
/***/ (function(module, __webpack_exports__, __webpack_require__) {
110110

111111
"use strict";
112112
Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
113113
/*!
114-
* better-normal-scroll v1.10.0
114+
* better-normal-scroll v1.10.1
115115
* (c) 2016-2018 ustbhuangyi
116116
* Released under the MIT License.
117117
*/
@@ -1814,7 +1814,7 @@ function snapMixin(BScroll) {
18141814
BScroll.prototype._checkSnapLoop = function () {
18151815
var snap = this.options.snap;
18161816

1817-
if (!snap.loop || !this.pages) {
1817+
if (!snap.loop || !this.pages || !this.pages.length) {
18181818
return;
18191819
}
18201820

@@ -1909,7 +1909,7 @@ function snapMixin(BScroll) {
19091909

19101910
var snap = this.options.snap;
19111911

1912-
if (!snap || !this.pages) {
1912+
if (!snap || !this.pages || !this.pages.length) {
19131913
return;
19141914
}
19151915

@@ -1947,7 +1947,7 @@ function snapMixin(BScroll) {
19471947

19481948
BScroll.prototype.goToPage = function (x, y, time, easing) {
19491949
var snap = this.options.snap;
1950-
if (!snap) {
1950+
if (!snap || !this.pages || !this.pages.length) {
19511951
return;
19521952
}
19531953

@@ -2732,7 +2732,7 @@ pullDownMixin(BScroll);
27322732
pullUpMixin(BScroll);
27332733
mouseWheelMixin(BScroll);
27342734

2735-
BScroll.Version = '1.10.0';
2735+
BScroll.Version = '1.10.1';
27362736

27372737
/* harmony default export */ __webpack_exports__["default"] = (BScroll);
27382738

lib/button/button.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/button/index.js

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -61,22 +61,22 @@ module.exports =
6161
/******/ __webpack_require__.p = "./";
6262
/******/
6363
/******/ // Load entry module and return exports
64-
/******/ return __webpack_require__(__webpack_require__.s = 230);
64+
/******/ return __webpack_require__(__webpack_require__.s = 231);
6565
/******/ })
6666
/************************************************************************/
6767
/******/ ({
6868

69-
/***/ 156:
69+
/***/ 157:
7070
/***/ (function(module, exports, __webpack_require__) {
7171

7272
function injectStyle (ssrContext) {
73-
__webpack_require__(157)
73+
__webpack_require__(158)
7474
}
75-
var Component = __webpack_require__(2)(
75+
var Component = __webpack_require__(8)(
7676
/* script */
77-
__webpack_require__(158),
78-
/* template */
7977
__webpack_require__(159),
78+
/* template */
79+
__webpack_require__(160),
8080
/* styles */
8181
injectStyle,
8282
/* scopeId */
@@ -90,14 +90,14 @@ module.exports = Component.exports
9090

9191
/***/ }),
9292

93-
/***/ 157:
93+
/***/ 158:
9494
/***/ (function(module, exports) {
9595

9696
// removed by extract-text-webpack-plugin
9797

9898
/***/ }),
9999

100-
/***/ 158:
100+
/***/ 159:
101101
/***/ (function(module, exports, __webpack_require__) {
102102

103103
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;(function (global, factory) {
@@ -189,7 +189,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
189189

190190
/***/ }),
191191

192-
/***/ 159:
192+
/***/ 160:
193193
/***/ (function(module, exports) {
194194

195195
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
@@ -209,7 +209,50 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
209209

210210
/***/ }),
211211

212-
/***/ 2:
212+
/***/ 231:
213+
/***/ (function(module, exports, __webpack_require__) {
214+
215+
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;(function (global, factory) {
216+
if (true) {
217+
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [module, exports, __webpack_require__(157)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
218+
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
219+
(__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
220+
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
221+
} else if (typeof exports !== "undefined") {
222+
factory(module, exports, require('../../components/button/button.vue'));
223+
} else {
224+
var mod = {
225+
exports: {}
226+
};
227+
factory(mod, mod.exports, global.button);
228+
global.index = mod.exports;
229+
}
230+
})(this, function (module, exports, _button) {
231+
'use strict';
232+
233+
Object.defineProperty(exports, "__esModule", {
234+
value: true
235+
});
236+
237+
var _button2 = _interopRequireDefault(_button);
238+
239+
function _interopRequireDefault(obj) {
240+
return obj && obj.__esModule ? obj : {
241+
default: obj
242+
};
243+
}
244+
245+
_button2.default.install = function (Vue) {
246+
Vue.component(_button2.default.name, _button2.default);
247+
};
248+
249+
exports.default = _button2.default;
250+
module.exports = exports['default'];
251+
});
252+
253+
/***/ }),
254+
255+
/***/ 8:
213256
/***/ (function(module, exports) {
214257

215258
/* globals __VUE_SSR_CONTEXT__ */
@@ -305,49 +348,6 @@ module.exports = function normalizeComponent (
305348
}
306349

307350

308-
/***/ }),
309-
310-
/***/ 230:
311-
/***/ (function(module, exports, __webpack_require__) {
312-
313-
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;(function (global, factory) {
314-
if (true) {
315-
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [module, exports, __webpack_require__(156)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
316-
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
317-
(__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
318-
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
319-
} else if (typeof exports !== "undefined") {
320-
factory(module, exports, require('../../components/button/button.vue'));
321-
} else {
322-
var mod = {
323-
exports: {}
324-
};
325-
factory(mod, mod.exports, global.button);
326-
global.index = mod.exports;
327-
}
328-
})(this, function (module, exports, _button) {
329-
'use strict';
330-
331-
Object.defineProperty(exports, "__esModule", {
332-
value: true
333-
});
334-
335-
var _button2 = _interopRequireDefault(_button);
336-
337-
function _interopRequireDefault(obj) {
338-
return obj && obj.__esModule ? obj : {
339-
default: obj
340-
};
341-
}
342-
343-
_button2.default.install = function (Vue) {
344-
Vue.component(_button2.default.name, _button2.default);
345-
};
346-
347-
exports.default = _button2.default;
348-
module.exports = exports['default'];
349-
});
350-
351351
/***/ })
352352

353353
/******/ });

lib/cascade-picker/cascade-picker.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/cascade-picker/cascade-picker.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)