eoss-ui 0.8.41 → 0.8.42

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 (80) hide show
  1. package/lib/eoss-ui.common.js +191 -159
  2. package/lib/flow.js +128 -128
  3. package/lib/index.js +1 -1
  4. package/lib/main.js +5 -5
  5. package/lib/selector.js +52 -20
  6. package/package.json +1 -1
  7. package/packages/.DS_Store +0 -0
  8. package/packages/button-group/src/main.vue +346 -346
  9. package/packages/calogin/.DS_Store +0 -0
  10. package/packages/calogin/src/main.vue +412 -412
  11. package/packages/clients/src/main.vue +151 -151
  12. package/packages/date-picker/.DS_Store +0 -0
  13. package/packages/date-picker/src/.DS_Store +0 -0
  14. package/packages/dialog/.DS_Store +0 -0
  15. package/packages/flow/.DS_Store +0 -0
  16. package/packages/flow/src/.DS_Store +0 -0
  17. package/packages/flow/src/component/CustomPreset.vue +326 -326
  18. package/packages/flow/src/component/FileList.vue +97 -97
  19. package/packages/flow/src/component/SendMsg.vue +242 -242
  20. package/packages/flow/src/component/SortFlow.vue +110 -110
  21. package/packages/flow/src/form.vue +123 -123
  22. package/packages/flow/src/freeStartFlow.vue +2902 -2902
  23. package/packages/flow/src/processForm.vue +2032 -2032
  24. package/packages/flow/src/processReject.vue +323 -323
  25. package/packages/flow/src/table.vue +58 -58
  26. package/packages/flow-list/.DS_Store +0 -0
  27. package/packages/form/.DS_Store +0 -0
  28. package/packages/form/src/table.vue +1512 -1512
  29. package/packages/icon/.DS_Store +0 -0
  30. package/packages/icon/src/main.vue +104 -104
  31. package/packages/login/.DS_Store +0 -0
  32. package/packages/login/src/resetPassword.vue +557 -557
  33. package/packages/main/.DS_Store +0 -0
  34. package/packages/main/src/.DS_Store +0 -0
  35. package/packages/main/src/public/online.vue +89 -89
  36. package/packages/main/src/public/search.vue +464 -464
  37. package/packages/main/src/public/settings.vue +273 -273
  38. package/packages/main/src/simplicity/apps.vue +388 -388
  39. package/packages/main/src/simplicity/avatar.vue +82 -82
  40. package/packages/main/src/simplicity/handler.vue +158 -158
  41. package/packages/main/src/simplicity/menu-list.vue +135 -135
  42. package/packages/main/src/simplicity/message.vue +293 -293
  43. package/packages/main/src/simplicity/notice.vue +222 -222
  44. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  45. package/packages/main/src/simplicity/user.vue +259 -259
  46. package/packages/main/src/simplicityTop/apps.vue +388 -388
  47. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  48. package/packages/main/src/simplicityTop/handler.vue +215 -215
  49. package/packages/main/src/simplicityTop/lists.vue +84 -84
  50. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  51. package/packages/main/src/simplicityTop/message.vue +293 -293
  52. package/packages/main/src/simplicityTop/notice.vue +222 -222
  53. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  54. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  55. package/packages/main/src/simplicityTop/user.vue +259 -259
  56. package/packages/menu/.DS_Store +0 -0
  57. package/packages/nav/src/main.vue +351 -351
  58. package/packages/select/.DS_Store +0 -0
  59. package/packages/selector/.DS_Store +0 -0
  60. package/packages/selector/src/main.vue +36 -17
  61. package/packages/selector-panel/.DS_Store +0 -0
  62. package/packages/selector-panel/src/selection.vue +174 -174
  63. package/packages/switch/src/main.vue +170 -170
  64. package/packages/theme-chalk/src/.DS_Store +0 -0
  65. package/packages/theme-chalk/src/data-table.scss +297 -297
  66. package/packages/theme-chalk/src/handler.scss +148 -148
  67. package/packages/theme-chalk/src/icon.scss +3452 -3452
  68. package/packages/theme-chalk/src/login.scss +1006 -1006
  69. package/packages/theme-chalk/src/main.scss +664 -664
  70. package/packages/theme-chalk/src/menu.scss +224 -224
  71. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  72. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  73. package/packages/theme-chalk/src/upload.scss +172 -172
  74. package/packages/tips/src/main.vue +141 -141
  75. package/packages/upload/.DS_Store +0 -0
  76. package/packages/wujie/src/main.vue +146 -146
  77. package/src/.DS_Store +0 -0
  78. package/src/index.js +166 -166
  79. package/src/utils/.DS_Store +0 -0
  80. package/src/utils/rules.js +18 -18
