eoss-ui 0.4.79-beta.0 → 0.4.80

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 (66) hide show
  1. package/lib/button-group.js +2 -2
  2. package/lib/button.js +147 -136
  3. package/lib/card.js +2 -2
  4. package/lib/cascader.js +2 -2
  5. package/lib/checkbox-group.js +2 -2
  6. package/lib/clients.js +2 -2
  7. package/lib/data-table-form.js +3 -2
  8. package/lib/data-table.js +3 -2
  9. package/lib/date-picker.js +2 -2
  10. package/lib/dialog.js +7 -5
  11. package/lib/enterprise.js +2 -2
  12. package/lib/eoss-ui.common.js +629 -217
  13. package/lib/error-page.js +2 -2
  14. package/lib/flow-group.js +2 -2
  15. package/lib/flow-list.js +2 -2
  16. package/lib/flow.js +3 -2
  17. package/lib/form.js +101 -6
  18. package/lib/handle-user.js +2 -2
  19. package/lib/handler.js +2 -2
  20. package/lib/icons.js +4 -4
  21. package/lib/index.js +1 -1
  22. package/lib/input-number.js +2 -2
  23. package/lib/input.js +9 -9
  24. package/lib/label.js +92 -18
  25. package/lib/layout.js +218 -11
  26. package/lib/login.js +4 -2
  27. package/lib/main.js +10 -9
  28. package/lib/menu.js +2 -2
  29. package/lib/nav.js +2 -2
  30. package/lib/notify.js +2 -2
  31. package/lib/page.js +2 -2
  32. package/lib/pagination.js +2 -2
  33. package/lib/player.js +8 -8
  34. package/lib/qr-code.js +4 -4
  35. package/lib/radio-group.js +2 -2
  36. package/lib/retrial-auth.js +2 -2
  37. package/lib/select-ganged.js +2 -2
  38. package/lib/select.js +4 -4
  39. package/lib/selector-panel.js +44 -54
  40. package/lib/selector.js +4 -4
  41. package/lib/sizer.js +2 -2
  42. package/lib/steps.js +2 -2
  43. package/lib/switch.js +2 -2
  44. package/lib/table-form.js +28 -8
  45. package/lib/tabs-panel.js +2 -2
  46. package/lib/tabs.js +2 -2
  47. package/lib/theme-chalk/index.css +1 -1
  48. package/lib/theme-chalk/layout.css +1 -0
  49. package/lib/tips.js +10 -4
  50. package/lib/toolbar.js +2 -2
  51. package/lib/tree-group.js +2 -2
  52. package/lib/tree.js +2 -2
  53. package/lib/upload.js +2 -2
  54. package/lib/wujie.js +2 -2
  55. package/lib/wxlogin.js +2 -2
  56. package/package.json +1 -1
  57. package/packages/form/src/main.vue +12 -0
  58. package/packages/form/src/table.vue +4 -0
  59. package/packages/label/src/main.vue +130 -18
  60. package/packages/layout/src/item.vue +37 -8
  61. package/packages/layout/src/main.vue +1 -0
  62. package/packages/theme-chalk/lib/index.css +1 -1
  63. package/packages/theme-chalk/lib/layout.css +1 -0
  64. package/packages/theme-chalk/src/layout.scss +3 -1
  65. package/packages/tips/src/main.vue +5 -0
  66. package/src/index.js +1 -1
package/lib/error-page.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 39);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 41);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 39:
195
+ /***/ 41:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
package/lib/flow-group.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 41);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 43);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -3345,7 +3345,7 @@ module.exports = require("axios");
3345
3345
 
3346
3346
  /***/ }),
3347
3347
 
3348
- /***/ 41:
3348
+ /***/ 43:
3349
3349
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3350
3350
 
3351
3351
  "use strict";
package/lib/flow-list.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 42);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 44);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -3520,7 +3520,7 @@ module.exports = require("axios");
3520
3520
 
3521
3521
  /***/ }),
3522
3522
 
3523
- /***/ 42:
3523
+ /***/ 44:
3524
3524
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3525
3525
 
3526
3526
  "use strict";
package/lib/flow.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 26);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 27);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -3553,7 +3553,8 @@ var component = Object(componentNormalizer["a" /* default */])(
3553
3553
  /* 23 */,
3554
3554
  /* 24 */,
3555
3555
  /* 25 */,
3556
- /* 26 */
3556
+ /* 26 */,
3557
+ /* 27 */
3557
3558
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3558
3559
 
3559
3560
  "use strict";
package/lib/form.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 40);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 42);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -3370,14 +3370,14 @@ module.exports = require("axios");
3370
3370
 
