@mdsfe/mds-ui 0.3.0-13 → 0.3.0-15

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 +8 -8
  13. package/dist/cascader.js +16 -16
  14. package/dist/cascaderpanel.js +16 -16
  15. package/dist/checkbox.js +4 -4
  16. package/dist/col.js +8 -8
  17. package/dist/collapse.js +6 -6
  18. package/dist/color.js +6 -6
  19. package/dist/datepicker.js +812 -34
  20. package/dist/divider.js +6 -6
  21. package/dist/drawer.js +8 -8
  22. package/dist/dropdown.js +15 -15
  23. package/dist/empty.js +6 -6
  24. package/dist/font/iconfont.9936847.woff2 +0 -0
  25. package/dist/font/iconfont.b0a8d88.woff +0 -0
  26. package/dist/font/{iconfont.0672cda.ttf → iconfont.d4ec0db.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 +6 -6
  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 +1569 -1371
  38. package/dist/menu.js +13 -13
  39. package/dist/message.js +1094 -1094
  40. package/dist/modal.js +11 -11
  41. package/dist/notification.js +10 -10
  42. package/dist/pagination.js +59 -59
  43. package/dist/popconfirm.js +29 -29
  44. package/dist/popover.js +18 -18
  45. package/dist/progress.js +25 -25
  46. package/dist/radio.js +6 -6
  47. package/dist/rate.js +6 -6
  48. package/dist/row.js +8 -8
  49. package/dist/select.js +18 -18
  50. package/dist/slider.js +22 -22
  51. package/dist/slottable.js +24 -24
  52. package/dist/steps.js +6 -6
  53. package/dist/style/affix.css +85 -1
  54. package/dist/style/alert.css +85 -1
  55. package/dist/style/anchor.css +85 -1
  56. package/dist/style/avatar.css +85 -1
  57. package/dist/style/badge.css +85 -1
  58. package/dist/style/bordershadow.css +85 -1
  59. package/dist/style/breadcrumb.css +85 -1
  60. package/dist/style/button.css +85 -1
  61. package/dist/style/card.css +85 -1
  62. package/dist/style/carousel.css +85 -1
  63. package/dist/style/checkbox.css +85 -1
  64. package/dist/style/col.css +85 -1
  65. package/dist/style/collapse.css +85 -1
  66. package/dist/style/color.css +85 -1
  67. package/dist/style/datepicker.css +85 -1
  68. package/dist/style/divider.css +85 -1
  69. package/dist/style/drawer.css +85 -1
  70. package/dist/style/dropdown.css +85 -1
  71. package/dist/style/empty.css +85 -1
  72. package/dist/style/font.css +85 -1
  73. package/dist/style/form.css +85 -1
  74. package/dist/style/icon.css +85 -1
  75. package/dist/style/input.css +85 -1
  76. package/dist/style/inputnumber.css +85 -1
  77. package/dist/style/layout.css +85 -1
  78. package/dist/style/list.css +85 -1
  79. package/dist/style/loading.css +85 -1
  80. package/dist/style/menu.css +85 -1
  81. package/dist/style/modal.css +85 -1
  82. package/dist/style/notification.css +85 -1
  83. package/dist/style/pagination.css +85 -1
  84. package/dist/style/popconfirm.css +85 -1
  85. package/dist/style/popover.css +85 -1
  86. package/dist/style/progress.css +85 -1
  87. package/dist/style/radio.css +85 -1
  88. package/dist/style/rate.css +85 -1
  89. package/dist/style/row.css +85 -1
  90. package/dist/style/select.css +85 -1
  91. package/dist/style/slider.css +85 -1
  92. package/dist/style/slottable.css +85 -1
  93. package/dist/style/steps.css +85 -1
  94. package/dist/style/switch.css +85 -1
  95. package/dist/style/table.css +85 -1
  96. package/dist/style/tabs.css +85 -1
  97. package/dist/style/tag.css +85 -1
  98. package/dist/style/text.css +85 -1
  99. package/dist/style/timeline.css +85 -1
  100. package/dist/style/timepicker.css +85 -1
  101. package/dist/style/tooltip.css +85 -1
  102. package/dist/style/tree.css +85 -1
  103. package/dist/style/typography.css +85 -1
  104. package/dist/style/upload.css +85 -1
  105. package/dist/switch.js +6 -6
  106. package/dist/table.js +374 -374
  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 +16 -16
  112. package/dist/tooltip.js +4 -4
  113. package/dist/transfer.js +6 -6
  114. package/dist/transition.js +4 -4
  115. package/dist/tree.js +6 -6
  116. package/dist/typography.js +6 -6
  117. package/dist/upload.js +10 -10
  118. package/package.json +2 -1
  119. package/dist/font/iconfont.3b8c48b.woff +0 -0
  120. package/dist/font/iconfont.79f88de.woff2 +0 -0
package/dist/rate.js CHANGED
@@ -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 = 111);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 114);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 111:
206
+ /***/ 114:
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__(142);
214
+ var style = __webpack_require__(145);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/rate/style/index.less
217
- var rate_style = __webpack_require__(214);
217
+ var rate_style = __webpack_require__(217);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/rate/style/index.js
220
220
 
