eoss-ui 0.5.37 → 0.5.38

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.
@@ -64346,8 +64346,8 @@ tree_src_main.install = function (Vue) {
64346
64346
  };
64347
64347
 
64348
64348
  /* harmony default export */ var packages_tree = (tree_src_main);
64349
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree-group/src/main.vue?vue&type=template&id=6b5d4d48&
64350
- var mainvue_type_template_id_6b5d4d48_render = function () {
64349
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree-group/src/main.vue?vue&type=template&id=eb2ece46&
64350
+ var mainvue_type_template_id_eb2ece46_render = function () {
64351
64351
  var _vm = this
64352
64352
  var _h = _vm.$createElement
64353
64353
  var _c = _vm._self._c || _h
@@ -64676,11 +64676,11 @@ var mainvue_type_template_id_6b5d4d48_render = function () {
64676
64676
  2
64677
64677
  )
64678
64678
  }
64679
- var mainvue_type_template_id_6b5d4d48_staticRenderFns = []
64680
- mainvue_type_template_id_6b5d4d48_render._withStripped = true
64679
+ var mainvue_type_template_id_eb2ece46_staticRenderFns = []
64680
+ mainvue_type_template_id_eb2ece46_render._withStripped = true
64681
64681
 
64682
64682
 
64683
- // CONCATENATED MODULE: ./packages/tree-group/src/main.vue?vue&type=template&id=6b5d4d48&
64683
+ // CONCATENATED MODULE: ./packages/tree-group/src/main.vue?vue&type=template&id=eb2ece46&
64684
64684
 
64685
64685
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree-group/src/main.vue?vue&type=script&lang=js&
64686
64686
  var tree_group_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; };
@@ -64918,25 +64918,28 @@ var tree_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
64918
64918
  return this.name ? this.name : utils_util["a" /* default */].uuid(16);
64919
64919
  },
64920
64920
  method: function method() {
64921
+ var src = this.src;
64921
64922
  this.refresh = false;
64922
- if (src.indexOf('//:') === 0) {
64923
- return 'wujie';
64924
- } else if (src.indexOf('dhtml') > -1 || src.indexOf('html') > -1 && src.indexOf('html#') === -1) {
64925
- return 'iframe';
64926
- } else {
64927
- var routes = this.$router.options.routes;
64928
- if (routes) {
64929
- var path = this.hasRouter(routes, src);
64930
- if (path) {
64931
- this.refresh = true;
64932
- var index = decodeURI(src).indexOf('?');
64933
- path = path + (index > -1 ? src.slice(index) : '');
64934
- this.$router.push(path);
64935
- return 'router';
64923
+ if (src) {
64924
+ if (src.indexOf('//:') === 0) {
64925
+ return 'wujie';
64926
+ } else if (src.indexOf('dhtml') > -1 || src.indexOf('html') > -1 && src.indexOf('html#') === -1) {
64927
+ return 'iframe';
64928
+ } else {
64929
+ var routes = this.$router.options.routes;
64930
+ if (routes) {
64931
+ var path = this.hasRouter(routes, src);
64932
+ if (path) {
64933
+ this.refresh = true;
64934
+ var index = decodeURI(src).indexOf('?');
64935
+ path = path + (index > -1 ? src.slice(index) : '');
64936
+ this.$router.push(path);
64937
+ return 'router';
64938
+ }
64936
64939
  }
64940
+ this.refresh = true;
64941
+ return 'wujie';
64937
64942
  }
64938
- this.refresh = true;
64939
- return 'wujie';
64940
64943
  }
64941
64944
  },
64942
64945
  param: function param() {
@@ -65028,7 +65031,7 @@ var tree_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
65028
65031
  if (this.syncKeys === false) {
65029
65032
  return null;
65030
65033
  }
65031
- if (this.enterprise || this.tabs && this.tabs.length && this.tabs[Number(this.active)].enterprise) {
65034
+ if (this.enterprise && JSON.stringify(this.enterprise) != '{}' || this.tabs && this.tabs.length && this.tabs[Number(this.active)].enterprise) {
65032
65035
  if (this.checkeds) {
65033
65036
  if (Array.isArray(this.checkeds)) {
65034
65037
  var creditCodes = [];
@@ -65050,6 +65053,7 @@ var tree_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
65050
65053
  return null;
65051
65054
  } else {
65052
65055
  if (this.checkeds) {
65056
+ debugger;
65053
65057
  var params = {};
65054
65058
  if (Array.isArray(this.checkeds)) {
65055
65059
  if (this.syncKeys && utils_util["a" /* default */].isObject(this.syncKeys)) {
@@ -65181,8 +65185,8 @@ var tree_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
65181
65185
 
65182
65186
  var tree_group_src_main_component = normalizeComponent(
65183
65187
  packages_tree_group_src_mainvue_type_script_lang_js_,
65184
- mainvue_type_template_id_6b5d4d48_render,
65185
- mainvue_type_template_id_6b5d4d48_staticRenderFns,
65188
+ mainvue_type_template_id_eb2ece46_render,
65189
+ mainvue_type_template_id_eb2ece46_staticRenderFns,
65186
65190
  false,
65187
65191
  null,
65188
65192
  null,
@@ -71545,7 +71549,7 @@ if (typeof window !== 'undefined' && window.Vue) {
71545
71549
  }
71546
71550
 
71547
71551
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
71548
- version: '0.5.37',
71552
+ version: '0.5.38',
71549
71553
  install: install,
71550
71554
  Button: packages_button,
71551
71555
  ButtonGroup: button_group,