@@ -265,7 +265,7 @@ module.exports = require("lodash");
265
265
 
266
266
  exports = module.exports = __webpack_require__(26)(false);
267
267
  // Module
268
- exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n left: 0;\r\n width: 8px;\r\n top: 10px;\r\n bottom: 0;\r\n z-index: 2;\r\n background-color: rgb(0, 80, 179);\n}\r\n", ""]);
268
+ exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\n content: '';\n display: block;\n position: absolute;\n left: 0;\n width: 8px;\n top: 10px;\n bottom: 0;\n z-index: 2;\n background-color: rgb(0, 80, 179);\n}\n", ""]);
269
269
 
270
270
 
271
271
 
@@ -40535,11 +40535,11 @@ var processFormvue_type_script_lang_js_components;
40535
40535
  },
40536
40536
 
40537
40537
  methods: {
40538
- /**
40539
- * getProcess
40540
- * @desc:获取选择流程
40541
- * @author liufan
40542
- * @date 2022年5月25日
40538
+ /**
40539
+ * getProcess
40540
+ * @desc:获取选择流程
40541
+ * @author liufan
40542
+ * @date 2022年5月25日
40543
40543
  **/
40544
40544
  getProcess: function getProcess(val) {
40545
40545
  var _this2 = this;
@@ -41362,11 +41362,11 @@ var processFormvue_type_script_lang_js_components;
41362
41362
  });
41363
41363
  },
41364
41364
 
41365
- /**
41366
- * isMultiple
41367
- * @desc:是否多选
41368
- * @author liufan
41369
- * @date 2022年9月13日
41365
+ /**
41366
+ * isMultiple
41367
+ * @desc:是否多选
41368
+ * @author liufan
41369
+ * @date 2022年9月13日
41370
41370
  **/
41371
41371
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
41372
41372
  var multiple = false;
@@ -50386,11 +50386,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
50386
50386
  });
50387
50387
  },
50388
50388
 
50389
- /**
50390
- * saveInfo
50391
- * @desc:暂存
50392
- * @author liufan
50393
- * @date 2022年9月9日
50389
+ /**
50390
+ * saveInfo
50391
+ * @desc:暂存
50392
+ * @author liufan
50393
+ * @date 2022年9月9日
50394
50394
  **/
50395
50395
  saveInfo: function saveInfo(type, btn) {
50396
50396
  var _this6 = this;
@@ -50452,11 +50452,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
50452
50452
  });
50453
50453
  },
50454
50454
 
50455
- /**
50456
- * rejectBtn
50457
- * @desc:点击驳回
50458
- * @author liufan
50459
- * @date 2022年5月25日
50455
+ /**
50456
+ * rejectBtn
50457
+ * @desc:点击驳回
50458
+ * @author liufan
50459
+ * @date 2022年5月25日
50460
50460
  **/
50461
50461
  rejectBtn: function rejectBtn() {
50462
50462
  var _this8 = this;
@@ -50474,11 +50474,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
50474
50474
  }
50475
50475
  },
50476
50476
 
50477
- /**
50478
- * taskReadBtn
50479
- * @desc:点击分阅
50480
- * @author liufan
50481
- * @date 2022年5月25日
50477
+ /**
50478
+ * taskReadBtn
50479
+ * @desc:点击分阅
50480
+ * @author liufan
50481
+ * @date 2022年5月25日
50482
50482
  **/
50483
50483
  taskReadBtn: function taskReadBtn() {
50484
50484
  var _this9 = this;
@@ -50497,11 +50497,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
50497
50497
  }
50498
50498
  },
50499
50499
 