@@ -554,7 +554,7 @@ rate.install = function (Vue) {
554
554
 
555
555
  /***/ }),
556
556
 
557
- /***/ 142:
557
+ /***/ 145:
558
558
  /***/ (function(module, exports) {
559
559
 
560
560
  // removed by extract-text-webpack-plugin
@@ -568,7 +568,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__21__;
568
568
 
569
569
  /***/ }),
570
570
 
571
- /***/ 214:
571
+ /***/ 217:
572
572
  /***/ (function(module, exports) {
573
573
 
574
574
  // removed by extract-text-webpack-plugin
package/dist/row.js CHANGED
@@ -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 = 140);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 143);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -210,7 +210,7 @@ module.exports = require("babel-runtime/core-js/object/keys");
210
210
 
211
211
  /***/ }),
212
212
 
213
- /***/ 140:
213
+ /***/ 143:
214
214
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
215
215
 
216
216
  "use strict";
@@ -218,10 +218,10 @@ module.exports = require("babel-runtime/core-js/object/keys");
218
218
  __webpack_require__.r(__webpack_exports__);
219
219
 
220
220
  // EXTERNAL MODULE: ./components/style/index.less
221
- var style = __webpack_require__(142);
221
+ var style = __webpack_require__(145);
222
222
 
223
223
  // EXTERNAL MODULE: ./components/grid/style/index.less
224
- var grid_style = __webpack_require__(172);
224
+ var grid_style = __webpack_require__(175);
225
225
 
226
226
  // CONCATENATED MODULE: ./components/row/style/index.js
227
227
 
@@ -241,14 +241,14 @@ grid["b" /* Row */].install = function (Vue) {
241
241
 
242
242
  /***/ }),
243
243
 
244
- /***/ 142:
244
+ /***/ 145:
245
245
  /***/ (function(module, exports) {
246
246
 
247
247
  // removed by extract-text-webpack-plugin
248
248
 
249
249
  /***/ }),
250
250
 
251
- /***/ 172:
251
+ /***/ 175:
252
252
  /***/ (function(module, exports) {
253
253
 
254
254
  // removed by extract-text-webpack-plugin
@@ -265,10 +265,10 @@ __webpack_require__.d(__webpack_exports__, "b", function() { return /* reexport
265
265
  __webpack_require__.d(__webpack_exports__, "a", function() { return /* reexport */ col; });
266
266
 
267
267
  // EXTERNAL MODULE: ./components/style/index.less
268
- var style = __webpack_require__(142);
268
+ var style = __webpack_require__(145);
269
269
 
270
270
  // EXTERNAL MODULE: ./components/grid/style/index.less
271
- var grid_style = __webpack_require__(172);
271
+ var grid_style = __webpack_require__(175);
272
272
 
273
273
  // CONCATENATED MODULE: ./components/grid/style/index.js
274
274
 
package/dist/select.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("vue"), require("./icon"), require("./_util/proptype"), require("./_mixin/locale"), require("./_mixin/emitter"), require("./input"), require("./_util/util"), require("./tag"), require("./_util/resizeEvent")) : factory(root["Vue"], root["./icon"], root["./_util/proptype"], root["./_mixin/locale"], root["./_mixin/emitter"], root["./input"], root["./_util/util"], root["./tag"], root["./_util/resizeEvent"]);
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__7__, __WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__10__, __WEBPACK_EXTERNAL_MODULE__13__, __WEBPACK_EXTERNAL_MODULE__17__, __WEBPACK_EXTERNAL_MODULE__21__, __WEBPACK_EXTERNAL_MODULE__51__, __WEBPACK_EXTERNAL_MODULE__61__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__8__, __WEBPACK_EXTERNAL_MODULE__10__, __WEBPACK_EXTERNAL_MODULE__13__, __WEBPACK_EXTERNAL_MODULE__17__, __WEBPACK_EXTERNAL_MODULE__21__, __WEBPACK_EXTERNAL_MODULE__54__, __WEBPACK_EXTERNAL_MODULE__61__) {
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 = 95);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -513,7 +513,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
513
513
 
