@mdsfe/mds-ui 0.3.0-14 → 0.3.0-17

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 (120) hide show
  1. package/dist/_util/iconfont/index.js +7 -7
  2. package/dist/affix.js +6 -6
  3. package/dist/alert.js +6 -6
  4. package/dist/anchor.js +6 -6
  5. package/dist/avatar.js +6 -6
  6. package/dist/backtop.js +8 -8
  7. package/dist/badge.js +10 -10
  8. package/dist/bordershadow.js +6 -6
  9. package/dist/breadcrumb.js +6 -6
  10. package/dist/button.js +6 -6
  11. package/dist/card.js +6 -6
  12. package/dist/carousel.js +20 -20
  13. package/dist/cascader.js +30 -30
  14. package/dist/cascaderpanel.js +20 -20
  15. package/dist/checkbox.js +4 -4
  16. package/dist/col.js +16 -16
  17. package/dist/collapse.js +6 -6
  18. package/dist/color.js +6 -6
  19. package/dist/datepicker.js +656 -1012
  20. package/dist/divider.js +6 -6
  21. package/dist/drawer.js +16 -16
  22. package/dist/dropdown.js +15 -15
  23. package/dist/empty.js +15 -15
  24. package/dist/font/iconfont.08f1d29.woff +0 -0
  25. package/dist/font/iconfont.6addfa3.woff2 +0 -0
  26. package/dist/font/{iconfont.d4ec0db.ttf → iconfont.fbe81ba.ttf} +0 -0
  27. package/dist/font.js +6 -6
  28. package/dist/form.js +13 -13
  29. package/dist/icon.js +6 -6
  30. package/dist/index.js +1 -1
  31. package/dist/input.js +6 -6
  32. package/dist/inputnumber.js +10 -10
  33. package/dist/layout.js +6 -6
  34. package/dist/list.js +6 -6
  35. package/dist/loading.js +6 -6
  36. package/dist/mds-ui.min.css +1 -1
  37. package/dist/mds-ui.min.js +1729 -1607
  38. package/dist/menu.js +13 -13
  39. package/dist/message.js +1070 -1070
  40. package/dist/modal.js +16 -16
  41. package/dist/notification.js +10 -10
  42. package/dist/pagination.js +64 -64
  43. package/dist/popconfirm.js +33 -33
  44. package/dist/popover.js +28 -28
  45. package/dist/progress.js +25 -25
  46. package/dist/radio.js +14 -14
  47. package/dist/rate.js +6 -6
  48. package/dist/row.js +16 -16
  49. package/dist/select.js +27 -27
  50. package/dist/slider.js +22 -22
  51. package/dist/slottable.js +32 -32
  52. package/dist/steps.js +6 -6
  53. package/dist/style/affix.css +7 -1
  54. package/dist/style/alert.css +7 -1
  55. package/dist/style/anchor.css +7 -1
  56. package/dist/style/avatar.css +7 -1
  57. package/dist/style/badge.css +7 -1
  58. package/dist/style/bordershadow.css +7 -1
  59. package/dist/style/breadcrumb.css +7 -1
  60. package/dist/style/button.css +7 -1
  61. package/dist/style/card.css +7 -1
  62. package/dist/style/carousel.css +7 -1
  63. package/dist/style/checkbox.css +7 -1
  64. package/dist/style/col.css +7 -1
  65. package/dist/style/collapse.css +7 -1
  66. package/dist/style/color.css +7 -1
  67. package/dist/style/datepicker.css +67 -1
  68. package/dist/style/divider.css +7 -1
  69. package/dist/style/drawer.css +7 -1
  70. package/dist/style/dropdown.css +7 -1
  71. package/dist/style/empty.css +7 -1
  72. package/dist/style/font.css +7 -1
  73. package/dist/style/form.css +7 -1
  74. package/dist/style/icon.css +7 -1
  75. package/dist/style/input.css +7 -1
  76. package/dist/style/inputnumber.css +7 -1
  77. package/dist/style/layout.css +7 -1
  78. package/dist/style/list.css +7 -1
  79. package/dist/style/loading.css +7 -1
  80. package/dist/style/menu.css +7 -1
  81. package/dist/style/modal.css +7 -1
  82. package/dist/style/notification.css +7 -1
  83. package/dist/style/pagination.css +7 -1
  84. package/dist/style/popconfirm.css +7 -1
  85. package/dist/style/popover.css +7 -1
  86. package/dist/style/progress.css +7 -1
  87. package/dist/style/radio.css +7 -1
  88. package/dist/style/rate.css +7 -1
  89. package/dist/style/row.css +7 -1
  90. package/dist/style/select.css +7 -1
  91. package/dist/style/slider.css +7 -1
  92. package/dist/style/slottable.css +7 -1
  93. package/dist/style/steps.css +7 -1
  94. package/dist/style/switch.css +7 -1
  95. package/dist/style/table.css +7 -1
  96. package/dist/style/tabs.css +7 -1
  97. package/dist/style/tag.css +7 -1
  98. package/dist/style/text.css +7 -1
  99. package/dist/style/timeline.css +7 -1
  100. package/dist/style/timepicker.css +7 -1
  101. package/dist/style/tooltip.css +7 -1
  102. package/dist/style/tree.css +7 -1
  103. package/dist/style/typography.css +7 -1
  104. package/dist/style/upload.css +7 -1
  105. package/dist/switch.js +6 -6
  106. package/dist/table.js +378 -378
  107. package/dist/tabs.js +6 -6
  108. package/dist/tag.js +6 -6
  109. package/dist/text.js +6 -6
  110. package/dist/timeline.js +6 -6
  111. package/dist/timepicker.js +25 -25
  112. package/dist/tooltip.js +14 -14
  113. package/dist/transfer.js +18 -18
  114. package/dist/transition.js +4 -4
  115. package/dist/tree.js +14 -14
  116. package/dist/typography.js +6 -6
  117. package/dist/upload.js +19 -19
  118. package/package.json +1 -1
  119. package/dist/font/iconfont.9936847.woff2 +0 -0
  120. package/dist/font/iconfont.b0a8d88.woff +0 -0
