@mdsfe/mds-ui 0.2.10-rc.8 → 0.2.10

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 (121) hide show
  1. package/CHANGELOG.md +994 -0
  2. package/dist/_util/iconfont/index.js +1 -1
  3. package/dist/affix.js +6 -6
  4. package/dist/alert.js +476 -0
  5. package/dist/anchor.js +5 -5
  6. package/dist/avatar.js +6 -6
  7. package/dist/backtop.js +4 -4
  8. package/dist/badge.js +8 -8
  9. package/dist/bordershadow.js +6 -6
  10. package/dist/breadcrumb.js +4 -4
  11. package/dist/button.js +4 -4
  12. package/dist/card.js +4 -4
  13. package/dist/carousel.js +4 -4
  14. package/dist/cascader.js +16 -16
  15. package/dist/cascaderpanel.js +4 -4
  16. package/dist/checkbox.js +4 -4
  17. package/dist/col.js +8 -8
  18. package/dist/collapse.js +4 -4
  19. package/dist/color.js +6 -6
  20. package/dist/datepicker.js +6 -6
  21. package/dist/divider.js +6 -6
  22. package/dist/drawer.js +8 -8
  23. package/dist/dropdown.js +7 -7
  24. package/dist/empty.js +6 -6
  25. package/dist/font/iconfont.754be0c.woff2 +0 -0
  26. package/dist/font/{iconfont.22ef8cb.ttf → iconfont.c14172b.ttf} +0 -0
  27. package/dist/font/iconfont.f5e5794.woff +0 -0
  28. package/dist/font.js +6 -6
  29. package/dist/form.js +4 -4
  30. package/dist/icon.js +6 -6
  31. package/dist/index.js +1 -1
  32. package/dist/input.js +4 -4
  33. package/dist/inputnumber.js +4 -4
  34. package/dist/layout.js +4 -4
  35. package/dist/list.js +4 -4
  36. package/dist/loading.js +6 -6
  37. package/dist/mds-ui.min.css +1 -1
  38. package/dist/mds-ui.min.js +452 -272
  39. package/dist/menu.js +7 -7
  40. package/dist/message.js +2 -2
  41. package/dist/modal.js +6 -6
  42. package/dist/notification.js +6 -6
  43. package/dist/pagination.js +8 -8
  44. package/dist/popconfirm.js +12 -12
  45. package/dist/popover.js +4 -4
  46. package/dist/progress.js +4 -4
  47. package/dist/radio.js +4 -4
  48. package/dist/rate.js +4 -4
  49. package/dist/row.js +8 -8
  50. package/dist/select.js +6 -6
  51. package/dist/slider.js +4 -4
  52. package/dist/slottable.js +10 -10
  53. package/dist/steps.js +6 -6
  54. package/dist/style/affix.css +19 -1
  55. package/dist/style/alert.css +6186 -0
  56. package/dist/style/anchor.css +19 -1
  57. package/dist/style/avatar.css +19 -1
  58. package/dist/style/badge.css +19 -1
  59. package/dist/style/bordershadow.css +19 -1
  60. package/dist/style/breadcrumb.css +19 -1
  61. package/dist/style/button.css +19 -1
  62. package/dist/style/card.css +19 -1
  63. package/dist/style/carousel.css +19 -1
  64. package/dist/style/checkbox.css +19 -1
  65. package/dist/style/col.css +19 -1
  66. package/dist/style/collapse.css +19 -1
  67. package/dist/style/color.css +19 -1
  68. package/dist/style/datepicker.css +19 -1
  69. package/dist/style/divider.css +19 -1
  70. package/dist/style/drawer.css +19 -1
  71. package/dist/style/dropdown.css +19 -1
  72. package/dist/style/empty.css +19 -1
  73. package/dist/style/font.css +19 -1
  74. package/dist/style/form.css +19 -1
  75. package/dist/style/icon.css +19 -1
  76. package/dist/style/input.css +19 -1
  77. package/dist/style/inputnumber.css +19 -1
  78. package/dist/style/layout.css +19 -1
  79. package/dist/style/list.css +19 -1
  80. package/dist/style/loading.css +19 -1
  81. package/dist/style/menu.css +19 -1
  82. package/dist/style/modal.css +19 -1
  83. package/dist/style/notification.css +19 -1
  84. package/dist/style/pagination.css +19 -1
  85. package/dist/style/popconfirm.css +19 -1
  86. package/dist/style/popover.css +19 -1
  87. package/dist/style/progress.css +19 -1
  88. package/dist/style/radio.css +19 -1
  89. package/dist/style/rate.css +19 -1
  90. package/dist/style/row.css +19 -1
  91. package/dist/style/select.css +19 -1
  92. package/dist/style/slider.css +19 -1
  93. package/dist/style/slottable.css +19 -1
  94. package/dist/style/steps.css +19 -1
  95. package/dist/style/switch.css +19 -1
  96. package/dist/style/table.css +19 -1
  97. package/dist/style/tabs.css +19 -1
  98. package/dist/style/tag.css +19 -1
  99. package/dist/style/text.css +19 -1
  100. package/dist/style/timeline.css +19 -1
  101. package/dist/style/timepicker.css +19 -1
  102. package/dist/style/tooltip.css +19 -1
  103. package/dist/style/tree.css +19 -1
  104. package/dist/style/typography.css +19 -1
  105. package/dist/style/upload.css +19 -1
  106. package/dist/switch.js +6 -6
  107. package/dist/table.js +18 -18
  108. package/dist/tabs.js +33 -8
  109. package/dist/tag.js +4 -4
  110. package/dist/text.js +4 -4
  111. package/dist/timeline.js +4 -4
  112. package/dist/timepicker.js +4 -4
  113. package/dist/tooltip.js +7 -7
  114. package/dist/transfer.js +4 -4
  115. package/dist/transition.js +4 -4
  116. package/dist/tree.js +4 -4
  117. package/dist/typography.js +4 -4
  118. package/dist/upload.js +4 -4
  119. package/package.json +1 -1
  120. package/dist/font/iconfont.8bd7c3e.woff2 +0 -0
  121. package/dist/font/iconfont.c5d3297.woff +0 -0
