@mdsfe/mds-ui 0.2.9 → 0.2.10-rc.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 (120) hide show
  1. package/dist/_util/iconfont/index.js +38 -0
  2. package/dist/affix.js +8 -8
  3. package/dist/alert.js +476 -0
  4. package/dist/anchor.js +5 -5
  5. package/dist/avatar.js +8 -8
  6. package/dist/backtop.js +9 -9
  7. package/dist/badge.js +17 -17
  8. package/dist/bordershadow.js +2 -2
  9. package/dist/breadcrumb.js +4 -4
  10. package/dist/button.js +10 -10
  11. package/dist/card.js +4 -4
  12. package/dist/carousel.js +67 -67
  13. package/dist/cascader.js +33 -33
  14. package/dist/cascaderpanel.js +20 -20
  15. package/dist/checkbox.js +4 -4
  16. package/dist/col.js +3 -3
  17. package/dist/collapse.js +4 -4
  18. package/dist/color.js +4 -4
  19. package/dist/datepicker.js +234 -234
  20. package/dist/divider.js +2 -2
  21. package/dist/drawer.js +8 -8
  22. package/dist/dropdown.js +17 -17
  23. package/dist/empty.js +8 -8
  24. package/dist/font/{iconfont.28359fa.ttf → iconfont.22ef8cb.ttf} +0 -0
  25. package/dist/font/iconfont.8bd7c3e.woff2 +0 -0
  26. package/dist/font/iconfont.c5d3297.woff +0 -0
  27. package/dist/font.js +4 -4
  28. package/dist/form.js +8 -8
  29. package/dist/icon.js +17 -63
  30. package/dist/index.js +1 -1
  31. package/dist/input.js +13 -13
  32. package/dist/inputnumber.js +8 -8
  33. package/dist/layout.js +10 -10
  34. package/dist/list.js +8 -8
  35. package/dist/loading.js +2 -2
  36. package/dist/mds-ui.min.css +1 -1
  37. package/dist/mds-ui.min.js +909 -743
  38. package/dist/menu.js +17 -17
  39. package/dist/message.js +8 -8
  40. package/dist/modal.js +8 -8
  41. package/dist/notification.js +12 -12
  42. package/dist/pagination.js +49 -24
  43. package/dist/popconfirm.js +17 -17
  44. package/dist/popover.js +6 -6
  45. package/dist/progress.js +10 -208
  46. package/dist/radio.js +8 -8
  47. package/dist/rate.js +33 -213
  48. package/dist/row.js +3 -3
  49. package/dist/select.js +32 -32
  50. package/dist/slider.js +23 -23
  51. package/dist/slottable.js +22 -22
  52. package/dist/steps.js +6 -6
  53. package/dist/style/affix.css +295 -1
  54. package/dist/style/alert.css +6168 -0
  55. package/dist/style/anchor.css +295 -1
  56. package/dist/style/avatar.css +295 -1
  57. package/dist/style/badge.css +295 -1
  58. package/dist/style/bordershadow.css +295 -1
  59. package/dist/style/breadcrumb.css +295 -1
  60. package/dist/style/button.css +295 -1
  61. package/dist/style/card.css +295 -1
  62. package/dist/style/carousel.css +295 -1
  63. package/dist/style/checkbox.css +295 -1
  64. package/dist/style/col.css +295 -1
  65. package/dist/style/collapse.css +295 -1
  66. package/dist/style/color.css +295 -1
  67. package/dist/style/datepicker.css +295 -1
  68. package/dist/style/divider.css +295 -1
  69. package/dist/style/drawer.css +295 -1
  70. package/dist/style/dropdown.css +295 -1
  71. package/dist/style/empty.css +295 -1
  72. package/dist/style/font.css +295 -1
  73. package/dist/style/form.css +295 -1
  74. package/dist/style/icon.css +295 -1
  75. package/dist/style/input.css +295 -1
  76. package/dist/style/inputnumber.css +295 -1
  77. package/dist/style/layout.css +295 -1
  78. package/dist/style/list.css +295 -1
  79. package/dist/style/loading.css +295 -1
  80. package/dist/style/menu.css +295 -1
  81. package/dist/style/modal.css +295 -1
  82. package/dist/style/notification.css +295 -1
  83. package/dist/style/pagination.css +295 -1
  84. package/dist/style/popconfirm.css +295 -1
  85. package/dist/style/popover.css +295 -1
  86. package/dist/style/progress.css +295 -23
  87. package/dist/style/radio.css +295 -1
  88. package/dist/style/rate.css +295 -23
  89. package/dist/style/row.css +295 -1
  90. package/dist/style/select.css +295 -1
  91. package/dist/style/slider.css +295 -1
  92. package/dist/style/slottable.css +295 -1
  93. package/dist/style/steps.css +295 -1
  94. package/dist/style/switch.css +295 -1
  95. package/dist/style/table.css +295 -23
  96. package/dist/style/tabs.css +295 -1
  97. package/dist/style/tag.css +295 -1
  98. package/dist/style/text.css +295 -1
  99. package/dist/style/timeline.css +295 -1
  100. package/dist/style/timepicker.css +295 -1
  101. package/dist/style/tooltip.css +295 -1
  102. package/dist/style/tree.css +295 -1
  103. package/dist/style/typography.css +295 -1
  104. package/dist/style/upload.css +295 -1
  105. package/dist/switch.js +6 -6
  106. package/dist/table.js +72 -252
  107. package/dist/tabs.js +11 -11
  108. package/dist/tag.js +8 -8
  109. package/dist/text.js +10 -10
  110. package/dist/timeline.js +4 -4
  111. package/dist/timepicker.js +11 -11
  112. package/dist/tooltip.js +9 -9
  113. package/dist/transfer.js +13 -13
  114. package/dist/transition.js +2 -2
  115. package/dist/tree.js +78 -78
  116. package/dist/typography.js +4 -4
  117. package/dist/upload.js +8 -8
  118. package/package.json +10 -4
  119. package/dist/font/iconfont.486e3d3.woff2 +0 -0
  120. package/dist/font/iconfont.675049e.woff +0 -0
