@mdsfe/mds-ui 0.3.0-19 → 0.3.0-20
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/anchor.js +2 -2
- package/dist/bordershadow.js +2 -2
- package/dist/breadcrumb.js +2 -2
- package/dist/card.js +2 -2
- package/dist/carousel.js +14 -14
- package/dist/cascader.js +29 -29
- package/dist/cascaderpanel.js +26 -26
- package/dist/checkbox.js +6 -6
- package/dist/col.js +2 -2
- package/dist/collapse.js +2 -2
- package/dist/datepicker.js +44 -44
- package/dist/divider.js +2 -2
- package/dist/drawer.js +9 -9
- package/dist/dropdown.js +6 -6
- package/dist/empty.js +2 -2
- package/dist/form.js +8 -8
- package/dist/index.js +1 -1
- package/dist/input.js +8 -8
- package/dist/inputnumber.js +7 -7
- package/dist/list.js +2 -2
- package/dist/loading.js +2 -2
- package/dist/mds-ui.min.css +1 -1
- package/dist/mds-ui.min.js +724 -106
- package/dist/menu.js +23 -4
- package/dist/message.js +4 -4
- package/dist/modal.js +4 -4
- package/dist/notification.js +6 -6
- package/dist/pagination.js +4 -4
- package/dist/popconfirm.js +9 -9
- package/dist/popover.js +14 -14
- package/dist/radio.js +6 -6
- package/dist/rate.js +8 -8
- package/dist/row.js +2 -2
- package/dist/select.js +28 -28
- package/dist/slider.js +2 -2
- package/dist/slottable.js +15 -15
- package/dist/style/transfer.css +105 -0
- package/dist/switch.js +4 -4
- package/dist/table.js +32 -32
- package/dist/text.js +8 -8
- package/dist/timeline.js +2 -2
- package/dist/timepicker.js +27 -27
- package/dist/tooltip.js +13 -13
- package/dist/transfer.js +971 -17
- package/dist/tree.js +18 -18
- package/dist/typography.js +2 -2
- package/dist/upload.js +2 -2
- package/package.json +1 -1
package/dist/tree.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
var a = typeof exports === 'object' ? factory(require("./icon"), require("./transition"), require("./checkbox")) : factory(root["./icon"], root["./transition"], root["./checkbox"]);
|
|
8
8
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
9
|
}
|
|
10
|
-
})(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__12__,
|
|
10
|
+
})(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__28__) {
|
|
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
|
/******/ ({
|
|
@@ -210,7 +210,7 @@ module.exports = require("babel-runtime/helpers/typeof");
|
|
|
210
210
|
|
|
211
211
|
/***/ }),
|
|
212
212
|
|
|
213
|
-
/***/
|
|
213
|
+
/***/ 102:
|
|
214
214
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
215
215
|
|
|
216
216
|
"use strict";
|
|
@@ -283,11 +283,11 @@ render._withStripped = true
|
|
|
283
283
|
// CONCATENATED MODULE: ./components/tree/tree.vue?vue&type=template&id=e2198d78&
|
|
284
284
|
|
|
285
285
|
// EXTERNAL MODULE: external "babel-runtime/core-js/get-iterator"
|
|
286
|
-
var get_iterator_ = __webpack_require__(
|
|
286
|
+
var get_iterator_ = __webpack_require__(25);
|
|
287
287
|
var get_iterator_default = /*#__PURE__*/__webpack_require__.n(get_iterator_);
|
|
288
288
|
|
|
289
289
|
// EXTERNAL MODULE: external "babel-runtime/core-js/map"
|
|
290
|
-
var map_ = __webpack_require__(
|
|
290
|
+
var map_ = __webpack_require__(31);
|
|
291
291
|
var map_default = /*#__PURE__*/__webpack_require__.n(map_);
|
|
292
292
|
|
|
293
293
|
// EXTERNAL MODULE: external "babel-runtime/helpers/typeof"
|
|
@@ -295,11 +295,11 @@ var typeof_ = __webpack_require__(10);
|
|
|
295
295
|
var typeof_default = /*#__PURE__*/__webpack_require__.n(typeof_);
|
|
296
296
|
|
|
297
297
|
// EXTERNAL MODULE: external "babel-runtime/helpers/classCallCheck"
|
|
298
|
-
var classCallCheck_ = __webpack_require__(
|
|
298
|
+
var classCallCheck_ = __webpack_require__(34);
|
|
299
299
|
var classCallCheck_default = /*#__PURE__*/__webpack_require__.n(classCallCheck_);
|
|
300
300
|
|
|
301
301
|
// EXTERNAL MODULE: external "babel-runtime/helpers/createClass"
|
|
302
|
-
var createClass_ = __webpack_require__(
|
|
302
|
+
var createClass_ = __webpack_require__(35);
|
|
303
303
|
var createClass_default = /*#__PURE__*/__webpack_require__.n(createClass_);
|
|
304
304
|
|
|
305
305
|
// CONCATENATED MODULE: ./components/_util/tree/node.js
|
|
@@ -1390,7 +1390,7 @@ var external_icon_ = __webpack_require__(7);
|
|
|
1390
1390
|
var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
|
|
1391
1391
|
|
|
1392
1392
|
// EXTERNAL MODULE: external "./checkbox"
|
|
1393
|
-
var external_checkbox_ = __webpack_require__(
|
|
1393
|
+
var external_checkbox_ = __webpack_require__(28);
|
|
1394
1394
|
var external_checkbox_default = /*#__PURE__*/__webpack_require__.n(external_checkbox_);
|
|
1395
1395
|
|
|
1396
1396
|
// EXTERNAL MODULE: external "./transition"
|
|
@@ -1958,45 +1958,45 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
|
|
|
1958
1958
|
|
|
1959
1959
|
/***/ }),
|
|
1960
1960
|
|
|
1961
|
-
/***/
|
|
1961
|
+
/***/ 241:
|
|
1962
1962
|
/***/ (function(module, exports) {
|
|
1963
1963
|
|
|
1964
|
-
|
|
1964
|
+
// removed by extract-text-webpack-plugin
|
|
1965
1965
|
|
|
1966
1966
|
/***/ }),
|
|
1967
1967
|
|
|
1968
|
-
/***/
|
|
1968
|
+
/***/ 25:
|
|
1969
1969
|
/***/ (function(module, exports) {
|
|
1970
1970
|
|
|
1971
|
-
|
|
1971
|
+
module.exports = require("babel-runtime/core-js/get-iterator");
|
|
1972
1972
|
|
|
1973
1973
|
/***/ }),
|
|
1974
1974
|
|
|
1975
|
-
/***/
|
|
1975
|
+
/***/ 28:
|
|
1976
1976
|
/***/ (function(module, exports) {
|
|
1977
1977
|
|
|
1978
|
-
module.exports =
|
|
1978
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__28__;
|
|
1979
1979
|
|
|
1980
1980
|
/***/ }),
|
|
1981
1981
|
|
|
1982
|
-
/***/
|
|
1982
|
+
/***/ 31:
|
|
1983
1983
|
/***/ (function(module, exports) {
|
|
1984
1984
|
|
|
1985
|
-
module.exports = require("babel-runtime/
|
|
1985
|
+
module.exports = require("babel-runtime/core-js/map");
|
|
1986
1986
|
|
|
1987
1987
|
/***/ }),
|
|
1988
1988
|
|
|
1989
1989
|
/***/ 34:
|
|
1990
1990
|
/***/ (function(module, exports) {
|
|
1991
1991
|
|
|
1992
|
-
module.exports = require("babel-runtime/helpers/
|
|
1992
|
+
module.exports = require("babel-runtime/helpers/classCallCheck");
|
|
1993
1993
|
|
|
1994
1994
|
/***/ }),
|
|
1995
1995
|
|
|
1996
1996
|
/***/ 35:
|
|
1997
1997
|
/***/ (function(module, exports) {
|
|
1998
1998
|
|
|
1999
|
-
module.exports =
|
|
1999
|
+
module.exports = require("babel-runtime/helpers/createClass");
|
|
2000
2000
|
|
|
2001
2001
|
/***/ }),
|
|
2002
2002
|
|
package/dist/typography.js
CHANGED
|
@@ -214,7 +214,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
214
214
|
var style = __webpack_require__(142);
|
|
215
215
|
|
|
216
216
|
// EXTERNAL MODULE: ./components/typography/style/index.less
|
|
217
|
-
var typography_style = __webpack_require__(
|
|
217
|
+
var typography_style = __webpack_require__(269);
|
|
218
218
|
|
|
219
219
|
// CONCATENATED MODULE: ./components/typography/style/index.js
|
|
220
220
|
|
|
@@ -458,7 +458,7 @@ typography.install = function (Vue) {
|
|
|
458
458
|
|
|
459
459
|
/***/ }),
|
|
460
460
|
|
|
461
|
-
/***/
|
|
461
|
+
/***/ 269:
|
|
462
462
|
/***/ (function(module, exports) {
|
|
463
463
|
|
|
464
464
|
// removed by extract-text-webpack-plugin
|
package/dist/upload.js
CHANGED
|
@@ -224,7 +224,7 @@ module.exports = require("babel-runtime/core-js/object/keys");
|
|
|
224
224
|
|
|
225
225
|
/***/ }),
|
|
226
226
|
|
|
227
|
-
/***/
|
|
227
|
+
/***/ 25:
|
|
228
228
|
/***/ (function(module, exports) {
|
|
229
229
|
|
|
230
230
|
module.exports = require("babel-runtime/core-js/get-iterator");
|
|
@@ -343,7 +343,7 @@ var assign_ = __webpack_require__(6);
|
|
|
343
343
|
var assign_default = /*#__PURE__*/__webpack_require__.n(assign_);
|
|
344
344
|
|
|
345
345
|
// EXTERNAL MODULE: external "babel-runtime/core-js/get-iterator"
|
|
346
|
-
var get_iterator_ = __webpack_require__(
|
|
346
|
+
var get_iterator_ = __webpack_require__(25);
|
|
347
347
|
var get_iterator_default = /*#__PURE__*/__webpack_require__.n(get_iterator_);
|
|
348
348
|
|
|
349
349
|
// EXTERNAL MODULE: external "babel-runtime/core-js/object/values"
|