eoss-ui 0.8.42 → 0.8.43

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 (81) hide show
  1. package/lib/eoss-ui.common.js +163 -149
  2. package/lib/flow.js +132 -130
  3. package/lib/index.js +1 -1
  4. package/lib/main.js +5 -5
  5. package/lib/upload.js +18 -6
  6. package/package.json +2 -2
  7. package/packages/button-group/src/main.vue +346 -346
  8. package/packages/calogin/src/main.vue +412 -412
  9. package/packages/clients/src/main.vue +151 -151
  10. package/packages/flow/src/component/CustomPreset.vue +326 -326
  11. package/packages/flow/src/component/FileList.vue +97 -97
  12. package/packages/flow/src/component/SendMsg.vue +242 -242
  13. package/packages/flow/src/component/SortFlow.vue +110 -110
  14. package/packages/flow/src/form.vue +123 -123
  15. package/packages/flow/src/freeStartFlow.vue +2902 -2902
  16. package/packages/flow/src/main.vue +1 -0
  17. package/packages/flow/src/processForm.vue +2032 -2032
  18. package/packages/flow/src/processReject.vue +323 -323
  19. package/packages/flow/src/table.vue +58 -58
  20. package/packages/form/src/table.vue +1512 -1512
  21. package/packages/icon/src/main.vue +104 -104
  22. package/packages/login/src/resetPassword.vue +557 -557
  23. package/packages/main/src/public/online.vue +89 -89
  24. package/packages/main/src/public/search.vue +464 -464
  25. package/packages/main/src/public/settings.vue +273 -273
  26. package/packages/main/src/simplicity/apps.vue +388 -388
  27. package/packages/main/src/simplicity/avatar.vue +82 -82
  28. package/packages/main/src/simplicity/handler.vue +158 -158
  29. package/packages/main/src/simplicity/menu-list.vue +135 -135
  30. package/packages/main/src/simplicity/message.vue +293 -293
  31. package/packages/main/src/simplicity/notice.vue +222 -222
  32. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  33. package/packages/main/src/simplicity/user.vue +259 -259
  34. package/packages/main/src/simplicityTop/apps.vue +388 -388
  35. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  36. package/packages/main/src/simplicityTop/handler.vue +215 -215
  37. package/packages/main/src/simplicityTop/lists.vue +84 -84
  38. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  39. package/packages/main/src/simplicityTop/message.vue +293 -293
  40. package/packages/main/src/simplicityTop/notice.vue +222 -222
  41. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  42. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  43. package/packages/main/src/simplicityTop/user.vue +259 -259
  44. package/packages/nav/src/main.vue +351 -351
  45. package/packages/selector-panel/src/selection.vue +174 -174
  46. package/packages/switch/src/main.vue +170 -170
  47. package/packages/theme-chalk/src/data-table.scss +297 -297
  48. package/packages/theme-chalk/src/handler.scss +148 -148
  49. package/packages/theme-chalk/src/icon.scss +3452 -3452
  50. package/packages/theme-chalk/src/login.scss +1006 -1006
  51. package/packages/theme-chalk/src/main.scss +664 -664
  52. package/packages/theme-chalk/src/menu.scss +224 -224
  53. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  54. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  55. package/packages/theme-chalk/src/upload.scss +172 -172
  56. package/packages/tips/src/main.vue +141 -141
  57. package/packages/upload/src/main.vue +13 -1
  58. package/packages/wujie/src/main.vue +146 -146
  59. package/src/index.js +166 -166
  60. package/src/utils/rules.js +18 -18
  61. package/packages/.DS_Store +0 -0
  62. package/packages/calogin/.DS_Store +0 -0
  63. package/packages/date-picker/.DS_Store +0 -0
  64. package/packages/date-picker/src/.DS_Store +0 -0
  65. package/packages/dialog/.DS_Store +0 -0
  66. package/packages/flow/.DS_Store +0 -0
  67. package/packages/flow/src/.DS_Store +0 -0
  68. package/packages/flow-list/.DS_Store +0 -0
  69. package/packages/form/.DS_Store +0 -0
  70. package/packages/icon/.DS_Store +0 -0
  71. package/packages/login/.DS_Store +0 -0
  72. package/packages/main/.DS_Store +0 -0
  73. package/packages/main/src/.DS_Store +0 -0
  74. package/packages/menu/.DS_Store +0 -0
  75. package/packages/select/.DS_Store +0 -0
  76. package/packages/selector/.DS_Store +0 -0
  77. package/packages/selector-panel/.DS_Store +0 -0
  78. package/packages/theme-chalk/src/.DS_Store +0 -0
  79. package/packages/upload/.DS_Store +0 -0
  80. package/src/.DS_Store +0 -0
  81. package/src/utils/.DS_Store +0 -0