514
514
  /***/ }),
515
515
 
516
- /***/ 142:
516
+ /***/ 145:
517
517
  /***/ (function(module, exports) {
518
518
 
519
519
  // removed by extract-text-webpack-plugin
@@ -769,13 +769,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__21__;
769
769
 
770
770
  /***/ }),
771
771
 
772
- /***/ 219:
773
- /***/ (function(module, exports) {
774
-
775
- // removed by extract-text-webpack-plugin
776
-
777
- /***/ }),
778
-
779
772
  /***/ 22:
780
773
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
781
774
 
@@ -1021,7 +1014,14 @@ var isInContainer = function isInContainer(el, container) {
1021
1014
 
1022
1015
  /***/ }),
1023
1016
 
1024
- /***/ 221:
1017
+ /***/ 222:
1018
+ /***/ (function(module, exports) {
1019
+
1020
+ // removed by extract-text-webpack-plugin
1021
+
1022
+ /***/ }),
1023
+
1024
+ /***/ 224:
1025
1025
  /***/ (function(module, exports) {
1026
1026
 
1027
1027
  // removed by extract-text-webpack-plugin
@@ -1414,10 +1414,10 @@ if (!vue__WEBPACK_IMPORTED_MODULE_0___default.a.prototype.$isServer) {
1414
1414
 
1415
1415
  /***/ }),
1416
1416
 
1417
- /***/ 51:
1417
+ /***/ 54:
1418
1418
  /***/ (function(module, exports) {
1419
1419
 
1420
- module.exports = __WEBPACK_EXTERNAL_MODULE__51__;
1420
+ module.exports = __WEBPACK_EXTERNAL_MODULE__54__;
1421
1421
 
1422
1422
  /***/ }),
1423
1423
 
@@ -1456,7 +1456,7 @@ module.exports = require("babel-runtime/helpers/typeof");
1456
1456
 
1457
1457
  /***/ }),
1458
1458
 
1459
- /***/ 92:
1459
+ /***/ 95:
1460
1460
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1461
1461
 
1462
1462
  "use strict";
@@ -1464,13 +1464,13 @@ module.exports = require("babel-runtime/helpers/typeof");
1464
1464
  __webpack_require__.r(__webpack_exports__);
1465
1465
 
1466
1466
  // EXTERNAL MODULE: ./components/style/index.less
1467
- var style = __webpack_require__(142);
1467
+ var style = __webpack_require__(145);
1468
1468
 
1469
1469
  // EXTERNAL MODULE: ./components/select/style/index.less
1470
- var select_style = __webpack_require__(219);
1470
+ var select_style = __webpack_require__(222);
1471
1471
 
1472
1472
  // EXTERNAL MODULE: ./components/select/style/transition.less
1473
- var transition = __webpack_require__(221);
1473
+ var transition = __webpack_require__(224);
1474
1474
 
1475
1475
  // CONCATENATED MODULE: ./components/select/style/index.js
1476
1476
 
@@ -4093,7 +4093,7 @@ option_component.options.__file = "components/select/option.vue"
4093
4093
  var scroll_bar = __webpack_require__(27);
