eoss-ui 0.7.15 → 0.7.16

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 (247) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +793 -791
  3. package/lib/flow-group.js +6 -2
  4. package/lib/flow-list.js +84 -87
  5. package/lib/flow.js +294 -297
  6. package/lib/index.js +1 -1
  7. package/lib/main.js +149 -149
  8. package/lib/qr-code.js +13 -13
  9. package/lib/select.js +1 -0
  10. package/package.json +160 -160
  11. package/packages/.DS_Store +0 -0
  12. package/packages/autocomplete/.DS_Store +0 -0
  13. package/packages/button/index.js +5 -5
  14. package/packages/button/src/main.vue +418 -418
  15. package/packages/button-group/index.js +5 -5
  16. package/packages/button-group/src/main.vue +298 -298
  17. package/packages/calendar/index.js +5 -5
  18. package/packages/calogin/.DS_Store +0 -0
  19. package/packages/calogin/index.js +5 -5
  20. package/packages/calogin/src/main.vue +412 -412
  21. package/packages/calogin/src/plugin.js +915 -915
  22. package/packages/card/index.js +5 -5
  23. package/packages/card/src/main.vue +156 -156
  24. package/packages/cascader/index.js +5 -5
  25. package/packages/cascader/src/main.vue +168 -168
  26. package/packages/checkbox-group/index.js +5 -5
  27. package/packages/checkbox-group/src/main.vue +333 -333
  28. package/packages/clients/index.js +5 -5
  29. package/packages/clients/src/main.vue +151 -151
  30. package/packages/data-table/index.js +5 -5
  31. package/packages/data-table/src/children.vue +39 -39
  32. package/packages/data-table/src/column.vue +988 -988
  33. package/packages/data-table/src/main.vue +1831 -1831
  34. package/packages/data-table/src/sizer.vue +195 -195
  35. package/packages/data-table-form/index.js +5 -5
  36. package/packages/data-table-form/src/checkbox.vue +101 -101
  37. package/packages/data-table-form/src/colgroup.vue +17 -17
  38. package/packages/data-table-form/src/main.vue +181 -181
  39. package/packages/data-table-form/src/radio.vue +65 -65
  40. package/packages/data-table-form/src/table.vue +233 -233
  41. package/packages/data-table-form/src/tbody.vue +336 -336
  42. package/packages/data-table-form/src/thead.vue +68 -68
  43. package/packages/date-picker/.DS_Store +0 -0
  44. package/packages/date-picker/index.js +5 -5
  45. package/packages/date-picker/src/.DS_Store +0 -0
  46. package/packages/date-picker/src/main.vue +236 -236
  47. package/packages/dialog/index.js +5 -5
  48. package/packages/enable-drag/index.js +5 -5
  49. package/packages/enterprise/index.js +5 -5
  50. package/packages/enterprise/src/main.vue +66 -66
  51. package/packages/error-page/index.js +5 -5
  52. package/packages/error-page/src/main.vue +44 -44
  53. package/packages/flow/.DS_Store +0 -0
  54. package/packages/flow/index.js +5 -5
  55. package/packages/flow/src/.DS_Store +0 -0
  56. package/packages/flow/src/component/Circulate.vue +410 -407
  57. package/packages/flow/src/component/CommonOpinions.vue +372 -372
  58. package/packages/flow/src/component/CustomPreset.vue +322 -322
  59. package/packages/flow/src/component/FileList.vue +97 -100
  60. package/packages/flow/src/component/FreeCirculation.vue +235 -235
  61. package/packages/flow/src/component/Preset.vue +255 -255
  62. package/packages/flow/src/component/SendMsg.vue +242 -242
  63. package/packages/flow/src/component/TimeLimit.vue +190 -190
  64. package/packages/flow/src/component/taskUnionExamine.vue +643 -643
  65. package/packages/flow/src/form.vue +121 -121
  66. package/packages/flow/src/freeStartFlow.vue +2845 -2845
  67. package/packages/flow/src/main.vue +3783 -3781
  68. package/packages/flow/src/processForm.vue +1287 -1287
  69. package/packages/flow/src/processReject.vue +308 -308
  70. package/packages/flow/src/reset.vue +941 -941
  71. package/packages/flow/src/startTaskRead.vue +691 -691
  72. package/packages/flow/src/supervise.vue +159 -159
  73. package/packages/flow/src/table.vue +58 -58
  74. package/packages/flow-group/index.js +5 -5
  75. package/packages/flow-group/src/main.vue +696 -692
  76. package/packages/flow-list/.DS_Store +0 -0
  77. package/packages/flow-list/index.js +5 -5
  78. package/packages/flow-list/src/main.vue +1770 -1770
  79. package/packages/form/.DS_Store +0 -0
  80. package/packages/form/index.js +5 -5
  81. package/packages/form/src/main.vue +3850 -3850
  82. package/packages/form/src/table.vue +1508 -1508
  83. package/packages/handle-user/index.js +5 -5
  84. package/packages/handle-user/src/main.vue +137 -137
  85. package/packages/handler/index.js +5 -5
  86. package/packages/handler/src/main.vue +493 -493
  87. package/packages/icon/index.js +5 -5
  88. package/packages/icon/src/main.vue +101 -101
  89. package/packages/icons/index.js +5 -5
  90. package/packages/icons/src/main.vue +81 -81
  91. package/packages/input/index.js +5 -5
  92. package/packages/input/src/main.vue +356 -356
  93. package/packages/input-number/index.js +5 -5
  94. package/packages/input-number/src/main.vue +106 -106
  95. package/packages/label/index.js +5 -5
  96. package/packages/label/src/main.vue +457 -457
  97. package/packages/layout/index.js +5 -5
  98. package/packages/layout/src/item.vue +152 -152
  99. package/packages/layout/src/main.vue +31 -31
  100. package/packages/login/.DS_Store +0 -0
  101. package/packages/login/index.js +5 -5
  102. package/packages/login/src/main.vue +1993 -1993
  103. package/packages/login/src/resetPassword.vue +557 -557
  104. package/packages/main/.DS_Store +0 -0
  105. package/packages/main/index.js +5 -5
  106. package/packages/main/src/.DS_Store +0 -0
  107. package/packages/main/src/default/index.vue +1 -1
  108. package/packages/main/src/default/message.vue +249 -249
  109. package/packages/main/src/default/notice.vue +157 -157
  110. package/packages/main/src/default/userinfo.vue +502 -502
  111. package/packages/main/src/public/online.vue +89 -89
  112. package/packages/main/src/public/search.vue +464 -464
  113. package/packages/main/src/public/settings.vue +221 -221
  114. package/packages/main/src/simplicity/apps.vue +388 -388
  115. package/packages/main/src/simplicity/avatar.vue +82 -82
  116. package/packages/main/src/simplicity/handler.vue +259 -259
  117. package/packages/main/src/simplicity/index.vue +2125 -2125
  118. package/packages/main/src/simplicity/lists.vue +84 -84
  119. package/packages/main/src/simplicity/menu-list.vue +135 -135
  120. package/packages/main/src/simplicity/message.vue +259 -259
  121. package/packages/main/src/simplicity/notice.vue +190 -190
  122. package/packages/main/src/simplicity/router-page.vue +45 -45
  123. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  124. package/packages/main/src/simplicity/user.vue +259 -259
  125. package/packages/main/src/simplicity/userinfo.vue +398 -398
  126. package/packages/menu/.DS_Store +0 -0
  127. package/packages/menu/index.js +5 -5
  128. package/packages/menu/src/main.vue +584 -584
  129. package/packages/nav/index.js +5 -5
  130. package/packages/nav/src/main.vue +351 -351
  131. package/packages/notify/index.js +5 -5
  132. package/packages/notify/src/main.vue +538 -538
  133. package/packages/page/index.js +5 -5
  134. package/packages/page/src/main.vue +167 -167
  135. package/packages/pagination/index.js +5 -5
  136. package/packages/pagination/src/main.vue +96 -96
  137. package/packages/player/index.js +5 -5
  138. package/packages/player/src/main.vue +194 -194
  139. package/packages/qr-code/index.js +5 -5
  140. package/packages/qr-code/src/main.vue +170 -170
  141. package/packages/radio-group/index.js +6 -6
  142. package/packages/radio-group/src/main.vue +319 -319
  143. package/packages/retrial-auth/index.js +5 -5
  144. package/packages/retrial-auth/src/main.vue +280 -280
  145. package/packages/scrollbar/.DS_Store +0 -0
  146. package/packages/select/.DS_Store +0 -0
  147. package/packages/select/index.js +5 -5
  148. package/packages/select/src/main.vue +782 -781
  149. package/packages/select-ganged/index.js +5 -5
  150. package/packages/select-ganged/src/main.vue +724 -724
  151. package/packages/selector/.DS_Store +0 -0
  152. package/packages/selector/index.js +5 -5
  153. package/packages/selector/src/main.vue +761 -761
  154. package/packages/selector-panel/.DS_Store +0 -0
  155. package/packages/selector-panel/index.js +5 -5
  156. package/packages/selector-panel/src/main.vue +1027 -1027
  157. package/packages/selector-panel/src/selection.vue +170 -170
  158. package/packages/selector-panel/src/tree.vue +129 -129
  159. package/packages/sizer/index.js +5 -5
  160. package/packages/sizer/src/main.vue +254 -254
  161. package/packages/steps/index.js +5 -5
  162. package/packages/steps/src/main.vue +181 -181
  163. package/packages/switch/index.js +5 -5
  164. package/packages/switch/src/main.vue +154 -154
  165. package/packages/table-form/index.js +5 -5
  166. package/packages/tabs/index.js +5 -5
  167. package/packages/tabs/src/main.vue +788 -788
  168. package/packages/tabs-panel/index.js +5 -5
  169. package/packages/tabs-panel/src/main.vue +29 -29
  170. package/packages/theme-chalk/src/.DS_Store +0 -0
  171. package/packages/theme-chalk/src/base.scss +261 -261
  172. package/packages/theme-chalk/src/button-group.scss +176 -176
  173. package/packages/theme-chalk/src/button.scss +24 -24
  174. package/packages/theme-chalk/src/calendar.scss +113 -113
  175. package/packages/theme-chalk/src/card.scss +99 -99
  176. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  177. package/packages/theme-chalk/src/clients.scss +87 -87
  178. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  179. package/packages/theme-chalk/src/data-table.scss +293 -293
  180. package/packages/theme-chalk/src/date-picker.scss +7 -7
  181. package/packages/theme-chalk/src/dialog.scss +77 -77
  182. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  183. package/packages/theme-chalk/src/enterprise.scss +5 -5
  184. package/packages/theme-chalk/src/error-page.scss +18 -18
  185. package/packages/theme-chalk/src/flow-group.scss +110 -110
  186. package/packages/theme-chalk/src/flow-list.scss +39 -39
  187. package/packages/theme-chalk/src/flow.scss +348 -348
  188. package/packages/theme-chalk/src/form.scss +499 -499
  189. package/packages/theme-chalk/src/handle-user.scss +40 -40
  190. package/packages/theme-chalk/src/handler.scss +143 -143
  191. package/packages/theme-chalk/src/icon.scss +1817 -1817
  192. package/packages/theme-chalk/src/icons.scss +99 -99
  193. package/packages/theme-chalk/src/input.scss +9 -9
  194. package/packages/theme-chalk/src/label.scss +24 -24
  195. package/packages/theme-chalk/src/layout.scss +46 -46
  196. package/packages/theme-chalk/src/login.scss +984 -984
  197. package/packages/theme-chalk/src/main.scss +663 -663
  198. package/packages/theme-chalk/src/menu.scss +222 -222
  199. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  200. package/packages/theme-chalk/src/nav.scss +111 -111
  201. package/packages/theme-chalk/src/page.scss +3 -3
  202. package/packages/theme-chalk/src/pagination.scss +29 -29
  203. package/packages/theme-chalk/src/player.scss +9 -9
  204. package/packages/theme-chalk/src/qr-code.scss +17 -17
  205. package/packages/theme-chalk/src/radio-group.scss +9 -9
  206. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  207. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  208. package/packages/theme-chalk/src/select.scss +8 -8
  209. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  210. package/packages/theme-chalk/src/selector.scss +92 -92
  211. package/packages/theme-chalk/src/simplicity.scss +1361 -1361
  212. package/packages/theme-chalk/src/sizer.scss +36 -36
  213. package/packages/theme-chalk/src/steps.scss +88 -88
  214. package/packages/theme-chalk/src/switch.scss +3 -3
  215. package/packages/theme-chalk/src/table-form.scss +1 -1
  216. package/packages/theme-chalk/src/tabs.scss +87 -87
  217. package/packages/theme-chalk/src/tips.scss +7 -7
  218. package/packages/theme-chalk/src/toolbar.scss +179 -179
  219. package/packages/theme-chalk/src/tree-group.scss +72 -72
  220. package/packages/theme-chalk/src/tree.scss +165 -165
  221. package/packages/theme-chalk/src/upload.scss +172 -172
  222. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  223. package/packages/tips/index.js +5 -5
  224. package/packages/tips/src/main.vue +141 -141
  225. package/packages/toolbar/index.js +5 -5
  226. package/packages/toolbar/src/main.vue +430 -430
  227. package/packages/tree/index.js +5 -5
  228. package/packages/tree-group/index.js +5 -5
  229. package/packages/upload/.DS_Store +0 -0
  230. package/packages/upload/index.js +5 -5
  231. package/packages/upload/src/main.vue +1343 -1343
  232. package/packages/upload/src/picture.js +15 -15
  233. package/packages/wujie/index.js +5 -5
  234. package/packages/wujie/src/main.vue +145 -145
  235. package/packages/wxlogin/index.js +5 -5
  236. package/packages/wxlogin/src/main.vue +128 -128
  237. package/src/.DS_Store +0 -0
  238. package/src/config/api.js +315 -315
  239. package/src/config/image.js +2 -2
  240. package/src/index.js +163 -163
  241. package/src/utils/.DS_Store +0 -0
  242. package/src/utils/bus.js +3 -3
  243. package/src/utils/date-util.js +312 -312
  244. package/src/utils/http.js +50 -50
  245. package/src/utils/rules.js +18 -18
  246. package/src/utils/store.js +21 -21
  247. package/src/utils/webSocket.js +107 -107