50500
- /**
50501
- * getFind
50502
- * @desc:获取通知方式
50503
- * @author liufan
50504
- * @date 2022年5月25日
50500
+ /**
50501
+ * getFind
50502
+ * @desc:获取通知方式
50503
+ * @author liufan
50504
+ * @date 2022年5月25日
50505
50505
  **/
50506
50506
  getFind: function getFind() {
50507
50507
  var _this10 = this;
@@ -50557,12 +50557,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
50557
50557
  });
50558
50558
  },
50559
50559
 
50560
- /**
50561
- * endFlows
50562
- * @desc:直接办结
50563
- * @author liufan
50564
- * @param {Object} res 直接办结数据
50565
- * @date 2022年5月25日
50560
+ /**
50561
+ * endFlows
50562
+ * @desc:直接办结
50563
+ * @author liufan
50564
+ * @param {Object} res 直接办结数据
50565
+ * @date 2022年5月25日
50566
50566
  **/
50567
50567
  endFlows: function endFlows(res) {
50568
50568
  var _this12 = this;
@@ -50616,12 +50616,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
50616
50616
  }).catch(function (e) {});
50617
50617
  },
50618
50618
 
50619
- /**
50620
- * goView
50621
- * @desc:更多流程按钮操作
50622
- * @author liufan
50623
- * @param {Object} res 当前点击操作按钮数据
50624
- * @date 2022年5月25日
50619
+ /**
50620
+ * goView
50621
+ * @desc:更多流程按钮操作
50622
+ * @author liufan
50623
+ * @param {Object} res 当前点击操作按钮数据
50624
+ * @date 2022年5月25日
50625
50625
  **/
50626
50626
  goView: function goView(res) {
50627
50627
  // 驳回并办结:rejectAndEndHtml
@@ -50706,11 +50706,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
50706
50706
  // isCanStartSubFlow
50707
50707
  },
50708
50708
 
50709
- /**
50710
- * toTakeAdvice
50711
- * @desc:征求意见
50712
- * @author liufan
50713
- * @date 2022年9月29日
50709
+ /**
50710
+ * toTakeAdvice
50711
+ * @desc:征求意见
50712
+ * @author liufan
50713
+ * @date 2022年9月29日
50714
50714
  **/
50715
50715
  toTakeAdvice: function toTakeAdvice(res) {
50716
50716
  var _this14 = this;
@@ -50754,11 +50754,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
50754
50754
  });
50755
50755
  },
50756
50756
 
50757
- /**
50758
- * toStartDraf
50759
- * @desc: 稿件递送、联合审核、复核
50760
- * @author liufan
50761
- * @date 2022年9月29日
50757
+ /**
50758
+ * toStartDraf
50759
+ * @desc: 稿件递送、联合审核、复核
50760
+ * @author liufan
50761
+ * @date 2022年9月29日
50762
50762
  **/
50763
50763
  toStartDraf: function toStartDraf(res) {
50764
50764
  var _this16 = this;
@@ -50772,11 +50772,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
50772
50772
  }
50773
50773
  },
50774
50774
 
50775
- /**
50776
- * toSendMsg
50777
- * @desc:核稿通知
50778
- * @author liufan
50779
- * @date 2022年9月29日
50775
+ /**
50776
+ * toSendMsg
50777
+ * @desc:核稿通知
50778
+ * @author liufan
50779
+ * @date 2022年9月29日
50780
50780
  **/
50781
50781
  toSendMsg: function toSendMsg(res) {
50782
50782
  var _this17 = this;
@@ -50790,11 +50790,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
50790
50790
  }
50791
50791
  },
50792
50792
 
50793
- /**
50794
- * toTaskReadAndEnd
50795
- * @desc:分阅并办结
50796
- * @author liufan
50797
- * @date 2022年9月29日
50793
+ /**
50794
+ * toTaskReadAndEnd
50795
+ * @desc:分阅并办结
50796
+ * @author liufan
50797
+ * @date 2022年9月29日
50798
50798
  **/
50799
50799
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50800
50800
  var _this18 = this;
@@ -50812,11 +50812,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
50812
50812
  }
50813
50813
  },
50814
50814
 