package/lib/flow.js CHANGED
@@ -4878,7 +4878,7 @@ module.exports = require("vuedraggable");
4878
4878
  // ESM COMPAT FLAG
4879
4879
  __webpack_require__.r(__webpack_exports__);
4880
4880
 
4881
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=64fec1bc&
4881
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=e87f2d9a&
4882
4882
  var render = function () {
4883
4883
  var _vm = this
4884
4884
  var _h = _vm.$createElement
@@ -7815,6 +7815,7 @@ var render = function () {
7815
7815
  opinion: _vm.value,
7816
7816
  businessName: _vm.businessName,
7817
7817
  type: _vm.taskReadType,
7818
+ resetAppId: _vm.resetAppId,
7818
7819
  showTooltip: _vm.showTooltip,
7819
7820
  flowLabelConfig: _vm.flowLabelConfig,
7820
7821
  hideMessage: _vm.hideMessage,
@@ -8050,7 +8051,7 @@ var staticRenderFns = []
8050
8051
  render._withStripped = true
8051
8052
 
8052
8053
 
8053
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=64fec1bc&
8054
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=e87f2d9a&
8054
8055
 
8055
8056
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
8056
8057
  var regenerator_ = __webpack_require__(4);
@@ -16089,11 +16090,11 @@ var processFormvue_type_script_lang_js_components;
16089
16090
  },
16090
16091
 
16091
16092
  methods: {
16092
- /**
16093
- * getProcess
16094
- * @desc:获取选择流程
16095
- * @author liufan
16096
- * @date 2022年5月25日
16093
+ /**
16094
+ * getProcess
16095
+ * @desc:获取选择流程
16096
+ * @author liufan
16097
+ * @date 2022年5月25日
16097
16098
  **/
16098
16099
  getProcess: function getProcess(val) {
16099
16100
  var _this2 = this;
@@ -16916,11 +16917,11 @@ var processFormvue_type_script_lang_js_components;
16916
16917
  });
16917
16918
  },
16918
16919
 
16919
- /**
16920
- * isMultiple
16921
- * @desc:是否多选
16922
- * @author liufan
16923
- * @date 2022年9月13日
16920
+ /**
16921
+ * isMultiple
16922
+ * @desc:是否多选
16923
+ * @author liufan
16924
+ * @date 2022年9月13日
16924
16925
  **/
16925
16926
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
16926
16927
  var multiple = false;
@@ -25785,11 +25786,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
25785
25786
  });
25786
25787
  },
25787
25788
 
25788
- /**
25789
- * saveInfo
25790
- * @desc:暂存
25791
- * @author liufan
25792
- * @date 2022年9月9日
25789
+ /**
25790
+ * saveInfo
25791
+ * @desc:暂存
25792
+ * @author liufan
25793
+ * @date 2022年9月9日
25793
25794
  **/
25794
25795
  saveInfo: function saveInfo(type, btn) {
25795
25796
  var _this6 = this;
@@ -25851,11 +25852,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
25851
25852
  });
25852
25853
  },
25853
25854
 
25854
- /**
25855
- * rejectBtn
25856
- * @desc:点击驳回
25857
- * @author liufan
25858
- * @date 2022年5月25日
25855
+ /**
25856
+ * rejectBtn
25857
+ * @desc:点击驳回
25858
+ * @author liufan
25859
+ * @date 2022年5月25日
25859
25860
  **/