4094
4094
 
4095
4095
  // EXTERNAL MODULE: external "./tag"
4096
- var external_tag_ = __webpack_require__(51);
4096
+ var external_tag_ = __webpack_require__(54);
4097
4097
  var external_tag_default = /*#__PURE__*/__webpack_require__.n(external_tag_);
4098
4098
 
4099
4099
  // EXTERNAL MODULE: external "throttle-debounce"
package/dist/slider.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./tooltip"), require("./inputnumber")) : factory(root["./tooltip"], root["./inputnumber"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(window, function(__WEBPACK_EXTERNAL_MODULE__43__, __WEBPACK_EXTERNAL_MODULE__74__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__43__, __WEBPACK_EXTERNAL_MODULE__75__) {
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 = 114);
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
- /***/ 114:
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__(142);
214
+ var style = __webpack_require__(145);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/slider/style/index.less
217
- var slider_style = __webpack_require__(245);
217
+ var slider_style = __webpack_require__(248);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/slider/style/index.js
220
220
 
@@ -321,7 +321,7 @@ render._withStripped = true
321
321
  // CONCATENATED MODULE: ./components/slider/slider.vue?vue&type=template&id=7f345db8&
322
322
 
323
323
  // EXTERNAL MODULE: external "./inputnumber"
324
- var external_inputnumber_ = __webpack_require__(74);
324
+ var external_inputnumber_ = __webpack_require__(75);
325
325
  var external_inputnumber_default = /*#__PURE__*/__webpack_require__.n(external_inputnumber_);
326
326
 
327
327
  // EXTERNAL MODULE: external "./tooltip"
@@ -776,7 +776,7 @@ component.options.__file = "components/slider/slider-btn.vue"
776
776
  // CONCATENATED MODULE: ./components/slider/slider.vue?vue&type=script&lang=js&
777
777
  /* harmony default export */ var slider_slidervue_type_script_lang_js_ = (slidervue_type_script_lang_js_);
778
778
  // EXTERNAL MODULE: ./components/slider/slider.vue?vue&type=style&index=0&lang=css&
779
- var slidervue_type_style_index_0_lang_css_ = __webpack_require__(86);
779
+ var slidervue_type_style_index_0_lang_css_ = __webpack_require__(89);
780
780
 
781
781
  // CONCATENATED MODULE: ./components/slider/slider.vue
782
782
 
@@ -814,14 +814,14 @@ slider.install = function (Vue) {
814
814
 
815
815
  /***/ }),
816
816
 
817
- /***/ 142:
817
+ /***/ 145:
818
818
  /***/ (function(module, exports) {
819
819
 
820
820
  // removed by extract-text-webpack-plugin
821
821
 
822
822
  /***/ }),
823
823
 
824
- /***/ 245:
824
+ /***/ 248:
825
825
  /***/ (function(module, exports) {
826
826
 
827
827
  // removed by extract-text-webpack-plugin
@@ -835,7 +835,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__43__;
835
835
 
836
836
  /***/ }),
837
837
 
838
- /***/ 53:
838
+ /***/ 47:
839
839
  /***/ (function(module, exports) {
840
840
 
841
841
  /*
@@ -918,7 +918,7 @@ function toComment(sourceMap) {
918
918
 
919
919
  /***/ }),
920
920
 
921
- /***/ 54:
921
+ /***/ 48:
922
922
  /***/ (function(module, exports, __webpack_require__) {
923
923
 
924
924
  /*
@@ -964,7 +964,7 @@ var singleton = null;
964
964
  var singletonCounter = 0;
965
965
  var stylesInsertedAtTop = [];
966
966
 
967
- var fixUrls = __webpack_require__(59);
967
+ var fixUrls = __webpack_require__(49);
968
968
 
969
969
  module.exports = function(list, options) {
970
970
  if (typeof DEBUG !== "undefined" && DEBUG) {
@@ -1278,7 +1278,7 @@ function updateLink (link, options, obj) {
1278
1278
 
1279
1279
  /***/ }),
1280
1280
 
