eoss-ui 0.5.68 → 0.5.69

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 (48) hide show
  1. package/CHANGELOG.md +929 -0
  2. package/lib/data-table.js +23 -14
  3. package/lib/eoss-ui.common.js +308 -190
  4. package/lib/icon.js +12 -3593
  5. package/lib/icons.js +1 -1
  6. package/lib/index.js +1 -1
  7. package/lib/login.js +79 -61
  8. package/lib/main.js +41 -9
  9. package/lib/menu.js +90 -55
  10. package/lib/nav.js +32 -5
  11. package/lib/player.js +2 -2
  12. package/lib/theme-chalk/base.css +1 -1
  13. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  14. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  15. package/lib/theme-chalk/icon.css +1 -1
  16. package/lib/theme-chalk/index.css +1 -1
  17. package/lib/theme-chalk/login.css +1 -1
  18. package/lib/theme-chalk/main.css +1 -1
  19. package/lib/theme-chalk/menu.css +1 -1
  20. package/lib/theme-chalk/sizer.css +1 -1
  21. package/lib/theme-chalk/upload.css +1 -1
  22. package/package.json +2 -2
  23. package/packages/data-table/src/main.vue +10 -5
  24. package/packages/icon/src/main.vue +10 -3
  25. package/packages/icons/src/icon.json +1 -1
  26. package/packages/login/src/main.vue +21 -13
  27. package/packages/main/src/main.vue +28 -6
  28. package/packages/menu/src/main.vue +75 -65
  29. package/packages/nav/src/main.vue +23 -4
  30. package/packages/theme-chalk/lib/base.css +1 -1
  31. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  32. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  33. package/packages/theme-chalk/lib/icon.css +1 -1
  34. package/packages/theme-chalk/lib/index.css +1 -1
  35. package/packages/theme-chalk/lib/login.css +1 -1
  36. package/packages/theme-chalk/lib/main.css +1 -1
  37. package/packages/theme-chalk/lib/menu.css +1 -1
  38. package/packages/theme-chalk/lib/sizer.css +1 -1
  39. package/packages/theme-chalk/lib/upload.css +1 -1
  40. package/packages/theme-chalk/src/common/var.scss +2 -0
  41. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  42. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  43. package/packages/theme-chalk/src/icon.scss +430 -426
  44. package/packages/theme-chalk/src/login.scss +2 -3
  45. package/packages/theme-chalk/src/main.scss +14 -5
  46. package/packages/theme-chalk/src/menu.scss +1 -1
  47. package/packages/theme-chalk/src/nav.scss +2 -2
  48. package/src/index.js +1 -1
@@ -91,13 +91,13 @@ module.exports =
91
91
 
92
92
  "use strict";
93
93
  /* harmony import */ var _config_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
94
- /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6);
94
+ /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7);
95
95
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__);
96
96
  /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3);
97
97
  /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(qs__WEBPACK_IMPORTED_MODULE_2__);
98
- /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(8);
98
+ /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(9);
99
99
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(json_bigint__WEBPACK_IMPORTED_MODULE_3__);
100
- /* harmony import */ var _webSocket__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(9);
100
+ /* harmony import */ var _webSocket__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(10);
101
101
  /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5);
102
102
  /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_5__);
103
103
  var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
@@ -3514,28 +3514,34 @@ module.exports = require("eoss-element");
3514
3514
  /* 6 */
3515
3515
  /***/ (function(module, exports) {
3516
3516
 
3517
- module.exports = require("axios");
3517
+ module.exports = require("throttle-debounce");
3518
3518
 
3519
3519
  /***/ }),
3520
3520
  /* 7 */
3521
3521
  /***/ (function(module, exports) {
3522
3522
 
3523
- module.exports = require("video.js");
3523
+ module.exports = require("axios");
3524
3524
 
3525
3525
  /***/ }),
3526
3526
  /* 8 */
3527
3527
  /***/ (function(module, exports) {
3528
3528
 
3529
- module.exports = require("json-bigint");
3529
+ module.exports = require("video.js");
3530
3530
 
3531
3531
  /***/ }),
3532
3532
  /* 9 */
3533
+ /***/ (function(module, exports) {
3534
+
3535
+ module.exports = require("json-bigint");
3536
+
3537
+ /***/ }),
3538
+ /* 10 */
3533
3539
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3534
3540
 
3535
3541
  "use strict";
3536
- /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(10);
3542
+ /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(11);
3537
3543
  /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(sockjs_client__WEBPACK_IMPORTED_MODULE_0__);
3538
- /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(11);
3544
+ /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(12);
3539
3545
  /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(stompjs__WEBPACK_IMPORTED_MODULE_1__);
3540
3546
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
3541
3547
 
@@ -3660,29 +3666,23 @@ var WebSocket = function () {
3660
3666
 
3661
3667
  /* harmony default export */ __webpack_exports__["a"] = (WebSocket);
3662
3668
 
3663
- /***/ }),
3664
- /* 10 */
3665
- /***/ (function(module, exports) {
3666
-
3667
- module.exports = require("sockjs-client");
3668
-
3669
3669
  /***/ }),
3670
3670
  /* 11 */
3671
3671
  /***/ (function(module, exports) {
3672
3672
 
3673
- module.exports = require("stompjs");
3673
+ module.exports = require("sockjs-client");
3674
3674
 
3675
3675
  /***/ }),
3676
3676
  /* 12 */
3677
3677
  /***/ (function(module, exports) {
3678
3678
 
3679
- module.exports = require("vue");
3679
+ module.exports = require("stompjs");
3680
3680
 
3681
3681
  /***/ }),
3682
3682
  /* 13 */
3683
3683
  /***/ (function(module, exports) {
3684
3684
 
3685
- module.exports = require("throttle-debounce");
3685
+ module.exports = require("vue");
3686
3686
 
3687
3687
  /***/ }),
3688
3688
  /* 14 */
@@ -3694,7 +3694,7 @@ module.exports = require("wujie-vue2");
3694
3694
  /* 15 */
3695
3695
  /***/ (function(module) {
3696
3696
 
3697
- 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\"]");
3697
+ 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\",\"wenjianjiadakai\"]");
3698
3698
 