50815
- /**
50816
- * rejectAndEnd
50817
- * @desc:驳回并办结
50818
- * @author liufan
50819
- * @date 2022年9月29日
50815
+ /**
50816
+ * rejectAndEnd
50817
+ * @desc:驳回并办结
50818
+ * @author liufan
50819
+ * @date 2022年9月29日
50820
50820
  **/
50821
50821
  rejectAndEnd: function rejectAndEnd(res) {
50822
50822
  var _this19 = this;
@@ -50871,11 +50871,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
50871
50871
  });
50872
50872
  },
50873
50873
 
50874
- /**
50875
- * toTransfer
50876
- * @desc:转办
50877
- * @author liufan
50878
- * @date 2022年9月29日
50874
+ /**
50875
+ * toTransfer
50876
+ * @desc:转办
50877
+ * @author liufan
50878
+ * @date 2022年9月29日
50879
50879
  **/
50880
50880
  toTransfer: function toTransfer(res) {
50881
50881
  var _this21 = this;
@@ -50891,11 +50891,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
50891
50891
  }
50892
50892
  },
50893
50893
 
50894
- /**
50895
- * getNodeInfo
50896
- * @desc:获取节点信息
50897
- * @author liufan
50898
- * @date 2022年5月25日
50894
+ /**
50895
+ * getNodeInfo
50896
+ * @desc:获取节点信息
50897
+ * @author liufan
50898
+ * @date 2022年5月25日
50899
50899
  **/
50900
50900
  getNodeInfo: function getNodeInfo() {
50901
50901
  var _this22 = this;
@@ -50998,12 +50998,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
50998
50998
  });
50999
50999
  },
51000
51000
 
51001
- /**
51002
- * selecNext
51003
- * @desc:下步节点变化时更新数据
51004
- * @author liufan
51005
- * @param {String} val 当前选中值
51006
- * @date 2022年5月25日
51001
+ /**
51002
+ * selecNext
51003
+ * @desc:下步节点变化时更新数据
51004
+ * @author liufan
51005
+ * @param {String} val 当前选中值
51006
+ * @date 2022年5月25日
51007
51007
  **/
51008
51008
  selecNext: function selecNext(val, type, isDef) {
51009
51009
  var _this23 = this;
@@ -51112,11 +51112,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
51112
51112
  if (isDef !== true) this.getNodeInfo();
51113
51113
  },
51114
51114
 
51115
- /**
51116
- * isMultiple
51117
- * @desc:是否多选
51118
- * @author liufan
51119
- * @date 2022年9月13日
51115
+ /**
51116
+ * isMultiple
51117
+ * @desc:是否多选
51118
+ * @author liufan
51119
+ * @date 2022年9月13日
51120
51120
  **/
51121
51121
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
51122
51122
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -51148,11 +51148,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
51148
51148
  }
51149
51149
  },
51150
51150
 
51151
- /**
51152
- * getHedInfo
51153
- * @desc:获取审核页面数据
51154
- * @author liufan
51155
- * @date 2022年5月25日
51151
+ /**
51152
+ * getHedInfo
51153
+ * @desc:获取审核页面数据
51154
+ * @author liufan
51155
+ * @date 2022年5月25日
51156
51156
  **/
51157
51157
  getHedInfo: function getHedInfo() {
51158
51158
  var _this24 = this;
@@ -51388,13 +51388,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
51388
51388
  });
51389
51389
  },
51390
51390
 
51391
- /**
51392
- * closeProcess
51393
- * @desc:关闭弹窗
51394
- * @author liufan
51395
- * @param {boolean} val 当前是否办理流程
51396
- * @param {String} type 当前点击的弹窗类型
51397
- * @date 2022年5月25日
51391
+ /**
51392
+ * closeProcess
51393
+ * @desc:关闭弹窗
51394
+ * @author liufan
51395
+ * @param {boolean} val 当前是否办理流程
51396
+ * @param {String} type 当前点击的弹窗类型
51397
+ * @date 2022年5月25日
51398
51398
  **/
51399
51399
  closeProcess: function closeProcess(val, type, closeParent) {
51400
51400
  if (closeParent) {
@@ -51411,23 +51411,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
51411
51411
  }
51412
51412
  },
51413
51413
 
