eoss-ui 0.4.24 → 0.4.25

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.
@@ -42992,8 +42992,8 @@ login_src_main.install = function (Vue) {
42992
42992
  };
42993
42993
 
42994
42994
  /* harmony default export */ var login = (login_src_main);
42995
- // 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=71ab55cc&
42996
- var mainvue_type_template_id_71ab55cc_render = function () {
42995
+ // 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=23fb4503&
42996
+ var mainvue_type_template_id_23fb4503_render = function () {
42997
42997
  var _vm = this
42998
42998
  var _h = _vm.$createElement
42999
42999
  var _c = _vm._self._c || _h
@@ -43407,11 +43407,11 @@ var mainvue_type_template_id_71ab55cc_render = function () {
43407
43407
  1
43408
43408
  )
43409
43409
  }
43410
- var mainvue_type_template_id_71ab55cc_staticRenderFns = []
43411
- mainvue_type_template_id_71ab55cc_render._withStripped = true
43410
+ var mainvue_type_template_id_23fb4503_staticRenderFns = []
43411
+ mainvue_type_template_id_23fb4503_render._withStripped = true
43412
43412
 
43413
43413
 
43414
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=71ab55cc&
43414
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=23fb4503&
43415
43415
 
43416
43416
  // 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=d575fa30&
43417
43417
  var userinfovue_type_template_id_d575fa30_render = function () {
@@ -45226,6 +45226,7 @@ var log = utils_util["a" /* default */].getParams('console');
45226
45226
  type: String,
45227
45227
  default: ''
45228
45228
  },
45229
+ param: Object,
45229
45230
  header: {
45230
45231
  type: Boolean,
45231
45232
  default: true
@@ -45844,7 +45845,7 @@ var log = utils_util["a" /* default */].getParams('console');
45844
45845
  getMenu: function getMenu() {
45845
45846
  var _this5 = this;
45846
45847
 
45847
- utils_util["a" /* default */].ajax({ url: this.action }).then(function (res) {
45848
+ utils_util["a" /* default */].ajax({ url: this.action, params: this.param ? this.param : {} }).then(function (res) {
45848
45849
  if (res.rCode === 0) {
45849
45850
  _this5.menus = JSON.parse(JSON.stringify(res.results));
45850
45851
  var applicationid = utils_util["a" /* default */].getParams('applicationid') || utils_util["a" /* default */].getParams('applicationId');
@@ -46571,8 +46572,8 @@ var log = utils_util["a" /* default */].getParams('console');
46571
46572
 
46572
46573
  var main_src_main_component = normalizeComponent(
46573
46574
  packages_main_src_mainvue_type_script_lang_js_,
46574
- mainvue_type_template_id_71ab55cc_render,
46575
- mainvue_type_template_id_71ab55cc_staticRenderFns,
46575
+ mainvue_type_template_id_23fb4503_render,
46576
+ mainvue_type_template_id_23fb4503_staticRenderFns,
46576
46577
  false,
46577
46578
  null,
46578
46579
  null,
@@ -50656,7 +50657,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
50656
50657
  doms = doms.concat(_this4.getSub(item, h, 'es-sub-menu'));
50657
50658
  } else {
50658
50659
  var title = [h('i', {
50659
- class: item.icons ? _this4.unicode(item.icons) ? item.icons : 'es-icons iconfont' : 'es-icon-application',
50660
+ class: [item.icons ? _this4.unicode(item.icons) ? item.icons : 'es-icons iconfont' : 'es-icon-application', 'es-menu-item-icon'],
50660
50661
  domProps: item.icons === '' || _this4.unicode(item.icons) ? {} : { innerHTML: item.icons }
50661
50662
  }), h('div', {
50662
50663
  class: 'es-menu-title-text es-menu-title-' + _this4.mode
@@ -50675,6 +50676,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
50675
50676
  }
50676
50677
  }, [item.text])])];
50677
50678
  doms.push(h('el-menu-item', {
50679
+ class: ['es-menu-item-' + _this4.mode],
50678
50680
  props: {
50679
50681
  paddingLeft: _this4.paddingLeft
50680
50682
  },
@@ -68434,7 +68436,7 @@ if (typeof window !== 'undefined' && window.Vue) {
68434
68436
  }
68435
68437
 
68436
68438
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
68437
- version: '0.4.24',
68439
+ version: '0.4.25',
68438
68440
  install: install,
68439
68441
  Button: packages_button,
68440
68442
  ButtonGroup: button_group,