3371
3371
  /***/ }),
3372
3372
 
3373
- /***/ 40:
3373
+ /***/ 42:
3374
3374
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3375
3375
 
3376
3376
  "use strict";
3377
3377
  // ESM COMPAT FLAG
3378
3378
  __webpack_require__.r(__webpack_exports__);
3379
3379
 
3380
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=7c42d088&
3380
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=34321f7c&
3381
3381
  var render = function () {
3382
3382
  var _vm = this
3383
3383
  var _h = _vm.$createElement
@@ -3556,6 +3556,14 @@ var render = function () {
3556
3556
  {
3557
3557
  contents:
3558
3558
  item.label,
3559
+ event:
3560
+ item
3561
+ .label
3562
+ .event,
3563
+ events:
3564
+ item
3565
+ .label
3566
+ .events,
3559
3567
  },
3560
3568
  }
3561
3569
  )
@@ -4063,6 +4071,14 @@ var render = function () {
4063
4071
  slot: "label",
4064
4072
  contents:
4065
4073
  item.label,
4074
+ event:
4075
+ item
4076
+ .label
4077
+ .event,
4078
+ events:
4079
+ item
4080
+ .label
4081
+ .events,
4066
4082
  plain:
4067
4083
  item.plain ||
4068
4084
  item.name ===
@@ -5213,6 +5229,16 @@ var render = function () {
5213
5229
  _vm.disabled ||
5214
5230
  inline.disabled,
5215
5231
  },
5232
+ on: {
5233
+ click:
5234
+ function (
5235
+ $event
5236
+ ) {
5237
+ _vm.handleClick(
5238
+ inline
5239
+ )
5240
+ },
5241
+ },
5216
5242
  },
5217
5243
  "es-button",
5218
5244
  _vm.handleExclAttribute(
@@ -5221,6 +5247,7 @@ var render = function () {
5221
5247
  attrs:
5222
5248
  [
5223
5249
  "disabled",
5250
+ "type",
5224
5251
  ],
5225
5252
  }
5226
5253
  ),
@@ -6678,6 +6705,9 @@ var render = function () {
6678
6705
  attrs: {
6679
6706
  slot: "label",
6680
6707
  contents: item.label,
6708
+ event: item.label.event,
6709
+ events:
6710
+ item.label.events,
6681
6711
  plain:
6682
6712
  item.plain ||
6683
6713
  item.name ===
@@ -7642,6 +7672,16 @@ var render = function () {
7642
7672
  _vm.disabled ||
7643
7673
  inline.disabled,
7644
7674
  },
7675
+ on: {
7676
+ click:
7677
+ function (
7678
+ $event
7679
+ ) {
7680
+ _vm.handleClick(
7681
+ inline
7682
+ )
7683
+ },
7684
+ },
7645
7685
  },
7646
7686
  "es-button",
7647
7687
  _vm.handleExclAttribute(
@@ -7650,6 +7690,7 @@ var render = function () {
7650
7690
  attrs:
7651
7691
  [
7652
7692
  "disabled",
7693
+ "type",
7653
7694
  ],
7654
7695
  }
7655
7696
  ),
@@ -9014,6 +9055,14 @@ var render = function () {
9014
9055
  attrs: {
9015
9056
  contents:
9016
9057
  item.label,
9058
+ event:
9059
+ item
9060
+ .label
9061
+ .event,
9062
+ events:
9063
+ item
9064
+ .label
9065
+ .events,
9017
9066
  },
9018
9067
  }
9019
9068
  )
@@ -9503,6 +9552,12 @@ var render = function () {
9503
9552
  slot: "label",
9504
9553
  contents:
9505
9554
  item.label,
9555
+ event:
9556
+ item.label
9557
+ .event,
9558
+ events:
9559
+ item.label
9560
+ .events,
9506
9561
  plain:
9507
9562
  item.plain ||
9508
9563
  item.name ===
@@ -10565,6 +10620,16 @@ var render = function () {
10565
10620
  _vm.disabled ||
10566
10621
  inline.disabled,
10567
10622
  },
10623
+ on: {
10624
+ click:
10625
+ function (
10626
+ $event
10627
+ ) {
10628
+ _vm.handleClick(
10629
+ inline
10630
+ )
10631
+ },
10632
+ },
10568
10633
  },