@@ -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 = 120);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 117);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 120:
206
+ /***/ 117:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -211,10 +211,10 @@ function normalizeComponent (
211
211
  __webpack_require__.r(__webpack_exports__);
212
212
 
213
213
  // EXTERNAL MODULE: ./components/style/index.less
214
- var style = __webpack_require__(145);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/typography/style/index.less
217
- var typography_style = __webpack_require__(270);
217
+ var typography_style = __webpack_require__(267);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/typography/style/index.js
220
220
 
@@ -451,14 +451,14 @@ typography.install = function (Vue) {
451
451
 
452
452
  /***/ }),
453
453
 
454
- /***/ 145:
454
+ /***/ 142:
455
455
  /***/ (function(module, exports) {
456
456
 
457
457
  // removed by extract-text-webpack-plugin
458
458
 
459
459
  /***/ }),
460
460
 
461
- /***/ 270:
461
+ /***/ 267:
462
462
  /***/ (function(module, exports) {
463
463
 
464
464
  // removed by extract-text-webpack-plugin
package/dist/upload.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./_mixin/locale")) : factory(root["./_mixin/locale"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(window, function(__WEBPACK_EXTERNAL_MODULE__10__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__9__) {
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 = 92);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 89);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -201,13 +201,6 @@ function normalizeComponent (
201
201
  }
202
202
 
203
203
 
204
- /***/ }),
205
-
206
- /***/ 10:
207
- /***/ (function(module, exports) {
208
-
209
- module.exports = __WEBPACK_EXTERNAL_MODULE__10__;
210
-
211
204
  /***/ }),
212
205
 
213
206
  /***/ 11:
@@ -217,14 +210,14 @@ module.exports = require("babel-runtime/core-js/object/keys");
217
210
 
218
211
  /***/ }),
219
212
 
220
- /***/ 145:
213
+ /***/ 142:
221
214
  /***/ (function(module, exports) {
222
215
 
223
216
  // removed by extract-text-webpack-plugin
224
217
 
225
218
  /***/ }),
226
219
 