1281
- /***/ 59:
1281
+ /***/ 49:
1282
1282
  /***/ (function(module, exports) {
1283
1283
 
1284
1284
 
@@ -1374,13 +1374,13 @@ module.exports = function (css) {
1374
1374
 
1375
1375
  /***/ }),
1376
1376
 
1377
- /***/ 64:
1377
+ /***/ 65:
1378
1378
  /***/ (function(module, exports, __webpack_require__) {
1379
1379
 
1380
1380
  // style-loader: Adds some css to the DOM by adding a <style> tag
1381
1381
 
1382
1382
  // load the styles
1383
- var content = __webpack_require__(87);
1383
+ var content = __webpack_require__(90);
1384
1384
  if(typeof content === 'string') content = [[module.i, content, '']];
1385
1385
  // Prepare cssTransformation
1386
1386
  var transform;
@@ -1388,35 +1388,35 @@ var transform;
1388
1388
  var options = {}
1389
1389
  options.transform = transform
1390
1390
  // add the styles to the DOM
1391
- var update = __webpack_require__(54)(content, options);
1391
+ var update = __webpack_require__(48)(content, options);
1392
1392
  if(content.locals) module.exports = content.locals;
1393
1393
  // Hot Module Replacement
1394
1394
  if(false) {}
1395
1395
 
1396
1396
  /***/ }),
1397
1397
 
1398
- /***/ 74:
1398
+ /***/ 75:
1399
1399
  /***/ (function(module, exports) {
1400
1400
 
1401
- module.exports = __WEBPACK_EXTERNAL_MODULE__74__;
1401
+ module.exports = __WEBPACK_EXTERNAL_MODULE__75__;
1402
1402
 
1403
1403
  /***/ }),
1404
1404
 
1405
- /***/ 86:
1405
+ /***/ 89:
1406
1406
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1407
1407
 
1408
1408
  "use strict";
1409
- /* harmony import */ var _node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_slider_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(64);
1409
+ /* harmony import */ var _node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_slider_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(65);
1410
1410
  /* harmony import */ var _node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_slider_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_slider_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__);
1411
1411
  /* unused harmony reexport * */
1412
1412
 
1413
1413
 
1414
1414
  /***/ }),
1415
1415
 
1416
- /***/ 87:
1416
+ /***/ 90:
1417
1417
  /***/ (function(module, exports, __webpack_require__) {
1418
1418
 
1419
- exports = module.exports = __webpack_require__(53)(false);
1419
+ exports = module.exports = __webpack_require__(47)(false);
1420
1420
  // imports
1421
1421
 
1422
1422
 
package/dist/slottable.js CHANGED
@@ -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 = 119);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 122);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -506,7 +506,14 @@ module.exports = require("babel-runtime/core-js/object/keys");
506
506
 
507
507
  /***/ }),
508
508
 
509
- /***/ 119:
509
+ /***/ 12:
510
+ /***/ (function(module, exports) {
511
+
512
+ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
513
+
514
+ /***/ }),
515
+
516
+ /***/ 122:
510
517
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
511
518
 
512
519
  "use strict";
@@ -514,10 +521,10 @@ module.exports = require("babel-runtime/core-js/object/keys");
514
521
  __webpack_require__.r(__webpack_exports__);
515
522
 
516
523
  // EXTERNAL MODULE: ./components/style/index.less
517
- var style = __webpack_require__(142);
524
+ var style = __webpack_require__(145);
518
525
 
519
526
  // EXTERNAL MODULE: ./components/slot-table/style/index.less
520
- var slot_table_style = __webpack_require__(229);
527
+ var slot_table_style = __webpack_require__(232);
521
528
 
522
529
  // CONCATENATED MODULE: ./components/slot-table/style/index.js
523
530
 
@@ -1281,7 +1288,7 @@ var keys_ = __webpack_require__(11);
1281
1288
  var keys_default = /*#__PURE__*/__webpack_require__.n(keys_);
1282
1289
 
1283
1290
  // EXTERNAL MODULE: external "babel-helper-vue-jsx-merge-props"