10569
10634
  "es-button",
10570
10635
  _vm.handleExclAttribute(
@@ -10573,6 +10638,7 @@ var render = function () {
10573
10638
  attrs:
10574
10639
  [
10575
10640
  "disabled",
10641
+ "type",
10576
10642
  ],
10577
10643
  }
10578
10644
  ),
@@ -11954,6 +12020,8 @@ var render = function () {
11954
12020
  attrs: {
11955
12021
  slot: "label",
11956
12022
  contents: item.label,
12023
+ event: item.label.event,
12024
+ events: item.label.events,
11957
12025
  plain:
11958
12026
  item.plain ||
11959
12027
  item.name === undefined,
@@ -12801,6 +12869,16 @@ var render = function () {
12801
12869
  _vm.disabled ||
12802
12870
  inline.disabled,
12803
12871
  },
12872
+ on: {
12873
+ click:
12874
+ function (
12875
+ $event
12876
+ ) {
12877
+ _vm.handleClick(
12878
+ inline
12879
+ )
12880
+ },
12881
+ },
12804
12882
  },
12805
12883
  "es-button",
12806
12884
  _vm.handleExclAttribute(
@@ -12809,6 +12887,7 @@ var render = function () {
12809
12887
  attrs:
12810
12888
  [
12811
12889
  "disabled",
12890
+ "type",
12812
12891
  ],
12813
12892
  }
12814
12893
  ),
@@ -14148,7 +14227,7 @@ var staticRenderFns = []
14148
14227
  render._withStripped = true
14149
14228
 
14150
14229
 
14151
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=7c42d088&
14230
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=34321f7c&
14152
14231
 
14153
14232
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
14154
14233
  var regenerator_ = __webpack_require__(9);
@@ -17984,6 +18063,22 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
17984
18063
  //
17985
18064
  //
17986
18065
  //
18066
+ //
18067
+ //
18068
+ //
18069
+ //
18070
+ //
18071
+ //
18072
+ //
18073
+ //
18074
+ //
18075
+ //
18076
+ //
18077
+ //
18078
+ //
18079
+ //
18080
+ //
18081
+ //
17987
18082
 
17988
18083
 
17989
18084
 
@@ -18633,7 +18728,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18633
18728
  switch (_context.prev = _context.next) {
18634
18729
  case 0:
18635
18730
  if (valid) {
18636
- res.event(res, _this7.models);
18731
+ res.event(res, _this7.models, index);
18637
18732
  } else {
18638
18733
  _this7.setScroll(valid, triggers, _this7.$refs.scrollbar);
18639
18734
  }
@@ -18651,7 +18746,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18651
18746
  };
18652
18747
  }());
18653
18748
  } else {
18654
- res.event(res, this.models);
18749
+ res.event(res, this.models, index);
18655
18750
  }
18656
18751
  } else if (res.type === 'step') {
18657
18752
  if (this.stepActive < index) {
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 43);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 45);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -3345,7 +3345,7 @@ module.exports = require("axios");
3345
3345
 
3346
3346
  /***/ }),
3347
3347
 
3348
- /***/ 43:
3348
+ /***/ 45:
3349
3349
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3350
3350
 
3351
3351
  "use strict";
package/lib/handler.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 44);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 46);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -3345,7 +3345,7 @@ module.exports = require("axios");
3345
3345
 
3346
3346
  /***/ }),
3347
3347
 
3348
- /***/ 44:
3348
+ /***/ 46:
3349
3349
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3350
3350
 
3351
3351
  "use strict";