25860
25861
  rejectBtn: function rejectBtn() {
25861
25862
  var _this8 = this;
@@ -25873,11 +25874,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
25873
25874
  }
25874
25875
  },
25875
25876
 
25876
- /**
25877
- * taskReadBtn
25878
- * @desc:点击分阅
25879
- * @author liufan
25880
- * @date 2022年5月25日
25877
+ /**
25878
+ * taskReadBtn
25879
+ * @desc:点击分阅
25880
+ * @author liufan
25881
+ * @date 2022年5月25日
25881
25882
  **/
25882
25883
  taskReadBtn: function taskReadBtn() {
25883
25884
  var _this9 = this;
@@ -25896,11 +25897,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
25896
25897
  }
25897
25898
  },
25898
25899
 
25899
- /**
25900
- * getFind
25901
- * @desc:获取通知方式
25902
- * @author liufan
25903
- * @date 2022年5月25日
25900
+ /**
25901
+ * getFind
25902
+ * @desc:获取通知方式
25903
+ * @author liufan
25904
+ * @date 2022年5月25日
25904
25905
  **/
25905
25906
  getFind: function getFind() {
25906
25907
  var _this10 = this;
@@ -25956,12 +25957,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
25956
25957
  });
25957
25958
  },
25958
25959
 
25959
- /**
25960
- * endFlows
25961
- * @desc:直接办结
25962
- * @author liufan
25963
- * @param {Object} res 直接办结数据
25964
- * @date 2022年5月25日
25960
+ /**
25961
+ * endFlows
25962
+ * @desc:直接办结
25963
+ * @author liufan
25964
+ * @param {Object} res 直接办结数据
25965
+ * @date 2022年5月25日
25965
25966
  **/
25966
25967
  endFlows: function endFlows(res) {
25967
25968
  var _this12 = this;
@@ -26015,12 +26016,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26015
26016
  }).catch(function (e) {});
26016
26017
  },
26017
26018
 
26018
- /**
26019
- * goView
26020
- * @desc:更多流程按钮操作
26021
- * @author liufan
26022
- * @param {Object} res 当前点击操作按钮数据
26023
- * @date 2022年5月25日
26019
+ /**
26020
+ * goView
26021
+ * @desc:更多流程按钮操作
26022
+ * @author liufan
26023
+ * @param {Object} res 当前点击操作按钮数据
26024
+ * @date 2022年5月25日
26024
26025
  **/
26025
26026
  goView: function goView(res) {
26026
26027
  // 驳回并办结:rejectAndEndHtml
@@ -26105,11 +26106,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26105
26106
  // isCanStartSubFlow
26106
26107
  },
26107
26108
 
26108
- /**
26109
- * toTakeAdvice
26110
- * @desc:征求意见
26111
- * @author liufan
26112
- * @date 2022年9月29日
26109
+ /**
26110
+ * toTakeAdvice
26111
+ * @desc:征求意见
26112
+ * @author liufan
26113
+ * @date 2022年9月29日
26113
26114
  **/
26114
26115
  toTakeAdvice: function toTakeAdvice(res) {
26115
26116
  var _this14 = this;
@@ -26153,11 +26154,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26153
26154
  });
26154
26155
  },
26155
26156
 
26156
- /**
26157
- * toStartDraf
26158
- * @desc: 稿件递送、联合审核、复核
26159
- * @author liufan
26160
- * @date 2022年9月29日
26157
+ /**
26158
+ * toStartDraf
26159
+ * @desc: 稿件递送、联合审核、复核
26160
+ * @author liufan
26161
+ * @date 2022年9月29日
26161
26162
  **/
26162
26163
  toStartDraf: function toStartDraf(res) {
26163
26164
  var _this16 = this;
@@ -26171,11 +26172,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26171
26172
  }
26172
26173
  },
26173
26174
 
26174
- /**
26175
- * toSendMsg
26176
- * @desc:核稿通知
26177
- * @author liufan
26178
- * @date 2022年9月29日
26175
+ /**
26176
+ * toSendMsg
26177
+ * @desc:核稿通知
26178
+ * @author liufan
26179
+ * @date 2022年9月29日
26179
26180
  **/