1284
- var external_babel_helper_vue_jsx_merge_props_ = __webpack_require__(73);
1291
+ var external_babel_helper_vue_jsx_merge_props_ = __webpack_require__(74);
1285
1292
  var external_babel_helper_vue_jsx_merge_props_default = /*#__PURE__*/__webpack_require__.n(external_babel_helper_vue_jsx_merge_props_);
1286
1293
 
1287
1294
  // EXTERNAL MODULE: external "babel-runtime/helpers/defineProperty"
@@ -1462,14 +1469,7 @@ table.install = function (Vue) {
1462
1469
 
1463
1470
  /***/ }),
1464
1471
 
1465
- /***/ 12:
1466
- /***/ (function(module, exports) {
1467
-
1468
- module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
1469
-
1470
- /***/ }),
1471
-
1472
- /***/ 142:
1472
+ /***/ 145:
1473
1473
  /***/ (function(module, exports) {
1474
1474
 
1475
1475
  // removed by extract-text-webpack-plugin
@@ -3180,7 +3180,7 @@ module.exports = require("babel-runtime/core-js/object/get-own-property-descript
3180
3180
 
3181
3181
  /***/ }),
3182
3182
 
3183
- /***/ 194:
3183
+ /***/ 197:
3184
3184
  /***/ (function(module, exports) {
3185
3185
 
3186
3186
  // removed by extract-text-webpack-plugin
@@ -3201,13 +3201,6 @@ module.exports = require("throttle-debounce");
3201
3201
 
3202
3202
  /***/ }),
3203
3203
 
3204
- /***/ 229:
3205
- /***/ (function(module, exports) {
3206
-
3207
- // removed by extract-text-webpack-plugin
3208
-
3209
- /***/ }),
3210
-
3211
3204
  /***/ 23:
3212
3205
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3213
3206
 
@@ -3244,6 +3237,13 @@ var placementMap = {
3244
3237
 
3245
3238
  /***/ }),
3246
3239
 
3240
+ /***/ 232:
3241
+ /***/ (function(module, exports) {
3242
+
3243
+ // removed by extract-text-webpack-plugin
3244
+
3245
+ /***/ }),
3246
+
3247
3247
  /***/ 25:
3248
3248
  /***/ (function(module, exports) {
3249
3249
 
@@ -3428,9 +3428,9 @@ component.options.__file = "components/empty/empty.vue"
3428
3428
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3429
3429
 
3430
3430
  "use strict";
3431
- /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(142);
3431
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(145);
3432
3432
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
3433
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(194);
3433
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(197);
3434
3434
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
3435
3435
 
3436
3436
 
@@ -3948,7 +3948,7 @@ module.exports = require("babel-runtime/core-js/object/assign");
3948
3948
 
3949
3949
  /***/ }),
3950
3950
 