package/dist/affix.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./_util/getScroll")) : factory(root["./_util/getScroll"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(window, function(__WEBPACK_EXTERNAL_MODULE__46__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__44__) {
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 = 121);
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
- /***/ 121:
206
+ /***/ 120:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -246,7 +246,7 @@ var defineProperty_ = __webpack_require__(3);
246
246
  var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_);
247
247
 
248
248
  // EXTERNAL MODULE: external "./_util/getScroll"
249
- var getScroll_ = __webpack_require__(46);
249
+ var getScroll_ = __webpack_require__(44);
250
250
  var getScroll_default = /*#__PURE__*/__webpack_require__.n(getScroll_);
251
251
 
252
252
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/affix/affix.vue?vue&type=script&lang=js&
@@ -461,7 +461,7 @@ component.options.__file = "components/affix/affix.vue"
461
461
  var style = __webpack_require__(139);
462
462
 
463
463
  // EXTERNAL MODULE: ./components/affix/style/index.less
464
- var affix_style = __webpack_require__(145);
464
+ var affix_style = __webpack_require__(147);
465
465
 
466
466
  // CONCATENATED MODULE: ./components/affix/style/index.js
467
467
 
@@ -484,7 +484,7 @@ affix_affix.install = function (Vue) {
484
484
 
485
485
  /***/ }),
486
486
 
487
- /***/ 145:
487
+ /***/ 147:
488
488
  /***/ (function(module, exports) {
489
489
 
490
490
  // removed by extract-text-webpack-plugin
@@ -498,10 +498,10 @@ module.exports = require("babel-runtime/helpers/defineProperty");
498
498
 
499
499
  /***/ }),
500
500
 
501
- /***/ 46:
501
+ /***/ 44:
502
502
  /***/ (function(module, exports) {
503
503
 
504
- module.exports = __WEBPACK_EXTERNAL_MODULE__46__;
504
+ module.exports = __WEBPACK_EXTERNAL_MODULE__44__;
505
505
 
506
506
  /***/ })
507
507
 
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
@@ -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 = 104);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 102);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 104:
206
+ /***/ 102:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -214,7 +214,7 @@ __webpack_require__.r(__webpack_exports__);
214
214
  var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/anchor/style/index.less
217
- var anchor_style = __webpack_require__(147);
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 () {
@@ -511,7 +511,7 @@ anchor_anchor.install = function (Vue) {
511
511
 
512
512
  /***/ }),
513
513
 
514
- /***/ 147:
514
+ /***/ 149:
515
515
  /***/ (function(module, exports) {
516
516
 
517
517
  // removed by extract-text-webpack-plugin
package/dist/avatar.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("./_util/proptype")) : factory(root["./_util/proptype"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(window, function(__WEBPACK_EXTERNAL_MODULE__7__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__8__) {
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 = 122);
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
- /***/ 122:
206
+ /***/ 121:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";
@@ -214,7 +214,7 @@ __webpack_require__.r(__webpack_exports__);
214
214
  var style = __webpack_require__(139);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/avatar/style/index.less
217
- var avatar_style = __webpack_require__(149);
217
+ var avatar_style = __webpack_require__(151);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/avatar/style/index.js
220
220
 
@@ -257,7 +257,7 @@ var defineProperty_ = __webpack_require__(3);
257
257
  var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_);
258
258
 
259
259
  // EXTERNAL MODULE: external "./_util/proptype"
260
- var proptype_ = __webpack_require__(7);
260
+ var proptype_ = __webpack_require__(8);
261
261
 
262
262
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/avatar/avatar.vue?vue&type=script&lang=js&
263
263
 
@@ -412,7 +412,7 @@ avatar.install = function (Vue) {
412
412
 
413
413
  /***/ }),
414
414
 
415
- /***/ 149:
415
+ /***/ 151:
416
416
  /***/ (function(module, exports) {
417
417
 
418
418
  // removed by extract-text-webpack-plugin
@@ -426,10 +426,10 @@ module.exports = require("babel-runtime/helpers/defineProperty");
426
426
 
427
427
  /***/ }),
428
428
 
429
- /***/ 7:
429
+ /***/ 8:
430
430
  /***/ (function(module, exports) {
431
431
 
432
- module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
432
+ module.exports = __WEBPACK_EXTERNAL_MODULE__8__;
433
433
 
434
434
  /***/ })
435
435