26180
26181
  toSendMsg: function toSendMsg(res) {
26181
26182
  var _this17 = this;
@@ -26189,11 +26190,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26189
26190
  }
26190
26191
  },
26191
26192
 
26192
- /**
26193
- * toTaskReadAndEnd
26194
- * @desc:分阅并办结
26195
- * @author liufan
26196
- * @date 2022年9月29日
26193
+ /**
26194
+ * toTaskReadAndEnd
26195
+ * @desc:分阅并办结
26196
+ * @author liufan
26197
+ * @date 2022年9月29日
26197
26198
  **/
26198
26199
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
26199
26200
  var _this18 = this;
@@ -26211,11 +26212,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26211
26212
  }
26212
26213
  },
26213
26214
 
26214
- /**
26215
- * rejectAndEnd
26216
- * @desc:驳回并办结
26217
- * @author liufan
26218
- * @date 2022年9月29日
26215
+ /**
26216
+ * rejectAndEnd
26217
+ * @desc:驳回并办结
26218
+ * @author liufan
26219
+ * @date 2022年9月29日
26219
26220
  **/
26220
26221
  rejectAndEnd: function rejectAndEnd(res) {
26221
26222
  var _this19 = this;
@@ -26270,11 +26271,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26270
26271
  });
26271
26272
  },
26272
26273
 
26273
- /**
26274
- * toTransfer
26275
- * @desc:转办
26276
- * @author liufan
26277
- * @date 2022年9月29日
26274
+ /**
26275
+ * toTransfer
26276
+ * @desc:转办
26277
+ * @author liufan
26278
+ * @date 2022年9月29日
26278
26279
  **/
26279
26280
  toTransfer: function toTransfer(res) {
26280
26281
  var _this21 = this;
@@ -26290,11 +26291,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26290
26291
  }
26291
26292
  },
26292
26293
 
26293
- /**
26294
- * getNodeInfo
26295
- * @desc:获取节点信息
26296
- * @author liufan
26297
- * @date 2022年5月25日
26294
+ /**
26295
+ * getNodeInfo
26296
+ * @desc:获取节点信息
26297
+ * @author liufan
26298
+ * @date 2022年5月25日
26298
26299
  **/
26299
26300
  getNodeInfo: function getNodeInfo() {
26300
26301
  var _this22 = this;
@@ -26397,12 +26398,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26397
26398
  });
26398
26399
  },
26399
26400
 
26400
- /**
26401
- * selecNext
26402
- * @desc:下步节点变化时更新数据
26403
- * @author liufan
26404
- * @param {String} val 当前选中值
26405
- * @date 2022年5月25日
26401
+ /**
26402
+ * selecNext
26403
+ * @desc:下步节点变化时更新数据
26404
+ * @author liufan
26405
+ * @param {String} val 当前选中值
26406
+ * @date 2022年5月25日
26406
26407
  **/
26407
26408
  selecNext: function selecNext(val, type, isDef) {
26408
26409
  var _this23 = this;
@@ -26511,11 +26512,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26511
26512
  if (isDef !== true) this.getNodeInfo();
26512
26513
  },
26513
26514
 
26514
- /**
26515
- * isMultiple
26516
- * @desc:是否多选
26517
- * @author liufan
26518
- * @date 2022年9月13日
26515
+ /**
26516
+ * isMultiple
26517
+ * @desc:是否多选
26518
+ * @author liufan
26519
+ * @date 2022年9月13日
26519
26520
  **/
26520
26521
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
26521
26522
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -26547,11 +26548,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26547
26548
  }
26548
26549
  },
26549
26550
 
26550
- /**
26551
- * getHedInfo
26552
- * @desc:获取审核页面数据
26553
- * @author liufan
26554
- * @date 2022年5月25日
26551
+ /**
26552
+ * getHedInfo
26553
+ * @desc:获取审核页面数据
26554
+ * @author liufan
26555
+ * @date 2022年5月25日
26555
26556
  **/