package/lib/icons.js CHANGED
@@ -82,12 +82,12 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 45);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 47);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 16:
90
+ /***/ 17:
91
91
  /***/ (function(module) {
92
92
 
93
93
  module.exports = JSON.parse("[\"zuomian\",\"monitor\",\"maximize\",\"pointer-up\",\"pointer-left\",\"pointer-down\",\"tri-down\",\"retrograde\",\"rainfall\",\"caveat\",\"print\",\"alarm\",\"table\",\"duigouquan\",\"bumen\",\"mm\",\"accelerate\",\"quanping\",\"password\",\"qing\",\"kaifa\",\"daoru\",\"piaochongicon\",\"instructions\",\"notice\",\"wifi\",\"tishicuo\",\"minganciguanli\",\"switch-off\",\"switch-on\",\"narrow\",\"yidongduan\",\"web\",\"upload\",\"message\",\"go-back\",\"close\",\"shujutongji\",\"folder\",\"edit\",\"enter\",\"dian\",\"wendu\",\"shangwu\",\"shenbao\",\"magnifier\",\"project-add\",\"xiexian\",\"caidan\",\"tupian\",\"home\",\"yinyu\",\"wenhao\",\"template\",\"daiban\",\"set\",\"zhengwen\",\"cuowu\",\"chenggong\",\"indent\",\"increase\",\"ziliaoku\",\"tuichu\",\"quit\",\"leaf\",\"refresh\",\"statistic\",\"gengduo\",\"lvyou\",\"mail\",\"user\",\"zhishi\",\"weizhi\",\"jinggao\",\"zuzhijigou\",\"xue\",\"fenxiang\",\"jinrong\",\"shanchu\",\"jianhao\",\"jiahao\",\"yinzhang\",\"renyuanqiehuan\",\"gouxuanzhong1\",\"circle\",\"fuxuankuang1\",\"fangkuang\",\"application\",\"wenjianjia\",\"jiaren\",\"xiugai\",\"duanxinguanli\",\"workbench\",\"rizhi\",\"gongwen\",\"qingshi\",\"shiwu\",\"official\",\"baogao\",\"document\",\"wodeyouxiang\",\"ziliaojiaohuan\",\"denglu\",\"podium\",\"fangkuai\",\"xuewei\",\"duoyun\",\"pm\",\"xiajia\",\"huanbao\",\"dunpai\",\"shu\",\"gongzuozheng\",\"more\",\"fenlei\",\"delete\",\"fengsu\",\"bar\",\"yuanqu\",\"duomeiti\",\"youjian\",\"qiye\",\"zuixinzixun\",\"biaoge\",\"omit\",\"diaotou\",\"jiantou-left\",\"jiantou-right\",\"jiantou-up\",\"roles\",\"jiantou-next\",\"chijiuhuacunchu\",\"zhuanhuan\",\"cloudy\",\"form\",\"wuye\",\"tri-up\",\"pointer-right\",\"bianji\",\"tri-right\",\"tri-left\",\"daimaguanli\",\"jiankong\",\"kaifazhong\",\"fujian\",\"bingtu\",\"zhuzhuangtu\",\"lose\",\"rmb\",\"move\",\"xiazai\",\"yiban\",\"laoshi\",\"clear\",\"jinyong\",\"yunxing\",\"weihu\",\"chakan\",\"pifu\",\"ren\",\"gouwuche\",\"loading2\",\"yulan\",\"ziliao\",\"yidong\",\"fenxiang11\",\"kaoqin\",\"change\",\"shidu\",\"portfolio\",\"info\",\"yanjing\",\"laba\",\"camera\",\"xitongxiaoxi\",\"xitongguanli\",\"webduan\",\"wagnz\",\"group\",\"shengqian\",\"jiantou-prev\",\"attention\",\"look\",\"guanzhu\",\"daikuan\",\"tubiao\",\"duigou\",\"star\",\"dayin\",\"xinzeng\",\"reduce\",\"goup\",\"calendar\",\"tree\",\"yingyong\",\"caution\",\"zhuanfa\",\"add\",\"zongtiqixian\",\"daochu\",\"gongwu\",\"ihouse\",\"chilun\",\"weixiu\",\"chengguo\",\"trophy\",\"duiwu\",\"qiehuanjiaose\",\"door\",\"shebei\",\"fangjian\",\"microscope\",\"huaxue\",\"shiyanshianquan\",\"shiyan\",\"qiyexinxi\",\"yewuxinxi\",\"lab\",\"shiyanguanli\",\"yuqing\",\"big-screen\",\"signal-search\",\"database\",\"star-mark\",\"cng\",\"professor\",\"informatization\",\"code\",\"science\",\"price\",\"xunhuan\",\"savings\",\"administration\",\"aid\",\"biao\",\"line\",\"xietong\",\"jingzheng\",\"enterprise\",\"datatable\",\"toubiao\",\"bingdu\",\"keji2\",\"qiyeku5\",\"touzi5\",\"zijinliu\",\"zhishichanquan3\",\"kejifuwu2\",\"zhishichanquan2\",\"zijinanquan\",\"kejifuwu1\",\"geju\",\"yiqingfangkong\",\"kejifuwu\",\"anquanfangkong\",\"shujufuwu\",\"shujuceng\",\"shujugongxiang\",\"flows\",\"setup\",\"shujulian\",\"caiwujianguan\",\"caiwuliushui\",\"mubiaogeju\",\"juxing\",\"fuwuqi\",\"touzijigou\",\"xiezilou\",\"jianzhu\",\"logo\",\"touzhi\",\"zijin\",\"fintech\",\"touzixiangmu\",\"library\",\"touziguanli\",\"zhongda\",\"ziyuan\",\"shujutai\",\"shujudongtai\",\"bank\",\"shujuzhongxin\",\"zhongyaomubiao\",\"touzishijian\",\"caiwuguanli\",\"mingzhong\",\"touzishenpi\",\"jingzhenggeju\",\"property\",\"keji\",\"qiyeku\",\"zhongyaojihui\",\"touzilicai\",\"zhishichanquan\",\"touzi\",\"tzz\",\"menu\",\"xiangmushu\",\"pdf\",\"jiazai\",\"gongsi\",\"rise\",\"jbxx\",\"zwxx\",\"jypx\",\"jcgl\",\"ndkh\",\"grjl\",\"shgx\",\"gou\",\"shijian\",\"fukuan\",\"guoji\",\"shoukuan\",\"down\",\"gongzuotai\",\"gaigedongtai\",\"xitongshezhi\",\"relation\",\"zuzhirenshi\",\"kaohepingjia\",\"caiwujiandu\",\"sanzhongyida\",\"mima\",\"xianshi\",\"zhanghao\",\"bangongshi\",\"checked\",\"checke\",\"help\",\"kuoda\",\"banli\",\"xiaoxi\",\"shouqicaidan\",\"shouqicaidan-right\",\"smile\",\"tongzhi\",\"guanji\",\"shuaxin\",\"guiji\",\"tianjiawenjianjia\",\"yunxiazai\",\"del\",\"touzifangan\",\"zongheguanli\",\"sanzhongyida_mian\",\"gongwenguanli1\",\"heguiguanli\",\"jingyingfenxi\",\"txl\",\"diannao\",\"renliziyuan\",\"caiwuxitong\",\"shiwuguanli\",\"shouye\",\"bangongyongpin\",\"sidebar\",\"zhidulashi\",\"log\",\"fawenguanli\",\"huiyiguanli\",\"zuzhishishi\",\"gongwenqianshou\",\"jinxiupeixun\",\"gongwenbao\",\"jiaohuan\",\"daibanshixiang\",\"richeng\",\"tongxunlu\",\"yongche\",\"yanzheng\",\"daibanxinxi\",\"shuben\",\"fanfu\",\"guangbo\",\"shuzhuangtu\",\"bengqiye\",\"tongguo\",\"dengdai\",\"cross\",\"daichuli\",\"zhenggai\",\"shouli\",\"shujuhecha\",\"guanli\",\"paper-file\",\"wenjian\",\"dakaiwenjian\",\"yewu\",\"jiance\",\"jiheguanli\",\"jinru\",\"arrow-right\",\"lingdao\",\"rencai\",\"prev\",\"next\",\"jianpan\",\"qrcode\",\"bohui\",\"homepage\",\"download\",\"gantanhao\",\"dingding\",\"weixin\",\"pad\",\"ios\",\"android\",\"txt\",\"doc\",\"audioo\",\"video\",\"zip\",\"shuru\",\"duanxin\",\"saoma\",\"youxiang\",\"word\",\"excel\",\"fileword\",\"picture\",\"ppt\",\"ca\",\"usb-key\"]");
@@ -199,7 +199,7 @@ function normalizeComponent(
199
199
 
200
200
  /***/ }),
201
201
 
202
- /***/ 45:
202
+ /***/ 47:
203
203
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
204
204
 
205
205
  "use strict";
@@ -321,7 +321,7 @@ render._withStripped = true
321
321
  // CONCATENATED MODULE: ./packages/icons/src/main.vue?vue&type=template&id=32c03886&
322
322
 
323
323
  // EXTERNAL MODULE: ./packages/icons/src/icon.json
324
- var icon = __webpack_require__(16);
324
+ var icon = __webpack_require__(17);
325
325
 
326
326
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/icons/src/main.vue?vue&type=script&lang=js&
327
327
  //