eoss-ui 0.5.55 → 0.5.56

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.
package/lib/main.js CHANGED
@@ -3781,7 +3781,7 @@ module.exports = require("runtime-import");
3781
3781
  // ESM COMPAT FLAG
3782
3782
  __webpack_require__.r(__webpack_exports__);
3783
3783
 
3784
- // 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=a07f27f8&
3784
+ // 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=4ac8ec54&
3785
3785
  var render = function () {
3786
3786
  var _vm = this
3787
3787
  var _h = _vm.$createElement
@@ -4212,7 +4212,7 @@ var staticRenderFns = []
4212
4212
  render._withStripped = true
4213
4213
 
4214
4214
 
4215
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=a07f27f8&
4215
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=4ac8ec54&
4216
4216
 
4217
4217
  // 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=fc09aaf8&
4218
4218
  var userinfovue_type_template_id_fc09aaf8_render = function () {
@@ -6442,6 +6442,7 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
6442
6442
  if (this.maxHeight) {
6443
6443
  return this.maxHeight;
6444
6444
  }
6445
+ console.log(document.body.clientHeight - 50);
6445
6446
  return String(document.body.clientHeight - 77);
6446
6447
  },
6447
6448
  showSide: function showSide() {
package/lib/menu.js CHANGED
@@ -297,6 +297,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
297
297
  var _this2 = this;
298
298
 
299
299
  if (this.mode === 'horizontal') {
300
+ console.log(this.$refs.esMenu.$refs.resize);
300
301
  this.$refs.esMenu.wrap.onmouseover = function (e) {
301
302
  _this2.$refs.esMenu.wrap.addEventListener('mousewheel', _this2.handleWheel, { passive: false }) || _this2.$refs.esMenu.wrap.addEventListener('DOMMouseScroll', _this2.handleWheel, false);
302
303
  e.preventDefault();
package/lib/toolbar.js CHANGED
@@ -437,6 +437,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
437
437
  })));
438
438
  }
439
439
  if (type === 'filter') {
440
+ console.log(1212);
440
441
  info.push(h('el-button', {
441
442
  class: 'es-advanced-btn',
442
443
  props: {
package/lib/upload.js CHANGED
@@ -3781,8 +3781,8 @@ module.exports = require("js-base64");
3781
3781
  // ESM COMPAT FLAG
3782
3782
  __webpack_require__.r(__webpack_exports__);
3783
3783
 
3784
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=789e2154&
3785
- var mainvue_type_template_id_789e2154_render = function () {
3784
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=49429871&
3785
+ var mainvue_type_template_id_49429871_render = function () {
3786
3786
  var _vm = this
3787
3787
  var _h = _vm.$createElement
3788
3788
  var _c = _vm._self._c || _h
@@ -4163,10 +4163,10 @@ var mainvue_type_template_id_789e2154_render = function () {
4163
4163
  : _vm._e()
4164
4164
  }
4165
4165
  var staticRenderFns = []
4166
- mainvue_type_template_id_789e2154_render._withStripped = true
4166
+ mainvue_type_template_id_49429871_render._withStripped = true
4167
4167
 
4168
4168
 
4169
- // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=789e2154&
4169
+ // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=49429871&
4170
4170
 
4171
4171
  // EXTERNAL MODULE: ./src/config/api.js
4172
4172
  var api = __webpack_require__(1);
@@ -4693,6 +4693,7 @@ var _props;
4693
4693
  return this.readonly || (this.elForm || {}).readonly;
4694
4694
  },
4695
4695
  isRemove: function isRemove() {
4696
+ console.log(this.remove, this.deleted, 999);
4696
4697
  if (this.remove == false || this.deleted == false) {
4697
4698
  return false;
4698
4699
  }
@@ -5266,7 +5267,7 @@ var componentNormalizer = __webpack_require__(3);
5266
5267
 
5267
5268
  var component = Object(componentNormalizer["a" /* default */])(
5268
5269
  src_mainvue_type_script_lang_js_,
5269
- mainvue_type_template_id_789e2154_render,
5270
+ mainvue_type_template_id_49429871_render,
5270
5271
  staticRenderFns,
5271
5272
  false,
5272
5273
  null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eoss-ui",
3
- "version": "0.5.55",
3
+ "version": "0.5.56",
4
4
  "description": "eoss内部业务组件",
5
5
  "main": "lib/eoss-ui.common.js",
6
6
  "files": [
@@ -1784,7 +1784,7 @@ export default {
1784
1784
  this.isHideOtherOrg = false;
1785
1785
  this.isNodeShowProcess = false;
1786
1786
  this.isMainSubProcess = false;
1787
- this.isNextUser = true;
1787
+ this.isNextUser =this.nextNode.nextOperate != 9 ;
1788
1788
  // this.isMainSubProcess === true
1789
1789
  // ? (this.isMainSubProcess = true)
1790
1790
  // : (this.isMainSubProcess = false);
@@ -1961,6 +1961,7 @@ export default {
1961
1961
  return;
1962
1962
  } else {
1963
1963
  }
1964
+
1964
1965
  if (isDef !== true) this.getNodeInfo();
1965
1966
  },
1966
1967
  /**
@@ -2039,7 +2040,6 @@ export default {
2039
2040
  isCanRemoveSign,
2040
2041
  attachedCode,
2041
2042
  isSpecial,
2042
- opinion,
2043
2043
  canPresetRead,
2044
2044
  isCdjxjTaskHandle,
2045
2045
  taskButtonList
@@ -2101,7 +2101,6 @@ export default {
2101
2101
  });
2102
2102
  this.selecNext(this.nextNode.nextOperate, true, true);
2103
2103
  }
2104
-
2105
2104
  if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
2106
2105
  this.needRetrialAuth =
2107
2106
  !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
@@ -425,6 +425,7 @@ export default {
425
425
  if (this.maxHeight) {
426
426
  return this.maxHeight;
427
427
  }
428
+ console.log(document.body.clientHeight - 50);
428
429
  return String(document.body.clientHeight - 77);
429
430
  },
430
431
  showSide() {
@@ -91,6 +91,7 @@ export default {
91
91
  methods: {
92
92
  handleReady() {
93
93
  if (this.mode === 'horizontal') {
94
+ console.log(this.$refs.esMenu.$refs.resize);
94
95
  this.$refs.esMenu.wrap.onmouseover = (e) => {
95
96
  this.$refs.esMenu.wrap.addEventListener(
96
97
  'mousewheel',
@@ -273,6 +273,7 @@ export default {
273
273
  );
274
274
  }
275
275
  if (type === 'filter') {
276
+ console.log(1212);
276
277
  info.push(
277
278
  h(
278
279
  'el-button',
@@ -534,6 +534,7 @@ export default {
534
534
  return this.readonly || (this.elForm || {}).readonly;
535
535
  },
536
536
  isRemove() {
537
+ console.log(this.remove, this.deleted, 999);
537
538
  if (this.remove == false || this.deleted == false) {
538
539
  return false;
539
540
  }
package/src/index.js CHANGED
@@ -119,7 +119,7 @@ if (typeof window !== 'undefined' && window.Vue) {
119
119
  }
120
120
 
121
121
  export default {
122
- version: '0.5.55',
122
+ version: '0.5.56',
123
123
  install,
124
124
  Button,
125
125
  ButtonGroup,