@mdsfe/mds-ui 0.2.11-rc.7 → 0.3.0-0

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.
Files changed (128) hide show
  1. package/CHANGELOG.md +20 -1
  2. package/dist/_locale/default.js +18 -0
  3. package/dist/_locale/format.js +54 -0
  4. package/dist/_locale/index.js +56 -6
  5. package/dist/_locale/lang/en.js +144 -0
  6. package/dist/_locale/{zh-CN.js → lang/zh-CN.js} +22 -3
  7. package/dist/_mixin/locale.js +1 -1
  8. package/dist/_util/iconfont/index.js +12 -13
  9. package/dist/_util/util.js +7 -0
  10. package/dist/affix.js +6 -6
  11. package/dist/alert.js +6 -6
  12. package/dist/anchor.js +6 -6
  13. package/dist/avatar.js +17 -8
  14. package/dist/backtop.js +11 -11
  15. package/dist/badge.js +17 -17
  16. package/dist/bordershadow.js +6 -6
  17. package/dist/breadcrumb.js +6 -6
  18. package/dist/button.js +6 -6
  19. package/dist/card.js +6 -6
  20. package/dist/carousel.js +80 -80
  21. package/dist/cascader.js +96 -61
  22. package/dist/cascaderpanel.js +54 -29
  23. package/dist/checkbox.js +10 -10
  24. package/dist/col.js +10 -10
  25. package/dist/collapse.js +6 -6
  26. package/dist/color.js +6 -6
  27. package/dist/datepicker.js +287 -280
  28. package/dist/divider.js +6 -6
  29. package/dist/drawer.js +20 -20
  30. package/dist/dropdown.js +19 -19
  31. package/dist/empty.js +31 -14
  32. package/dist/font/iconfont.4ac77c3.woff2 +0 -0
  33. package/dist/font/iconfont.5a7af4c.woff +0 -0
  34. package/dist/font/{iconfont.1afa199.ttf → iconfont.784954d.ttf} +0 -0
  35. package/dist/font.js +6 -6
  36. package/dist/form.js +14 -14
  37. package/dist/icon.js +6 -6
  38. package/dist/index.js +1 -1
  39. package/dist/input.js +16 -16
  40. package/dist/inputnumber.js +13 -13
  41. package/dist/layout.js +6 -6
  42. package/dist/list.js +6 -6
  43. package/dist/loading.js +6 -6
  44. package/dist/mds-ui.min.css +1 -1
  45. package/dist/mds-ui.min.js +1884 -1386
  46. package/dist/menu.js +18 -18
  47. package/dist/message.js +10 -10
  48. package/dist/modal.js +60 -38
  49. package/dist/notification.js +20 -20
  50. package/dist/pagination.js +75 -35
  51. package/dist/popconfirm.js +561 -31
  52. package/dist/popover.js +27 -27
  53. package/dist/progress.js +6 -6
  54. package/dist/radio.js +10 -10
  55. package/dist/rate.js +10 -10
  56. package/dist/row.js +10 -10
  57. package/dist/select.js +99 -79
  58. package/dist/slider.js +58 -37
  59. package/dist/slottable.js +75 -50
  60. package/dist/steps.js +6 -6
  61. package/dist/style/affix.css +251 -2
  62. package/dist/style/alert.css +251 -2
  63. package/dist/style/anchor.css +251 -2
  64. package/dist/style/avatar.css +251 -2
  65. package/dist/style/badge.css +251 -2
  66. package/dist/style/bordershadow.css +251 -2
  67. package/dist/style/breadcrumb.css +251 -2
  68. package/dist/style/button.css +251 -2
  69. package/dist/style/card.css +251 -2
  70. package/dist/style/carousel.css +251 -2
  71. package/dist/style/checkbox.css +251 -2
  72. package/dist/style/col.css +251 -2
  73. package/dist/style/collapse.css +251 -2
  74. package/dist/style/color.css +251 -2
  75. package/dist/style/datepicker.css +251 -2
  76. package/dist/style/divider.css +251 -2
  77. package/dist/style/drawer.css +251 -2
  78. package/dist/style/dropdown.css +251 -2
  79. package/dist/style/empty.css +251 -2
  80. package/dist/style/font.css +251 -2
  81. package/dist/style/form.css +251 -2
  82. package/dist/style/icon.css +251 -2
  83. package/dist/style/input.css +251 -2
  84. package/dist/style/inputnumber.css +251 -2
  85. package/dist/style/layout.css +251 -2
  86. package/dist/style/list.css +251 -2
  87. package/dist/style/loading.css +251 -2
  88. package/dist/style/menu.css +251 -2
  89. package/dist/style/modal.css +251 -2
  90. package/dist/style/notification.css +251 -2
  91. package/dist/style/pagination.css +251 -2
  92. package/dist/style/popconfirm.css +251 -2
  93. package/dist/style/popover.css +251 -2
  94. package/dist/style/progress.css +251 -2
  95. package/dist/style/radio.css +251 -2
  96. package/dist/style/rate.css +251 -2
  97. package/dist/style/row.css +251 -2
  98. package/dist/style/select.css +251 -2
  99. package/dist/style/slider.css +251 -2
  100. package/dist/style/slottable.css +251 -2
  101. package/dist/style/steps.css +251 -2
  102. package/dist/style/switch.css +251 -2
  103. package/dist/style/table.css +251 -2
  104. package/dist/style/tabs.css +251 -2
  105. package/dist/style/tag.css +251 -2
  106. package/dist/style/text.css +251 -2
  107. package/dist/style/timeline.css +251 -2
  108. package/dist/style/timepicker.css +251 -2
  109. package/dist/style/tooltip.css +251 -2
  110. package/dist/style/tree.css +251 -2
  111. package/dist/style/typography.css +251 -2
  112. package/dist/style/upload.css +251 -2
  113. package/dist/switch.js +10 -10
  114. package/dist/table.js +261 -166
  115. package/dist/tabs.js +6 -6
  116. package/dist/tag.js +6 -6
  117. package/dist/text.js +681 -681
  118. package/dist/timeline.js +6 -6
  119. package/dist/timepicker.js +571 -41
  120. package/dist/tooltip.js +25 -25
  121. package/dist/transfer.js +48 -34
  122. package/dist/transition.js +4 -4
  123. package/dist/tree.js +77 -77
  124. package/dist/typography.js +6 -6
  125. package/dist/upload.js +60 -32
  126. package/package.json +4 -2
  127. package/dist/font/iconfont.7487761.woff2 +0 -0
  128. package/dist/font/iconfont.ef68624.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__, __WEBPACK_EXTERNAL_MODULE__16__) {
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 = 99);
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
- /***/ 10:
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__(139);
214
+ var components_style = __webpack_require__(142);
285
215
 
286
216
  // EXTERNAL MODULE: ./components/carousel/style/index.less
287
- var carousel_style = __webpack_require__(258);
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__(19);
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__(23);
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__(72);
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__(16);
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__(10);
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
  /******/ });