227
- /***/ 167:
220
+ /***/ 164:
228
221
  /***/ (function(module, exports) {
229
222
 
230
223
  // removed by extract-text-webpack-plugin
@@ -245,7 +238,7 @@ module.exports = require("babel-runtime/helpers/extends");
245
238
 
246
239
  /***/ }),
247
240
 
248
- /***/ 59:
241
+ /***/ 58:
249
242
  /***/ (function(module, exports) {
250
243
 
251
244
  module.exports = require("axios");
@@ -259,14 +252,14 @@ module.exports = require("babel-runtime/core-js/object/assign");
259
252
 
260
253
  /***/ }),
261
254
 
262
- /***/ 67:
255
+ /***/ 66:
263
256
  /***/ (function(module, exports) {
264
257
 
265
258
  module.exports = require("babel-runtime/core-js/object/values");
266
259
 
267
260
  /***/ }),
268
261
 
269
- /***/ 92:
262
+ /***/ 89:
270
263
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
271
264
 
272
265
  "use strict";
@@ -274,10 +267,10 @@ module.exports = require("babel-runtime/core-js/object/values");
274
267
  __webpack_require__.r(__webpack_exports__);
275
268
 
276
269
  // EXTERNAL MODULE: ./components/style/index.less
277
- var style = __webpack_require__(145);
270
+ var style = __webpack_require__(142);
278
271
 
279
272
  // EXTERNAL MODULE: ./components/upload/style/index.less
280
- var upload_style = __webpack_require__(167);
273
+ var upload_style = __webpack_require__(164);
281
274
 
282
275
  // CONCATENATED MODULE: ./components/upload/style/index.js
283
276
 
@@ -354,7 +347,7 @@ var get_iterator_ = __webpack_require__(24);
354
347
  var get_iterator_default = /*#__PURE__*/__webpack_require__.n(get_iterator_);
355
348
 
356
349
  // EXTERNAL MODULE: external "babel-runtime/core-js/object/values"
357
- var values_ = __webpack_require__(67);
350
+ var values_ = __webpack_require__(66);
358
351
  var values_default = /*#__PURE__*/__webpack_require__.n(values_);
359
352
 
360
353
  // EXTERNAL MODULE: external "babel-runtime/helpers/extends"
@@ -362,7 +355,7 @@ var extends_ = __webpack_require__(26);
362
355
  var extends_default = /*#__PURE__*/__webpack_require__.n(extends_);
363
356
 
364
357
  // EXTERNAL MODULE: external "axios"
365
- var external_axios_ = __webpack_require__(59);
358
+ var external_axios_ = __webpack_require__(58);
366
359
  var external_axios_default = /*#__PURE__*/__webpack_require__.n(external_axios_);
367
360
 
368
361
  // CONCATENATED MODULE: ./components/upload/attr-accept.js
@@ -1351,7 +1344,7 @@ upload_photowallvue_type_template_id_c0bbefda_render._withStripped = true
1351
1344
  // CONCATENATED MODULE: ./components/upload/upload-photowall.vue?vue&type=template&id=c0bbefda&
1352
1345
 
1353
1346
  // EXTERNAL MODULE: external "./_mixin/locale"
1354
- var locale_ = __webpack_require__(10);
1347
+ var locale_ = __webpack_require__(9);
1355
1348
  var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
1356
1349
 
1357
1350
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/upload/upload-photowall.vue?vue&type=script&lang=js&
@@ -2020,6 +2013,13 @@ entry.install = function (Vue) {
2020
2013
 
2021
2014
  /* harmony default export */ var components_upload = __webpack_exports__["default"] = (entry);
2022
2015
 
2016
+ /***/ }),
2017
+
2018
+ /***/ 9:
2019
+ /***/ (function(module, exports) {
2020
+
2021
+ module.exports = __WEBPACK_EXTERNAL_MODULE__9__;
2022
+
2023
2023
  /***/ })
2024
2024
 
2025
2025
  /******/ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdsfe/mds-ui",
3
- "version": "0.3.0-14",
3
+ "version": "0.3.0-17",
4
4
  "description": "A set of enterprise-class Vue UI components.",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
Binary file
Binary file