@mdsfe/mds-ui 0.2.11-rc.12 → 0.2.11-rc.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_locale/default.js +18 -0
- package/dist/_locale/format.js +54 -0
- package/dist/_locale/index.js +56 -6
- package/dist/_locale/lang/en.js +144 -0
- package/dist/_locale/lang/zh-CN.js +142 -0
- package/dist/_mixin/locale.js +1 -1
- package/dist/_util/iconfont/index.js +1 -1
- package/dist/_util/util.js +7 -0
- package/dist/affix.js +6 -6
- package/dist/alert.js +6 -6
- package/dist/anchor.js +6 -6
- package/dist/avatar.js +17 -8
- package/dist/backtop.js +11 -11
- package/dist/badge.js +17 -17
- package/dist/bordershadow.js +6 -6
- package/dist/breadcrumb.js +6 -6
- package/dist/button.js +6 -6
- package/dist/card.js +6 -6
- package/dist/carousel.js +80 -80
- package/dist/cascader.js +96 -61
- package/dist/cascaderpanel.js +54 -29
- package/dist/checkbox.js +10 -10
- package/dist/col.js +10 -10
- package/dist/collapse.js +6 -6
- package/dist/color.js +6 -6
- package/dist/datepicker.js +287 -280
- package/dist/divider.js +6 -6
- package/dist/drawer.js +20 -20
- package/dist/dropdown.js +19 -19
- package/dist/empty.js +31 -14
- package/dist/font/iconfont.4ac77c3.woff2 +0 -0
- package/dist/font/iconfont.5a7af4c.woff +0 -0
- package/dist/font/{iconfont.3f886fd.ttf → iconfont.784954d.ttf} +0 -0
- package/dist/font.js +6 -6
- package/dist/form.js +14 -14
- package/dist/icon.js +6 -6
- package/dist/index.js +1 -1
- package/dist/input.js +16 -16
- package/dist/inputnumber.js +13 -13
- package/dist/layout.js +6 -6
- package/dist/list.js +6 -6
- package/dist/loading.js +6 -6
- package/dist/mds-ui.min.css +1 -1
- package/dist/mds-ui.min.js +1857 -1377
- package/dist/menu.js +18 -18
- package/dist/message.js +10 -10
- package/dist/modal.js +60 -38
- package/dist/notification.js +20 -20
- package/dist/pagination.js +74 -33
- package/dist/popconfirm.js +561 -31
- package/dist/popover.js +27 -27
- package/dist/progress.js +6 -6
- package/dist/radio.js +10 -10
- package/dist/rate.js +10 -10
- package/dist/row.js +10 -10
- package/dist/select.js +99 -79
- package/dist/slider.js +22 -22
- package/dist/slottable.js +75 -50
- package/dist/steps.js +6 -6
- package/dist/style/affix.css +166 -1
- package/dist/style/alert.css +166 -1
- package/dist/style/anchor.css +166 -1
- package/dist/style/avatar.css +166 -1
- package/dist/style/badge.css +166 -1
- package/dist/style/bordershadow.css +166 -1
- package/dist/style/breadcrumb.css +166 -1
- package/dist/style/button.css +166 -1
- package/dist/style/card.css +166 -1
- package/dist/style/carousel.css +166 -1
- package/dist/style/checkbox.css +166 -1
- package/dist/style/col.css +166 -1
- package/dist/style/collapse.css +166 -1
- package/dist/style/color.css +166 -1
- package/dist/style/datepicker.css +166 -1
- package/dist/style/divider.css +166 -1
- package/dist/style/drawer.css +166 -1
- package/dist/style/dropdown.css +166 -1
- package/dist/style/empty.css +166 -1
- package/dist/style/font.css +166 -1
- package/dist/style/form.css +166 -1
- package/dist/style/icon.css +166 -1
- package/dist/style/input.css +166 -1
- package/dist/style/inputnumber.css +166 -1
- package/dist/style/layout.css +166 -1
- package/dist/style/list.css +166 -1
- package/dist/style/loading.css +166 -1
- package/dist/style/menu.css +166 -1
- package/dist/style/modal.css +166 -1
- package/dist/style/notification.css +166 -1
- package/dist/style/pagination.css +166 -1
- package/dist/style/popconfirm.css +166 -1
- package/dist/style/popover.css +166 -1
- package/dist/style/progress.css +166 -1
- package/dist/style/radio.css +166 -1
- package/dist/style/rate.css +166 -1
- package/dist/style/row.css +166 -1
- package/dist/style/select.css +166 -1
- package/dist/style/slider.css +166 -1
- package/dist/style/slottable.css +166 -1
- package/dist/style/steps.css +166 -1
- package/dist/style/switch.css +166 -1
- package/dist/style/table.css +166 -1
- package/dist/style/tabs.css +166 -1
- package/dist/style/tag.css +166 -1
- package/dist/style/text.css +166 -1
- package/dist/style/timeline.css +166 -1
- package/dist/style/timepicker.css +166 -1
- package/dist/style/tooltip.css +166 -1
- package/dist/style/tree.css +166 -1
- package/dist/style/typography.css +166 -1
- package/dist/style/upload.css +166 -1
- package/dist/switch.js +10 -10
- package/dist/table.js +261 -166
- package/dist/tabs.js +6 -6
- package/dist/tag.js +6 -6
- package/dist/text.js +681 -681
- package/dist/timeline.js +6 -6
- package/dist/timepicker.js +571 -41
- package/dist/tooltip.js +25 -25
- package/dist/transfer.js +48 -34
- package/dist/transition.js +4 -4
- package/dist/tree.js +77 -77
- package/dist/typography.js +6 -6
- package/dist/upload.js +60 -32
- package/package.json +4 -2
- package/dist/font/iconfont.396260c.woff2 +0 -0
- package/dist/font/iconfont.881db5a.woff +0 -0
package/dist/carousel.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
var a = typeof exports === 'object' ? factory(require("vue"), require("./input")) : factory(root["Vue"], root["./input"]);
|
|
8
8
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
9
|
}
|
|
10
|
-
})(window, function(__WEBPACK_EXTERNAL_MODULE__2__,
|
|
10
|
+
})(window, function(__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__17__) {
|
|
11
11
|
return /******/ (function(modules) { // webpackBootstrap
|
|
12
12
|
/******/ // The module cache
|
|
13
13
|
/******/ var installedModules = {};
|
|
@@ -91,7 +91,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
91
91
|
/******/
|
|
92
92
|
/******/
|
|
93
93
|
/******/ // Load entry module and return exports
|
|
94
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
94
|
+
/******/ return __webpack_require__(__webpack_require__.s = 102);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
@@ -203,77 +203,7 @@ function normalizeComponent (
|
|
|
203
203
|
|
|
204
204
|
/***/ }),
|
|
205
205
|
|
|
206
|
-
/***/
|
|
207
|
-
/***/ (function(module, exports) {
|
|
208
|
-
|
|
209
|
-
module.exports = require("babel-runtime/core-js/object/keys");
|
|
210
|
-
|
|
211
|
-
/***/ }),
|
|
212
|
-
|
|
213
|
-
/***/ 139:
|
|
214
|
-
/***/ (function(module, exports) {
|
|
215
|
-
|
|
216
|
-
// removed by extract-text-webpack-plugin
|
|
217
|
-
|
|
218
|
-
/***/ }),
|
|
219
|
-
|
|
220
|
-
/***/ 16:
|
|
221
|
-
/***/ (function(module, exports) {
|
|
222
|
-
|
|
223
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__16__;
|
|
224
|
-
|
|
225
|
-
/***/ }),
|
|
226
|
-
|
|
227
|
-
/***/ 19:
|
|
228
|
-
/***/ (function(module, exports) {
|
|
229
|
-
|
|
230
|
-
module.exports = require("throttle-debounce");
|
|
231
|
-
|
|
232
|
-
/***/ }),
|
|
233
|
-
|
|
234
|
-
/***/ 2:
|
|
235
|
-
/***/ (function(module, exports) {
|
|
236
|
-
|
|
237
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
|
|
238
|
-
|
|
239
|
-
/***/ }),
|
|
240
|
-
|
|
241
|
-
/***/ 23:
|
|
242
|
-
/***/ (function(module, exports) {
|
|
243
|
-
|
|
244
|
-
module.exports = require("babel-runtime/core-js/get-iterator");
|
|
245
|
-
|
|
246
|
-
/***/ }),
|
|
247
|
-
|
|
248
|
-
/***/ 258:
|
|
249
|
-
/***/ (function(module, exports) {
|
|
250
|
-
|
|
251
|
-
// removed by extract-text-webpack-plugin
|
|
252
|
-
|
|
253
|
-
/***/ }),
|
|
254
|
-
|
|
255
|
-
/***/ 28:
|
|
256
|
-
/***/ (function(module, exports) {
|
|
257
|
-
|
|
258
|
-
module.exports = require("babel-runtime/core-js/json/stringify");
|
|
259
|
-
|
|
260
|
-
/***/ }),
|
|
261
|
-
|
|
262
|
-
/***/ 72:
|
|
263
|
-
/***/ (function(module, exports) {
|
|
264
|
-
|
|
265
|
-
module.exports = require("resize-observer-polyfill");
|
|
266
|
-
|
|
267
|
-
/***/ }),
|
|
268
|
-
|
|
269
|
-
/***/ 9:
|
|
270
|
-
/***/ (function(module, exports) {
|
|
271
|
-
|
|
272
|
-
module.exports = require("babel-runtime/helpers/typeof");
|
|
273
|
-
|
|
274
|
-
/***/ }),
|
|
275
|
-
|
|
276
|
-
/***/ 99:
|
|
206
|
+
/***/ 102:
|
|
277
207
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
278
208
|
|
|
279
209
|
"use strict";
|
|
@@ -281,10 +211,10 @@ module.exports = require("babel-runtime/helpers/typeof");
|
|
|
281
211
|
__webpack_require__.r(__webpack_exports__);
|
|
282
212
|
|
|
283
213
|
// EXTERNAL MODULE: ./components/style/index.less
|
|
284
|
-
var components_style = __webpack_require__(
|
|
214
|
+
var components_style = __webpack_require__(142);
|
|
285
215
|
|
|
286
216
|
// EXTERNAL MODULE: ./components/carousel/style/index.less
|
|
287
|
-
var carousel_style = __webpack_require__(
|
|
217
|
+
var carousel_style = __webpack_require__(261);
|
|
288
218
|
|
|
289
219
|
// CONCATENATED MODULE: ./components/carousel/style/index.js
|
|
290
220
|
|
|
@@ -455,14 +385,14 @@ render._withStripped = true
|
|
|
455
385
|
// CONCATENATED MODULE: ./components/carousel/carousel.vue?vue&type=template&id=2b005604&
|
|
456
386
|
|
|
457
387
|
// EXTERNAL MODULE: external "throttle-debounce"
|
|
458
|
-
var external_throttle_debounce_ = __webpack_require__(
|
|
388
|
+
var external_throttle_debounce_ = __webpack_require__(20);
|
|
459
389
|
|
|
460
390
|
// EXTERNAL MODULE: external "babel-runtime/core-js/get-iterator"
|
|
461
|
-
var get_iterator_ = __webpack_require__(
|
|
391
|
+
var get_iterator_ = __webpack_require__(24);
|
|
462
392
|
var get_iterator_default = /*#__PURE__*/__webpack_require__.n(get_iterator_);
|
|
463
393
|
|
|
464
394
|
// EXTERNAL MODULE: external "resize-observer-polyfill"
|
|
465
|
-
var external_resize_observer_polyfill_ = __webpack_require__(
|
|
395
|
+
var external_resize_observer_polyfill_ = __webpack_require__(75);
|
|
466
396
|
var external_resize_observer_polyfill_default = /*#__PURE__*/__webpack_require__.n(external_resize_observer_polyfill_);
|
|
467
397
|
|
|
468
398
|
// CONCATENATED MODULE: ./components/_util/resize.js
|
|
@@ -524,7 +454,7 @@ var removeResizeListener = function removeResizeListener(element, fn) {
|
|
|
524
454
|
}
|
|
525
455
|
};
|
|
526
456
|
// EXTERNAL MODULE: external "./input"
|
|
527
|
-
var external_input_ = __webpack_require__(
|
|
457
|
+
var external_input_ = __webpack_require__(17);
|
|
528
458
|
var external_input_default = /*#__PURE__*/__webpack_require__.n(external_input_);
|
|
529
459
|
|
|
530
460
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/carousel/carousel.vue?vue&type=script&lang=js&
|
|
@@ -918,7 +848,7 @@ carousel_itemvue_type_template_id_73158f6c_render._withStripped = true
|
|
|
918
848
|
// CONCATENATED MODULE: ./components/carousel/carousel-item.vue?vue&type=template&id=73158f6c&
|
|
919
849
|
|
|
920
850
|
// EXTERNAL MODULE: external "babel-runtime/core-js/object/keys"
|
|
921
|
-
var keys_ = __webpack_require__(
|
|
851
|
+
var keys_ = __webpack_require__(11);
|
|
922
852
|
var keys_default = /*#__PURE__*/__webpack_require__.n(keys_);
|
|
923
853
|
|
|
924
854
|
// EXTERNAL MODULE: external "babel-runtime/core-js/json/stringify"
|
|
@@ -1320,6 +1250,76 @@ carousel.install = function (Vue) {
|
|
|
1320
1250
|
};
|
|
1321
1251
|
/* harmony default export */ var components_carousel = __webpack_exports__["default"] = (carousel);
|
|
1322
1252
|
|
|
1253
|
+
/***/ }),
|
|
1254
|
+
|
|
1255
|
+
/***/ 11:
|
|
1256
|
+
/***/ (function(module, exports) {
|
|
1257
|
+
|
|
1258
|
+
module.exports = require("babel-runtime/core-js/object/keys");
|
|
1259
|
+
|
|
1260
|
+
/***/ }),
|
|
1261
|
+
|
|
1262
|
+
/***/ 142:
|
|
1263
|
+
/***/ (function(module, exports) {
|
|
1264
|
+
|
|
1265
|
+
// removed by extract-text-webpack-plugin
|
|
1266
|
+
|
|
1267
|
+
/***/ }),
|
|
1268
|
+
|
|
1269
|
+
/***/ 17:
|
|
1270
|
+
/***/ (function(module, exports) {
|
|
1271
|
+
|
|
1272
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__17__;
|
|
1273
|
+
|
|
1274
|
+
/***/ }),
|
|
1275
|
+
|
|
1276
|
+
/***/ 2:
|
|
1277
|
+
/***/ (function(module, exports) {
|
|
1278
|
+
|
|
1279
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
|
|
1280
|
+
|
|
1281
|
+
/***/ }),
|
|
1282
|
+
|
|
1283
|
+
/***/ 20:
|
|
1284
|
+
/***/ (function(module, exports) {
|
|
1285
|
+
|
|
1286
|
+
module.exports = require("throttle-debounce");
|
|
1287
|
+
|
|
1288
|
+
/***/ }),
|
|
1289
|
+
|
|
1290
|
+
/***/ 24:
|
|
1291
|
+
/***/ (function(module, exports) {
|
|
1292
|
+
|
|
1293
|
+
module.exports = require("babel-runtime/core-js/get-iterator");
|
|
1294
|
+
|
|
1295
|
+
/***/ }),
|
|
1296
|
+
|
|
1297
|
+
/***/ 261:
|
|
1298
|
+
/***/ (function(module, exports) {
|
|
1299
|
+
|
|
1300
|
+
// removed by extract-text-webpack-plugin
|
|
1301
|
+
|
|
1302
|
+
/***/ }),
|
|
1303
|
+
|
|
1304
|
+
/***/ 28:
|
|
1305
|
+
/***/ (function(module, exports) {
|
|
1306
|
+
|
|
1307
|
+
module.exports = require("babel-runtime/core-js/json/stringify");
|
|
1308
|
+
|
|
1309
|
+
/***/ }),
|
|
1310
|
+
|
|
1311
|
+
/***/ 75:
|
|
1312
|
+
/***/ (function(module, exports) {
|
|
1313
|
+
|
|
1314
|
+
module.exports = require("resize-observer-polyfill");
|
|
1315
|
+
|
|
1316
|
+
/***/ }),
|
|
1317
|
+
|
|
1318
|
+
/***/ 9:
|
|
1319
|
+
/***/ (function(module, exports) {
|
|
1320
|
+
|
|
1321
|
+
module.exports = require("babel-runtime/helpers/typeof");
|
|
1322
|
+
|
|
1323
1323
|
/***/ })
|
|
1324
1324
|
|
|
1325
1325
|
/******/ });
|