package/lib/main.js CHANGED
@@ -4463,8 +4463,8 @@ render._withStripped = true
4463
4463
  // EXTERNAL MODULE: ./src/config/image.js
4464
4464
  var config_image = __webpack_require__(20);
4465
4465
 
4466
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=60bf1a32&scoped=true&
4467
- var simplicityvue_type_template_id_60bf1a32_scoped_true_render = function () {
4466
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=2ee76725&scoped=true&
4467
+ var simplicityvue_type_template_id_2ee76725_scoped_true_render = function () {
4468
4468
  var _vm = this
4469
4469
  var _h = _vm.$createElement
4470
4470
  var _c = _vm._self._c || _h
@@ -5158,11 +5158,11 @@ var simplicityvue_type_template_id_60bf1a32_scoped_true_render = function () {
5158
5158
  ),
5159
5159
  ])
5160
5160
  }
5161
- var simplicityvue_type_template_id_60bf1a32_scoped_true_staticRenderFns = []
5162
- simplicityvue_type_template_id_60bf1a32_scoped_true_render._withStripped = true
5161
+ var simplicityvue_type_template_id_2ee76725_scoped_true_staticRenderFns = []
5162
+ simplicityvue_type_template_id_2ee76725_scoped_true_render._withStripped = true
5163
5163
 
