@mdsfe/mds-ui 0.3.0-9 → 0.4.0-rc.2
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/_util/iconfont/index.js +1 -1
- package/dist/affix.js +31 -36
- package/dist/alert.js +27 -32
- package/dist/anchor.js +39 -47
- package/dist/avatar.js +27 -32
- package/dist/backtop.js +31 -36
- package/dist/badge.js +41 -46
- package/dist/base.js +1 -0
- package/dist/bordershadow.js +27 -32
- package/dist/breadcrumb.js +39 -47
- package/dist/button.js +43 -58
- package/dist/card.js +39 -47
- package/dist/carousel.js +55 -63
- package/dist/cascader.js +98 -115
- package/dist/cascaderpanel.js +70 -81
- package/dist/checkbox.js +43 -51
- package/dist/col.js +52 -60
- package/dist/collapse.js +39 -47
- package/dist/color.js +27 -32
- package/dist/datepicker.js +1145 -543
- package/dist/divider.js +27 -32
- package/dist/drawer.js +42 -47
- package/dist/dropdown.js +49 -79
- package/dist/empty.js +36 -41
- package/dist/font/iconfont.06c8a26.woff +0 -0
- package/dist/font/iconfont.c9840a2.woff2 +0 -0
- package/dist/font/{iconfont.ecd615a.ttf → iconfont.dffa89c.ttf} +0 -0
- package/dist/font.js +27 -32
- package/dist/form.js +49 -57
- package/dist/icon.js +27 -32
- package/dist/index.js +358 -1
- package/dist/input.js +258 -119
- package/dist/inputnumber.js +31 -36
- package/dist/layout.js +75 -92
- package/dist/list.js +39 -47
- package/dist/loading.js +27 -32
- package/dist/mds-ui.min.css +1 -2
- package/dist/mds-ui.min.js +4707 -3009
- package/dist/menu.js +98 -93
- package/dist/message.js +60 -71
- package/dist/modal.js +40 -45
- package/dist/notification.js +53 -61
- package/dist/pagination.js +66 -77
- package/dist/popconfirm.js +31 -77
- package/dist/popover.js +51 -63
- package/dist/progress.js +52 -63
- package/dist/radio.js +54 -62
- package/dist/rate.js +47 -55
- package/dist/row.js +52 -60
- package/dist/select.js +111 -128
- package/dist/slider.js +60 -68
- package/dist/slottable.js +68 -76
- package/dist/steps.js +7 -7
- package/dist/style/affix.css +3 -6789
- package/dist/style/alert.css +3 -6789
- package/dist/style/anchor.css +3 -6789
- package/dist/style/avatar.css +3 -6789
- package/dist/style/badge.css +5 -6791
- package/dist/style/base.css +1 -0
- package/dist/style/bordershadow.css +3 -6789
- package/dist/style/breadcrumb.css +3 -6789
- package/dist/style/button.css +3 -6789
- package/dist/style/card.css +3 -6789
- package/dist/style/carousel.css +0 -6786
- package/dist/style/checkbox.css +3 -6789
- package/dist/style/col.css +3 -6789
- package/dist/style/collapse.css +3 -6789
- package/dist/style/color.css +3 -6789
- package/dist/style/datepicker.css +70 -6789
- package/dist/style/divider.css +3 -6789
- package/dist/style/drawer.css +3 -6789
- package/dist/style/dropdown.css +3 -8958
- package/dist/style/empty.css +3 -6789
- package/dist/style/font.css +3 -6789
- package/dist/style/form.css +3 -6789
- package/dist/style/icon.css +3 -6789
- package/dist/style/index.css +6 -0
- package/dist/style/input.css +23 -6795
- package/dist/style/inputnumber.css +3 -6789
- package/dist/style/layout.css +3 -6789
- package/dist/style/list.css +3 -6789
- package/dist/style/loading.css +3 -6789
- package/dist/style/menu.css +3 -6789
- package/dist/style/modal.css +3 -6789
- package/dist/style/notification.css +7 -6793
- package/dist/style/pagination.css +23 -6795
- package/dist/style/popconfirm.css +3 -9093
- package/dist/style/popover.css +3 -6789
- package/dist/style/progress.css +3 -6789
- package/dist/style/radio.css +3 -6789
- package/dist/style/rate.css +3 -6789
- package/dist/style/row.css +3 -6789
- package/dist/style/select.css +3 -6789
- package/dist/style/slider.css +3 -6789
- package/dist/style/slottable.css +3 -6789
- package/dist/style/steps.css +3 -6789
- package/dist/style/switch.css +3 -6789
- package/dist/style/table.css +3 -6789
- package/dist/style/tabs.css +3 -6789
- package/dist/style/tag.css +3 -6789
- package/dist/style/text.css +3 -6789
- package/dist/style/timeline.css +3 -6789
- package/dist/style/timepicker.css +3 -6789
- package/dist/style/tooltip.css +3 -6789
- package/dist/style/transfer.css +105 -0
- package/dist/style/tree.css +3 -6789
- package/dist/style/typography.css +3 -6789
- package/dist/style/upload.css +3 -6789
- package/dist/switch.js +31 -36
- package/dist/table.js +225 -274
- package/dist/tabs.js +81 -104
- package/dist/tag.js +27 -32
- package/dist/text.js +680 -541
- package/dist/timeline.js +39 -47
- package/dist/timepicker.js +100 -117
- package/dist/tooltip.js +27 -27
- package/dist/transfer.js +1028 -85
- package/dist/transition.js +4 -4
- package/dist/tree.js +62 -70
- package/dist/typography.js +39 -47
- package/dist/upload.js +95 -115
- package/package.json +9 -5
- package/CHANGELOG.md +0 -1013
- package/dist/.DS_Store +0 -0
- package/dist/_util/.DS_Store +0 -0
- package/dist/font/iconfont.ae3b61b.woff2 +0 -0
- package/dist/font/iconfont.f1b256f.woff +0 -0
package/dist/transition.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 =
|
|
94
|
+
/******/ return __webpack_require__(__webpack_require__.s = 134);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
98
98
|
|
|
99
|
-
/***/
|
|
99
|
+
/***/ 134:
|
|
100
100
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
101
101
|
|
|
102
102
|
"use strict";
|
|
@@ -104,7 +104,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
104
104
|
__webpack_require__.r(__webpack_exports__);
|
|
105
105
|
|
|
106
106
|
// EXTERNAL MODULE: ./components/transition/style/animate.less
|
|
107
|
-
var animate = __webpack_require__(
|
|
107
|
+
var animate = __webpack_require__(234);
|
|
108
108
|
|
|
109
109
|
// CONCATENATED MODULE: ./components/transition/style/index.js
|
|
110
110
|
|
|
@@ -228,7 +228,7 @@ transition_transition.install = function (Vue) {
|
|
|
228
228
|
|
|
229
229
|
/***/ }),
|
|
230
230
|
|
|
231
|
-
/***/
|
|
231
|
+
/***/ 234:
|
|
232
232
|
/***/ (function(module, exports) {
|
|
233
233
|
|
|
234
234
|
// removed by extract-text-webpack-plugin
|
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 = 100);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
@@ -107,20 +107,19 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
107
107
|
// This module is a runtime utility for cleaner component module output and will
|
|
108
108
|
// be included in the final webpack user bundle.
|
|
109
109
|
|
|
110
|
-
function normalizeComponent
|
|
110
|
+
function normalizeComponent(
|
|
111
111
|
scriptExports,
|
|
112
112
|
render,
|
|
113
113
|
staticRenderFns,
|
|
114
114
|
functionalTemplate,
|
|
115
115
|
injectStyles,
|
|
116
116
|
scopeId,
|
|
117
|
-
moduleIdentifier
|
|
117
|
+
moduleIdentifier /* server only */,
|
|
118
118
|
shadowMode /* vue-cli only */
|
|
119
119
|
) {
|
|
120
120
|
// Vue.extend constructor export interop
|
|
121
|
-
var options =
|
|
122
|
-
? scriptExports.options
|
|
123
|
-
: scriptExports
|
|
121
|
+
var options =
|
|
122
|
+
typeof scriptExports === 'function' ? scriptExports.options : scriptExports
|
|
124
123
|
|
|
125
124
|
// render functions
|
|
126
125
|
if (render) {
|
|
@@ -140,7 +139,8 @@ function normalizeComponent (
|
|
|
140
139
|
}
|
|
141
140
|
|
|
142
141
|
var hook
|
|
143
|
-
if (moduleIdentifier) {
|
|
142
|
+
if (moduleIdentifier) {
|
|
143
|
+
// server build
|
|
144
144
|
hook = function (context) {
|
|
145
145
|
// 2.3 injection
|
|
146
146
|
context =
|
|
@@ -166,11 +166,11 @@ function normalizeComponent (
|
|
|
166
166
|
} else if (injectStyles) {
|
|
167
167
|
hook = shadowMode
|
|
168
168
|
? function () {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
169
|
+
injectStyles.call(
|
|
170
|
+
this,
|
|
171
|
+
(options.functional ? this.parent : this).$root.$options.shadowRoot
|
|
172
|
+
)
|
|
173
|
+
}
|
|
174
174
|
: injectStyles
|
|
175
175
|
}
|
|
176
176
|
|
|
@@ -181,16 +181,14 @@ function normalizeComponent (
|
|
|
181
181
|
options._injectStyles = hook
|
|
182
182
|
// register for functional component in vue file
|
|
183
183
|
var originalRender = options.render
|
|
184
|
-
options.render = function renderWithStyleInjection
|
|
184
|
+
options.render = function renderWithStyleInjection(h, context) {
|
|
185
185
|
hook.call(context)
|
|
186
186
|
return originalRender(h, context)
|
|
187
187
|
}
|
|
188
188
|
} else {
|
|
189
189
|
// inject component registration as beforeCreate hook
|
|
190
190
|
var existing = options.beforeCreate
|
|
191
|
-
options.beforeCreate = existing
|
|
192
|
-
? [].concat(existing, hook)
|
|
193
|
-
: [hook]
|
|
191
|
+
options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
|
|
194
192
|
}
|
|
195
193
|
}
|
|
196
194
|
|
|
@@ -203,23 +201,30 @@ function normalizeComponent (
|
|
|
203
201
|
|
|
204
202
|
/***/ }),
|
|
205
203
|
|
|
206
|
-
/***/
|
|
204
|
+
/***/ 10:
|
|
205
|
+
/***/ (function(module, exports) {
|
|
206
|
+
|
|
207
|
+
module.exports = require("babel-runtime/helpers/typeof");
|
|
208
|
+
|
|
209
|
+
/***/ }),
|
|
210
|
+
|
|
211
|
+
/***/ 100:
|
|
207
212
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
208
213
|
|
|
209
214
|
"use strict";
|
|
210
215
|
// ESM COMPAT FLAG
|
|
211
216
|
__webpack_require__.r(__webpack_exports__);
|
|
212
217
|
|
|
213
|
-
// EXTERNAL MODULE: ./components/style/
|
|
214
|
-
var
|
|
218
|
+
// EXTERNAL MODULE: ./components/style/mixins-only.less
|
|
219
|
+
var mixins_only = __webpack_require__(140);
|
|
215
220
|
|
|
216
221
|
// EXTERNAL MODULE: ./components/tree/style/index.less
|
|
217
|
-
var
|
|
222
|
+
var style = __webpack_require__(236);
|
|
218
223
|
|
|
219
224
|
// CONCATENATED MODULE: ./components/tree/style/index.js
|
|
220
225
|
|
|
221
226
|
|
|
222
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/tree/tree.vue?vue&type=template&id=
|
|
227
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/tree/tree.vue?vue&type=template&id=8651b27e
|
|
223
228
|
var render = function () {
|
|
224
229
|
var _vm = this
|
|
225
230
|
var _h = _vm.$createElement
|
|
@@ -273,26 +278,26 @@ var staticRenderFns = []
|
|
|
273
278
|
render._withStripped = true
|
|
274
279
|
|
|
275
280
|
|
|
276
|
-
// CONCATENATED MODULE: ./components/tree/tree.vue?vue&type=template&id=
|
|
281
|
+
// CONCATENATED MODULE: ./components/tree/tree.vue?vue&type=template&id=8651b27e
|
|
277
282
|
|
|
278
283
|
// EXTERNAL MODULE: external "babel-runtime/core-js/get-iterator"
|
|
279
|
-
var get_iterator_ = __webpack_require__(
|
|
284
|
+
var get_iterator_ = __webpack_require__(25);
|
|
280
285
|
var get_iterator_default = /*#__PURE__*/__webpack_require__.n(get_iterator_);
|
|
281
286
|
|
|
282
287
|
// EXTERNAL MODULE: external "babel-runtime/core-js/map"
|
|
283
|
-
var map_ = __webpack_require__(
|
|
288
|
+
var map_ = __webpack_require__(31);
|
|
284
289
|
var map_default = /*#__PURE__*/__webpack_require__.n(map_);
|
|
285
290
|
|
|
286
291
|
// EXTERNAL MODULE: external "babel-runtime/helpers/typeof"
|
|
287
|
-
var typeof_ = __webpack_require__(
|
|
292
|
+
var typeof_ = __webpack_require__(10);
|
|
288
293
|
var typeof_default = /*#__PURE__*/__webpack_require__.n(typeof_);
|
|
289
294
|
|
|
290
295
|
// EXTERNAL MODULE: external "babel-runtime/helpers/classCallCheck"
|
|
291
|
-
var classCallCheck_ = __webpack_require__(
|
|
296
|
+
var classCallCheck_ = __webpack_require__(34);
|
|
292
297
|
var classCallCheck_default = /*#__PURE__*/__webpack_require__.n(classCallCheck_);
|
|
293
298
|
|
|
294
299
|
// EXTERNAL MODULE: external "babel-runtime/helpers/createClass"
|
|
295
|
-
var createClass_ = __webpack_require__(
|
|
300
|
+
var createClass_ = __webpack_require__(35);
|
|
296
301
|
var createClass_default = /*#__PURE__*/__webpack_require__.n(createClass_);
|
|
297
302
|
|
|
298
303
|
// CONCATENATED MODULE: ./components/_util/tree/node.js
|
|
@@ -1195,8 +1200,8 @@ var copyNode = function copyNode(node, tree) {
|
|
|
1195
1200
|
// return o
|
|
1196
1201
|
// }
|
|
1197
1202
|
// }
|
|
1198
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/tree/tree-item.vue?vue&type=template&id=
|
|
1199
|
-
var
|
|
1203
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/tree/tree-item.vue?vue&type=template&id=74cd2bfb
|
|
1204
|
+
var tree_itemvue_type_template_id_74cd2bfb_render = function () {
|
|
1200
1205
|
var _vm = this
|
|
1201
1206
|
var _h = _vm.$createElement
|
|
1202
1207
|
var _c = _vm._self._c || _h
|
|
@@ -1372,25 +1377,25 @@ var tree_itemvue_type_template_id_7faeb42c_render = function () {
|
|
|
1372
1377
|
2
|
|
1373
1378
|
)
|
|
1374
1379
|
}
|
|
1375
|
-
var
|
|
1376
|
-
|
|
1380
|
+
var tree_itemvue_type_template_id_74cd2bfb_staticRenderFns = []
|
|
1381
|
+
tree_itemvue_type_template_id_74cd2bfb_render._withStripped = true
|
|
1377
1382
|
|
|
1378
1383
|
|
|
1379
|
-
// CONCATENATED MODULE: ./components/tree/tree-item.vue?vue&type=template&id=
|
|
1384
|
+
// CONCATENATED MODULE: ./components/tree/tree-item.vue?vue&type=template&id=74cd2bfb
|
|
1380
1385
|
|
|
1381
1386
|
// EXTERNAL MODULE: external "./icon"
|
|
1382
1387
|
var external_icon_ = __webpack_require__(7);
|
|
1383
1388
|
var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
|
|
1384
1389
|
|
|
1385
1390
|
// EXTERNAL MODULE: external "./checkbox"
|
|
1386
|
-
var external_checkbox_ = __webpack_require__(
|
|
1391
|
+
var external_checkbox_ = __webpack_require__(28);
|
|
1387
1392
|
var external_checkbox_default = /*#__PURE__*/__webpack_require__.n(external_checkbox_);
|
|
1388
1393
|
|
|
1389
1394
|
// EXTERNAL MODULE: external "./transition"
|
|
1390
1395
|
var external_transition_ = __webpack_require__(12);
|
|
1391
1396
|
var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_transition_);
|
|
1392
1397
|
|
|
1393
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/tree/tree-item.vue?vue&type=script&lang=js
|
|
1398
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/tree/tree-item.vue?vue&type=script&lang=js
|
|
1394
1399
|
//
|
|
1395
1400
|
//
|
|
1396
1401
|
//
|
|
@@ -1472,7 +1477,7 @@ var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_tr
|
|
|
1472
1477
|
|
|
1473
1478
|
|
|
1474
1479
|
|
|
1475
|
-
/* harmony default export */ var
|
|
1480
|
+
/* harmony default export */ var tree_itemvue_type_script_lang_js = ({
|
|
1476
1481
|
name: 'MdsTreeItem',
|
|
1477
1482
|
componentName: 'MdsTreeItem',
|
|
1478
1483
|
components: {
|
|
@@ -1713,8 +1718,8 @@ var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_tr
|
|
|
1713
1718
|
}
|
|
1714
1719
|
}
|
|
1715
1720
|
});
|
|
1716
|
-
// CONCATENATED MODULE: ./components/tree/tree-item.vue?vue&type=script&lang=js
|
|
1717
|
-
/* harmony default export */ var
|
|
1721
|
+
// CONCATENATED MODULE: ./components/tree/tree-item.vue?vue&type=script&lang=js
|
|
1722
|
+
/* harmony default export */ var tree_tree_itemvue_type_script_lang_js = (tree_itemvue_type_script_lang_js);
|
|
1718
1723
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
1719
1724
|
var componentNormalizer = __webpack_require__(0);
|
|
1720
1725
|
|
|
@@ -1727,9 +1732,9 @@ var componentNormalizer = __webpack_require__(0);
|
|
|
1727
1732
|
/* normalize component */
|
|
1728
1733
|
|
|
1729
1734
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1735
|
+
tree_tree_itemvue_type_script_lang_js,
|
|
1736
|
+
tree_itemvue_type_template_id_74cd2bfb_render,
|
|
1737
|
+
tree_itemvue_type_template_id_74cd2bfb_staticRenderFns,
|
|
1733
1738
|
false,
|
|
1734
1739
|
null,
|
|
1735
1740
|
null,
|
|
@@ -1737,11 +1742,8 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
1737
1742
|
|
|
1738
1743
|
)
|
|
1739
1744
|
|
|
1740
|
-
/* hot reload */
|
|
1741
|
-
if (false) { var api; }
|
|
1742
|
-
component.options.__file = "components/tree/tree-item.vue"
|
|
1743
1745
|
/* harmony default export */ var tree_item = (component.exports);
|
|
1744
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/tree/tree.vue?vue&type=script&lang=js
|
|
1746
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/tree/tree.vue?vue&type=script&lang=js
|
|
1745
1747
|
//
|
|
1746
1748
|
//
|
|
1747
1749
|
//
|
|
@@ -1765,7 +1767,7 @@ component.options.__file = "components/tree/tree-item.vue"
|
|
|
1765
1767
|
|
|
1766
1768
|
|
|
1767
1769
|
|
|
1768
|
-
/* harmony default export */ var
|
|
1770
|
+
/* harmony default export */ var treevue_type_script_lang_js = ({
|
|
1769
1771
|
name: 'MdsTree',
|
|
1770
1772
|
componentName: 'MdsTree',
|
|
1771
1773
|
components: {
|
|
@@ -1901,8 +1903,8 @@ component.options.__file = "components/tree/tree-item.vue"
|
|
|
1901
1903
|
}
|
|
1902
1904
|
}
|
|
1903
1905
|
});
|
|
1904
|
-
// CONCATENATED MODULE: ./components/tree/tree.vue?vue&type=script&lang=js
|
|
1905
|
-
/* harmony default export */ var
|
|
1906
|
+
// CONCATENATED MODULE: ./components/tree/tree.vue?vue&type=script&lang=js
|
|
1907
|
+
/* harmony default export */ var tree_treevue_type_script_lang_js = (treevue_type_script_lang_js);
|
|
1906
1908
|
// CONCATENATED MODULE: ./components/tree/tree.vue
|
|
1907
1909
|
|
|
1908
1910
|
|
|
@@ -1912,7 +1914,7 @@ component.options.__file = "components/tree/tree-item.vue"
|
|
|
1912
1914
|
/* normalize component */
|
|
1913
1915
|
|
|
1914
1916
|
var tree_component = Object(componentNormalizer["a" /* default */])(
|
|
1915
|
-
|
|
1917
|
+
tree_treevue_type_script_lang_js,
|
|
1916
1918
|
render,
|
|
1917
1919
|
staticRenderFns,
|
|
1918
1920
|
false,
|
|
@@ -1922,9 +1924,6 @@ var tree_component = Object(componentNormalizer["a" /* default */])(
|
|
|
1922
1924
|
|
|
1923
1925
|
)
|
|
1924
1926
|
|
|
1925
|
-
/* hot reload */
|
|
1926
|
-
if (false) { var tree_api; }
|
|
1927
|
-
tree_component.options.__file = "components/tree/tree.vue"
|
|
1928
1927
|
/* harmony default export */ var tree = (tree_component.exports);
|
|
1929
1928
|
// CONCATENATED MODULE: ./components/tree/index.js
|
|
1930
1929
|
|
|
@@ -1944,52 +1943,52 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
|
|
|
1944
1943
|
|
|
1945
1944
|
/***/ }),
|
|
1946
1945
|
|
|
1947
|
-
/***/
|
|
1946
|
+
/***/ 140:
|
|
1948
1947
|
/***/ (function(module, exports) {
|
|
1949
1948
|
|
|
1950
1949
|
// removed by extract-text-webpack-plugin
|
|
1951
1950
|
|
|
1952
1951
|
/***/ }),
|
|
1953
1952
|
|
|
1954
|
-
/***/
|
|
1953
|
+
/***/ 236:
|
|
1955
1954
|
/***/ (function(module, exports) {
|
|
1956
1955
|
|
|
1957
|
-
|
|
1956
|
+
// removed by extract-text-webpack-plugin
|
|
1958
1957
|
|
|
1959
1958
|
/***/ }),
|
|
1960
1959
|
|
|
1961
|
-
/***/
|
|
1960
|
+
/***/ 25:
|
|
1962
1961
|
/***/ (function(module, exports) {
|
|
1963
1962
|
|
|
1964
|
-
|
|
1963
|
+
module.exports = require("babel-runtime/core-js/get-iterator");
|
|
1965
1964
|
|
|
1966
1965
|
/***/ }),
|
|
1967
1966
|
|
|
1968
|
-
/***/
|
|
1967
|
+
/***/ 28:
|
|
1969
1968
|
/***/ (function(module, exports) {
|
|
1970
1969
|
|
|
1971
|
-
module.exports =
|
|
1970
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__28__;
|
|
1972
1971
|
|
|
1973
1972
|
/***/ }),
|
|
1974
1973
|
|
|
1975
|
-
/***/
|
|
1974
|
+
/***/ 31:
|
|
1976
1975
|
/***/ (function(module, exports) {
|
|
1977
1976
|
|
|
1978
|
-
module.exports = require("babel-runtime/
|
|
1977
|
+
module.exports = require("babel-runtime/core-js/map");
|
|
1979
1978
|
|
|
1980
1979
|
/***/ }),
|
|
1981
1980
|
|
|
1982
1981
|
/***/ 34:
|
|
1983
1982
|
/***/ (function(module, exports) {
|
|
1984
1983
|
|
|
1985
|
-
module.exports = require("babel-runtime/helpers/
|
|
1984
|
+
module.exports = require("babel-runtime/helpers/classCallCheck");
|
|
1986
1985
|
|
|
1987
1986
|
/***/ }),
|
|
1988
1987
|
|
|
1989
1988
|
/***/ 35:
|
|
1990
1989
|
/***/ (function(module, exports) {
|
|
1991
1990
|
|
|
1992
|
-
module.exports =
|
|
1991
|
+
module.exports = require("babel-runtime/helpers/createClass");
|
|
1993
1992
|
|
|
1994
1993
|
/***/ }),
|
|
1995
1994
|
|
|
@@ -1998,13 +1997,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__35__;
|
|
|
1998
1997
|
|
|
1999
1998
|
module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
|
|
2000
1999
|
|
|
2001
|
-
/***/ }),
|
|
2002
|
-
|
|
2003
|
-
/***/ 9:
|
|
2004
|
-
/***/ (function(module, exports) {
|
|
2005
|
-
|
|
2006
|
-
module.exports = require("babel-runtime/helpers/typeof");
|
|
2007
|
-
|
|
2008
2000
|
/***/ })
|
|
2009
2001
|
|
|
2010
2002
|
/******/ });
|
package/dist/typography.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 = 115);
|
|
95
95
|
/******/ })
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
@@ -107,20 +107,19 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
107
107
|
// This module is a runtime utility for cleaner component module output and will
|
|
108
108
|
// be included in the final webpack user bundle.
|
|
109
109
|
|
|
110
|
-
function normalizeComponent
|
|
110
|
+
function normalizeComponent(
|
|
111
111
|
scriptExports,
|
|
112
112
|
render,
|
|
113
113
|
staticRenderFns,
|
|
114
114
|
functionalTemplate,
|
|
115
115
|
injectStyles,
|
|
116
116
|
scopeId,
|
|
117
|
-
moduleIdentifier
|
|
117
|
+
moduleIdentifier /* server only */,
|
|
118
118
|
shadowMode /* vue-cli only */
|
|
119
119
|
) {
|
|
120
120
|
// Vue.extend constructor export interop
|
|
121
|
-
var options =
|
|
122
|
-
? scriptExports.options
|
|
123
|
-
: scriptExports
|
|
121
|
+
var options =
|
|
122
|
+
typeof scriptExports === 'function' ? scriptExports.options : scriptExports
|
|
124
123
|
|
|
125
124
|
// render functions
|
|
126
125
|
if (render) {
|
|
@@ -140,7 +139,8 @@ function normalizeComponent (
|
|
|
140
139
|
}
|
|
141
140
|
|
|
142
141
|
var hook
|
|
143
|
-
if (moduleIdentifier) {
|
|
142
|
+
if (moduleIdentifier) {
|
|
143
|
+
// server build
|
|
144
144
|
hook = function (context) {
|
|
145
145
|
// 2.3 injection
|
|
146
146
|
context =
|
|
@@ -166,11 +166,11 @@ function normalizeComponent (
|
|
|
166
166
|
} else if (injectStyles) {
|
|
167
167
|
hook = shadowMode
|
|
168
168
|
? function () {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
169
|
+
injectStyles.call(
|
|
170
|
+
this,
|
|
171
|
+
(options.functional ? this.parent : this).$root.$options.shadowRoot
|
|
172
|
+
)
|
|
173
|
+
}
|
|
174
174
|
: injectStyles
|
|
175
175
|
}
|
|
176
176
|
|
|
@@ -181,16 +181,14 @@ function normalizeComponent (
|
|
|
181
181
|
options._injectStyles = hook
|
|
182
182
|
// register for functional component in vue file
|
|
183
183
|
var originalRender = options.render
|
|
184
|
-
options.render = function renderWithStyleInjection
|
|
184
|
+
options.render = function renderWithStyleInjection(h, context) {
|
|
185
185
|
hook.call(context)
|
|
186
186
|
return originalRender(h, context)
|
|
187
187
|
}
|
|
188
188
|
} else {
|
|
189
189
|
// inject component registration as beforeCreate hook
|
|
190
190
|
var existing = options.beforeCreate
|
|
191
|
-
options.beforeCreate = existing
|
|
192
|
-
? [].concat(existing, hook)
|
|
193
|
-
: [hook]
|
|
191
|
+
options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
|
|
194
192
|
}
|
|
195
193
|
}
|
|
196
194
|
|
|
@@ -203,23 +201,23 @@ function normalizeComponent (
|
|
|
203
201
|
|
|
204
202
|
/***/ }),
|
|
205
203
|
|
|
206
|
-
/***/
|
|
204
|
+
/***/ 115:
|
|
207
205
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
208
206
|
|
|
209
207
|
"use strict";
|
|
210
208
|
// ESM COMPAT FLAG
|
|
211
209
|
__webpack_require__.r(__webpack_exports__);
|
|
212
210
|
|
|
213
|
-
// EXTERNAL MODULE: ./components/style/
|
|
214
|
-
var
|
|
211
|
+
// EXTERNAL MODULE: ./components/style/mixins-only.less
|
|
212
|
+
var mixins_only = __webpack_require__(140);
|
|
215
213
|
|
|
216
214
|
// EXTERNAL MODULE: ./components/typography/style/index.less
|
|
217
|
-
var
|
|
215
|
+
var style = __webpack_require__(264);
|
|
218
216
|
|
|
219
217
|
// CONCATENATED MODULE: ./components/typography/style/index.js
|
|
220
218
|
|
|
221
219
|
|
|
222
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/typography/typography.vue?vue&type=template&id=
|
|
220
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/typography/typography.vue?vue&type=template&id=4d76dd43
|
|
223
221
|
var render = function () {
|
|
224
222
|
var _vm = this
|
|
225
223
|
var _h = _vm.$createElement
|
|
@@ -274,9 +272,9 @@ var staticRenderFns = []
|
|
|
274
272
|
render._withStripped = true
|
|
275
273
|
|
|
276
274
|
|
|
277
|
-
// CONCATENATED MODULE: ./components/typography/typography.vue?vue&type=template&id=
|
|
275
|
+
// CONCATENATED MODULE: ./components/typography/typography.vue?vue&type=template&id=4d76dd43
|
|
278
276
|
|
|
279
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/typography/typography.vue?vue&type=script&lang=js
|
|
277
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/typography/typography.vue?vue&type=script&lang=js
|
|
280
278
|
//
|
|
281
279
|
//
|
|
282
280
|
//
|
|
@@ -293,7 +291,7 @@ render._withStripped = true
|
|
|
293
291
|
//
|
|
294
292
|
//
|
|
295
293
|
|
|
296
|
-
/* harmony default export */ var
|
|
294
|
+
/* harmony default export */ var typographyvue_type_script_lang_js = ({
|
|
297
295
|
name: 'MdsTypography',
|
|
298
296
|
data: function data() {
|
|
299
297
|
return {
|
|
@@ -333,8 +331,8 @@ render._withStripped = true
|
|
|
333
331
|
}
|
|
334
332
|
}
|
|
335
333
|
});
|
|
336
|
-
// CONCATENATED MODULE: ./components/typography/typography.vue?vue&type=script&lang=js
|
|
337
|
-
/* harmony default export */ var
|
|
334
|
+
// CONCATENATED MODULE: ./components/typography/typography.vue?vue&type=script&lang=js
|
|
335
|
+
/* harmony default export */ var typography_typographyvue_type_script_lang_js = (typographyvue_type_script_lang_js);
|
|
338
336
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
339
337
|
var componentNormalizer = __webpack_require__(0);
|
|
340
338
|
|
|
@@ -347,7 +345,7 @@ var componentNormalizer = __webpack_require__(0);
|
|
|
347
345
|
/* normalize component */
|
|
348
346
|
|
|
349
347
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
350
|
-
|
|
348
|
+
typography_typographyvue_type_script_lang_js,
|
|
351
349
|
render,
|
|
352
350
|
staticRenderFns,
|
|
353
351
|
false,
|
|
@@ -357,12 +355,9 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
357
355
|
|
|
358
356
|
)
|
|
359
357
|
|
|
360
|
-
/* hot reload */
|
|
361
|
-
if (false) { var api; }
|
|
362
|
-
component.options.__file = "components/typography/typography.vue"
|
|
363
358
|
/* harmony default export */ var typography = (component.exports);
|
|
364
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/typography/title.vue?vue&type=template&id=
|
|
365
|
-
var
|
|
359
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/typography/title.vue?vue&type=template&id=5b1dd1e4
|
|
360
|
+
var titlevue_type_template_id_5b1dd1e4_render = function () {
|
|
366
361
|
var _vm = this
|
|
367
362
|
var _h = _vm.$createElement
|
|
368
363
|
var _c = _vm._self._c || _h
|
|
@@ -373,13 +368,13 @@ var titlevue_type_template_id_4f42ba9a_render = function () {
|
|
|
373
368
|
2
|
|
374
369
|
)
|
|
375
370
|
}
|
|
376
|
-
var
|
|
377
|
-
|
|
371
|
+
var titlevue_type_template_id_5b1dd1e4_staticRenderFns = []
|
|
372
|
+
titlevue_type_template_id_5b1dd1e4_render._withStripped = true
|
|
378
373
|
|
|
379
374
|
|
|
380
|
-
// CONCATENATED MODULE: ./components/typography/title.vue?vue&type=template&id=
|
|
375
|
+
// CONCATENATED MODULE: ./components/typography/title.vue?vue&type=template&id=5b1dd1e4
|
|
381
376
|
|
|
382
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/typography/title.vue?vue&type=script&lang=js
|
|
377
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/typography/title.vue?vue&type=script&lang=js
|
|
383
378
|
//
|
|
384
379
|
//
|
|
385
380
|
//
|
|
@@ -387,7 +382,7 @@ titlevue_type_template_id_4f42ba9a_render._withStripped = true
|
|
|
387
382
|
//
|
|
388
383
|
//
|
|
389
384
|
|
|
390
|
-
/* harmony default export */ var
|
|
385
|
+
/* harmony default export */ var titlevue_type_script_lang_js = ({
|
|
391
386
|
name: 'MdsTitle',
|
|
392
387
|
data: function data() {
|
|
393
388
|
return {
|
|
@@ -410,8 +405,8 @@ titlevue_type_template_id_4f42ba9a_render._withStripped = true
|
|
|
410
405
|
}
|
|
411
406
|
}
|
|
412
407
|
});
|
|
413
|
-
// CONCATENATED MODULE: ./components/typography/title.vue?vue&type=script&lang=js
|
|
414
|
-
/* harmony default export */ var
|
|
408
|
+
// CONCATENATED MODULE: ./components/typography/title.vue?vue&type=script&lang=js
|
|
409
|
+
/* harmony default export */ var typography_titlevue_type_script_lang_js = (titlevue_type_script_lang_js);
|
|
415
410
|
// CONCATENATED MODULE: ./components/typography/title.vue
|
|
416
411
|
|
|
417
412
|
|
|
@@ -421,9 +416,9 @@ titlevue_type_template_id_4f42ba9a_render._withStripped = true
|
|
|
421
416
|
/* normalize component */
|
|
422
417
|
|
|
423
418
|
var title_component = Object(componentNormalizer["a" /* default */])(
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
419
|
+
typography_titlevue_type_script_lang_js,
|
|
420
|
+
titlevue_type_template_id_5b1dd1e4_render,
|
|
421
|
+
titlevue_type_template_id_5b1dd1e4_staticRenderFns,
|
|
427
422
|
false,
|
|
428
423
|
null,
|
|
429
424
|
null,
|
|
@@ -431,9 +426,6 @@ var title_component = Object(componentNormalizer["a" /* default */])(
|
|
|
431
426
|
|
|
432
427
|
)
|
|
433
428
|
|
|
434
|
-
/* hot reload */
|
|
435
|
-
if (false) { var title_api; }
|
|
436
|
-
title_component.options.__file = "components/typography/title.vue"
|
|
437
429
|
/* harmony default export */ var title = (title_component.exports);
|
|
438
430
|
// CONCATENATED MODULE: ./components/typography/index.js
|
|
439
431
|
|
|
@@ -451,14 +443,14 @@ typography.install = function (Vue) {
|
|
|
451
443
|
|
|
452
444
|
/***/ }),
|
|
453
445
|
|
|
454
|
-
/***/
|
|
446
|
+
/***/ 140:
|
|
455
447
|
/***/ (function(module, exports) {
|
|
456
448
|
|
|
457
449
|
// removed by extract-text-webpack-plugin
|
|
458
450
|
|
|
459
451
|
/***/ }),
|
|
460
452
|
|
|
461
|
-
/***/
|
|
453
|
+
/***/ 264:
|
|
462
454
|
/***/ (function(module, exports) {
|
|
463
455
|
|
|
464
456
|
// removed by extract-text-webpack-plugin
|