@mdsfe/mds-ui 0.2.11-rc.7 → 0.3.0-0

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 (128) hide show
  1. package/CHANGELOG.md +20 -1
  2. package/dist/_locale/default.js +18 -0
  3. package/dist/_locale/format.js +54 -0
  4. package/dist/_locale/index.js +56 -6
  5. package/dist/_locale/lang/en.js +144 -0
  6. package/dist/_locale/{zh-CN.js → lang/zh-CN.js} +22 -3
  7. package/dist/_mixin/locale.js +1 -1
  8. package/dist/_util/iconfont/index.js +12 -13
  9. package/dist/_util/util.js +7 -0
  10. package/dist/affix.js +6 -6
  11. package/dist/alert.js +6 -6
  12. package/dist/anchor.js +6 -6
  13. package/dist/avatar.js +17 -8
  14. package/dist/backtop.js +11 -11
  15. package/dist/badge.js +17 -17
  16. package/dist/bordershadow.js +6 -6
  17. package/dist/breadcrumb.js +6 -6
  18. package/dist/button.js +6 -6
  19. package/dist/card.js +6 -6
  20. package/dist/carousel.js +80 -80
  21. package/dist/cascader.js +96 -61
  22. package/dist/cascaderpanel.js +54 -29
  23. package/dist/checkbox.js +10 -10
  24. package/dist/col.js +10 -10
  25. package/dist/collapse.js +6 -6
  26. package/dist/color.js +6 -6
  27. package/dist/datepicker.js +287 -280
  28. package/dist/divider.js +6 -6
  29. package/dist/drawer.js +20 -20
  30. package/dist/dropdown.js +19 -19
  31. package/dist/empty.js +31 -14
  32. package/dist/font/iconfont.4ac77c3.woff2 +0 -0
  33. package/dist/font/iconfont.5a7af4c.woff +0 -0
  34. package/dist/font/{iconfont.1afa199.ttf → iconfont.784954d.ttf} +0 -0
  35. package/dist/font.js +6 -6
  36. package/dist/form.js +14 -14
  37. package/dist/icon.js +6 -6
  38. package/dist/index.js +1 -1
  39. package/dist/input.js +16 -16
  40. package/dist/inputnumber.js +13 -13
  41. package/dist/layout.js +6 -6
  42. package/dist/list.js +6 -6
  43. package/dist/loading.js +6 -6
  44. package/dist/mds-ui.min.css +1 -1
  45. package/dist/mds-ui.min.js +1884 -1386
  46. package/dist/menu.js +18 -18
  47. package/dist/message.js +10 -10
  48. package/dist/modal.js +60 -38
  49. package/dist/notification.js +20 -20
  50. package/dist/pagination.js +75 -35
  51. package/dist/popconfirm.js +561 -31
  52. package/dist/popover.js +27 -27
  53. package/dist/progress.js +6 -6
  54. package/dist/radio.js +10 -10
  55. package/dist/rate.js +10 -10
  56. package/dist/row.js +10 -10
  57. package/dist/select.js +99 -79
  58. package/dist/slider.js +58 -37
  59. package/dist/slottable.js +75 -50
  60. package/dist/steps.js +6 -6
  61. package/dist/style/affix.css +251 -2
  62. package/dist/style/alert.css +251 -2
  63. package/dist/style/anchor.css +251 -2
  64. package/dist/style/avatar.css +251 -2
  65. package/dist/style/badge.css +251 -2
  66. package/dist/style/bordershadow.css +251 -2
  67. package/dist/style/breadcrumb.css +251 -2
  68. package/dist/style/button.css +251 -2
  69. package/dist/style/card.css +251 -2
  70. package/dist/style/carousel.css +251 -2
  71. package/dist/style/checkbox.css +251 -2
  72. package/dist/style/col.css +251 -2
  73. package/dist/style/collapse.css +251 -2
  74. package/dist/style/color.css +251 -2
  75. package/dist/style/datepicker.css +251 -2
  76. package/dist/style/divider.css +251 -2
  77. package/dist/style/drawer.css +251 -2
  78. package/dist/style/dropdown.css +251 -2
  79. package/dist/style/empty.css +251 -2
  80. package/dist/style/font.css +251 -2
  81. package/dist/style/form.css +251 -2
  82. package/dist/style/icon.css +251 -2
  83. package/dist/style/input.css +251 -2
  84. package/dist/style/inputnumber.css +251 -2
  85. package/dist/style/layout.css +251 -2
  86. package/dist/style/list.css +251 -2
  87. package/dist/style/loading.css +251 -2
  88. package/dist/style/menu.css +251 -2
  89. package/dist/style/modal.css +251 -2
  90. package/dist/style/notification.css +251 -2
  91. package/dist/style/pagination.css +251 -2
  92. package/dist/style/popconfirm.css +251 -2
  93. package/dist/style/popover.css +251 -2
  94. package/dist/style/progress.css +251 -2
  95. package/dist/style/radio.css +251 -2
  96. package/dist/style/rate.css +251 -2
  97. package/dist/style/row.css +251 -2
  98. package/dist/style/select.css +251 -2
  99. package/dist/style/slider.css +251 -2
  100. package/dist/style/slottable.css +251 -2
  101. package/dist/style/steps.css +251 -2
  102. package/dist/style/switch.css +251 -2
  103. package/dist/style/table.css +251 -2
  104. package/dist/style/tabs.css +251 -2
  105. package/dist/style/tag.css +251 -2
  106. package/dist/style/text.css +251 -2
  107. package/dist/style/timeline.css +251 -2
  108. package/dist/style/timepicker.css +251 -2
  109. package/dist/style/tooltip.css +251 -2
  110. package/dist/style/tree.css +251 -2
  111. package/dist/style/typography.css +251 -2
  112. package/dist/style/upload.css +251 -2
  113. package/dist/switch.js +10 -10
  114. package/dist/table.js +261 -166
  115. package/dist/tabs.js +6 -6
  116. package/dist/tag.js +6 -6
  117. package/dist/text.js +681 -681
  118. package/dist/timeline.js +6 -6
  119. package/dist/timepicker.js +571 -41
  120. package/dist/tooltip.js +25 -25
  121. package/dist/transfer.js +48 -34
  122. package/dist/transition.js +4 -4
  123. package/dist/tree.js +77 -77
  124. package/dist/typography.js +6 -6
  125. package/dist/upload.js +60 -32
  126. package/package.json +4 -2
  127. package/dist/font/iconfont.7487761.woff2 +0 -0
  128. package/dist/font/iconfont.ef68624.woff +0 -0