51414
- /**
51415
- * selectChange
51416
- * @desc:常用语选择
51417
- * @author liufan
51418
- * @param {String} val 选中值
51419
- * @date 2022年5月25日
51414
+ /**
51415
+ * selectChange
51416
+ * @desc:常用语选择
51417
+ * @author liufan
51418
+ * @param {String} val 选中值
51419
+ * @date 2022年5月25日
51420
51420
  **/
51421
51421
  selectChange: function selectChange(val) {
51422
51422
  this.value = val;
51423
51423
  },
51424
51424
 
51425
- /**
51426
- * upDate
51427
- * @desc:修改常用语
51428
- * @author liufan
51429
- * @param {Object} val 修改值
51430
- * @date 2022年5月25日
51425
+ /**
51426
+ * upDate
51427
+ * @desc:修改常用语
51428
+ * @author liufan
51429
+ * @param {Object} val 修改值
51430
+ * @date 2022年5月25日
51431
51431
  **/
51432
51432
  upDate: function upDate(val) {
51433
51433
  this.FormData.id = val.id;
@@ -51435,11 +51435,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
51435
51435
  },
51436
51436
 
51437
51437
 
51438
- /**
51439
- * getProcess
51440
- * @desc:获取选择流程
51441
- * @author liufan
51442
- * @date 2022年5月25日
51438
+ /**
51439
+ * getProcess
51440
+ * @desc:获取选择流程
51441
+ * @author liufan
51442
+ * @date 2022年5月25日
51443
51443
  **/
51444
51444
  getProcess: function getProcess() {
51445
51445
  var _this25 = this;
@@ -51493,11 +51493,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
51493
51493
  });
51494
51494
  },
51495
51495
 
51496
- /**
51497
- * getPendedhistoryList
51498
- * @desc:获取流程列表
51499
- * @author liufan
51500
- * @date 2022年5月25日
51496
+ /**
51497
+ * getPendedhistoryList
51498
+ * @desc:获取流程列表
51499
+ * @author liufan
51500
+ * @date 2022年5月25日
51501
51501
  **/
51502
51502
  getPendedhistoryList: function getPendedhistoryList() {
51503
51503
  var _this26 = this;
@@ -51529,12 +51529,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
51529
51529
  },
51530
51530
 
51531
51531
  // 提交流程
51532
- /**
51533
- * subProcess
51534
- * @desc:提交流程
51535
- * @author liufan
51536
- * @param {String} formName 当前form表单ref值
51537
- * @date 2022年5月25日
51532
+ /**
51533
+ * subProcess
51534
+ * @desc:提交流程
51535
+ * @author liufan
51536
+ * @param {String} formName 当前form表单ref值
51537
+ * @date 2022年5月25日
51538
51538
  **/
51539
51539
  subProcess: function subProcess(val) {
51540
51540
  var _this27 = this;
@@ -76045,10 +76045,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
76045
76045
  this.$emit('click', res);
76046
76046
  },
76047
76047
 
76048
- /**
76049
- * @desc:获取气泡提醒
76050
- * @author huangbo
76051
- * @date 2024年9月7日
76048
+ /**
76049
+ * @desc:获取气泡提醒
76050
+ * @author huangbo
76051
+ * @date 2024年9月7日
76052
76052
  **/