3951
- /***/ 73:
3951
+ /***/ 74:
3952
3952
  /***/ (function(module, exports) {
3953
3953
 
3954
3954
  module.exports = require("babel-helper-vue-jsx-merge-props");
package/dist/steps.js CHANGED
@@ -91,12 +91,12 @@ return /******/ (function(modules) { // webpackBootstrap
91
91
  /******/
92
92
  /******/
93
93
  /******/ // Load entry module and return exports
94
- /******/ return __webpack_require__(__webpack_require__.s = 137);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 140);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
98
98
 
99
- /***/ 137:
99
+ /***/ 140:
100
100
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
101
101
 
102
102
  "use strict";
@@ -104,10 +104,10 @@ return /******/ (function(modules) { // webpackBootstrap
104
104
  __webpack_require__.r(__webpack_exports__);
105
105
 
106
106
  // EXTERNAL MODULE: ./components/style/index.less
107
- var style = __webpack_require__(142);
107
+ var style = __webpack_require__(145);
108
108
 
109
109
  // EXTERNAL MODULE: ./components/steps/style/index.less
110
- var steps_style = __webpack_require__(223);
110
+ var steps_style = __webpack_require__(226);
111
111
 
112
112
  // CONCATENATED MODULE: ./components/steps/style/index.js
113
113
 
@@ -514,14 +514,14 @@ steps.install = function (Vue) {
514
514
 
515
515
  /***/ }),
516
516
 
517
- /***/ 142:
517
+ /***/ 145:
518
518
  /***/ (function(module, exports) {
519
519
 
520
520
  // removed by extract-text-webpack-plugin
521
521
 
522
522
  /***/ }),
523
523
 
524
- /***/ 223:
524
+ /***/ 226:
525
525
  /***/ (function(module, exports) {
526
526
 
527
527
  // removed by extract-text-webpack-plugin
@@ -554,7 +554,7 @@ samp {
554
554
  font-display: auto;
555
555
  font-style: normal;
556
556
  /* project id 1921203 */
557
- src: url(/dist/font/iconfont.79f88de.woff2) format('woff2'), url(/dist/font/iconfont.3b8c48b.woff) format('woff'), url(/dist/font/iconfont.0672cda.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.9936847.woff2) format('woff2'), url(/dist/font/iconfont.b0a8d88.woff) format('woff'), url(/dist/font/iconfont.d4ec0db.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,90 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-conditionlabel:before {
4734
+ content: "\EDC3";
4735
+ }
4736
+ .mdsicon-line-text:before {
4737
+ content: "\EDC4";
4738
+ }
4739
+ .mdsicon-line-splitting:before {
4740
+ content: "\EDBF";
4741
+ }
4742
+ .mdsicon-line-stringconcatenation:before {
4743
+ content: "\EDC0";
4744
+ }
4745
+ .mdsicon-line-summary:before {
4746
+ content: "\EDC1";
4747
+ }
4748
+ .mdsicon-line-table:before {
4749
+ content: "\EDC2";
4750
+ }
4751
+ .mdsicon-line-linebreaks:before {
4752
+ content: "\EDB9";
4753
+ }
4754
+ .mdsicon-line-integer:before {
4755
+ content: "\EDBA";
4756
+ }
4757
+ .mdsicon-line-interval:before {
4758
+ content: "\EDBB";
4759
+ }
4760
+ .mdsicon-line-percentage:before {
4761
+ content: "\EDBC";
4762
+ }
4763
+ .mdsicon-line-removeduplicates:before {
4764
+ content: "\EDBD";
4765
+ }
4766
+ .mdsicon-line-sort:before {
4767
+ content: "\EDBE";
4768
+ }
4769
+ .mdsicon-line-formula:before {
4770
+ content: "\EDB4";
4771
+ }
4772
+ .mdsicon-line-formula2:before {
4773
+ content: "\EDB5";
4774
+ }
4775
+ .mdsicon-line-filterconditions:before {
4776
+ content: "\EDB6";
4777
+ }
4778
+ .mdsicon-line-groupsettings:before {
4779
+ content: "\EDB7";
4780
+ }
4781
+ .mdsicon-line-function:before {
4782
+ content: "\EDB8";
4783
+ }
4784
+ .mdsicon-line-field:before {
4785
+ content: "\EDAE";
4786
+ }
4787
+ .mdsicon-line-add3:before {
4788
+ content: "\EDAF";
4789
+ }
4790
+ .mdsicon-line-duplicateremoval:before {
4791
+ content: "\EDB0";
4792
+ }
4793
+ .mdsicon-line-enumeration:before {
4794
+ content: "\EDB1";
4795
+ }
4796
+ .mdsicon-line-date:before {
4797
+ content: "\EDB2";
4798
+ }
4799
+ .mdsicon-line-assignment:before {
4800
+ content: "\EDB3";
4801
+ }
4802
+ .mdsicon-line-ceiling:before {
4803
+ content: "\EDA9";
4804
+ }
4805
+ .mdsicon-line-datasettings:before {
4806
+ content: "\EDAA";
4807
+ }
4808
+ .mdsicon-line-decimalnumber:before {
4809
+ content: "\EDAB";
4810
+ }
4811
+ .mdsicon-line-associationrelationship:before {
4812
+ content: "\EDAC";
4813
+ }
4814
+ .mdsicon-line-columnarization:before {
4815
+ content: "\EDAD";
4816
+ }
4733
4817
  .mdsicon-line-allocation:before {
4734
4818
  content: "\E621";
4735
4819
  }