26556
26557
  getHedInfo: function getHedInfo() {
26557
26558
  var _this24 = this;
@@ -26787,13 +26788,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26787
26788
  });
26788
26789
  },
26789
26790
 
26790
- /**
26791
- * closeProcess
26792
- * @desc:关闭弹窗
26793
- * @author liufan
26794
- * @param {boolean} val 当前是否办理流程
26795
- * @param {String} type 当前点击的弹窗类型
26796
- * @date 2022年5月25日
26791
+ /**
26792
+ * closeProcess
26793
+ * @desc:关闭弹窗
26794
+ * @author liufan
26795
+ * @param {boolean} val 当前是否办理流程
26796
+ * @param {String} type 当前点击的弹窗类型
26797
+ * @date 2022年5月25日
26797
26798
  **/
26798
26799
  closeProcess: function closeProcess(val, type, closeParent) {
26799
26800
  if (closeParent) {
@@ -26810,23 +26811,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26810
26811
  }
26811
26812
  },
26812
26813
 
26813
- /**
26814
- * selectChange
26815
- * @desc:常用语选择
26816
- * @author liufan
26817
- * @param {String} val 选中值
26818
- * @date 2022年5月25日
26814
+ /**
26815
+ * selectChange
26816
+ * @desc:常用语选择
26817
+ * @author liufan
26818
+ * @param {String} val 选中值
26819
+ * @date 2022年5月25日
26819
26820
  **/
26820
26821
  selectChange: function selectChange(val) {
26821
26822
  this.value = val;
26822
26823
  },
26823
26824
 
26824
- /**
26825
- * upDate
26826
- * @desc:修改常用语
26827
- * @author liufan
26828
- * @param {Object} val 修改值
26829
- * @date 2022年5月25日
26825
+ /**
26826
+ * upDate
26827
+ * @desc:修改常用语
26828
+ * @author liufan
26829
+ * @param {Object} val 修改值
26830
+ * @date 2022年5月25日
26830
26831
  **/
26831
26832
  upDate: function upDate(val) {
26832
26833
  this.FormData.id = val.id;
@@ -26834,11 +26835,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26834
26835
  },
26835
26836
 
26836
26837
 
26837
- /**
26838
- * getProcess
26839
- * @desc:获取选择流程
26840
- * @author liufan
26841
- * @date 2022年5月25日
26838
+ /**
26839
+ * getProcess
26840
+ * @desc:获取选择流程
26841
+ * @author liufan
26842
+ * @date 2022年5月25日
26842
26843
  **/
26843
26844
  getProcess: function getProcess() {
26844
26845
  var _this25 = this;
@@ -26892,11 +26893,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26892
26893
  });
26893
26894
  },
26894
26895
 
26895
- /**
26896
- * getPendedhistoryList
26897
- * @desc:获取流程列表
26898
- * @author liufan
26899
- * @date 2022年5月25日
26896
+ /**
26897
+ * getPendedhistoryList
26898
+ * @desc:获取流程列表
26899
+ * @author liufan
26900
+ * @date 2022年5月25日
26900
26901
  **/
26901
26902
  getPendedhistoryList: function getPendedhistoryList() {
26902
26903
  var _this26 = this;
@@ -26928,12 +26929,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26928
26929
  },
26929
26930
 
26930
26931
  // 提交流程
26931
- /**
26932
- * subProcess
26933
- * @desc:提交流程
26934
- * @author liufan
26935
- * @param {String} formName 当前form表单ref值
26936
- * @date 2022年5月25日
26932
+ /**
26933
+ * subProcess
26934
+ * @desc:提交流程
26935
+ * @author liufan
26936
+ * @param {String} formName 当前form表单ref值
26937
+ * @date 2022年5月25日
26937
26938
  **/
26938
26939
  subProcess: function subProcess(val) {
26939
26940
  var _this27 = this;
@@ -34391,6 +34392,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
34391
34392
  //
34392
34393
  //
34393
34394
  //
34395
+ //
34394
34396
 
34395
34397
 
34396
34398