3699
3699
  /***/ }),
3700
3700
  /* 16 */
@@ -6056,7 +6056,7 @@ var store_store = {
6056
6056
  window.__store = store_store;
6057
6057
  /* harmony default export */ var utils_store = (store_store);
6058
6058
  // EXTERNAL MODULE: external "vue"
6059
- var external_vue_ = __webpack_require__(12);
6059
+ var external_vue_ = __webpack_require__(13);
6060
6060
  var external_vue_default = /*#__PURE__*/__webpack_require__.n(external_vue_);
6061
6061
 
6062
6062
  // CONCATENATED MODULE: ./src/utils/bus.js
@@ -6660,8 +6660,8 @@ clients_src_main.install = function (Vue) {
6660
6660
  };
6661
6661
 
6662
6662
  /* harmony default export */ var clients = (clients_src_main);
6663
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=5d38af04&
6664
- var mainvue_type_template_id_5d38af04_render = function () {
6663
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=d4c5d1ea&
6664
+ var mainvue_type_template_id_d4c5d1ea_render = function () {
6665
6665
  var _vm = this
6666
6666
  var _h = _vm.$createElement
6667
6667
  var _c = _vm._self._c || _h
@@ -6790,8 +6790,12 @@ var mainvue_type_template_id_5d38af04_render = function () {
6790
6790
  ? [
6791
6791
  item.type === "sort"
6792
6792
  ? _c("el-table-column", {
6793
- key: index,
6794
- attrs: { width: "32" },
6793
+ key: item.key || index,
6794
+ attrs: {
6795
+ width: "32",
6796
+ prop: "id",
6797
+ label: " ",
6798
+ },
6795
6799
  scopedSlots: _vm._u([
6796
6800
  {
6797
6801
  key: "default",
@@ -6813,7 +6817,7 @@ var mainvue_type_template_id_5d38af04_render = function () {
6813
6817
  ? _c(
6814
6818
  "el-table-column",
6815
6819
  _vm._b(
6816
- { key: index },
6820
+ { key: item.key || index },
6817
6821
  "el-table-column",
6818
6822
  _vm.dragSort
6819
6823
  ? Object.assign({}, item, {
@@ -6967,14 +6971,14 @@ var mainvue_type_template_id_5d38af04_render = function () {
6967
6971
  1
6968
6972
  )
6969
6973
  }
6970
- var mainvue_type_template_id_5d38af04_staticRenderFns = []
6971
- mainvue_type_template_id_5d38af04_render._withStripped = true
6974
+ var mainvue_type_template_id_d4c5d1ea_staticRenderFns = []
6975
+ mainvue_type_template_id_d4c5d1ea_render._withStripped = true
6972
6976
 
6973
6977
 
6974
- // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=5d38af04&
6978
+ // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=d4c5d1ea&
6975
6979
 
6976
6980
  // EXTERNAL MODULE: external "throttle-debounce"
6977
- var external_throttle_debounce_ = __webpack_require__(13);
6981
+ var external_throttle_debounce_ = __webpack_require__(6);
6978
6982
 
6979
6983
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/children.vue?vue&type=template&id=44b7ff61&
6980
6984
  var childrenvue_type_template_id_44b7ff61_render = function () {
@@ -9098,6 +9102,8 @@ var mainvue_type_script_lang_js_components, _watch;
9098
9102
  //
9099
9103
  //
9100
9104
  //
9105
+ //
9106
+ //
9101
9107
 
9102
9108
 
9103
9109
 
@@ -9408,7 +9414,8 @@ var mainvue_type_script_lang_js_components, _watch;
9408
9414
  });
9409
9415
  if (this.dragSort && !types.includes('sort')) {
9410
9416
  thead.push({
9411
- type: 'sort'
9417
+ type: 'sort',
9418
+ key: 'es-sort'
9412
9419
  });
9413
9420
  }
9414
9421
  if (this.checkbox && !types.includes('selection')) {
@@ -9418,7 +9425,8 @@ var mainvue_type_script_lang_js_components, _watch;
9418
9425
  align: 'center',
9419
9426
  fixed: 'left',
9420
9427
  selectable: this.selectable,
9421
- reserveSelection: this.reserveSelection
9428
+ reserveSelection: this.reserveSelection,
9429
+ key: 'es-checkbox'
9422
9430
  });
9423
9431
  }
9424
9432
  if (this.numbers && !types.includes('index')) {
@@ -9435,7 +9443,8 @@ var mainvue_type_script_lang_js_components, _watch;
9435
9443
  align: 'center',
9436
9444
  fixed: 'left',
9437
9445
  index: index,
9438
- filterIcon: this.filter ? 'es-icon-biao' : undefined
9446
+ filterIcon: this.filter ? 'es-icon-biao' : undefined,
9447
+ key: 'es-index'
9439
9448
  });
9440
9449
  }
9441
9450
  if (this.theadData.length) {
@@ -10385,8 +10394,8 @@ var mainvue_type_script_lang_js_components, _watch;
10385
10394
 
10386
10395
  var data_table_src_main_component = normalizeComponent(
10387
10396
  packages_data_table_src_mainvue_type_script_lang_js_,
10388
- mainvue_type_template_id_5d38af04_render,
10389
- mainvue_type_template_id_5d38af04_staticRenderFns,
10397
+ mainvue_type_template_id_d4c5d1ea_render,
10398
+ mainvue_type_template_id_d4c5d1ea_staticRenderFns,
10390
10399
  false,
10391
10400
  null,
10392
10401
  null,
@@ -45916,8 +45925,8 @@ handler_src_main.install = function (Vue) {
45916
45925
  };
45917
45926
 
45918
45927
  /* harmony default export */ var packages_handler = (handler_src_main);
45919
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/icon/src/main.vue?vue&type=template&id=94173c5a&
45920
- var mainvue_type_template_id_94173c5a_render = function () {
45928
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/icon/src/main.vue?vue&type=template&id=509a9002&
45929
+ var mainvue_type_template_id_509a9002_render = function () {
45921
45930
  var _vm = this
45922
45931
  var _h = _vm.$createElement
45923
45932
  var _c = _vm._self._c || _h
@@ -45932,11 +45941,11 @@ var mainvue_type_template_id_94173c5a_render = function () {
45932
45941
  )
45933
45942
  )
45934
45943
  }
45935
- var mainvue_type_template_id_94173c5a_staticRenderFns = []
45936
- mainvue_type_template_id_94173c5a_render._withStripped = true
45944
+ var mainvue_type_template_id_509a9002_staticRenderFns = []
45945
+ mainvue_type_template_id_509a9002_render._withStripped = true
45937
45946
 
45938
45947
 
45939
- // CONCATENATED MODULE: ./packages/icon/src/main.vue?vue&type=template&id=94173c5a&
45948
+ // CONCATENATED MODULE: ./packages/icon/src/main.vue?vue&type=template&id=509a9002&
45940
45949
 
45941
45950
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/icon/src/main.vue?vue&type=script&lang=js&
45942
45951
  //
@@ -45948,7 +45957,6 @@ mainvue_type_template_id_94173c5a_render._withStripped = true
45948
45957
  //
45949
45958
  //
45950
45959
 
45951
-
45952
45960
  /* harmony default export */ var icon_src_mainvue_type_script_lang_js_ = ({
45953
45961
  name: 'EsIcon',
45954
45962
  inheritAttrs: false,
@@ -45962,7 +45970,7 @@ mainvue_type_template_id_94173c5a_render._withStripped = true
45962
45970
  handler: function handler(val) {
45963
45971
  if (val) {
45964
45972
  if (typeof val == 'string') {
45965
- if (utils_util["a" /* default */].startWith(val, '&#')) {
45973
+ if (!this.unicode(val)) {
45966
45974
  this.code = val;
45967
45975
  this.className = 'es-icon';
45968
45976
  } else {
@@ -45986,7 +45994,15 @@ mainvue_type_template_id_94173c5a_render._withStripped = true
45986
45994
  },
45987
45995
  created: function created() {},
45988
45996
 
45989
- methods: {}
45997
+ methods: {
45998
+ unicode: function unicode(res) {
45999
+ if (!res) {
46000
+ return false;
46001
+ }
46002
+ var reg = new RegExp(/^es-\S+/, 'g');
46003
+ return res.match(reg) ? res.match(reg).length : 0;
46004
+ }
46005
+ }
45990
46006
  });
45991
46007
  // CONCATENATED MODULE: ./packages/icon/src/main.vue?vue&type=script&lang=js&
45992
46008
  /* harmony default export */ var packages_icon_src_mainvue_type_script_lang_js_ = (icon_src_mainvue_type_script_lang_js_);
@@ -46000,8 +46016,8 @@ mainvue_type_template_id_94173c5a_render._withStripped = true
46000
46016
 
46001
46017
  var icon_src_main_component = normalizeComponent(
46002
46018
  packages_icon_src_mainvue_type_script_lang_js_,
46003
- mainvue_type_template_id_94173c5a_render,
46004
- mainvue_type_template_id_94173c5a_staticRenderFns,
46019
+ mainvue_type_template_id_509a9002_render,
46020
+ mainvue_type_template_id_509a9002_staticRenderFns,
46005
46021
  false,
46006
46022
  null,
46007
46023
  null,
@@ -47382,8 +47398,8 @@ layout_src_main.install = function (Vue) {
47382
47398
  };
47383
47399
 
47384
47400
  /* harmony default export */ var layout = (layout_src_main);
47385
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=c5d4acd0&
47386
- var mainvue_type_template_id_c5d4acd0_render = function () {
47401
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=6be50449&
47402
+ var mainvue_type_template_id_6be50449_render = function () {
47387
47403
  var _vm = this
47388
47404
  var _h = _vm.$createElement
47389
47405
  var _c = _vm._self._c || _h
@@ -47499,20 +47515,28 @@ var mainvue_type_template_id_c5d4acd0_render = function () {
47499
47515
  },
47500
47516
  [
47501
47517
  !_vm.loginTitleImg
47502
- ? _c(
47503
- "div",
47504
- { staticClass: "es-login-title" },
47505
- [
47506
- _c(
47507
- "span",
47508
- {
47509
- staticClass:
47510
- "es-login-title-content",
47511
- },
47512
- [_vm._v(_vm._s(_vm.title))]
47513
- ),
47514
- ]
47515
- )
47518
+ ? [
47519
+ _vm._t(
47520
+ "login-title",
47521
+ [
47522
+ _c(
47523
+ "div",
47524
+ { staticClass: "es-login-title" },
47525
+ [
47526
+ _c(
47527
+ "span",
47528
+ {
47529
+ staticClass:
47530
+ "es-login-title-content",
47531
+ },
47532
+ [_vm._v(_vm._s(_vm.title))]
47533
+ ),
47534
+ ]
47535
+ ),
47536
+ ],
47537
+ { type: _vm.active }
47538
+ ),
47539
+ ]
47516
47540
  : _vm._e(),
47517
47541
  _c(
47518
47542
  "el-form-item",
@@ -47798,7 +47822,7 @@ var mainvue_type_template_id_c5d4acd0_render = function () {
47798
47822
  [_vm._v("登录")]
47799
47823
  ),
47800
47824
  ],
47801
- 1
47825
+ 2
47802
47826
  ),
47803
47827
  ]
47804
47828
  : _vm._e(),
@@ -47810,28 +47834,28 @@ var mainvue_type_template_id_c5d4acd0_render = function () {
47810
47834
  { staticClass: "es-login-qrcode" },
47811
47835
  [
47812
47836
  !_vm.loginTitleImg
47813
- ? _c(
47814
- "div",
47815
- { staticClass: "es-login-title" },
47816
- [
47817
- _c(
47818
- "div",
47819
- {
47820
- staticClass:
47821
- "es-login-title-content",
47822
- },
47823
- [
47824
- _vm._v(
47825
- "\n " +
47826
- _vm._s(
47827
- _vm.iconfonts[_vm.active].name
47828
- ) +
47829
- "\n "
47830
- ),
47831
- ]
47832
- ),
47833
- ]
47834
- )
47837
+ ? [
47838
+ _vm._t(
47839
+ "login-title",
47840
+ [
47841
+ _c(
47842
+ "div",
47843
+ { staticClass: "es-login-title" },
47844
+ [
47845
+ _c(
47846
+ "span",
47847
+ {
47848
+ staticClass:
47849
+ "es-login-title-content",
47850
+ },
47851
+ [_vm._v(_vm._s(_vm.title))]
47852
+ ),
47853
+ ]
47854
+ ),
47855
+ ],
47856
+ { type: _vm.active }
47857
+ ),
47858
+ ]
47835
47859
  : _vm._e(),
47836
47860
  _c(
47837
47861
  "div",
@@ -47921,7 +47945,7 @@ var mainvue_type_template_id_c5d4acd0_render = function () {
47921
47945
  )
47922
47946
  : _vm._e(),
47923
47947
  ],
47924
- 1
47948
+ 2
47925
47949
  ),
47926
47950
  ]
47927
47951
  : _vm._e(),
@@ -47937,26 +47961,28 @@ var mainvue_type_template_id_c5d4acd0_render = function () {
47937
47961
  },
47938
47962
  [
47939
47963
  !_vm.loginTitleImg
47940
- ? _c(
47941
- "div",
47942
- { staticClass: "es-login-title" },
47943
- [
47944
- _c(
47945
- "span",
47946
- {
47947
- staticClass:
47948
- "es-login-title-content",
47949
- },
47950
- [
47951
- _vm._v(
47952
- _vm._s(
47953
- _vm.iconfonts[_vm.active].name
47954
- )
47955
- ),
47956
- ]
47957
- ),
47958
- ]
47959
- )
47964
+ ? [
47965
+ _vm._t(
47966
+ "login-title",
47967
+ [
47968
+ _c(
47969
+ "div",
47970
+ { staticClass: "es-login-title" },
47971
+ [
47972
+ _c(
47973
+ "span",
47974
+ {
47975
+ staticClass:
47976
+ "es-login-title-content",
47977
+ },
47978
+ [_vm._v(_vm._s(_vm.title))]
47979
+ ),
47980
+ ]
47981
+ ),
47982
+ ],
47983
+ { type: _vm.active }
47984
+ ),
47985
+ ]
47960
47986
  : _vm._e(),
47961
47987
  _c(
47962
47988
  "el-form-item",
@@ -48155,7 +48181,7 @@ var mainvue_type_template_id_c5d4acd0_render = function () {
48155
48181
  [_vm._v("登录")]
48156
48182
  ),
48157
48183
  ],
48158
- 1
48184
+ 2
48159
48185
  ),
48160
48186
  ]
48161
48187
  : _vm._e(),
@@ -48298,11 +48324,11 @@ var mainvue_type_template_id_c5d4acd0_render = function () {
48298
48324
  )
48299
48325
  : _vm._e()
48300
48326
  }
48301
- var mainvue_type_template_id_c5d4acd0_staticRenderFns = []
48302
- mainvue_type_template_id_c5d4acd0_render._withStripped = true
48327
+ var mainvue_type_template_id_6be50449_staticRenderFns = []
48328
+ mainvue_type_template_id_6be50449_render._withStripped = true
48303
48329
 
48304
48330
 
48305
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=c5d4acd0&
48331
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=6be50449&
48306
48332
 
48307
48333
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=28f463b9&
48308
48334
  var resetPasswordvue_type_template_id_28f463b9_render = function () {
@@ -49202,6 +49228,14 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
49202
49228
  //
49203
49229
  //
49204
49230
  //
49231
+ //
49232
+ //
49233
+ //
49234
+ //
49235
+ //
49236
+ //
49237
+ //
49238
+ //
49205
49239
 
49206
49240
 
49207
49241
 
@@ -50325,8 +50359,8 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
50325
50359
 
50326
50360
  var login_src_main_component = normalizeComponent(
50327
50361
  packages_login_src_mainvue_type_script_lang_js_,
50328
- mainvue_type_template_id_c5d4acd0_render,
50329
- mainvue_type_template_id_c5d4acd0_staticRenderFns,
50362
+ mainvue_type_template_id_6be50449_render,
50363
+ mainvue_type_template_id_6be50449_staticRenderFns,
50330
50364
  false,
50331
50365
  null,
50332
50366
  null,
@@ -50343,8 +50377,8 @@ login_src_main.install = function (Vue) {
50343
50377
  };
50344
50378
 
50345
50379
  /* harmony default export */ var login = (login_src_main);
50346
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=3910f883&
50347
- var mainvue_type_template_id_3910f883_render = function () {
50380
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=098112dd&
50381
+ var mainvue_type_template_id_098112dd_render = function () {
50348
50382
  var _vm = this
50349
50383
  var _h = _vm.$createElement
50350
50384
  var _c = _vm._self._c || _h
@@ -50398,6 +50432,8 @@ var mainvue_type_template_id_3910f883_render = function () {
50398
50432
  attrs: {
50399
50433
  mode: "horizontal",
50400
50434
  icons: _vm.icons,
50435
+ "menu-icon": _vm.menuIcon,
50436
+ "sub-icon": _vm.subIcon,
50401
50437
  popperClass: "el-menu--popup-" + _vm.layout,
50402
50438
  data: _vm.navs,
50403
50439
  deep: _vm.layout === "topnav",
@@ -50490,7 +50526,10 @@ var mainvue_type_template_id_3910f883_render = function () {
50490
50526
  : _vm._e(),
50491
50527
  ]),
50492
50528
  _c("es-handle-user", {
50493
- attrs: { data: { type: "user" } },
50529
+ attrs: {
50530
+ data: { type: "user" },
50531
+ userModel: _vm.userModel,
50532
+ },
50494
50533
  on: { click: _vm.handleClick },
50495
50534
  }),
50496
50535
  ],
@@ -50536,13 +50575,17 @@ var mainvue_type_template_id_3910f883_render = function () {
50536
50575
  "is-top": _vm.layout == "topside",
50537
50576
  data: _vm.menu,
50538
50577
  "default-active": _vm.active,
50539
- width: _vm.navWidth,
50578
+ width: _vm.navsWidth,
50579
+ "nav-width": _vm.navWidth,
50540
50580
  icons: _vm.icons,
50581
+ "menu-icon": _vm.menuIcon,
50582
+ "sub-icon": _vm.subIcon,
50541
50583
  biserial: _vm.biserial,
50542
50584
  title: _vm.showNavTitle ? _vm.title : false,
50543
50585
  showCollapse: _vm.showNavTitle,
50544
50586
  "menu-tips": _vm.menuTips,
50545
50587
  "is-default": _vm.isDefault,
50588
+ paddingLeft: _vm.navPaddingLeft,
50546
50589
  },
50547
50590
  on: {
50548
50591
  open: function (res) {
@@ -50573,6 +50616,7 @@ var mainvue_type_template_id_3910f883_render = function () {
50573
50616
  data: _vm.tabs,
50574
50617
  titleIcons: false,
50575
50618
  "default-active": _vm.tabsId,
50619
+ "menu-icon": _vm.menuIcon,
50576
50620
  "menu-tips": _vm.menuTips,
50577
50621
  },
50578
50622
  on: {
@@ -50771,11 +50815,11 @@ var mainvue_type_template_id_3910f883_render = function () {
50771
50815
  1
50772
50816
  )
50773
50817
  }
50774
- var mainvue_type_template_id_3910f883_staticRenderFns = []
50775
- mainvue_type_template_id_3910f883_render._withStripped = true
50818
+ var mainvue_type_template_id_098112dd_staticRenderFns = []
50819
+ mainvue_type_template_id_098112dd_render._withStripped = true
50776
50820
 
50777
50821
 
50778
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=3910f883&
50822
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=098112dd&
50779
50823
 
50780
50824
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/userinfo.vue?vue&type=template&id=75d533de&
50781
50825
  var userinfovue_type_template_id_75d533de_render = function () {
@@ -52848,6 +52892,14 @@ var main_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
52848
52892
  //
52849
52893
  //
52850
52894
  //
52895
+ //
52896
+ //
52897
+ //
52898
+ //
52899
+ //
52900
+ //
52901
+ //
52902
+ //
52851
52903
 
52852
52904
 
52853
52905
 
@@ -52880,8 +52932,15 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
52880
52932
  maxHeight: String,
52881
52933
  //菜单导航地址
52882
52934
  menuUrl: String,
52883
- //菜单展开关闭
52935
+ //菜单展开关闭图标
52884
52936
  icons: Object,
52937
+ //菜单前置默认图标
52938
+ menuIcon: String,
52939
+ //子菜单是否显示前置图标
52940
+ subIcon: {
52941
+ type: Boolean,
52942
+ default: true
52943
+ },
52885
52944
  //logo
52886
52945
  logo: String,
52887
52946
  //菜单显示类型
@@ -53005,7 +53064,10 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
53005
53064
  type: [Boolean, String],
53006
53065
  default: true
53007
53066
  },
53008
- appCode: String
53067
+ appCode: String,
53068
+ //菜单左边距
53069
+ navPaddingLeft: Number,
53070
+ navWidth: String
53009
53071
  },
53010
53072
  computed: {
53011
53073
  showHeader: function showHeader() {
@@ -53032,7 +53094,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
53032
53094
  }
53033
53095
  return true;
53034
53096
  },
53035
- navWidth: function navWidth() {
53097
+ navsWidth: function navsWidth() {
53036
53098
  return this.layout === 'topside' ? '230px' : undefined;
53037
53099
  },
53038
53100
  showNavTitle: function showNavTitle() {
@@ -54352,8 +54414,12 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54352
54414
  }
54353
54415
  }
54354
54416
  } else {
54355
- console.error('缺少路由配置');
54356
- return;
54417
+ this.method = 'iframe';
54418
+ this.refresh = false;
54419
+ this.page = utils_util["a" /* default */].handlerUrl(page, param);
54420
+ this.$nextTick(function () {
54421
+ _this10.refresh = true;
54422
+ });
54357
54423
  }
54358
54424
  }
54359
54425
  }
@@ -54677,8 +54743,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54677
54743
 
54678
54744
  var main_src_main_component = normalizeComponent(
54679
54745
  packages_main_src_mainvue_type_script_lang_js_,
54680
- mainvue_type_template_id_3910f883_render,
54681
- mainvue_type_template_id_3910f883_staticRenderFns,
54746
+ mainvue_type_template_id_098112dd_render,
54747
+ mainvue_type_template_id_098112dd_staticRenderFns,
54682
54748
  false,
54683
54749
  null,
54684
54750
  null,
@@ -54698,6 +54764,7 @@ main_src_main.install = function (Vue) {
54698
54764
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/menu/src/main.vue?vue&type=script&lang=js&
54699
54765
  var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
54700
54766
 
54767
+
54701
54768
  /* harmony default export */ var menu_src_mainvue_type_script_lang_js_ = ({
54702
54769
  name: 'EsMenu',
54703
54770
  inheritAttrs: false,
@@ -54737,6 +54804,15 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
54737
54804
  paddingLeft: {
54738
54805
  type: Number,
54739
54806
  default: 14
54807
+ },
54808
+ menuIcon: {
54809
+ type: String,
54810
+ default: 'es-icon-application'
54811
+ },
54812
+ icons: Object,
54813
+ subIcon: {
54814
+ type: Boolean,
54815
+ default: true
54740
54816
  }
54741
54817
  },
54742
54818
  computed: {
@@ -54744,37 +54820,18 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
54744
54820
  return this.height === undefined ? this.maxH : this.height;
54745
54821
  },
54746
54822
  maxWidth: function maxWidth() {
54747
- if (this.mode === 'vertical') {
54748
- return this.width;
54749
- }
54750
54823
  return this.maxW;
54751
54824
  }
54752
54825
  },
54753
54826
  watch: {
54754
54827
  data: {
54755
- immediate: true,
54756
54828
  deep: true,
54757
54829
  handler: function handler() {
54758
- var _this = this;
54759
-
54760
- if (this.mode === 'vertical') {
54761
- this.$nextTick(function () {
54762
- _this.maxH = _this.$refs.esMenu.$el.getBoundingClientRect().height + 'px';
54763
- });
54764
- } else {
54765
- this.$nextTick(function () {
54766
- var w = 0;
54767
- Array.from(_this.$refs.menu.$el.children).forEach(function (item) {
54768
- w += item.getBoundingClientRect().width;
54769
- });
54770
- var styles = window.getComputedStyle(_this.$refs.menu.$el);
54771
- w += parseFloat(styles.paddingLeft) + parseFloat(styles.paddingRight);
54772
- if (w > _this.$refs.esMenu.$el.getBoundingClientRect().width) {
54773
- _this.maxW = w + 'px';
54774
- }
54775
- });
54776
- }
54830
+ this.getMaxWidth();
54777
54831
  }
54832
+ },
54833
+ width: function width() {
54834
+ this.getMaxWidth();
54778
54835
  }
54779
54836
  },
54780
54837
  data: function data() {
@@ -54786,19 +54843,51 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
54786
54843
  isChange: false
54787
54844
  };
54788
54845
  },
54789
- mounted: function mounted() {},
54846
+ created: function created() {
54847
+ var _this = this;
54848
+
54849
+ this.getMaxWidth = Object(external_throttle_debounce_["debounce"])(300, function () {
54850
+ _this.getWidth();
54851
+ });
54852
+ },
54853
+ mounted: function mounted() {
54854
+ this.getMaxWidth();
54855
+ },
54790
54856
 
54791
54857
  methods: {
54792
- handleReady: function handleReady() {
54858
+ getWidth: function getWidth() {
54793
54859
  var _this2 = this;
54794
54860
 
54861
+ if (this.mode === 'vertical') {
54862
+ this.$nextTick(function () {
54863
+ _this2.maxH = _this2.$refs.esMenu.$el.getBoundingClientRect().height + 'px';
54864
+ var styles = window.getComputedStyle(_this2.$refs.menu.$el.parentNode);
54865
+ _this2.maxW = _this2.width ? parseInt(_this2.width, 10) - parseInt(styles.marginLeft, 10) - parseInt(styles.marginRight, 10) + 'px' : '';
54866
+ });
54867
+ } else {
54868
+ this.$nextTick(function () {
54869
+ var w = 0;
54870
+ Array.from(_this2.$refs.menu.$el.children).forEach(function (item) {
54871
+ w += item.getBoundingClientRect().width;
54872
+ });
54873
+ var styles = window.getComputedStyle(_this2.$refs.menu.$el);
54874
+ w += parseFloat(styles.paddingLeft) + parseFloat(styles.paddingRight);
54875
+ if (w > _this2.$refs.esMenu.$el.getBoundingClientRect().width) {
54876
+ _this2.maxW = w + 'px';
54877
+ }
54878
+ });
54879
+ }
54880
+ },
54881
+ handleReady: function handleReady() {
54882
+ var _this3 = this;
54883
+
54795
54884
  if (this.mode === 'horizontal') {
54796
54885
  this.$refs.esMenu.wrap.onmouseover = function (e) {
54797
- _this2.$refs.esMenu.wrap.addEventListener('mousewheel', _this2.handleWheel, { passive: false }) || _this2.$refs.esMenu.wrap.addEventListener('DOMMouseScroll', _this2.handleWheel, false);
54886
+ _this3.$refs.esMenu.wrap.addEventListener('mousewheel', _this3.handleWheel, { passive: false }) || _this3.$refs.esMenu.wrap.addEventListener('DOMMouseScroll', _this3.handleWheel, false);
54798
54887
  e.preventDefault();
54799
54888
  };
54800
54889
  this.$refs.esMenu.wrap.onmouseout = function (e) {
54801
- _this2.$refs.esMenu.wrap.removeEventListener('mousewheel', _this2.handleWheel, { passive: false }) || _this2.$refs.esMenu.wrap.removeEventListener('DOMMouseScroll', _this2.handleWheel, false);
54890
+ _this3.$refs.esMenu.wrap.removeEventListener('mousewheel', _this3.handleWheel, { passive: false }) || _this3.$refs.esMenu.wrap.removeEventListener('DOMMouseScroll', _this3.handleWheel, false);
54802
54891
  e.preventDefault();
54803
54892
  };
54804
54893
  }
@@ -54856,7 +54945,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
54856
54945
  }
54857
54946
  },
54858
54947
  handleSelect: function handleSelect(key, keyPath, item) {
54859
- var _this3 = this;
54948
+ var _this4 = this;
54860
54949
 
54861
54950
  this.isChange = true;
54862
54951
  if (this.menuId !== null && keyPath.indexOf(this.menuId) == -1) {
@@ -54865,7 +54954,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
54865
54954
  var openedMenus = item.rootMenu.openedMenus;
54866
54955
  openedMenus.forEach(function (item) {
54867
54956
  if (keyPath.indexOf(item) == -1) {
54868
- _this3.$refs.menu.close(item);
54957
+ _this4.$refs.menu.close(item);
54869
54958
  }
54870
54959
  });
54871
54960
  }
@@ -54898,18 +54987,24 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
54898
54987
  mode: this.mode
54899
54988
  });
54900
54989
  },
54901
- getSub: function getSub(item, h, popper, fourthTabs) {
54902
- var _this4 = this;
54990
+ getSub: function getSub(item, h, popper, fourthTabs, subIcon) {
54991
+ var _this5 = this;
54903
54992
 
54904
54993
  if (popper) {
54905
54994
  popper += this.popperClass !== undefined ? ' ' + this.popperClass : ' es-menu-popper-' + this.mode;
54906
54995
  } else {
54907
54996
  popper = this.popperClass !== undefined ? this.popperClass : ' es-menu-popper-' + this.mode;
54908
54997
  }
54909
- var title = [h('i', {
54910
- class: [item.icons ? this.unicode(item.icons) ? item.icons : 'es-icon iconfont' : 'es-icon-application', 'es-menu-item-icon'],
54911
- domProps: item.icons === '' || this.unicode(item.icons) ? {} : { innerHTML: item.icons }
54912
- }), h('div', {
54998
+ var title = [];
54999
+ if (subIcon) {
55000
+ title.push(h('es-icon', {
55001
+ props: {
55002
+ contents: item.icons || this.menuIcon
55003
+ },
55004
+ class: ['es-menu-item-icon']
55005
+ }));
55006
+ }
55007
+ title.push(h('div', {
54913
55008
  class: ['es-menu-title-text es-menu-title-' + this.mode]
54914
55009
  }, [h('el-badge', {
54915
55010
  class: ['es-badge', {
@@ -54927,14 +55022,14 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
54927
55022
  max: 99,
54928
55023
  hidden: !item.tips
54929
55024
  }
54930
- }, [item.text])])];
55025
+ }, [item.text])]));
54931
55026
  var doms = [h('template', { slot: 'title' }, this.titleIcons ? title : [title[1]])];
54932
55027
  if (this.deep && item.children && item.children.length && (!item.extendData || item.extendData.businessStatus != 0)) {
54933
55028
  doms = doms.concat(item.children.map(function (ele, index) {
54934
55029
  if (!ele) {
54935
55030
  console.error('\u5BF9\u8C61\u5B50\u6570\u636E\u4E2D\u7B2C[' + index + ']\u6761\u6570\u636E\u9519\u8BEF', item);
54936
55031
  } else {
54937
- return _this4.getSub(ele, h, popper);
55032
+ return _this5.getSub(ele, h, popper, false, _this5.subIcon);
54938
55033
  }
54939
55034
  }));
54940
55035
  return [h('el-submenu', {
@@ -54952,7 +55047,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
54952
55047
  if (!ele) {
54953
55048
  console.error('\u5BF9\u8C61\u5B50\u6570\u636E\u4E2D\u7B2C[' + index + ']\u6761\u6570\u636E\u9519\u8BEF', item);
54954
55049
  } else {
54955
- return _this4.getSub(ele, h, popper, true);
55050
+ return _this5.getSub(ele, h, popper, true, _this5.subIcon);
54956
55051
  }
54957
55052
  }));
54958
55053
  return [h('el-submenu', {
@@ -54980,28 +55075,23 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
54980
55075
  }
54981
55076
  }, this.titleIcons ? title : [title[1]])];
54982
55077
  }
54983
- },
54984
- unicode: function unicode(res) {
54985
- if (!res) {
54986
- return false;
54987
- }
54988
- var reg = new RegExp(/^es-\S+/, 'g');
54989
- return res.match(reg) ? res.match(reg).length : 0;
54990
55078
  }
54991
55079
  },
54992
55080
  render: function render(h) {
54993
- var _this5 = this;
55081
+ var _this6 = this;
54994
55082
 
54995
55083
  var doms = [];
54996
55084
  this.data.forEach(function (item) {
54997
55085
  if (item.children && item.children.length && (!item.extendData || item.extendData.businessStatus != 0)) {
54998
- doms = doms.concat(_this5.getSub(item, h, 'es-sub-menu'));
55086
+ doms = doms.concat(_this6.getSub(item, h, 'es-sub-menu', false, true));
54999
55087
  } else {
55000
- var title = [h('i', {
55001
- class: [item.icons ? _this5.unicode(item.icons) ? item.icons : 'es-icon iconfont' : 'es-icon-application', 'es-menu-item-icon'],
55002
- domProps: item.icons === '' || _this5.unicode(item.icons) ? {} : { innerHTML: item.icons }
55088
+ var title = [h('es-icon', {
55089
+ props: {
55090
+ contents: item.icons || _this6.menuIcon
55091
+ },
55092
+ class: ['es-menu-item-icon']
55003
55093
  }), h('div', {
55004
- class: ['es-menu-title-text es-menu-title-' + _this5.mode]
55094
+ class: ['es-menu-title-text es-menu-title-' + _this6.mode]
55005
55095
  }, [h('el-badge', {
55006
55096
  class: ['es-badge', {
55007
55097
  'es-badge-right': item.tips && typeof item.tips !== 'boolean',
@@ -55017,9 +55107,9 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
55017
55107
  }
55018
55108
  }, [item.text])])];
55019
55109
  doms.push(h('el-menu-item', {
55020
- class: ['es-menu-item-' + _this5.mode],
55110
+ class: ['es-menu-item-' + _this6.mode],
55021
55111
  props: {
55022
- paddingLeft: _this5.paddingLeft,
55112
+ paddingLeft: _this6.paddingLeft,
55023
55113
  disabled: item.extendData && item.extendData.businessStatus == 0
55024
55114
  },
55025
55115
  attrs: {
@@ -55027,7 +55117,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
55027
55117
  index: item.id,
55028
55118
  key: item.id
55029
55119
  }
55030
- }, _this5.titleIcons ? title : [title[1]]));
55120
+ }, _this6.titleIcons ? title : [title[1]]));
55031
55121
  }
55032
55122
  });
55033
55123
  return h('el-scrollbar', {
@@ -55045,7 +55135,8 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
55045
55135
  defaultActive: this.defaultActive,
55046
55136
  collapse: this.collapse,
55047
55137
  mode: this.mode,
55048
- uniqueOpened: this.uniqueOpened
55138
+ uniqueOpened: this.uniqueOpened,
55139
+ icons: this.icons
55049
55140
  },
55050
55141
  style: { width: this.maxWidth },
55051
55142
  attrs: menu_src_mainvue_type_script_lang_js_extends({}, this.$attrs),
@@ -55087,8 +55178,8 @@ menu_src_main.install = function (Vue) {
55087
55178
  };
55088
55179
 
55089
55180
  /* harmony default export */ var menu = (menu_src_main);
55090
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/nav/src/main.vue?vue&type=template&id=5d7ddb00&
55091
- var mainvue_type_template_id_5d7ddb00_render = function () {
55181
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/nav/src/main.vue?vue&type=template&id=04099294&
55182
+ var mainvue_type_template_id_04099294_render = function () {
55092
55183
  var _vm = this
55093
55184
  var _h = _vm.$createElement
55094
55185
  var _c = _vm._self._c || _h
@@ -55117,6 +55208,9 @@ var mainvue_type_template_id_5d7ddb00_render = function () {
55117
55208
  deep: false,
55118
55209
  "default-active": _vm.subActive,
55119
55210
  biserial: _vm.biserial,
55211
+ "menu-icons": _vm.menuIcon,
55212
+ icons: _vm.icons,
55213
+ "sub-icon": _vm.subIcon,
55120
55214
  },
55121
55215
  on: { select: _vm.handleTrigger },
55122
55216
  },
@@ -55142,6 +55236,7 @@ var mainvue_type_template_id_5d7ddb00_render = function () {
55142
55236
  ],
55143
55237
  staticClass: "es-nav-main",
55144
55238
  style: { width: _vm.biserial ? _vm.width : _vm.boxWidth },
55239
+ attrs: { biserial: _vm.biserial },
55145
55240
  },
55146
55241
  [
55147
55242
  _vm.showTitle
@@ -55208,6 +55303,10 @@ var mainvue_type_template_id_5d7ddb00_render = function () {
55208
55303
  width: _vm.isTop ? _vm.boxWidth : _vm.menuWidth,
55209
55304
  "is-default": _vm.isDefault,
55210
55305
  biserial: _vm.biserial,
55306
+ paddingLeft: _vm.paddingLeft,
55307
+ "menu-icon": _vm.menuIcon,
55308
+ icons: _vm.icons,
55309
+ "sub-icon": _vm.subIcon,
55211
55310
  },
55212
55311
  on: {
55213
55312
  select: _vm.handleSelect,
@@ -55226,11 +55325,11 @@ var mainvue_type_template_id_5d7ddb00_render = function () {
55226
55325
  ]
55227
55326
  )
55228
55327
  }
55229
- var mainvue_type_template_id_5d7ddb00_staticRenderFns = []
55230
- mainvue_type_template_id_5d7ddb00_render._withStripped = true
55328
+ var mainvue_type_template_id_04099294_staticRenderFns = []
55329
+ mainvue_type_template_id_04099294_render._withStripped = true
55231
55330
 
55232
55331
 
55233
- // CONCATENATED MODULE: ./packages/nav/src/main.vue?vue&type=template&id=5d7ddb00&
55332
+ // CONCATENATED MODULE: ./packages/nav/src/main.vue?vue&type=template&id=04099294&
55234
55333
 
55235
55334
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/nav/src/main.vue?vue&type=script&lang=js&
55236
55335
  //
@@ -55289,6 +55388,14 @@ mainvue_type_template_id_5d7ddb00_render._withStripped = true
55289
55388
  //
55290
55389
  //
55291
55390
  //
55391
+ //
55392
+ //
55393
+ //
55394
+ //
55395
+ //
55396
+ //
55397
+ //
55398
+ //
55292
55399
 
55293
55400
 
55294
55401
  /* harmony default export */ var nav_src_mainvue_type_script_lang_js_ = ({
@@ -55308,6 +55415,10 @@ mainvue_type_template_id_5d7ddb00_render._withStripped = true
55308
55415
  type: String,
55309
55416
  default: '200px'
55310
55417
  },
55418
+ navWidth: {
55419
+ type: String,
55420
+ default: '70px'
55421
+ },
55311
55422
  showCollapse: {
55312
55423
  type: Boolean,
55313
55424
  default: true
@@ -55319,7 +55430,14 @@ mainvue_type_template_id_5d7ddb00_render._withStripped = true
55319
55430
  //是否双列导航
55320
55431
  biserial: Boolean,
55321
55432
  defaultActive: [String, Array],
55322
- isDefault: Boolean
55433
+ isDefault: Boolean,
55434
+ paddingLeft: Number,
55435
+ menuIcon: String,
55436
+ icons: Object,
55437
+ subIcon: {
55438
+ type: Boolean,
55439
+ default: true
55440
+ }
55323
55441
  },
55324
55442
  computed: {
55325
55443
  menu: function menu() {
@@ -55344,10 +55462,10 @@ mainvue_type_template_id_5d7ddb00_render._withStripped = true
55344
55462
  if (this.isShow) {
55345
55463
  return this.width;
55346
55464
  } else {
55347
- return '70px';
55465
+ return this.navWidth;
55348
55466
  }
55349
55467
  }
55350
- return this.subMenu && this.subMenu.length && this.isShow ? parseInt(this.width, 10) + 70 + 'px' : '70px';
55468
+ return this.subMenu && this.subMenu.length && this.isShow ? parseInt(this.width, 10) + parseInt(this.navWidth, 10) + 'px' : this.navWidth;
55351
55469
  }
55352
55470
  },
55353
55471
  watch: {
@@ -55497,8 +55615,8 @@ mainvue_type_template_id_5d7ddb00_render._withStripped = true
55497
55615
 
55498
55616
  var nav_src_main_component = normalizeComponent(
55499
55617
  packages_nav_src_mainvue_type_script_lang_js_,
55500
- mainvue_type_template_id_5d7ddb00_render,
55501
- mainvue_type_template_id_5d7ddb00_staticRenderFns,
55618
+ mainvue_type_template_id_04099294_render,
55619
+ mainvue_type_template_id_04099294_staticRenderFns,
55502
55620
  false,
55503
55621
  null,
55504
55622
  null,
@@ -56635,7 +56753,7 @@ mainvue_type_template_id_29c1659e_render._withStripped = true
56635
56753
  // CONCATENATED MODULE: ./packages/player/src/main.vue?vue&type=template&id=29c1659e&
56636
56754
 
56637
56755
  // EXTERNAL MODULE: external "video.js"
56638
- var external_video_js_ = __webpack_require__(7);
56756
+ var external_video_js_ = __webpack_require__(8);
56639
56757
  var external_video_js_default = /*#__PURE__*/__webpack_require__.n(external_video_js_);
56640
56758
 
56641
56759
  // EXTERNAL MODULE: external "video.js/dist/lang/zh-CN.json"
@@ -74490,7 +74608,7 @@ if (typeof window !== 'undefined' && window.Vue) {
74490
74608
  }
74491
74609
 
74492
74610
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
74493
- version: '0.5.68',
74611
+ version: '0.5.69',
74494
74612
  install: install,
74495
74613
  Button: packages_button,
74496
74614
  ButtonGroup: button_group,