76053
76053
  getBadge: function getBadge(res) {
76054
76054
  var num = res.tips || 0;
@@ -97105,8 +97105,8 @@ select_ganged_src_main.install = function (Vue) {
97105
97105
  };
97106
97106
 
97107
97107
  /* harmony default export */ var select_ganged = (select_ganged_src_main);
97108
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=template&id=18a2e4a6&
97109
- var mainvue_type_template_id_18a2e4a6_render = function () {
97108
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=template&id=060f91c3&
97109
+ var mainvue_type_template_id_060f91c3_render = function () {
97110
97110
  var _vm = this
97111
97111
  var _h = _vm.$createElement
97112
97112
  var _c = _vm._self._c || _h
@@ -97116,16 +97116,29 @@ var mainvue_type_template_id_18a2e4a6_render = function () {
97116
97116
  {
97117
97117
  ref: "esSelector",
97118
97118
  staticClass: "es-selector",
97119
- class: { "is-button": _vm.button && !_vm.readonly },
97119
+ class: { "is-button": _vm.button && !_vm.isReadonly },
97120
+ on: {
97121
+ click: function ($event) {
97122
+ $event.stopPropagation()
97123
+ return _vm.handleClick($event)
97124
+ },
97125
+ },
97120
97126
  },
97121
97127
  [
97122
97128
  _vm.form
97123
97129
  ? [
97124
- _vm.button && !_vm.readonly
97130
+ _vm.button && !_vm.isReadonly
97125
97131
  ? _c(
97126
97132
  "el-button",
97127
97133
  _vm._b(
97128
- { on: { click: _vm.openDialog } },
97134
+ {
97135
+ on: {
97136
+ click: function ($event) {
97137
+ $event.stopPropagation()
97138
+ return _vm.openDialog($event)
97139
+ },
97140
+ },
97141
+ },
97129
97142
  "el-button",
97130
97143
  _vm.button,
97131
97144
  false
@@ -97140,13 +97153,13 @@ var mainvue_type_template_id_18a2e4a6_render = function () {
97140
97153
  2
97141
97154
  )
97142
97155
  : [
97143
- !(_vm.multiple && _vm.readonly)
97156
+ !(_vm.multiple && _vm.isReadonly)
97144
97157
  ? _c(
97145
97158
  "el-autocomplete",
97146
97159
  {
97147
97160
  attrs: {
97148
97161
  "value-key": "showname",
97149
- readonly: _vm.readonly,
97162
+ readonly: _vm.isReadonly || !this.isSearch,
97150
97163
  "fetch-suggestions": _vm.search,
97151
97164
  placeholder: _vm.placeholder,
97152
97165
  "trigger-on-focus": false,
@@ -97165,7 +97178,7 @@ var mainvue_type_template_id_18a2e4a6_render = function () {
97165
97178
  },
97166
97179
  },
97167
97180
  [
97168
- !_vm.readonly
97181
+ !_vm.isReadonly
97169
97182
  ? _c("el-button", {
97170
97183
  staticClass: "es-selector-btn",
97171
97184
  attrs: {
@@ -97193,7 +97206,7 @@ var mainvue_type_template_id_18a2e4a6_render = function () {
97193
97206
  ref: "tags",
97194
97207
  staticClass: "es-select__tags",
97195
97208
  class: {
97196
- "is-edit": !_vm.readonly,
97209
+ "is-edit": !_vm.isReadonly,
97197
97210
  "is-show": _vm.selected.length,
97198
97211
  },
97199
97212
  },
@@ -97205,7 +97218,7 @@ var mainvue_type_template_id_18a2e4a6_render = function () {
97205
97218
  attrs: {
97206
97219
  closable:
97207
97220
  !_vm.selectorDisabled &&
97208
- !_vm.readonly &&
97221
+ !_vm.isReadonly &&
97209
97222
  _vm.selected.length > _vm.min,
97210
97223
  type: "info",
97211
97224
  "disable-transitions": "",
@@ -97231,7 +97244,7 @@ var mainvue_type_template_id_18a2e4a6_render = function () {
97231
97244
  ],
97232
97245
  ]
97233
97246
  : _vm._e(),
97234
- !_vm.readonly
97247
+ !_vm.isReadonly
97235
97248
  ? _c(
97236
97249
  "es-dialog",
97237
97250
  {
@@ -97302,11 +97315,11 @@ var mainvue_type_template_id_18a2e4a6_render = function () {
97302
97315
  )
97303
97316
  : _vm._e()
97304
97317
  }
97305
- var mainvue_type_template_id_18a2e4a6_staticRenderFns = []
97306
- mainvue_type_template_id_18a2e4a6_render._withStripped = true
97318
+ var mainvue_type_template_id_060f91c3_staticRenderFns = []
97319
+ mainvue_type_template_id_060f91c3_render._withStripped = true
97307
97320
 
97308
97321
 
97309
- // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=18a2e4a6&
97322
+ // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=060f91c3&
97310
97323
 
97311
97324
  // EXTERNAL MODULE: external "eoss-element/src/utils/clickoutside"
97312
97325
  var clickoutside_ = __webpack_require__(17);
@@ -97403,6 +97416,13 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
97403
97416
  //
97404
97417
  //
97405
97418
  //
97419
+ //
97420
+ //
97421
+ //
97422
+ //
97423
+ //
97424
+ //
97425
+ //
97406
97426
 
97407
97427
 
97408
97428
 
@@ -97552,7 +97572,10 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
97552
97572
  default: true
97553
97573
  },
97554
97574
  //弹窗关闭时是否销毁子组件
97555
- destroyOnClose: Boolean,
97575
+ destroyOnClose: {
97576
+ type: Boolean,
97577
+ default: true
97578
+ },
97556
97579
  //树结构标题
97557
97580
  treeTitle: String,
97558
97581
  //是否显示切换按钮
@@ -97560,7 +97583,12 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
97560
97583
  type: Boolean,
97561
97584
  default: true
97562
97585
  },
97563
- selection: [Array, String]
97586
+ selection: [Array, String],
97587
+ //输入框是否可搜索
97588
+ isSearch: {
97589
+ type: Boolean,
97590
+ default: true
97591
+ }
97564
97592
  },
97565
97593
  data: function data() {
97566
97594
  return {
@@ -97580,6 +97608,9 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
97580
97608
  },
97581
97609
 
97582
97610
  computed: {
97611
+ isReadonly: function isReadonly() {
97612
+ return this.readonly || (this.elForm || {}).readonly;
97613
+ },
97583
97614
  isRender: function isRender() {
97584
97615
  var useCaseCodes = utils_util.getStorage('useCaseCodes');
97585
97616
  if (useCaseCodes && this.useCaseCode) {
@@ -97667,11 +97698,6 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
97667
97698
  _this2.$refs.reference && (_this2.minWidth = _this2.$refs.reference.$el.children[0].offsetWidth);
97668
97699
  });
97669
97700
  }
97670
- if (this.$refs.openDialog) {
97671
- this.$refs.openDialog.$el.parentNode.addEventListener('click', function () {
97672
- _this2.openDialog();
97673
- });
97674
- }
97675
97701
  },
97676
97702
 
97677
97703
  methods: {
@@ -97702,8 +97728,14 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
97702
97728
  getValueKey: function getValueKey(obj) {
97703
97729
  return utils_util.isObject(obj) ? obj[this.valueKey] : obj;
97704
97730
  },
97731
+ handleClick: function handleClick() {
97732
+ console.log('handleClick');
97733
+ if (!this.isSearch) {
97734
+ this.openDialog();
97735
+ }
97736
+ },
97705
97737
  openDialog: function openDialog() {
97706
- if (!this.selectorDisabled && !this.readonly && this.select) {
97738
+ if (!this.selectorDisabled && !this.isReadonly && this.select) {
97707
97739
  this.visible = true;
97708
97740
  }
97709
97741
  },
@@ -97869,7 +97901,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
97869
97901
  }
97870
97902
  }
97871
97903
  if (height) {
97872
- if (_this4.readonly) {
97904
+ if (_this4.isReadonly) {
97873
97905
  _this4.$refs.reference.style.height = height;
97874
97906
  } else {
97875
97907
  var inputChildNodes = _this4.$refs.reference.$el.childNodes;
@@ -97914,8 +97946,8 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
97914
97946
 
97915
97947
  var selector_src_main_component = normalizeComponent(
97916
97948
  packages_selector_src_mainvue_type_script_lang_js_,
97917
- mainvue_type_template_id_18a2e4a6_render,
97918
- mainvue_type_template_id_18a2e4a6_staticRenderFns,
97949
+ mainvue_type_template_id_060f91c3_render,
97950
+ mainvue_type_template_id_060f91c3_staticRenderFns,
97919
97951
  false,
97920
97952
  null,
97921
97953
  null,
@@ -112917,7 +112949,7 @@ if (typeof window !== 'undefined' && window.Vue) {
112917
112949
  }
112918
112950
 
112919
112951
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
112920
- version: '0.8.41',
112952
+ version: '0.8.42',
112921
112953
  install: install,
112922
112954
  Archives: archives,
112923
112955
  Button: packages_button,