package/dist/affix.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 = 120);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 119:
206
+ /***/ 120:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -458,10 +458,10 @@ if (false) { var api; }
458
458
  component.options.__file = "components/affix/affix.vue"
459
459
  /* harmony default export */ var affix_affix = (component.exports);
460
460
  // EXTERNAL MODULE: ./components/style/index.less
461
- var style = __webpack_require__(138);
461
+ var style = __webpack_require__(139);
462
462
 
463
463
  // EXTERNAL MODULE: ./components/affix/style/index.less
464
- var affix_style = __webpack_require__(144);
464
+ var affix_style = __webpack_require__(147);
465
465
 
466
466
  // CONCATENATED MODULE: ./components/affix/style/index.js
467
467
 
@@ -477,14 +477,14 @@ affix_affix.install = function (Vue) {
477
477
 
478
478
  /***/ }),
479
479
 
480
- /***/ 138:
480
+ /***/ 139:
481
481
  /***/ (function(module, exports) {
482
482
 
483
483
  // removed by extract-text-webpack-plugin
484
484
 
485
485
  /***/ }),
486
486
 
487
- /***/ 144:
487
+ /***/ 147:
488
488
  /***/ (function(module, exports) {
489
489
 
490
490
  // removed by extract-text-webpack-plugin
package/dist/alert.js ADDED
@@ -0,0 +1,476 @@
1
+ (function webpackUniversalModuleDefinition(root, factory) {
2
+ if(typeof exports === 'object' && typeof module === 'object')
3
+ module.exports = factory();
4
+ else if(typeof define === 'function' && define.amd)
5
+ define([], factory);
6
+ else {
7
+ var a = factory();
8
+ for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
+ }
10
+ })(window, function() {
11
+ return /******/ (function(modules) { // webpackBootstrap
12
+ /******/ // The module cache
13
+ /******/ var installedModules = {};
14
+ /******/
15
+ /******/ // The require function
16
+ /******/ function __webpack_require__(moduleId) {
17
+ /******/
18
+ /******/ // Check if module is in cache
19
+ /******/ if(installedModules[moduleId]) {
20
+ /******/ return installedModules[moduleId].exports;
21
+ /******/ }
22
+ /******/ // Create a new module (and put it into the cache)
23
+ /******/ var module = installedModules[moduleId] = {
24
+ /******/ i: moduleId,
25
+ /******/ l: false,
26
+ /******/ exports: {}
27
+ /******/ };
28
+ /******/
29
+ /******/ // Execute the module function
30
+ /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
31
+ /******/
32
+ /******/ // Flag the module as loaded
33
+ /******/ module.l = true;
34
+ /******/
35
+ /******/ // Return the exports of the module
36
+ /******/ return module.exports;
37
+ /******/ }
38
+ /******/
39
+ /******/
40
+ /******/ // expose the modules object (__webpack_modules__)
41
+ /******/ __webpack_require__.m = modules;
42
+ /******/
43
+ /******/ // expose the module cache
44
+ /******/ __webpack_require__.c = installedModules;
45
+ /******/
46
+ /******/ // define getter function for harmony exports
47
+ /******/ __webpack_require__.d = function(exports, name, getter) {
48
+ /******/ if(!__webpack_require__.o(exports, name)) {
49
+ /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
50
+ /******/ }
51
+ /******/ };
52
+ /******/
53
+ /******/ // define __esModule on exports
54
+ /******/ __webpack_require__.r = function(exports) {
55
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
56
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
57
+ /******/ }
58
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
59
+ /******/ };
60
+ /******/
61
+ /******/ // create a fake namespace object
62
+ /******/ // mode & 1: value is a module id, require it
63
+ /******/ // mode & 2: merge all properties of value into the ns
64
+ /******/ // mode & 4: return value when already ns object
65
+ /******/ // mode & 8|1: behave like require
66
+ /******/ __webpack_require__.t = function(value, mode) {
67
+ /******/ if(mode & 1) value = __webpack_require__(value);
68
+ /******/ if(mode & 8) return value;
69
+ /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
70
+ /******/ var ns = Object.create(null);
71
+ /******/ __webpack_require__.r(ns);
72
+ /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
73
+ /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
74
+ /******/ return ns;
75
+ /******/ };
76
+ /******/
77
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
78
+ /******/ __webpack_require__.n = function(module) {
79
+ /******/ var getter = module && module.__esModule ?
80
+ /******/ function getDefault() { return module['default']; } :
81
+ /******/ function getModuleExports() { return module; };
82
+ /******/ __webpack_require__.d(getter, 'a', getter);
83
+ /******/ return getter;
84
+ /******/ };
85
+ /******/
86
+ /******/ // Object.prototype.hasOwnProperty.call
87
+ /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
88
+ /******/
89
+ /******/ // __webpack_public_path__
90
+ /******/ __webpack_require__.p = "/dist/";
91
+ /******/
92
+ /******/
93
+ /******/ // Load entry module and return exports
94
+ /******/ return __webpack_require__(__webpack_require__.s = 119);
95
+ /******/ })
96
+ /************************************************************************/
97
+ /******/ ({
98
+
99
+ /***/ 0:
100
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
101
+
102
+ "use strict";
103
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return normalizeComponent; });
104
+ /* globals __VUE_SSR_CONTEXT__ */
105
+
106
+ // IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
107
+ // This module is a runtime utility for cleaner component module output and will
108
+ // be included in the final webpack user bundle.
109
+
110
+ function normalizeComponent (
111
+ scriptExports,
112
+ render,
113
+ staticRenderFns,
114
+ functionalTemplate,
115
+ injectStyles,
116
+ scopeId,
117
+ moduleIdentifier, /* server only */
118
+ shadowMode /* vue-cli only */
119
+ ) {
120
+ // Vue.extend constructor export interop
121
+ var options = typeof scriptExports === 'function'
122
+ ? scriptExports.options
123
+ : scriptExports
124
+
125
+ // render functions
126
+ if (render) {
127
+ options.render = render
128
+ options.staticRenderFns = staticRenderFns
129
+ options._compiled = true
130
+ }
131
+
132
+ // functional template
133
+ if (functionalTemplate) {
134
+ options.functional = true
135
+ }
136
+
137
+ // scopedId
138
+ if (scopeId) {
139
+ options._scopeId = 'data-v-' + scopeId
140
+ }
141
+
142
+ var hook
143
+ if (moduleIdentifier) { // server build
144
+ hook = function (context) {
145
+ // 2.3 injection
146
+ context =
147
+ context || // cached call
148
+ (this.$vnode && this.$vnode.ssrContext) || // stateful
149
+ (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
150
+ // 2.2 with runInNewContext: true
151
+ if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
152
+ context = __VUE_SSR_CONTEXT__
153
+ }
154
+ // inject component styles
155
+ if (injectStyles) {
156
+ injectStyles.call(this, context)
157
+ }
158
+ // register component module identifier for async chunk inferrence
159
+ if (context && context._registeredComponents) {
160
+ context._registeredComponents.add(moduleIdentifier)
161
+ }
162
+ }
163
+ // used by ssr in case component is cached and beforeCreate
164
+ // never gets called
165
+ options._ssrRegister = hook
166
+ } else if (injectStyles) {
167
+ hook = shadowMode
168
+ ? function () {
169
+ injectStyles.call(
170
+ this,
171
+ (options.functional ? this.parent : this).$root.$options.shadowRoot
172
+ )
173
+ }
174
+ : injectStyles
175
+ }
176
+
177
+ if (hook) {
178
+ if (options.functional) {
179
+ // for template-only hot-reload because in that case the render fn doesn't
180
+ // go through the normalizer
181
+ options._injectStyles = hook
182
+ // register for functional component in vue file
183
+ var originalRender = options.render
184
+ options.render = function renderWithStyleInjection (h, context) {
185
+ hook.call(context)
186
+ return originalRender(h, context)
187
+ }
188
+ } else {
189
+ // inject component registration as beforeCreate hook
190
+ var existing = options.beforeCreate
191
+ options.beforeCreate = existing
192
+ ? [].concat(existing, hook)
193
+ : [hook]
194
+ }
195
+ }
196
+
197
+ return {
198
+ exports: scriptExports,
199
+ options: options
200
+ }
201
+ }
202
+
203
+
204
+ /***/ }),
205
+
206
+ /***/ 119:
207
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
+
209
+ "use strict";
210
+ // ESM COMPAT FLAG
211
+ __webpack_require__.r(__webpack_exports__);
212
+
213
+ // EXTERNAL MODULE: ./components/style/index.less
214
+ var style = __webpack_require__(139);
215
+
216
+ // EXTERNAL MODULE: ./components/alert/style/index.less
217
+ var alert_style = __webpack_require__(145);
218
+
219
+ // CONCATENATED MODULE: ./components/alert/style/index.js
220
+
221
+
222
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/alert/alert.vue?vue&type=template&id=6e529f04&
223
+ var render = function () {
224
+ var _vm = this
225
+ var _h = _vm.$createElement
226
+ var _c = _vm._self._c || _h
227
+ return _c("mds-transition", { attrs: { type: "animate" } }, [
228
+ _c(
229
+ "div",
230
+ {
231
+ directives: [
232
+ {
233
+ name: "show",
234
+ rawName: "v-show",
235
+ value: _vm.visible,
236
+ expression: "visible",
237
+ },
238
+ ],
239
+ class: [
240
+ _vm.prefixCls,
241
+ _vm.typeClass,
242
+ _vm.center ? "is-center" : "",
243
+ "is-" + _vm.effect,
244
+ ],
245
+ attrs: { role: "alert" },
246
+ },
247
+ [
248
+ _vm.showIcon
249
+ ? _c(
250
+ "span",
251
+ [
252
+ _c("mds-icon", {
253
+ class: [_vm.prefixCls + "__icon", _vm.isBigIcon],
254
+ attrs: { type: _vm.iconClass },
255
+ }),
256
+ ],
257
+ 1
258
+ )
259
+ : _vm._e(),
260
+ _c("div", { class: _vm.prefixCls + "__content" }, [
261
+ _vm.message || _vm.$slots.message
262
+ ? _c(
263
+ "span",
264
+ { class: [_vm.prefixCls + "__message", _vm.isBoldTitle] },
265
+ [_vm._t("message", [_vm._v(_vm._s(_vm.message))])],
266
+ 2
267
+ )
268
+ : _vm._e(),
269
+ _vm.$slots.default && !_vm.description
270
+ ? _c(
271
+ "p",
272
+ { class: _vm.prefixCls + "__description" },
273
+ [_vm._t("default")],
274
+ 2
275
+ )
276
+ : _vm._e(),
277
+ _vm.description && !_vm.$slots.default
278
+ ? _c("p", { class: _vm.prefixCls + "__description" }, [
279
+ _vm._v(_vm._s(_vm.description)),
280
+ ])
281
+ : _vm._e(),
282
+ _c(
283
+ "span",
284
+ {
285
+ directives: [
286
+ {
287
+ name: "show",
288
+ rawName: "v-show",
289
+ value: _vm.closable,
290
+ expression: "closable",
291
+ },
292
+ ],
293
+ class: _vm.prefixCls + "__closebtn",
294
+ on: {
295
+ click: function ($event) {
296
+ return _vm.close()
297
+ },
298
+ },
299
+ },
300
+ [
301
+ _vm.closeText !== ""
302
+ ? _c("i", [_vm._v(_vm._s(_vm.closeText))])
303
+ : _c("mds-icon", { attrs: { type: "line-close" } }),
304
+ ],
305
+ 1
306
+ ),
307
+ ]),
308
+ ]
309
+ ),
310
+ ])
311
+ }
312
+ var staticRenderFns = []
313
+ render._withStripped = true
314
+
315
+
316
+ // CONCATENATED MODULE: ./components/alert/alert.vue?vue&type=template&id=6e529f04&
317
+
318
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/alert/alert.vue?vue&type=script&lang=js&
319
+ //
320
+ //
321
+ //
322
+ //
323
+ //
324
+ //
325
+ //
326
+ //
327
+ //
328
+ //
329
+ //
330
+ //
331
+ //
332
+ //
333
+ //
334
+ //
335
+ //
336
+ //
337
+ //
338
+ //
339
+ //
340
+ //
341
+ //
342
+ //
343
+ //
344
+ //
345
+ //
346
+
347
+ var TYPE_CLASSES_MAP = {
348
+ 'success': 'fill-solid-right-circle',
349
+ // 'warning': 'line-warning',
350
+ 'normal': 'line-exclamation-circle',
351
+ 'warning': 'fill-solid-exclamation-circle',
352
+ 'error': 'fill-solid-wrong-circle',
353
+ 'info': 'fill-solid-info-circle',
354
+ 'question': 'line-question-circle'
355
+ };
356
+
357
+ /* harmony default export */ var alertvue_type_script_lang_js_ = ({
358
+ name: 'MdsAlert',
359
+ props: {
360
+ prefixCls: {
361
+ type: String,
362
+ default: 'mds-alert'
363
+ },
364
+ message: {
365
+ type: String,
366
+ default: ''
367
+ },
368
+ description: {
369
+ type: String,
370
+ default: ''
371
+ },
372
+ type: {
373
+ type: String,
374
+ default: 'normal'
375
+ },
376
+ closable: {
377
+ type: Boolean,
378
+ default: true
379
+ },
380
+ closeText: {
381
+ type: String,
382
+ default: ''
383
+ },
384
+ showIcon: Boolean,
385
+ center: Boolean,
386
+ effect: {
387
+ type: String,
388
+ default: 'light',
389
+ validator: function validator(value) {
390
+ return ['light', 'dark'].indexOf(value) !== -1;
391
+ }
392
+ }
393
+ },
394
+ data: function data() {
395
+ return {
396
+ visible: true
397
+ };
398
+ },
399
+
400
+ methods: {
401
+ close: function close() {
402
+ this.visible = false;
403
+ this.$emit('close');
404
+ }
405
+ },
406
+ computed: {
407
+ typeClass: function typeClass() {
408
+ return 'mds-alert--' + this.type;
409
+ },
410
+ iconClass: function iconClass() {
411
+ return TYPE_CLASSES_MAP[this.type] || TYPE_CLASSES_MAP['info'];
412
+ },
413
+ isBigIcon: function isBigIcon() {
414
+ return this.description || this.$slots.default ? 'is-big' : '';
415
+ },
416
+ isBoldTitle: function isBoldTitle() {
417
+ return this.description || this.$slots.default ? 'is-bold' : '';
418
+ }
419
+ }
420
+ });
421
+ // CONCATENATED MODULE: ./components/alert/alert.vue?vue&type=script&lang=js&
422
+ /* harmony default export */ var alert_alertvue_type_script_lang_js_ = (alertvue_type_script_lang_js_);
423
+ // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
424
+ var componentNormalizer = __webpack_require__(0);
425
+
426
+ // CONCATENATED MODULE: ./components/alert/alert.vue
427
+
428
+
429
+
430
+
431
+
432
+ /* normalize component */
433
+
434
+ var component = Object(componentNormalizer["a" /* default */])(
435
+ alert_alertvue_type_script_lang_js_,
436
+ render,
437
+ staticRenderFns,
438
+ false,
439
+ null,
440
+ null,
441
+ null
442
+
443
+ )
444
+
445
+ /* hot reload */
446
+ if (false) { var api; }
447
+ component.options.__file = "components/alert/alert.vue"
448
+ /* harmony default export */ var alert_alert = (component.exports);
449
+ // CONCATENATED MODULE: ./components/alert/index.js
450
+
451
+
452
+
453
+ alert_alert.install = function (Vue) {
454
+ Vue.component(alert_alert.name, alert_alert);
455
+ };
456
+
457
+ /* harmony default export */ var components_alert = __webpack_exports__["default"] = (alert_alert);
458
+
459
+ /***/ }),
460
+
461
+ /***/ 139:
462
+ /***/ (function(module, exports) {
463
+
464
+ // removed by extract-text-webpack-plugin
465
+
466
+ /***/ }),
467
+
468
+ /***/ 145:
469
+ /***/ (function(module, exports) {
470
+
471
+ // removed by extract-text-webpack-plugin
472
+
473
+ /***/ })
474
+
475
+ /******/ });
476
+ });
package/dist/anchor.js CHANGED
@@ -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__(138);
214
+ var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/anchor/style/index.less
217
- var anchor_style = __webpack_require__(146);
217
+ var anchor_style = __webpack_require__(149);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/anchor/style/index.js
220
220
 