5164
5164
 
5165
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=60bf1a32&scoped=true&
5165
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=2ee76725&scoped=true&
5166
5166
 
5167
5167
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
5168
5168
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -7246,10 +7246,10 @@ var external_throttle_debounce_ = __webpack_require__(14);
7246
7246
  this.$emit('click', res);
7247
7247
  },
7248
7248
 
7249
- /**
7250
- * @desc:获取气泡提醒
7251
- * @author huangbo
7252
- * @date 2024年9月7日
7249
+ /**
7250
+ * @desc:获取气泡提醒
7251
+ * @author huangbo
7252
+ * @date 2024年9月7日
7253
7253
  **/
7254
7254
  getBadge: function getBadge(res) {
7255
7255
  var num = res.tips || 0;
@@ -10973,7 +10973,7 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
10973
10973
 
10974
10974
 
10975
10975
 
10976
- var isIE = navigator.userAgent.indexOf('MSIE') != -1;
10976
+ var isIE = /MSIE|Trident/.test(navigator.userAgent);
10977
10977
  var systemMode = util["a" /* default */].win.systemMode || 'default';
10978
10978
  var events = [function (tabs, index, that) {
10979
10979
  var tab = tabs[index];
@@ -11349,10 +11349,10 @@ var events = [function (tabs, index, that) {
11349
11349
  },
11350
11350
 
11351
11351
  methods: {
11352
- /**
11353
- * @desc:匹配路由
11354
- * @author huangbo
11355
- * @date 2024年9月7日
11352
+ /**
11353
+ * @desc:匹配路由
11354
+ * @author huangbo
11355
+ * @date 2024年9月7日
11356
11356
  **/
11357
11357
  hasRouter: function hasRouter(res, url, code) {
11358
11358
  if (!url) {
@@ -11396,10 +11396,10 @@ var events = [function (tabs, index, that) {
11396
11396
  return false;
11397
11397
  },
11398
11398
 
11399
- /**
11400
- * @desc:获取初始数据
11401
- * @author huangbo
11402
- * @date 2024年9月7日
11399
+ /**
11400
+ * @desc:获取初始数据
11401
+ * @author huangbo
11402
+ * @date 2024年9月7日
11403
11403
  **/
11404
11404
  init: function init(results, first) {
11405
11405
  this.setConfig(results);
@@ -11408,10 +11408,10 @@ var events = [function (tabs, index, that) {
11408
11408
  }
11409
11409
  },
11410
11410
 
11411
- /**
11412
- * @desc:设置用户配置及信息
11413
- * @author huangbo
11414
- * @date 2024年9月7日
11411
+ /**
11412
+ * @desc:设置用户配置及信息
11413
+ * @author huangbo
11414
+ * @date 2024年9月7日
11415
11415
  **/
11416
11416
  setConfig: function setConfig(results) {
11417
11417
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -11548,10 +11548,10 @@ var events = [function (tabs, index, that) {
11548
11548
  }
11549
11549
  },
11550
11550
 
11551
- /**
11552
- * @desc:获取所有应用
11553
- * @author huangbo
11554
- * @date 2024年9月7日
11551
+ /**
11552
+ * @desc:获取所有应用
11553
+ * @author huangbo
11554
+ * @date 2024年9月7日
11555
11555
  **/
11556
11556
  getApplications: function getApplications() {
11557
11557
  var _this = this;
@@ -11599,10 +11599,10 @@ var events = [function (tabs, index, that) {
11599
11599
  });
11600
11600
  },
11601
11601
 
11602
- /**
11603
- * @desc:获取菜单列表
11604
- * @author huangbo
11605
- * @date 2024年9月7日
11602
+ /**
11603
+ * @desc:获取菜单列表
11604
+ * @author huangbo
11605
+ * @date 2024年9月7日
11606
11606
  **/
11607
11607
  getMenus: function getMenus(loading) {
11608
11608
  var _this2 = this;
@@ -11635,10 +11635,10 @@ var events = [function (tabs, index, that) {
11635
11635
  });
11636
11636
  },
11637
11637
 
11638
- /**
11639
- * @desc:处理菜单列表
11640
- * @author huangbo
11641
- * @date 2024年9月7日
11638
+ /**
11639
+ * @desc:处理菜单列表
11640
+ * @author huangbo
11641
+ * @date 2024年9月7日
11642
11642
  **/
11643
11643
  renderMenus: function renderMenus(res) {
11644
11644
  this.menus = res;
@@ -11734,10 +11734,10 @@ var events = [function (tabs, index, that) {
11734
11734
  }
11735
11735
  },
11736
11736
 
11737
- /**
11738
- * @desc:设置页面加载类型
11739
- * @author huangbo
11740
- * @date 2024年9月7日
11737
+ /**
11738
+ * @desc:设置页面加载类型
11739
+ * @author huangbo
11740
+ * @date 2024年9月7日
11741
11741
  **/
11742
11742
  setIframeType: function setIframeType(res) {
11743
11743
  var url = res.url;
@@ -11793,10 +11793,10 @@ var events = [function (tabs, index, that) {
11793
11793
  return res;
11794
11794
  },
11795
11795
 
11796
- /**
11797
- * @desc:获取菜单
11798
- * @author huangbo
11799
- * @date 2024年9月7日
11796
+ /**
11797
+ * @desc:获取菜单
11798
+ * @author huangbo
11799
+ * @date 2024年9月7日
11800
11800
  **/
11801
11801
  getMenu: function getMenu(menus, res, key) {
11802
11802
  if (Array.isArray(menus)) {
@@ -11825,10 +11825,10 @@ var events = [function (tabs, index, that) {
11825
11825
  return false;
11826
11826
  },
11827
11827
 
11828
- /**
11829
- * @desc:获取菜单第一条数据
11830
- * @author huangbo
11831
- * @date 2024年9月7日
11828
+ /**
11829
+ * @desc:获取菜单第一条数据
11830
+ * @author huangbo
11831
+ * @date 2024年9月7日
11832
11832
  **/
11833
11833
  getFirst: function getFirst(obj) {
11834
11834
  if (!obj) {
@@ -11847,10 +11847,10 @@ var events = [function (tabs, index, that) {
11847
11847
  }
11848
11848
  },
11849
11849
 
11850
- /**
11851
- * @desc:遍历设置菜单气泡提醒
11852
- * @author huangbo
11853
- * @date 2024年9月7日
11850
+ /**
11851
+ * @desc:遍历设置菜单气泡提醒
11852
+ * @author huangbo
11853
+ * @date 2024年9月7日
11854
11854
  **/
11855
11855
  setTips: function setTips(obj) {
11856
11856
  var _this3 = this;
@@ -11913,10 +11913,10 @@ var events = [function (tabs, index, that) {
11913
11913
  }
11914
11914
  },
11915
11915
 
11916
- /**
11917
- * @desc:获取气泡提醒
11918
- * @author huangbo
11919
- * @date 2024年9月7日
11916
+ /**
11917
+ * @desc:获取气泡提醒
11918
+ * @author huangbo
11919
+ * @date 2024年9月7日
11920
11920
  **/
11921
11921
  getBadge: function getBadge(res) {
11922
11922
  var num = res.tips || 0;
@@ -11930,10 +11930,10 @@ var events = [function (tabs, index, that) {
11930
11930
  };
11931
11931
  },
11932
11932
 
11933
- /**
11934
- * @desc:开启weosocket
11935
- * @author huangbo
11936
- * @date 2024年9月7日
11933
+ /**
11934
+ * @desc:开启weosocket
11935
+ * @author huangbo
11936
+ * @date 2024年9月7日
11937
11937
  **/
11938
11938
  initWebSocket: function initWebSocket() {
11939
11939
  var _this5 = this;
@@ -11982,10 +11982,10 @@ var events = [function (tabs, index, that) {
11982
11982
  });
11983
11983
  },
11984
11984
 
11985
- /**
11986
- * @desc:显示用户信息
11987
- * @author huangbo
11988
- * @date 2024年9月7日
11985
+ /**
11986
+ * @desc:显示用户信息
11987
+ * @author huangbo
11988
+ * @date 2024年9月7日
11989
11989
  **/
11990
11990
  showUserInfo: function showUserInfo() {
11991
11991
  if (this.showUser === false) {
@@ -11993,19 +11993,19 @@ var events = [function (tabs, index, that) {
11993
11993
  }
11994
11994
  },
11995
11995
 
11996
- /**
11997
- * @desc:删除更多应用菜单点击
11998
- * @author huangbo
11999
- * @date 2024年9月7日
11996
+ /**
11997
+ * @desc:删除更多应用菜单点击
11998
+ * @author huangbo
11999
+ * @date 2024年9月7日
12000
12000
  **/
12001
12001
  handleDelete: function handleDelete(index) {
12002
12002
  this.newApps.splice(index, 1);
12003
12003
  },
12004
12004
 
12005
- /**
12006
- * @desc:储存更多应用菜单点击
12007
- * @author huangbo
12008
- * @date 2024年9月7日
12005
+ /**
12006
+ * @desc:储存更多应用菜单点击
12007
+ * @author huangbo
12008
+ * @date 2024年9月7日
12009
12009
  **/
12010
12010
  handlerClickApps: function handlerClickApps(res) {
12011
12011
  if (res.permission === false) {
@@ -12018,10 +12018,10 @@ var events = [function (tabs, index, that) {
12018
12018
  this.handlerClickApp(res);
12019
12019
  },
12020
12020
 
12021
- /**
12022
- * @desc:侧边应用菜单点击
12023
- * @author huangbo
12024
- * @date 2024年9月7日
12021
+ /**
12022
+ * @desc:侧边应用菜单点击
12023
+ * @author huangbo
12024
+ * @date 2024年9月7日
12025
12025
  **/
12026
12026
  handlerClickApp: function handlerClickApp(res) {
12027
12027
  this.showMsg = false;
@@ -12110,10 +12110,10 @@ var events = [function (tabs, index, that) {
12110
12110
  }
12111
12111
  },
12112
12112
 
12113
- /**
12114
- * @desc:显示Drawer界面
12115
- * @author huangbo
12116
- * @date 2024年9月7日
12113
+ /**
12114
+ * @desc:显示Drawer界面
12115
+ * @author huangbo
12116
+ * @date 2024年9月7日
12117
12117
  **/
12118
12118
  handlerSetDrawer: function handlerSetDrawer(res, type) {
12119
12119
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -12133,19 +12133,19 @@ var events = [function (tabs, index, that) {
12133
12133
  }
12134
12134
  },
12135
12135
 
12136
- /**
12137
- * @desc:关闭Drawer界面
12138
- * @author huangbo
12139
- * @date 2024年9月7日
12136
+ /**
12137
+ * @desc:关闭Drawer界面
12138
+ * @author huangbo
12139
+ * @date 2024年9月7日
12140
12140
  **/
12141
12141
  handleCloseDrawer: function handleCloseDrawer() {
12142
12142
  this.drawer = { visible: false };
12143
12143
  },
12144
12144
 
12145
- /**
12146
- * @desc:菜单点击
12147
- * @author huangbo
12148
- * @date 2024年9月7日
12145
+ /**
12146
+ * @desc:菜单点击
12147
+ * @author huangbo
12148
+ * @date 2024年9月7日
12149
12149
  **/
12150
12150
  handlerClickMenu: function handlerClickMenu(res) {
12151
12151
  util["a" /* default */].ajax({
@@ -12194,19 +12194,19 @@ var events = [function (tabs, index, that) {
12194
12194
  },
12195
12195
 
12196
12196
 
12197
- /**
12198
- * @desc:用户详情请求成功
12199
- * @author huangbo
12200
- * @date 2024年9月7日
12197
+ /**
12198
+ * @desc:用户详情请求成功
12199
+ * @author huangbo
12200
+ * @date 2024年9月7日
12201
12201
  **/
12202
12202
  handleSuccess: function handleSuccess(res) {
12203
12203
  this.simpleUserInfo = res.simpleUserInfo;
12204
12204
  },
12205
12205
 
12206
- /**
12207
- * @desc:修改用户配置
12208
- * @author huangbo
12209
- * @date 2024年9月7日
12206
+ /**
12207
+ * @desc:修改用户配置
12208
+ * @author huangbo
12209
+ * @date 2024年9月7日
12210
12210
  **/
12211
12211
  handleChangeConfig: function handleChangeConfig(name, res) {
12212
12212
  if (name == 'userHeadUrl') {
@@ -12222,10 +12222,10 @@ var events = [function (tabs, index, that) {
12222
12222
  }
12223
12223
  },
12224
12224
 
12225
- /**
12226
- * @desc:关闭webSocket
12227
- * @author huangbo
12228
- * @date 2024年9月7日
12225
+ /**
12226
+ * @desc:关闭webSocket
12227
+ * @author huangbo
12228
+ * @date 2024年9月7日
12229
12229
  **/
12230
12230
  handlerClose: function handlerClose() {
12231
12231
  if (this.webSocket) {
@@ -12233,10 +12233,10 @@ var events = [function (tabs, index, that) {
12233
12233
  }
12234
12234
  },
12235
12235
 
12236
- /**
12237
- * @desc:刷新选中iframe页签
12238
- * @author huangbo
12239
- * @date 2024年9月7日
12236
+ /**
12237
+ * @desc:刷新选中iframe页签
12238
+ * @author huangbo
12239
+ * @date 2024年9月7日
12240
12240
  **/
12241
12241
  handleRefresh: function handleRefresh() {
12242
12242
  var i = util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -12257,10 +12257,10 @@ var events = [function (tabs, index, that) {
12257
12257
  }
12258
12258
  },
12259
12259
 
12260
- /**
12261
- * @desc:删除iframe
12262
- * @author huangbo
12263
- * @date 2024年9月7日
12260
+ /**
12261
+ * @desc:删除iframe
12262
+ * @author huangbo
12263
+ * @date 2024年9月7日
12264
12264
  **/
12265
12265
  handleRemove: function handleRemove(name) {
12266
12266
  var len = this.tabs.length - 1;
@@ -12277,10 +12277,10 @@ var events = [function (tabs, index, that) {
12277
12277
  }
12278
12278
  },
12279
12279
 
12280
- /**
12281
- * @desc:tabs鼠标右键事件
12282
- * @author huangbo
12283
- * @date 2024年9月7日
12280
+ /**
12281
+ * @desc:tabs鼠标右键事件
12282
+ * @author huangbo
12283
+ * @date 2024年9月7日
12284
12284
  **/
12285
12285
  handleContextmenu: function handleContextmenu(tabs, e) {
12286
12286
  var disabled = {};
@@ -12305,10 +12305,10 @@ var events = [function (tabs, index, that) {
12305
12305
  window.addEventListener('click', this.closeTabsEvents);
12306
12306
  },
12307
12307
 
12308
- /**
12309
- * @desc:tabs页签事件
12310
- * @author huangbo
12311
- * @date 2024年9月7日
12308
+ /**
12309
+ * @desc:tabs页签事件
12310
+ * @author huangbo
12311
+ * @date 2024年9月7日
12312
12312
  **/
12313
12313
  handleTabsEvents: function handleTabsEvents(num) {
12314
12314
  if (this.pane !== null) {
@@ -12326,10 +12326,10 @@ var events = [function (tabs, index, that) {
12326
12326
  window.removeEventListener('click', this.closeTabsEvents);
12327
12327
  },
12328
12328
 
12329
- /**
12330
- * @desc:handler工具栏点击事件
12331
- * @author huangbo
12332
- * @date 2024年9月7日
12329
+ /**
12330
+ * @desc:handler工具栏点击事件
12331
+ * @author huangbo
12332
+ * @date 2024年9月7日
12333
12333
  **/
12334
12334
  handleClick: function handleClick(res) {
12335
12335
  var type = res.type,
@@ -12407,10 +12407,10 @@ var events = [function (tabs, index, that) {
12407
12407
  this.$emit('handler-click', res);
12408
12408
  },
12409
12409
 
12410
- /**
12411
- * @desc:退出登录
12412
- * @author huangbo
12413
- * @date 2024年9月7日
12410
+ /**
12411
+ * @desc:退出登录
12412
+ * @author huangbo
12413
+ * @date 2024年9月7日
12414
12414
  **/
12415
12415
  handleQuit: function handleQuit() {
12416
12416
  var _this6 = this;
@@ -12485,10 +12485,10 @@ var events = [function (tabs, index, that) {
12485
12485
  }).catch(function (e) {});
12486
12486
  },
12487
12487
 
12488
- /**
12489
- * @desc:主题、消息回调
12490
- * @author huangbo
12491
- * @date 2024年9月7日
12488
+ /**
12489
+ * @desc:主题、消息回调
12490
+ * @author huangbo
12491
+ * @date 2024年9月7日
12492
12492
  **/
12493
12493
  handleChange: function handleChange(res) {
12494
12494
  var type = res.type,
@@ -12504,10 +12504,10 @@ var events = [function (tabs, index, that) {
12504
12504
  }
12505
12505
  },
12506
12506
 
12507
- /**
12508
- * @desc:菜单布局样式切换
12509
- * @author huangbo
12510
- * @date 2024年9月7日
12507
+ /**
12508
+ * @desc:菜单布局样式切换
12509
+ * @author huangbo
12510
+ * @date 2024年9月7日
12511
12511
  **/
12512
12512
  handleLayout: function handleLayout(res, active) {
12513
12513
  if (active) {
@@ -12516,10 +12516,10 @@ var events = [function (tabs, index, that) {
12516
12516
  this.$emit('chang-layout', res, active);
12517
12517
  },
12518
12518
 
12519
- /**
12520
- * @desc:消息修改总数
12521
- * @author huangbo
12522
- * @date 2024年9月7日
12519
+ /**
12520
+ * @desc:消息修改总数
12521
+ * @author huangbo
12522
+ * @date 2024年9月7日
12523
12523
  **/
12524
12524
  handleMenuTips: function handleMenuTips(id, num) {
12525
12525
  if (num) {
@@ -12530,10 +12530,10 @@ var events = [function (tabs, index, that) {
12530
12530
  }
12531
12531
  },
12532
12532
 
12533
- /**
12534
- * @desc:处理即时消息
12535
- * @author huangbo
12536
- * @date 2024年9月7日
12533
+ /**
12534
+ * @desc:处理即时消息
12535
+ * @author huangbo
12536
+ * @date 2024年9月7日
12537
12537
  **/
12538
12538
  handleOpened: function handleOpened(res) {
12539
12539
  var _this7 = this;
@@ -12657,18 +12657,18 @@ var events = [function (tabs, index, that) {
12657
12657
 
12658
12658
  var simplicity_component = Object(componentNormalizer["a" /* default */])(
12659
12659
  src_simplicityvue_type_script_lang_js_,
12660
- simplicityvue_type_template_id_60bf1a32_scoped_true_render,
12661
- simplicityvue_type_template_id_60bf1a32_scoped_true_staticRenderFns,
12660
+ simplicityvue_type_template_id_2ee76725_scoped_true_render,
12661
+ simplicityvue_type_template_id_2ee76725_scoped_true_staticRenderFns,
12662
12662
  false,
12663
12663
  null,
12664
- "60bf1a32",
12664
+ "2ee76725",
12665
12665
  null
12666
12666
 
12667
12667
  )
12668
12668
 
12669
12669
  /* harmony default export */ var simplicity = (simplicity_component.exports);
12670
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/index.vue?vue&type=template&id=377c361a&
12671
- var defaultvue_type_template_id_377c361a_render = function () {
12670
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/index.vue?vue&type=template&id=ddd7ae56&
12671
+ var defaultvue_type_template_id_ddd7ae56_render = function () {
12672
12672
  var _vm = this
12673
12673
  var _h = _vm.$createElement
12674
12674
  var _c = _vm._self._c || _h
@@ -13219,11 +13219,11 @@ var defaultvue_type_template_id_377c361a_render = function () {
13219
13219
  1
13220
13220
  )
13221
13221
  }
13222
- var defaultvue_type_template_id_377c361a_staticRenderFns = []
13223
- defaultvue_type_template_id_377c361a_render._withStripped = true
13222
+ var defaultvue_type_template_id_ddd7ae56_staticRenderFns = []
13223
+ defaultvue_type_template_id_ddd7ae56_render._withStripped = true
13224
13224
 
13225
13225
 
13226
- // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=377c361a&
13226
+ // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=ddd7ae56&
13227
13227
 
13228
13228
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=template&id=138be27a&
13229
13229
  var userinfovue_type_template_id_138be27a_render = function () {
@@ -14771,7 +14771,7 @@ var defaultvue_type_script_lang_js_extends = Object.assign || function (target)
14771
14771
 
14772
14772
 
14773
14773
 
14774
- var defaultvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1;
14774
+ var defaultvue_type_script_lang_js_isIE = /MSIE|Trident/.test(navigator.userAgent);
14775
14775
  var log = util["a" /* default */].getParams('console');
14776
14776
  var appCode = util["a" /* default */].getParams('appCode') || util["a" /* default */].getParams('appcode');
14777
14777
  /* harmony default export */ var defaultvue_type_script_lang_js_ = ({
@@ -16667,8 +16667,8 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
16667
16667
 
16668
16668
  var default_component = Object(componentNormalizer["a" /* default */])(
16669
16669
  src_defaultvue_type_script_lang_js_,
16670
- defaultvue_type_template_id_377c361a_render,
16671
- defaultvue_type_template_id_377c361a_staticRenderFns,
16670
+ defaultvue_type_template_id_ddd7ae56_render,
16671
+ defaultvue_type_template_id_ddd7ae56_staticRenderFns,
16672
16672
  false,
16673
16673
  null,
16674
16674
  null,
package/lib/qr-code.js CHANGED
@@ -4332,19 +4332,19 @@ var QRCode = __webpack_require__(28);
4332
4332
  //设置logo大小
4333
4333
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
4334
4334
  //设置获取的logo将其变为圆角以及添加白色背景
4335
- /* ctx.fillStyle = "#fff";
4336
- ctx.beginPath();
4337
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
4338
- let w = 46; //圆角宽
4339
- let x = logoPosition - 5;
4340
- let y = logoPosition - 5;
4341
- let r = 5; //圆角半径
4342
- ctx.moveTo(x + r, y);
4343
- ctx.arcTo(x + w, y, x + w, y + h, r);
4344
- ctx.arcTo(x + w, y + h, x, y + h, r);
4345
- ctx.arcTo(x, y + h, x, y, r);
4346
- ctx.arcTo(x, y, x + w, y, r);
4347
- ctx.closePath();
4335
+ /* ctx.fillStyle = "#fff";
4336
+ ctx.beginPath();
4337
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
4338
+ let w = 46; //圆角宽
4339
+ let x = logoPosition - 5;
4340
+ let y = logoPosition - 5;
4341
+ let r = 5; //圆角半径
4342
+ ctx.moveTo(x + r, y);
4343
+ ctx.arcTo(x + w, y, x + w, y + h, r);
4344
+ ctx.arcTo(x + w, y + h, x, y + h, r);
4345
+ ctx.arcTo(x, y + h, x, y, r);
4346
+ ctx.arcTo(x, y, x + w, y, r);
4347
+ ctx.closePath();
4348
4348
  ctx.fill(); */
4349
4349
  logo.onload = function () {
4350
4350
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
package/lib/select.js CHANGED
@@ -4705,6 +4705,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
4705
4705
  _this4.options = JSON.parse(JSON.stringify(res.results));
4706
4706
  }
4707
4707
  if (sysCode || _this4.dataKey) {
4708
+ _this4.$emit('optionSuccess', _this4.options);
4708
4709
  var bus = _this4.bus || _this4.$root.Bus;
4709
4710
  bus && bus.$emit(sysCode || _this4.dataKey, JSON.parse(JSON.stringify(_this4.options)));
4710
4711
  store["a" /* default */].set(sysCode, JSON.parse(JSON.stringify(_this4.options)));