@mdsfe/mds-ui 0.2.0 → 0.2.9-rc.1
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/CHANGELOG.md +178 -0
- package/README.md +9 -9
- package/dist/_mixin/popper.js +1 -0
- package/dist/_util/_popper/dom-helper.js +284 -0
- package/dist/_util/_popper/popper-mixin.js +35 -0
- package/dist/_util/_popper/popper.js +1267 -0
- package/dist/_util/_popper/popup/popup-main.js +224 -0
- package/dist/_util/_popper/popup/popup-manager.js +205 -0
- package/dist/_util/_popper/vue-popper.js +204 -0
- package/dist/_util/popup/index.js +1 -1
- package/dist/_util/tree/node.js +2 -0
- package/dist/_util/tree/tree.js +65 -21
- package/dist/_util/util.js +29 -1
- package/dist/affix.js +18 -18
- package/dist/anchor.js +18 -18
- package/dist/avatar.js +17 -17
- package/dist/backtop.js +19 -19
- package/dist/badge.js +21 -21
- package/dist/bordershadow.js +20 -9
- package/dist/breadcrumb.js +18 -18
- package/dist/button.js +21 -21
- package/dist/card.js +18 -18
- package/dist/carousel.js +76 -76
- package/dist/cascader.js +4980 -0
- package/dist/cascaderpanel.js +645 -603
- package/dist/checkbox.js +23 -23
- package/dist/col.js +14 -14
- package/dist/collapse.js +6 -6
- package/dist/color.js +6 -6
- package/dist/datepicker.js +2487 -266
- package/dist/divider.js +19 -19
- package/dist/drawer.js +787 -37
- package/dist/dropdown.js +150 -104
- package/dist/empty.js +19 -19
- package/dist/font/iconfont.28359fa.ttf +0 -0
- package/dist/font/iconfont.486e3d3.woff2 +0 -0
- package/dist/font/iconfont.675049e.woff +0 -0
- package/dist/font.js +6 -6
- package/dist/form.js +28 -26
- package/dist/icon.js +55 -47
- package/dist/index.js +1 -1
- package/dist/input.js +65 -49
- package/dist/inputnumber.js +59 -39
- package/dist/layout.js +25 -25
- package/dist/list.js +17 -17
- package/dist/loading.js +21 -8
- package/dist/mds-ui.min.css +3 -3
- package/dist/mds-ui.min.js +19183 -15407
- package/dist/menu.js +31 -31
- package/dist/message.js +773 -24
- package/dist/modal.js +1146 -307
- package/dist/notification.js +27 -27
- package/dist/pagination.js +78 -55
- package/dist/popconfirm.js +36 -36
- package/dist/popover.js +2778 -48
- package/dist/progress.js +107 -65
- package/dist/radio.js +56 -54
- package/dist/rate.js +67 -59
- package/dist/row.js +14 -14
- package/dist/select.js +847 -503
- package/dist/slider.js +25 -25
- package/dist/slottable.js +2663 -129
- package/dist/steps.js +18 -18
- package/dist/style/affix.css +224 -2
- package/dist/style/anchor.css +224 -2
- package/dist/style/avatar.css +224 -2
- package/dist/style/badge.css +224 -2
- package/dist/style/bordershadow.css +236 -59
- package/dist/style/breadcrumb.css +224 -2
- package/dist/style/button.css +234 -5
- package/dist/style/card.css +224 -2
- package/dist/style/carousel.css +224 -2
- package/dist/style/cascader.css +214 -0
- package/dist/style/cascaderpanel.css +13 -16
- package/dist/style/checkbox.css +230 -8
- package/dist/style/col.css +225 -3
- package/dist/style/collapse.css +224 -2
- package/dist/style/color.css +224 -2
- package/dist/style/datepicker.css +236 -2
- package/dist/style/divider.css +227 -2
- package/dist/style/drawer.css +224 -2
- package/dist/style/dropdown.css +234 -5
- package/dist/style/empty.css +224 -2
- package/dist/style/font.css +226 -4
- package/dist/style/form.css +224 -2
- package/dist/style/icon.css +226 -3
- package/dist/style/input.css +231 -5
- package/dist/style/inputnumber.css +224 -2
- package/dist/style/layout.css +224 -2
- package/dist/style/list.css +224 -2
- package/dist/style/loading.css +2527 -2
- package/dist/style/menu.css +340 -129
- package/dist/style/message.css +1 -4
- package/dist/style/modal.css +247 -25
- package/dist/style/notification.css +224 -2
- package/dist/style/pagination.css +236 -7
- package/dist/style/popconfirm.css +334 -180
- package/dist/style/popover.css +324 -177
- package/dist/style/progress.css +226 -3
- package/dist/style/radio.css +225 -3
- package/dist/style/rate.css +226 -3
- package/dist/style/row.css +225 -3
- package/dist/style/select.css +240 -12
- package/dist/style/slider.css +224 -2
- package/dist/style/slottable.css +350 -149
- package/dist/style/steps.css +224 -2
- package/dist/style/switch.css +224 -2
- package/dist/style/table.css +458 -314
- package/dist/style/tabs.css +225 -18
- package/dist/style/tag.css +224 -2
- package/dist/style/text.css +224 -2
- package/dist/style/timeline.css +224 -2
- package/dist/style/timepicker.css +231 -6
- package/dist/style/tooltip.css +340 -129
- package/dist/style/tree.css +228 -6
- package/dist/style/typography.css +224 -2
- package/dist/style/upload.css +224 -2
- package/dist/switch.js +20 -20
- package/dist/table.js +3071 -201
- package/dist/tabs.js +24 -22
- package/dist/tag.js +17 -23
- package/dist/text.js +38 -22
- package/dist/timeline.js +14 -14
- package/dist/timepicker.js +3063 -172
- package/dist/tooltip.js +2550 -27
- package/dist/transfer.js +28 -28
- package/dist/transition.js +6 -6
- package/dist/tree.js +316 -171
- package/dist/typography.js +6 -6
- package/dist/upload.js +46 -38
- package/package.json +9 -5
package/dist/divider.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 =
|
|
94
|
+
/******/ return __webpack_require__(__webpack_require__.s = 130);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
@@ -203,7 +203,7 @@ function normalizeComponent (
|
|
|
203
203
|
|
|
204
204
|
/***/ }),
|
|
205
205
|
|
|
206
|
-
/***/
|
|
206
|
+
/***/ 130:
|
|
207
207
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
208
208
|
|
|
209
209
|
"use strict";
|
|
@@ -211,15 +211,15 @@ function normalizeComponent (
|
|
|
211
211
|
__webpack_require__.r(__webpack_exports__);
|
|
212
212
|
|
|
213
213
|
// EXTERNAL MODULE: ./components/style/index.less
|
|
214
|
-
var style = __webpack_require__(
|
|
214
|
+
var style = __webpack_require__(139);
|
|
215
215
|
|
|
216
216
|
// EXTERNAL MODULE: ./components/divider/style/index.less
|
|
217
|
-
var divider_style = __webpack_require__(
|
|
217
|
+
var divider_style = __webpack_require__(258);
|
|
218
218
|
|
|
219
219
|
// CONCATENATED MODULE: ./components/divider/style/index.js
|
|
220
220
|
|
|
221
221
|
|
|
222
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/divider/
|
|
222
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/divider/divider.vue?vue&type=template&id=5dd75790&
|
|
223
223
|
var render = function () {
|
|
224
224
|
var _vm = this
|
|
225
225
|
var _h = _vm.$createElement
|
|
@@ -257,9 +257,9 @@ var staticRenderFns = []
|
|
|
257
257
|
render._withStripped = true
|
|
258
258
|
|
|
259
259
|
|
|
260
|
-
// CONCATENATED MODULE: ./components/divider/
|
|
260
|
+
// CONCATENATED MODULE: ./components/divider/divider.vue?vue&type=template&id=5dd75790&
|
|
261
261
|
|
|
262
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/divider/
|
|
262
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/divider/divider.vue?vue&type=script&lang=js&
|
|
263
263
|
//
|
|
264
264
|
//
|
|
265
265
|
//
|
|
@@ -268,7 +268,7 @@ render._withStripped = true
|
|
|
268
268
|
//
|
|
269
269
|
//
|
|
270
270
|
|
|
271
|
-
/* harmony default export */ var
|
|
271
|
+
/* harmony default export */ var dividervue_type_script_lang_js_ = ({
|
|
272
272
|
name: 'MdsDivider',
|
|
273
273
|
props: {
|
|
274
274
|
prefixCls: {
|
|
@@ -288,12 +288,12 @@ render._withStripped = true
|
|
|
288
288
|
}
|
|
289
289
|
}
|
|
290
290
|
});
|
|
291
|
-
// CONCATENATED MODULE: ./components/divider/
|
|
292
|
-
/* harmony default export */ var
|
|
291
|
+
// CONCATENATED MODULE: ./components/divider/divider.vue?vue&type=script&lang=js&
|
|
292
|
+
/* harmony default export */ var divider_dividervue_type_script_lang_js_ = (dividervue_type_script_lang_js_);
|
|
293
293
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
294
294
|
var componentNormalizer = __webpack_require__(0);
|
|
295
295
|
|
|
296
|
-
// CONCATENATED MODULE: ./components/divider/
|
|
296
|
+
// CONCATENATED MODULE: ./components/divider/divider.vue
|
|
297
297
|
|
|
298
298
|
|
|
299
299
|
|
|
@@ -302,7 +302,7 @@ var componentNormalizer = __webpack_require__(0);
|
|
|
302
302
|
/* normalize component */
|
|
303
303
|
|
|
304
304
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
305
|
-
|
|
305
|
+
divider_dividervue_type_script_lang_js_,
|
|
306
306
|
render,
|
|
307
307
|
staticRenderFns,
|
|
308
308
|
false,
|
|
@@ -314,28 +314,28 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
314
314
|
|
|
315
315
|
/* hot reload */
|
|
316
316
|
if (false) { var api; }
|
|
317
|
-
component.options.__file = "components/divider/
|
|
318
|
-
/* harmony default export */ var
|
|
317
|
+
component.options.__file = "components/divider/divider.vue"
|
|
318
|
+
/* harmony default export */ var divider = (component.exports);
|
|
319
319
|
// CONCATENATED MODULE: ./components/divider/index.js
|
|
320
320
|
|
|
321
321
|
|
|
322
322
|
|
|
323
|
-
|
|
324
|
-
Vue.component(
|
|
323
|
+
divider.install = function (Vue) {
|
|
324
|
+
Vue.component(divider.name, divider);
|
|
325
325
|
};
|
|
326
326
|
|
|
327
|
-
/* harmony default export */ var
|
|
327
|
+
/* harmony default export */ var components_divider = __webpack_exports__["default"] = (divider);
|
|
328
328
|
|
|
329
329
|
/***/ }),
|
|
330
330
|
|
|
331
|
-
/***/
|
|
331
|
+
/***/ 139:
|
|
332
332
|
/***/ (function(module, exports) {
|
|
333
333
|
|
|
334
334
|
// removed by extract-text-webpack-plugin
|
|
335
335
|
|
|
336
336
|
/***/ }),
|
|
337
337
|
|
|
338
|
-
/***/
|
|
338
|
+
/***/ 258:
|
|
339
339
|
/***/ (function(module, exports) {
|
|
340
340
|
|
|
341
341
|
// removed by extract-text-webpack-plugin
|