@@ -447,7 +447,7 @@ optionvue_type_template_id_b60dff38_render._withStripped = true
447
447
  link.href = '#' + that.target;
448
448
  link.click();
449
449
  } else {
450
- location.replace('#' + that.target);
450
+ window.location.replace('#' + that.target);
451
451
  }
452
452
  if (this.$router) {
453
453
  setTimeout(function () {
@@ -504,14 +504,14 @@ anchor_anchor.install = function (Vue) {
504
504
 
505
505
  /***/ }),
506
506
 
507
- /***/ 138:
507
+ /***/ 139:
508
508
  /***/ (function(module, exports) {
509
509
 
510
510
  // removed by extract-text-webpack-plugin
511
511
 
512
512
  /***/ }),
513
513
 
514
- /***/ 146:
514
+ /***/ 149:
515
515
  /***/ (function(module, exports) {
516
516
 
517
517
  // removed by extract-text-webpack-plugin
package/dist/avatar.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 = 120);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 121);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 120:
206
+ /***/ 121:
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__(138);
214
+ var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/avatar/style/index.less
217
- var avatar_style = __webpack_require__(148);
217
+ var avatar_style = __webpack_require__(151);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/avatar/style/index.js
220
220
 
@@ -405,14 +405,14 @@ avatar.install = function (Vue) {
405
405
 
406
406
  /***/ }),
407
407
 
408
- /***/ 138:
408
+ /***/ 139:
409
409
  /***/ (function(module, exports) {
410
410
 
411
411
  // removed by extract-text-webpack-plugin
412
412
 
413
413
  /***/ }),
414
414
 
415
- /***/ 148:
415
+ /***/ 151:
416
416
  /***/ (function(module, exports) {
417
417
 
418
418
  // removed by extract-text-webpack-plugin
package/dist/backtop.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 = 131);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 132);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -210,7 +210,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__11__;
210
210
 
211
211
  /***/ }),
212
212
 
213
- /***/ 131:
213
+ /***/ 132:
214
214
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
215
215
 
216
216
  "use strict";
@@ -431,7 +431,7 @@ if (false) { var api; }
431
431
  component.options.__file = "components/backtop/back-top.vue"
432
432
  /* harmony default export */ var back_top = (component.exports);
433
433
  // EXTERNAL MODULE: ./components/backtop/style/index.less
434
- var style = __webpack_require__(150);
434
+ var style = __webpack_require__(153);
435
435
 
436
436
  // CONCATENATED MODULE: ./components/backtop/index.js
437
437
 
@@ -444,7 +444,7 @@ back_top.install = function (Vue) {
444
444
 
445
445
  /***/ }),
446
446
 
447
- /***/ 150:
447
+ /***/ 153:
448
448
  /***/ (function(module, exports) {
449
449
 
450
450
  // removed by extract-text-webpack-plugin