package/dist/tooltip.js CHANGED
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("vue"), require("./transition")) : factory(root["Vue"], root["./transition"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(window, function(__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__11__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__12__) {
11
11
  return /******/ (function(modules) { // webpackBootstrap
12
12
  /******/ // The module cache
13
13
  /******/ var installedModules = {};
@@ -385,28 +385,28 @@ function getScrollBarWidth() {
385
385
 
386
386
  /***/ }),
387
387
 
388
- /***/ 10:
388
+ /***/ 11:
389
389
  /***/ (function(module, exports) {
390
390
 
391
391
  module.exports = require("babel-runtime/core-js/object/keys");
392
392
 
393
393
  /***/ }),
394
394
 
395
- /***/ 11:
395
+ /***/ 12:
396
396
  /***/ (function(module, exports) {
397
397
 
398
- module.exports = __WEBPACK_EXTERNAL_MODULE__11__;
398
+ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
399
399
 
400
400
  /***/ }),
401
401
 
402
- /***/ 139:
402
+ /***/ 142:
403
403
  /***/ (function(module, exports) {
404
404
 
405
405
  // removed by extract-text-webpack-plugin
406
406
 
407
407
  /***/ }),
408
408
 
409
- /***/ 14:
409
+ /***/ 15:
410
410
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
411
411
 
412
412
  "use strict";
@@ -631,20 +631,20 @@ var scrollBarWidth = void 0;
631
631
 
632
632
  /***/ }),
633
633
 
634
- /***/ 17:
634
+ /***/ 18:
635
635
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
636
636
 
637
637
  "use strict";
638
638
 
639
639
  // EXTERNAL MODULE: ./components/_util/_popper/popup/popup-main.js
640
- var popup_main = __webpack_require__(14);
640
+ var popup_main = __webpack_require__(15);
641
641
 
642
642
  // EXTERNAL MODULE: external "babel-runtime/core-js/object/get-own-property-descriptor"
643
- var get_own_property_descriptor_ = __webpack_require__(18);
643
+ var get_own_property_descriptor_ = __webpack_require__(19);
644
644
  var get_own_property_descriptor_default = /*#__PURE__*/__webpack_require__.n(get_own_property_descriptor_);
645
645
 
646
646
  // EXTERNAL MODULE: external "babel-runtime/core-js/object/keys"
647
- var keys_ = __webpack_require__(10);
647
+ var keys_ = __webpack_require__(11);
648
648
  var keys_default = /*#__PURE__*/__webpack_require__.n(keys_);
649
649
 
650
650
  // EXTERNAL MODULE: external "babel-runtime/core-js/object/assign"
@@ -2103,39 +2103,39 @@ var stop = function stop(e) {
2103
2103
 
2104
2104
  /***/ }),
2105
2105
 
2106
- /***/ 18:
2106
+ /***/ 19:
2107
2107
  /***/ (function(module, exports) {
2108
2108
 
2109
2109
  module.exports = require("babel-runtime/core-js/object/get-own-property-descriptor");
2110
2110
 
2111
2111
  /***/ }),
2112
2112
 
2113
- /***/ 19:
2113
+ /***/ 194:
2114
2114
  /***/ (function(module, exports) {
2115
2115
 
2116
- module.exports = require("throttle-debounce");
2116
+ // removed by extract-text-webpack-plugin
2117
2117
 
2118
2118
  /***/ }),
2119
2119
 
2120
- /***/ 191:
2120
+ /***/ 2:
2121
2121
  /***/ (function(module, exports) {
2122
2122
 
2123
- // removed by extract-text-webpack-plugin
2123
+ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
2124
2124
 
2125
2125
  /***/ }),
2126
2126
 
2127
- /***/ 2:
2127
+ /***/ 20:
2128
2128
  /***/ (function(module, exports) {
2129
2129
 
2130
- module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
2130
+ module.exports = require("throttle-debounce");
2131
2131
 
2132
2132
  /***/ }),
2133
2133
 
2134
- /***/ 22:
2134
+ /***/ 23:
2135
2135
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2136
2136
 
2137
2137
  "use strict";
2138
- /* harmony import */ var mds_ui_transition__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(11);
2138
+ /* harmony import */ var mds_ui_transition__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(12);
2139
2139
  /* harmony import */ var mds_ui_transition__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(mds_ui_transition__WEBPACK_IMPORTED_MODULE_0__);
2140
2140
 
2141
2141
 
@@ -2171,9 +2171,9 @@ var placementMap = {
2171
2171
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2172
2172
 
2173
2173
  "use strict";
2174
- /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(139);
2174
+ /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(142);
2175
2175
  /* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_index_less__WEBPACK_IMPORTED_MODULE_0__);
2176
- /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(191);
2176
+ /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(194);
2177
2177
  /* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_index_less__WEBPACK_IMPORTED_MODULE_1__);
2178
2178
 
2179
2179
 
@@ -2191,21 +2191,21 @@ __webpack_require__.r(__webpack_exports__);
2191
2191
  var style = __webpack_require__(41);
2192
2192
 
2193
2193
  // EXTERNAL MODULE: ./components/_util/_popper/vue-popper.js + 1 modules
2194
- var vue_popper = __webpack_require__(17);
2194
+ var vue_popper = __webpack_require__(18);
2195
2195
 
2196
2196
  // EXTERNAL MODULE: ./components/_util/_popper/popper-mixin.js
2197
- var popper_mixin = __webpack_require__(22);
2197
+ var popper_mixin = __webpack_require__(23);
2198
2198
 
2199
2199
  // EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
2200
2200
  var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(2);
2201
2201
  var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_default = /*#__PURE__*/__webpack_require__.n(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_);
2202
2202
 
2203
2203
  // EXTERNAL MODULE: external "./transition"
2204
- var external_transition_ = __webpack_require__(11);
2204
+ var external_transition_ = __webpack_require__(12);
2205
2205
  var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_transition_);
2206
2206
 
2207
2207
  // EXTERNAL MODULE: external "throttle-debounce"
2208
- var external_throttle_debounce_ = __webpack_require__(19);
2208
+ var external_throttle_debounce_ = __webpack_require__(20);
2209
2209
 
2210
2210
  // EXTERNAL MODULE: ./components/_util/_popper/dom-helper.js
2211
2211
  var dom_helper = __webpack_require__(1);
package/dist/transfer.js CHANGED
@@ -1,13 +1,13 @@
1
1
  (function webpackUniversalModuleDefinition(root, factory) {
2
2
  if(typeof exports === 'object' && typeof module === 'object')
3
- module.exports = factory(require("./icon"), require("./button"), require("./input"), require("./_util/util"), require("./checkbox"));
3
+ module.exports = factory(require("./icon"), require("./_mixin/locale"), require("./button"), require("./input"), require("./_util/util"), require("./checkbox"));
4
4
  else if(typeof define === 'function' && define.amd)
5
- define(["./icon", "./button", "./input", "./_util/util", "./checkbox"], factory);
5
+ define(["./icon", "./_mixin/locale", "./button", "./input", "./_util/util", "./checkbox"], factory);
6
6
  else {
7
- var a = typeof exports === 'object' ? factory(require("./icon"), require("./button"), require("./input"), require("./_util/util"), require("./checkbox")) : factory(root["./icon"], root["./button"], root["./input"], root["./_util/util"], root["./checkbox"]);
7
+ var a = typeof exports === 'object' ? factory(require("./icon"), require("./_mixin/locale"), require("./button"), require("./input"), require("./_util/util"), require("./checkbox")) : factory(root["./icon"], root["./_mixin/locale"], root["./button"], root["./input"], root["./_util/util"], 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__13__, __WEBPACK_EXTERNAL_MODULE__16__, __WEBPACK_EXTERNAL_MODULE__20__, __WEBPACK_EXTERNAL_MODULE__35__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__10__, __WEBPACK_EXTERNAL_MODULE__14__, __WEBPACK_EXTERNAL_MODULE__17__, __WEBPACK_EXTERNAL_MODULE__21__, __WEBPACK_EXTERNAL_MODULE__35__) {
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 = 112);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 115);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,14 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 112:
206
+ /***/ 10:
207
+ /***/ (function(module, exports) {
208
+
209
+ module.exports = __WEBPACK_EXTERNAL_MODULE__10__;
210
+
211
+ /***/ }),
212
+
213
+ /***/ 115:
207
214
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
215
 
209
216
  "use strict";
@@ -211,10 +218,10 @@ function normalizeComponent (
211
218
  __webpack_require__.r(__webpack_exports__);
212
219
 
213
220
  // EXTERNAL MODULE: ./components/transfer/style/index.less
214
- var style = __webpack_require__(244);
221
+ var style = __webpack_require__(247);
215
222
 
216
223
  // EXTERNAL MODULE: ./components/transfer/style/panel.less
217
- var panel = __webpack_require__(246);
224
+ var panel = __webpack_require__(249);
218
225
 
219
226
  // CONCATENATED MODULE: ./components/transfer/style/index.js
220
227
 
@@ -236,7 +243,7 @@ var render = function () {
236
243
  attrs: {
237
244
  "default-checked": _vm.leftDefaultChecked,
238
245
  data: _vm.sourceData,
239
- title: _vm.titles[0],
246
+ title: _vm.titles[0] || _vm.t("mds.transfer.titles.0"),
240
247
  prefixCls: "mds-transfer-",
241
248
  },
242
249
  on: { "checked-change": _vm.leftCheckedChange },
@@ -296,7 +303,7 @@ var render = function () {
296
303
  {
297
304
  ref: "rightPanel",
298
305
  attrs: {
299
- title: _vm.titles[1],
306
+ title: _vm.titles[1] || _vm.t("mds.transfer.titles.1"),
300
307
  data: _vm.targetData,
301
308
  prefixCls: "mds-transfer-",
302
309
  },
@@ -317,8 +324,8 @@ render._withStripped = true
317
324
 
318
325
  // CONCATENATED MODULE: ./components/transfer/transfer.vue?vue&type=template&id=45345264&lang=html&
319
326
 
320
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/transfer/transferPanel.vue?vue&type=template&id=32ae9a30&lang=html&
321
- var transferPanelvue_type_template_id_32ae9a30_lang_html_render = function () {
327
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/transfer/transferPanel.vue?vue&type=template&id=32ae9a30&
328
+ var transferPanelvue_type_template_id_32ae9a30_render = function () {
322
329
  var _vm = this
323
330
  var _h = _vm.$createElement
324
331
  var _c = _vm._self._c || _h
@@ -357,7 +364,7 @@ var transferPanelvue_type_template_id_32ae9a30_lang_html_render = function () {
357
364
  class: _vm.prefixCls + "panel__filter",
358
365
  attrs: {
359
366
  size: "small",
360
- placeholder: _vm.filterPlaceholder,
367
+ placeholder: _vm.t("mds.transfer.filterPlaceholder"),
361
368
  prefix: "",
362
369
  },
363
370
  model: {
@@ -428,7 +435,7 @@ var transferPanelvue_type_template_id_32ae9a30_lang_html_render = function () {
428
435
  ],
429
436
  class: _vm.prefixCls + "panel__empty",
430
437
  },
431
- [_vm._v("无匹配数据")]
438
+ [_vm._v(_vm._s(_vm.t("mds.transfer.noMatch")))]
432
439
  ),
433
440
  _c(
434
441
  "p",
@@ -443,21 +450,21 @@ var transferPanelvue_type_template_id_32ae9a30_lang_html_render = function () {
443
450
  ],
444
451
  class: _vm.prefixCls + "panel__empty",
445
452
  },
446
- [_vm._v("\n 无数据\n ")]
453
+ [_vm._v("\n " + _vm._s(_vm.t("mds.transfer.noData")) + "\n ")]
447
454
  ),
448
455
  ],
449
456
  1
450
457
  ),
451
458
  ])
452
459
  }
453
- var transferPanelvue_type_template_id_32ae9a30_lang_html_staticRenderFns = []
454
- transferPanelvue_type_template_id_32ae9a30_lang_html_render._withStripped = true
460
+ var transferPanelvue_type_template_id_32ae9a30_staticRenderFns = []
461
+ transferPanelvue_type_template_id_32ae9a30_render._withStripped = true
455
462
 
456
463
 
457
- // CONCATENATED MODULE: ./components/transfer/transferPanel.vue?vue&type=template&id=32ae9a30&lang=html&
464
+ // CONCATENATED MODULE: ./components/transfer/transferPanel.vue?vue&type=template&id=32ae9a30&
458
465
 
459
466
  // EXTERNAL MODULE: external "./input"
460
- var external_input_ = __webpack_require__(16);
467
+ var external_input_ = __webpack_require__(17);
461
468
  var external_input_default = /*#__PURE__*/__webpack_require__.n(external_input_);
462
469
 
463
470
  // EXTERNAL MODULE: external "./icon"
@@ -468,7 +475,11 @@ var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
468
475
  var external_checkbox_ = __webpack_require__(35);
469
476
 
470
477
  // EXTERNAL MODULE: external "./_util/util"
471
- var util_ = __webpack_require__(20);
478
+ var util_ = __webpack_require__(21);
479
+
480
+ // EXTERNAL MODULE: external "./_mixin/locale"
481
+ var locale_ = __webpack_require__(10);
482
+ var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
472
483
 
473
484
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/transfer/transferPanel.vue?vue&type=script&lang=js&
474
485
  //
@@ -519,7 +530,7 @@ var util_ = __webpack_require__(20);
519
530
  //
520
531
  //
521
532
  //
522
- //
533
+
523
534
 
524
535
 
525
536
 
@@ -553,6 +564,7 @@ var util_ = __webpack_require__(20);
553
564
  }
554
565
  }
555
566
  },
567
+ mixins: [locale_default.a],
556
568
  props: {
557
569
  data: {
558
570
  type: Array,
@@ -696,8 +708,8 @@ var componentNormalizer = __webpack_require__(0);
696
708
 
697
709
  var component = Object(componentNormalizer["a" /* default */])(
698
710
  transfer_transferPanelvue_type_script_lang_js_,
699
- transferPanelvue_type_template_id_32ae9a30_lang_html_render,
700
- transferPanelvue_type_template_id_32ae9a30_lang_html_staticRenderFns,
711
+ transferPanelvue_type_template_id_32ae9a30_render,
712
+ transferPanelvue_type_template_id_32ae9a30_staticRenderFns,
701
713
  false,
702
714
  null,
703
715
  null,
@@ -710,7 +722,7 @@ if (false) { var api; }
710
722
  component.options.__file = "components/transfer/transferPanel.vue"
711
723
  /* harmony default export */ var transferPanel = (component.exports);
712
724
  // EXTERNAL MODULE: external "./button"
713
- var external_button_ = __webpack_require__(13);
725
+ var external_button_ = __webpack_require__(14);
714
726
  var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button_);
715
727
 
716
728
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/transfer/transfer.vue?vue&type=script&lang=js&
@@ -763,8 +775,10 @@ var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button
763
775
 
764
776
 
765
777
 
778
+
766
779
  /* harmony default export */ var transfervue_type_script_lang_js_ = ({
767
780
  name: 'MdsTransfer',
781
+ mixins: [locale_default.a],
768
782
  props: {
769
783
  data: {
770
784
  type: Array,
@@ -781,7 +795,7 @@ var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button
781
795
  titles: {
782
796
  type: Array,
783
797
  default: function _default() {
784
- return ['列表 1', '列表 2'];
798
+ return [];
785
799
  }
786
800
  },
787
801
  leftDefaultChecked: {
@@ -807,7 +821,7 @@ var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button
807
821
  filterable: Boolean,
808
822
  filterPlaceholder: {
809
823
  type: String,
810
- default: '请输入搜索内容'
824
+ default: '请输入搜索内容123'
811
825
  },
812
826
  filterMethod: Function,
813
827
  format: {
@@ -928,35 +942,35 @@ transfer.install = function (Vue) {
928
942
 
929
943
  /***/ }),
930
944
 
931
- /***/ 13:
945
+ /***/ 14:
932
946
  /***/ (function(module, exports) {
933
947
 
934
- module.exports = __WEBPACK_EXTERNAL_MODULE__13__;
948
+ module.exports = __WEBPACK_EXTERNAL_MODULE__14__;
935
949
 
936
950
  /***/ }),
937
951
 
938
- /***/ 16:
952
+ /***/ 17:
939
953
  /***/ (function(module, exports) {
940
954
 
941
- module.exports = __WEBPACK_EXTERNAL_MODULE__16__;
955
+ module.exports = __WEBPACK_EXTERNAL_MODULE__17__;
942
956
 
943
957
  /***/ }),
944
958
 
945
- /***/ 20:
959
+ /***/ 21:
946
960
  /***/ (function(module, exports) {
947
961
 
948
- module.exports = __WEBPACK_EXTERNAL_MODULE__20__;
962
+ module.exports = __WEBPACK_EXTERNAL_MODULE__21__;
949
963
 
950
964
  /***/ }),
951
965
 
952
- /***/ 244:
966
+ /***/ 247:
953
967
  /***/ (function(module, exports) {
954
968
 
955
969
  // removed by extract-text-webpack-plugin
956
970
 
957
971
  /***/ }),
958
972
 
959
- /***/ 246:
973
+ /***/ 249:
960
974
  /***/ (function(module, exports) {
961
975
 
962
976
  // removed by extract-text-webpack-plugin
@@ -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 = 133);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 136);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
98
98
 
99
- /***/ 133:
99
+ /***/ 136:
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__(236);
107
+ var animate = __webpack_require__(239);
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
- /***/ 236:
231
+ /***/ 239:
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__11__, __WEBPACK_EXTERNAL_MODULE__35__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__7__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__35__) {
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 = 98);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 101);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,77 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 11:
207
- /***/ (function(module, exports) {
208
-
209
- module.exports = __WEBPACK_EXTERNAL_MODULE__11__;
210
-
211
- /***/ }),
212
-
213
- /***/ 139:
214
- /***/ (function(module, exports) {
215
-
216
- // removed by extract-text-webpack-plugin
217
-
218
- /***/ }),
219
-
220
- /***/ 23:
221
- /***/ (function(module, exports) {
222
-
223
- module.exports = require("babel-runtime/core-js/get-iterator");
224
-
225
- /***/ }),
226
-
227
- /***/ 238:
228
- /***/ (function(module, exports) {
229
-
230
- // removed by extract-text-webpack-plugin
231
-
232
- /***/ }),
233
-
234
- /***/ 30:
235
- /***/ (function(module, exports) {
236
-
237
- module.exports = require("babel-runtime/core-js/map");
238
-
239
- /***/ }),
240
-
241
- /***/ 33:
242
- /***/ (function(module, exports) {
243
-
244
- module.exports = require("babel-runtime/helpers/classCallCheck");
245
-
246
- /***/ }),
247
-
248
- /***/ 34:
249
- /***/ (function(module, exports) {
250
-
251
- module.exports = require("babel-runtime/helpers/createClass");
252
-
253
- /***/ }),
254
-
255
- /***/ 35:
256
- /***/ (function(module, exports) {
257
-
258
- module.exports = __WEBPACK_EXTERNAL_MODULE__35__;
259
-
260
- /***/ }),
261
-
262
- /***/ 7:
263
- /***/ (function(module, exports) {
264
-
265
- module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
266
-
267
- /***/ }),
268
-
269
- /***/ 9:
270
- /***/ (function(module, exports) {
271
-
272
- module.exports = require("babel-runtime/helpers/typeof");
273
-
274
- /***/ }),
275
-
276
- /***/ 98:
206
+ /***/ 101:
277
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
278
208
 
279
209
  "use strict";
@@ -281,10 +211,10 @@ module.exports = require("babel-runtime/helpers/typeof");
281
211
  __webpack_require__.r(__webpack_exports__);
282
212
 
283
213
  // EXTERNAL MODULE: ./components/style/index.less
284
- var style = __webpack_require__(139);
214
+ var style = __webpack_require__(142);
285
215
 
286
216
  // EXTERNAL MODULE: ./components/tree/style/index.less
287
- var tree_style = __webpack_require__(238);
217
+ var tree_style = __webpack_require__(241);
288
218
 
289
219
  // CONCATENATED MODULE: ./components/tree/style/index.js
290
220
 
@@ -346,7 +276,7 @@ render._withStripped = true
346
276
  // CONCATENATED MODULE: ./components/tree/tree.vue?vue&type=template&id=e2198d78&
347
277
 
348
278
  // EXTERNAL MODULE: external "babel-runtime/core-js/get-iterator"
349
- var get_iterator_ = __webpack_require__(23);
279
+ var get_iterator_ = __webpack_require__(24);
350
280
  var get_iterator_default = /*#__PURE__*/__webpack_require__.n(get_iterator_);
351
281
 
352
282
  // EXTERNAL MODULE: external "babel-runtime/core-js/map"
@@ -1457,7 +1387,7 @@ var external_checkbox_ = __webpack_require__(35);
1457
1387
  var external_checkbox_default = /*#__PURE__*/__webpack_require__.n(external_checkbox_);
1458
1388
 
1459
1389
  // EXTERNAL MODULE: external "./transition"
1460
- var external_transition_ = __webpack_require__(11);
1390
+ var external_transition_ = __webpack_require__(12);
1461
1391
  var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_transition_);
1462
1392
 
1463
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&
@@ -2005,6 +1935,76 @@ tree.install = function (Vue) {
2005
1935
  };
2006
1936
  /* harmony default export */ var components_tree = __webpack_exports__["default"] = (tree);
2007
1937
 
1938
+ /***/ }),
1939
+
1940
+ /***/ 12:
1941
+ /***/ (function(module, exports) {
1942
+
1943
+ module.exports = __WEBPACK_EXTERNAL_MODULE__12__;
1944
+
1945
+ /***/ }),
1946
+
1947
+ /***/ 142:
1948
+ /***/ (function(module, exports) {
1949
+
1950
+ // removed by extract-text-webpack-plugin
1951
+
1952
+ /***/ }),
1953
+
1954
+ /***/ 24:
1955
+ /***/ (function(module, exports) {
1956
+
1957
+ module.exports = require("babel-runtime/core-js/get-iterator");
1958
+
1959
+ /***/ }),
1960
+
1961
+ /***/ 241:
1962
+ /***/ (function(module, exports) {
1963
+
1964
+ // removed by extract-text-webpack-plugin
1965
+
1966
+ /***/ }),
1967
+
1968
+ /***/ 30:
1969
+ /***/ (function(module, exports) {
1970
+
1971
+ module.exports = require("babel-runtime/core-js/map");
1972
+
1973
+ /***/ }),
1974
+
1975
+ /***/ 33:
1976
+ /***/ (function(module, exports) {
1977
+
1978
+ module.exports = require("babel-runtime/helpers/classCallCheck");
1979
+
1980
+ /***/ }),
1981
+
1982
+ /***/ 34:
1983
+ /***/ (function(module, exports) {
1984
+
1985
+ module.exports = require("babel-runtime/helpers/createClass");
1986
+
1987
+ /***/ }),
1988
+
1989
+ /***/ 35:
1990
+ /***/ (function(module, exports) {
1991
+
1992
+ module.exports = __WEBPACK_EXTERNAL_MODULE__35__;
1993
+
1994
+ /***/ }),
1995
+
1996
+ /***/ 7:
1997
+ /***/ (function(module, exports) {
1998
+
1999
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
2000
+
2001
+ /***/ }),
2002
+
2003
+ /***/ 9:
2004
+ /***/ (function(module, exports) {
2005
+
2006
+ module.exports = require("babel-runtime/helpers/typeof");
2007
+
2008
2008
  /***/ })
2009
2009
 
2010
2010
  /******/ });
@@ -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 = 114);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 117);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -203,7 +203,7 @@ function normalizeComponent (
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 114:
206
+ /***/ 117:
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__(139);
214
+ var style = __webpack_require__(142);
215
215
 
216
216
  // EXTERNAL MODULE: ./components/typography/style/index.less
217
- var typography_style = __webpack_require__(264);
217
+ var typography_style = __webpack_require__(267);
218
218
 
219
219
  // CONCATENATED MODULE: ./components/typography/style/index.js
220
220
 
@@ -451,14 +451,14 @@ typography.install = function (Vue) {
451
451
 
452
452
  /***/ }),
453
453
 
454
- /***/ 139:
454
+ /***/ 142:
455
455
  /***/ (function(module, exports) {
456
456
 
457
457
  // removed by extract-text-webpack-plugin
458
458
 
459
459
  /***/ }),
460
460
 
461
- /***/ 264:
461
+ /***/ 267:
462
462
  /***/ (function(module, exports) {
463
463
 
464
464
  // removed by extract-text-webpack-plugin