eoss-ui 0.6.87 → 0.6.88

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 (244) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/data-table.js +13 -17
  3. package/lib/eoss-ui.common.js +793 -821
  4. package/lib/flow-list.js +81 -81
  5. package/lib/flow.js +280 -280
  6. package/lib/index.js +1 -1
  7. package/lib/main.js +172 -196
  8. package/lib/qr-code.js +13 -13
  9. package/package.json +160 -160
  10. package/packages/.DS_Store +0 -0
  11. package/packages/autocomplete/.DS_Store +0 -0
  12. package/packages/button/index.js +5 -5
  13. package/packages/button/src/main.vue +418 -418
  14. package/packages/button-group/index.js +5 -5
  15. package/packages/button-group/src/main.vue +298 -298
  16. package/packages/calendar/index.js +5 -5
  17. package/packages/calogin/.DS_Store +0 -0
  18. package/packages/calogin/index.js +5 -5
  19. package/packages/calogin/src/main.vue +412 -412
  20. package/packages/calogin/src/plugin.js +915 -915
  21. package/packages/card/index.js +5 -5
  22. package/packages/card/src/main.vue +156 -156
  23. package/packages/cascader/index.js +5 -5
  24. package/packages/cascader/src/main.vue +168 -168
  25. package/packages/checkbox-group/index.js +5 -5
  26. package/packages/checkbox-group/src/main.vue +333 -333
  27. package/packages/clients/index.js +5 -5
  28. package/packages/clients/src/main.vue +151 -151
  29. package/packages/data-table/index.js +5 -5
  30. package/packages/data-table/src/children.vue +39 -39
  31. package/packages/data-table/src/column.vue +990 -989
  32. package/packages/data-table/src/main.vue +1822 -1822
  33. package/packages/data-table/src/sizer.vue +195 -195
  34. package/packages/data-table-form/index.js +5 -5
  35. package/packages/data-table-form/src/checkbox.vue +101 -101
  36. package/packages/data-table-form/src/colgroup.vue +17 -17
  37. package/packages/data-table-form/src/main.vue +181 -181
  38. package/packages/data-table-form/src/radio.vue +65 -65
  39. package/packages/data-table-form/src/table.vue +233 -233
  40. package/packages/data-table-form/src/tbody.vue +336 -336
  41. package/packages/data-table-form/src/thead.vue +68 -68
  42. package/packages/date-picker/.DS_Store +0 -0
  43. package/packages/date-picker/index.js +5 -5
  44. package/packages/date-picker/src/.DS_Store +0 -0
  45. package/packages/date-picker/src/main.vue +236 -236
  46. package/packages/dialog/index.js +5 -5
  47. package/packages/enable-drag/index.js +5 -5
  48. package/packages/enterprise/index.js +5 -5
  49. package/packages/enterprise/src/main.vue +66 -66
  50. package/packages/error-page/index.js +5 -5
  51. package/packages/error-page/src/main.vue +44 -44
  52. package/packages/flow/.DS_Store +0 -0
  53. package/packages/flow/index.js +5 -5
  54. package/packages/flow/src/.DS_Store +0 -0
  55. package/packages/flow/src/component/Circulate.vue +400 -400
  56. package/packages/flow/src/component/CommonOpinions.vue +364 -364
  57. package/packages/flow/src/component/CustomPreset.vue +322 -322
  58. package/packages/flow/src/component/FileList.vue +99 -99
  59. package/packages/flow/src/component/Preset.vue +255 -255
  60. package/packages/flow/src/component/SendMsg.vue +241 -241
  61. package/packages/flow/src/component/TimeLimit.vue +190 -190
  62. package/packages/flow/src/component/taskUnionExamine.vue +640 -640
  63. package/packages/flow/src/form.vue +121 -121
  64. package/packages/flow/src/freeStartFlow.vue +2844 -2844
  65. package/packages/flow/src/main.vue +3657 -3657
  66. package/packages/flow/src/processForm.vue +1245 -1245
  67. package/packages/flow/src/processReject.vue +296 -296
  68. package/packages/flow/src/reset.vue +918 -918
  69. package/packages/flow/src/startTaskRead.vue +684 -684
  70. package/packages/flow/src/supervise.vue +152 -152
  71. package/packages/flow/src/table.vue +58 -58
  72. package/packages/flow-group/index.js +5 -5
  73. package/packages/flow-group/src/main.vue +692 -692
  74. package/packages/flow-list/.DS_Store +0 -0
  75. package/packages/flow-list/index.js +5 -5
  76. package/packages/flow-list/src/main.vue +1770 -1770
  77. package/packages/form/.DS_Store +0 -0
  78. package/packages/form/index.js +5 -5
  79. package/packages/form/src/main.vue +3814 -3814
  80. package/packages/form/src/table.vue +1508 -1508
  81. package/packages/handle-user/index.js +5 -5
  82. package/packages/handle-user/src/main.vue +138 -138
  83. package/packages/handler/index.js +5 -5
  84. package/packages/handler/src/main.vue +493 -493
  85. package/packages/icon/index.js +5 -5
  86. package/packages/icon/src/main.vue +101 -101
  87. package/packages/icons/index.js +5 -5
  88. package/packages/icons/src/main.vue +81 -81
  89. package/packages/input/index.js +5 -5
  90. package/packages/input/src/main.vue +356 -356
  91. package/packages/input-number/index.js +5 -5
  92. package/packages/input-number/src/main.vue +106 -106
  93. package/packages/label/index.js +5 -5
  94. package/packages/label/src/main.vue +457 -457
  95. package/packages/layout/index.js +5 -5
  96. package/packages/layout/src/item.vue +152 -152
  97. package/packages/layout/src/main.vue +31 -31
  98. package/packages/login/.DS_Store +0 -0
  99. package/packages/login/index.js +5 -5
  100. package/packages/login/src/main.vue +1998 -1998
  101. package/packages/login/src/resetPassword.vue +562 -562
  102. package/packages/main/.DS_Store +0 -0
  103. package/packages/main/index.js +5 -5
  104. package/packages/main/src/.DS_Store +0 -0
  105. package/packages/main/src/default/message.vue +249 -249
  106. package/packages/main/src/default/notice.vue +157 -157
  107. package/packages/main/src/default/userinfo.vue +503 -503
  108. package/packages/main/src/public/online.vue +89 -89
  109. package/packages/main/src/public/search.vue +458 -458
  110. package/packages/main/src/public/settings.vue +221 -221
  111. package/packages/main/src/simplicity/apps.vue +388 -388
  112. package/packages/main/src/simplicity/avatar.vue +82 -82
  113. package/packages/main/src/simplicity/handler.vue +259 -259
  114. package/packages/main/src/simplicity/index.vue +2102 -2102
  115. package/packages/main/src/simplicity/lists.vue +84 -84
  116. package/packages/main/src/simplicity/menu-list.vue +135 -135
  117. package/packages/main/src/simplicity/message.vue +259 -259
  118. package/packages/main/src/simplicity/notice.vue +190 -190
  119. package/packages/main/src/simplicity/router-page.vue +45 -45
  120. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  121. package/packages/main/src/simplicity/user.vue +260 -260
  122. package/packages/main/src/simplicity/userinfo.vue +308 -312
  123. package/packages/menu/.DS_Store +0 -0
  124. package/packages/menu/index.js +5 -5
  125. package/packages/menu/src/main.vue +584 -584
  126. package/packages/nav/index.js +5 -5
  127. package/packages/nav/src/main.vue +351 -351
  128. package/packages/notify/index.js +5 -5
  129. package/packages/notify/src/main.vue +538 -538
  130. package/packages/page/index.js +5 -5
  131. package/packages/page/src/main.vue +167 -167
  132. package/packages/pagination/index.js +5 -5
  133. package/packages/pagination/src/main.vue +96 -96
  134. package/packages/player/index.js +5 -5
  135. package/packages/player/src/main.vue +194 -194
  136. package/packages/qr-code/index.js +5 -5
  137. package/packages/qr-code/src/main.vue +170 -170
  138. package/packages/radio-group/index.js +6 -6
  139. package/packages/radio-group/src/main.vue +319 -319
  140. package/packages/retrial-auth/index.js +5 -5
  141. package/packages/retrial-auth/src/main.vue +280 -280
  142. package/packages/scrollbar/.DS_Store +0 -0
  143. package/packages/select/.DS_Store +0 -0
  144. package/packages/select/index.js +5 -5
  145. package/packages/select/src/main.vue +778 -778
  146. package/packages/select-ganged/index.js +5 -5
  147. package/packages/select-ganged/src/main.vue +724 -724
  148. package/packages/selector/.DS_Store +0 -0
  149. package/packages/selector/index.js +5 -5
  150. package/packages/selector/src/main.vue +745 -745
  151. package/packages/selector-panel/.DS_Store +0 -0
  152. package/packages/selector-panel/index.js +5 -5
  153. package/packages/selector-panel/src/main.vue +1027 -1027
  154. package/packages/selector-panel/src/selection.vue +170 -170
  155. package/packages/selector-panel/src/tree.vue +129 -129
  156. package/packages/sizer/index.js +5 -5
  157. package/packages/sizer/src/main.vue +254 -254
  158. package/packages/steps/index.js +5 -5
  159. package/packages/steps/src/main.vue +181 -181
  160. package/packages/switch/index.js +5 -5
  161. package/packages/switch/src/main.vue +154 -154
  162. package/packages/table-form/index.js +5 -5
  163. package/packages/tabs/index.js +5 -5
  164. package/packages/tabs/src/main.vue +788 -788
  165. package/packages/tabs-panel/index.js +5 -5
  166. package/packages/tabs-panel/src/main.vue +29 -29
  167. package/packages/theme-chalk/src/.DS_Store +0 -0
  168. package/packages/theme-chalk/src/base.scss +261 -261
  169. package/packages/theme-chalk/src/button-group.scss +176 -176
  170. package/packages/theme-chalk/src/button.scss +24 -24
  171. package/packages/theme-chalk/src/calendar.scss +113 -113
  172. package/packages/theme-chalk/src/card.scss +99 -99
  173. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  174. package/packages/theme-chalk/src/clients.scss +87 -87
  175. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  176. package/packages/theme-chalk/src/data-table.scss +293 -293
  177. package/packages/theme-chalk/src/date-picker.scss +7 -7
  178. package/packages/theme-chalk/src/dialog.scss +77 -77
  179. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  180. package/packages/theme-chalk/src/enterprise.scss +5 -5
  181. package/packages/theme-chalk/src/error-page.scss +18 -18
  182. package/packages/theme-chalk/src/flow-group.scss +110 -110
  183. package/packages/theme-chalk/src/flow-list.scss +39 -39
  184. package/packages/theme-chalk/src/flow.scss +348 -348
  185. package/packages/theme-chalk/src/form.scss +499 -499
  186. package/packages/theme-chalk/src/handle-user.scss +40 -40
  187. package/packages/theme-chalk/src/handler.scss +143 -143
  188. package/packages/theme-chalk/src/icon.scss +1817 -1817
  189. package/packages/theme-chalk/src/icons.scss +99 -99
  190. package/packages/theme-chalk/src/input.scss +9 -9
  191. package/packages/theme-chalk/src/label.scss +24 -24
  192. package/packages/theme-chalk/src/layout.scss +46 -46
  193. package/packages/theme-chalk/src/login.scss +984 -984
  194. package/packages/theme-chalk/src/main.scss +663 -663
  195. package/packages/theme-chalk/src/menu.scss +222 -222
  196. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  197. package/packages/theme-chalk/src/nav.scss +111 -111
  198. package/packages/theme-chalk/src/page.scss +3 -3
  199. package/packages/theme-chalk/src/pagination.scss +29 -29
  200. package/packages/theme-chalk/src/player.scss +9 -9
  201. package/packages/theme-chalk/src/qr-code.scss +17 -17
  202. package/packages/theme-chalk/src/radio-group.scss +9 -9
  203. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  204. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  205. package/packages/theme-chalk/src/select.scss +8 -8
  206. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  207. package/packages/theme-chalk/src/selector.scss +91 -91
  208. package/packages/theme-chalk/src/simplicity.scss +1355 -1355
  209. package/packages/theme-chalk/src/sizer.scss +36 -36
  210. package/packages/theme-chalk/src/steps.scss +88 -88
  211. package/packages/theme-chalk/src/switch.scss +3 -3
  212. package/packages/theme-chalk/src/table-form.scss +1 -1
  213. package/packages/theme-chalk/src/tabs.scss +87 -87
  214. package/packages/theme-chalk/src/tips.scss +7 -7
  215. package/packages/theme-chalk/src/toolbar.scss +179 -179
  216. package/packages/theme-chalk/src/tree-group.scss +72 -72
  217. package/packages/theme-chalk/src/tree.scss +165 -165
  218. package/packages/theme-chalk/src/upload.scss +172 -172
  219. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  220. package/packages/tips/index.js +5 -5
  221. package/packages/tips/src/main.vue +141 -141
  222. package/packages/toolbar/index.js +5 -5
  223. package/packages/toolbar/src/main.vue +430 -430
  224. package/packages/tree/index.js +5 -5
  225. package/packages/tree-group/index.js +5 -5
  226. package/packages/upload/.DS_Store +0 -0
  227. package/packages/upload/index.js +5 -5
  228. package/packages/upload/src/main.vue +1348 -1348
  229. package/packages/upload/src/picture.js +15 -15
  230. package/packages/wujie/index.js +5 -5
  231. package/packages/wujie/src/main.vue +145 -145
  232. package/packages/wxlogin/index.js +5 -5
  233. package/packages/wxlogin/src/main.vue +128 -128
  234. package/src/.DS_Store +0 -0
  235. package/src/config/api.js +294 -294
  236. package/src/config/image.js +2 -2
  237. package/src/index.js +163 -163
  238. package/src/utils/.DS_Store +0 -0
  239. package/src/utils/bus.js +3 -3
  240. package/src/utils/date-util.js +312 -312
  241. package/src/utils/http.js +50 -50
  242. package/src/utils/rules.js +18 -18
  243. package/src/utils/store.js +21 -21
  244. package/src/utils/webSocket.js +107 -107
package/lib/main.js CHANGED
@@ -7208,10 +7208,10 @@ var external_throttle_debounce_ = __webpack_require__(14);
7208
7208
  this.$emit('click', res);
7209
7209
  },
7210
7210
 
7211
- /**
7212
- * @desc:获取气泡提醒
7213
- * @author huangbo
7214
- * @date 2024年9月7日
7211
+ /**
7212
+ * @desc:获取气泡提醒
7213
+ * @author huangbo
7214
+ * @date 2024年9月7日
7215
7215
  **/
7216
7216
  getBadge: function getBadge(res) {
7217
7217
  var num = res.tips || 0;
@@ -7248,8 +7248,8 @@ var apps_component = Object(componentNormalizer["a" /* default */])(
7248
7248
  )
7249
7249
 
7250
7250
  /* harmony default export */ var simplicity_apps = (apps_component.exports);
7251
- // 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/user.vue?vue&type=template&id=d789fc64&scoped=true&
7252
- var uservue_type_template_id_d789fc64_scoped_true_render = function () {
7251
+ // 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/user.vue?vue&type=template&id=cf46141e&scoped=true&
7252
+ var uservue_type_template_id_cf46141e_scoped_true_render = function () {
7253
7253
  var _vm = this
7254
7254
  var _h = _vm.$createElement
7255
7255
  var _c = _vm._self._c || _h
@@ -7353,28 +7353,6 @@ var uservue_type_template_id_d789fc64_scoped_true_render = function () {
7353
7353
  1
7354
7354
  )
7355
7355
  : _vm._e(),
7356
- _c(
7357
- "div",
7358
- { staticClass: "es-simplicity-notice-type" },
7359
- [
7360
- _c("div", { staticClass: "es-simplicity-notice-title" }, [
7361
- _vm._v("接收消息类型:"),
7362
- ]),
7363
- _c("es-checkbox-group", {
7364
- staticClass: "es-simplicity-notice-list",
7365
- attrs: { min: 1, data: _vm.notifyList },
7366
- on: { change: _vm.handleCheckboxChange },
7367
- model: {
7368
- value: _vm.checked,
7369
- callback: function ($$v) {
7370
- _vm.checked = $$v
7371
- },
7372
- expression: "checked",
7373
- },
7374
- }),
7375
- ],
7376
- 1
7377
- ),
7378
7356
  _c(
7379
7357
  "div",
7380
7358
  {
@@ -7410,14 +7388,14 @@ var uservue_type_template_id_d789fc64_scoped_true_render = function () {
7410
7388
  1
7411
7389
  )
7412
7390
  }
7413
- var uservue_type_template_id_d789fc64_scoped_true_staticRenderFns = []
7414
- uservue_type_template_id_d789fc64_scoped_true_render._withStripped = true
7391
+ var uservue_type_template_id_cf46141e_scoped_true_staticRenderFns = []
7392
+ uservue_type_template_id_cf46141e_scoped_true_render._withStripped = true
7415
7393
 
7416
7394
 
7417
- // CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=d789fc64&scoped=true&
7395
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=cf46141e&scoped=true&
7418
7396
 
7419
- // 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/userinfo.vue?vue&type=template&id=1c52f6d2&
7420
- var userinfovue_type_template_id_1c52f6d2_render = function () {
7397
+ // 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/userinfo.vue?vue&type=template&id=8643d5d2&
7398
+ var userinfovue_type_template_id_8643d5d2_render = function () {
7421
7399
  var _vm = this
7422
7400
  var _h = _vm.$createElement
7423
7401
  var _c = _vm._self._c || _h
@@ -7433,11 +7411,11 @@ var userinfovue_type_template_id_1c52f6d2_render = function () {
7433
7411
  2
7434
7412
  )
7435
7413
  }
7436
- var userinfovue_type_template_id_1c52f6d2_staticRenderFns = []
7437
- userinfovue_type_template_id_1c52f6d2_render._withStripped = true
7414
+ var userinfovue_type_template_id_8643d5d2_staticRenderFns = []
7415
+ userinfovue_type_template_id_8643d5d2_render._withStripped = true
7438
7416
 
7439
7417
 
7440
- // CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=1c52f6d2&
7418
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=8643d5d2&
7441
7419
 
7442
7420
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=script&lang=js&
7443
7421
  //
@@ -7461,10 +7439,6 @@ userinfovue_type_template_id_1c52f6d2_render._withStripped = true
7461
7439
  /* harmony default export */ var userinfovue_type_script_lang_js_ = ({
7462
7440
  name: 'UserInfo',
7463
7441
  props: {
7464
- showNotify: {
7465
- type: Boolean,
7466
- default: true
7467
- },
7468
7442
  secret: {
7469
7443
  type: Boolean,
7470
7444
  default: true
@@ -7704,8 +7678,8 @@ userinfovue_type_template_id_1c52f6d2_render._withStripped = true
7704
7678
 
7705
7679
  var userinfo_component = Object(componentNormalizer["a" /* default */])(
7706
7680
  simplicity_userinfovue_type_script_lang_js_,
7707
- userinfovue_type_template_id_1c52f6d2_render,
7708
- userinfovue_type_template_id_1c52f6d2_staticRenderFns,
7681
+ userinfovue_type_template_id_8643d5d2_render,
7682
+ userinfovue_type_template_id_8643d5d2_staticRenderFns,
7709
7683
  false,
7710
7684
  null,
7711
7685
  null,
@@ -7981,11 +7955,11 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
7981
7955
 
7982
7956
  var user_component = Object(componentNormalizer["a" /* default */])(
7983
7957
  simplicity_uservue_type_script_lang_js_,
7984
- uservue_type_template_id_d789fc64_scoped_true_render,
7985
- uservue_type_template_id_d789fc64_scoped_true_staticRenderFns,
7958
+ uservue_type_template_id_cf46141e_scoped_true_render,
7959
+ uservue_type_template_id_cf46141e_scoped_true_staticRenderFns,
7986
7960
  false,
7987
7961
  null,
7988
- "d789fc64",
7962
+ "cf46141e",
7989
7963
  null
7990
7964
 
7991
7965
  )
@@ -11240,10 +11214,10 @@ var events = [function (tabs, index, that) {
11240
11214
  },
11241
11215
 
11242
11216
  methods: {
11243
- /**
11244
- * @desc:匹配路由
11245
- * @author huangbo
11246
- * @date 2024年9月7日
11217
+ /**
11218
+ * @desc:匹配路由
11219
+ * @author huangbo
11220
+ * @date 2024年9月7日
11247
11221
  **/
11248
11222
  hasRouter: function hasRouter(res, url, code) {
11249
11223
  if (!url) {
@@ -11287,10 +11261,10 @@ var events = [function (tabs, index, that) {
11287
11261
  return false;
11288
11262
  },
11289
11263
 
11290
- /**
11291
- * @desc:获取初始数据
11292
- * @author huangbo
11293
- * @date 2024年9月7日
11264
+ /**
11265
+ * @desc:获取初始数据
11266
+ * @author huangbo
11267
+ * @date 2024年9月7日
11294
11268
  **/
11295
11269
  init: function init(results, first) {
11296
11270
  this.setConfig(results);
@@ -11299,10 +11273,10 @@ var events = [function (tabs, index, that) {
11299
11273
  }
11300
11274
  },
11301
11275
 
11302
- /**
11303
- * @desc:设置用户配置及信息
11304
- * @author huangbo
11305
- * @date 2024年9月7日
11276
+ /**
11277
+ * @desc:设置用户配置及信息
11278
+ * @author huangbo
11279
+ * @date 2024年9月7日
11306
11280
  **/
11307
11281
  setConfig: function setConfig(results) {
11308
11282
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -11436,10 +11410,10 @@ var events = [function (tabs, index, that) {
11436
11410
  }
11437
11411
  },
11438
11412
 
11439
- /**
11440
- * @desc:获取所有应用
11441
- * @author huangbo
11442
- * @date 2024年9月7日
11413
+ /**
11414
+ * @desc:获取所有应用
11415
+ * @author huangbo
11416
+ * @date 2024年9月7日
11443
11417
  **/
11444
11418
  getApplications: function getApplications() {
11445
11419
  var _this = this;
@@ -11487,10 +11461,10 @@ var events = [function (tabs, index, that) {
11487
11461
  });
11488
11462
  },
11489
11463
 
11490
- /**
11491
- * @desc:获取菜单列表
11492
- * @author huangbo
11493
- * @date 2024年9月7日
11464
+ /**
11465
+ * @desc:获取菜单列表
11466
+ * @author huangbo
11467
+ * @date 2024年9月7日
11494
11468
  **/
11495
11469
  getMenus: function getMenus(loading) {
11496
11470
  var _this2 = this;
@@ -11523,10 +11497,10 @@ var events = [function (tabs, index, that) {
11523
11497
  });
11524
11498
  },
11525
11499
 
11526
- /**
11527
- * @desc:处理菜单列表
11528
- * @author huangbo
11529
- * @date 2024年9月7日
11500
+ /**
11501
+ * @desc:处理菜单列表
11502
+ * @author huangbo
11503
+ * @date 2024年9月7日
11530
11504
  **/
11531
11505
  renderMenus: function renderMenus(res) {
11532
11506
  this.menus = res;
@@ -11622,10 +11596,10 @@ var events = [function (tabs, index, that) {
11622
11596
  }
11623
11597
  },
11624
11598
 
11625
- /**
11626
- * @desc:设置页面加载类型
11627
- * @author huangbo
11628
- * @date 2024年9月7日
11599
+ /**
11600
+ * @desc:设置页面加载类型
11601
+ * @author huangbo
11602
+ * @date 2024年9月7日
11629
11603
  **/
11630
11604
  setIframeType: function setIframeType(res) {
11631
11605
  var url = res.url;
@@ -11681,10 +11655,10 @@ var events = [function (tabs, index, that) {
11681
11655
  return res;
11682
11656
  },
11683
11657
 
11684
- /**
11685
- * @desc:获取菜单
11686
- * @author huangbo
11687
- * @date 2024年9月7日
11658
+ /**
11659
+ * @desc:获取菜单
11660
+ * @author huangbo
11661
+ * @date 2024年9月7日
11688
11662
  **/
11689
11663
  getMenu: function getMenu(menus, res, key) {
11690
11664
  if (Array.isArray(menus)) {
@@ -11713,10 +11687,10 @@ var events = [function (tabs, index, that) {
11713
11687
  return false;
11714
11688
  },
11715
11689
 
11716
- /**
11717
- * @desc:获取菜单第一条数据
11718
- * @author huangbo
11719
- * @date 2024年9月7日
11690
+ /**
11691
+ * @desc:获取菜单第一条数据
11692
+ * @author huangbo
11693
+ * @date 2024年9月7日
11720
11694
  **/
11721
11695
  getFirst: function getFirst(obj) {
11722
11696
  if (!obj) {
@@ -11735,10 +11709,10 @@ var events = [function (tabs, index, that) {
11735
11709
  }
11736
11710
  },
11737
11711
 
11738
- /**
11739
- * @desc:遍历设置菜单气泡提醒
11740
- * @author huangbo
11741
- * @date 2024年9月7日
11712
+ /**
11713
+ * @desc:遍历设置菜单气泡提醒
11714
+ * @author huangbo
11715
+ * @date 2024年9月7日
11742
11716
  **/
11743
11717
  setTips: function setTips(obj) {
11744
11718
  var _this3 = this;
@@ -11801,10 +11775,10 @@ var events = [function (tabs, index, that) {
11801
11775
  }
11802
11776
  },
11803
11777
 
11804
- /**
11805
- * @desc:获取气泡提醒
11806
- * @author huangbo
11807
- * @date 2024年9月7日
11778
+ /**
11779
+ * @desc:获取气泡提醒
11780
+ * @author huangbo
11781
+ * @date 2024年9月7日
11808
11782
  **/
11809
11783
  getBadge: function getBadge(res) {
11810
11784
  var num = res.tips || 0;
@@ -11818,10 +11792,10 @@ var events = [function (tabs, index, that) {
11818
11792
  };
11819
11793
  },
11820
11794
 
11821
- /**
11822
- * @desc:开启weosocket
11823
- * @author huangbo
11824
- * @date 2024年9月7日
11795
+ /**
11796
+ * @desc:开启weosocket
11797
+ * @author huangbo
11798
+ * @date 2024年9月7日
11825
11799
  **/
11826
11800
  initWebSocket: function initWebSocket() {
11827
11801
  var _this5 = this;
@@ -11870,10 +11844,10 @@ var events = [function (tabs, index, that) {
11870
11844
  });
11871
11845
  },
11872
11846
 
11873
- /**
11874
- * @desc:显示用户信息
11875
- * @author huangbo
11876
- * @date 2024年9月7日
11847
+ /**
11848
+ * @desc:显示用户信息
11849
+ * @author huangbo
11850
+ * @date 2024年9月7日
11877
11851
  **/
11878
11852
  showUserInfo: function showUserInfo() {
11879
11853
  if (this.showUser === false) {
@@ -11881,19 +11855,19 @@ var events = [function (tabs, index, that) {
11881
11855
  }
11882
11856
  },
11883
11857
 
11884
- /**
11885
- * @desc:删除更多应用菜单点击
11886
- * @author huangbo
11887
- * @date 2024年9月7日
11858
+ /**
11859
+ * @desc:删除更多应用菜单点击
11860
+ * @author huangbo
11861
+ * @date 2024年9月7日
11888
11862
  **/
11889
11863
  handleDelete: function handleDelete(index) {
11890
11864
  this.newApps.splice(index, 1);
11891
11865
  },
11892
11866
 
11893
- /**
11894
- * @desc:储存更多应用菜单点击
11895
- * @author huangbo
11896
- * @date 2024年9月7日
11867
+ /**
11868
+ * @desc:储存更多应用菜单点击
11869
+ * @author huangbo
11870
+ * @date 2024年9月7日
11897
11871
  **/
11898
11872
  handlerClickApps: function handlerClickApps(res) {
11899
11873
  if (res.permission === false) {
@@ -11906,10 +11880,10 @@ var events = [function (tabs, index, that) {
11906
11880
  this.handlerClickApp(res);
11907
11881
  },
11908
11882
 
11909
- /**
11910
- * @desc:侧边应用菜单点击
11911
- * @author huangbo
11912
- * @date 2024年9月7日
11883
+ /**
11884
+ * @desc:侧边应用菜单点击
11885
+ * @author huangbo
11886
+ * @date 2024年9月7日
11913
11887
  **/
11914
11888
  handlerClickApp: function handlerClickApp(res) {
11915
11889
  this.showMsg = false;
@@ -11998,10 +11972,10 @@ var events = [function (tabs, index, that) {
11998
11972
  }
11999
11973
  },
12000
11974
 
12001
- /**
12002
- * @desc:显示Drawer界面
12003
- * @author huangbo
12004
- * @date 2024年9月7日
11975
+ /**
11976
+ * @desc:显示Drawer界面
11977
+ * @author huangbo
11978
+ * @date 2024年9月7日
12005
11979
  **/
12006
11980
  handlerSetDrawer: function handlerSetDrawer(res, type) {
12007
11981
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -12021,19 +11995,19 @@ var events = [function (tabs, index, that) {
12021
11995
  }
12022
11996
  },
12023
11997
 
12024
- /**
12025
- * @desc:关闭Drawer界面
12026
- * @author huangbo
12027
- * @date 2024年9月7日
11998
+ /**
11999
+ * @desc:关闭Drawer界面
12000
+ * @author huangbo
12001
+ * @date 2024年9月7日
12028
12002
  **/
12029
12003
  handleCloseDrawer: function handleCloseDrawer() {
12030
12004
  this.drawer = { visible: false };
12031
12005
  },
12032
12006
 
12033
- /**
12034
- * @desc:菜单点击
12035
- * @author huangbo
12036
- * @date 2024年9月7日
12007
+ /**
12008
+ * @desc:菜单点击
12009
+ * @author huangbo
12010
+ * @date 2024年9月7日
12037
12011
  **/
12038
12012
  handlerClickMenu: function handlerClickMenu(res) {
12039
12013
  util["a" /* default */].ajax({
@@ -12082,19 +12056,19 @@ var events = [function (tabs, index, that) {
12082
12056
  },
12083
12057
 
12084
12058
 
12085
- /**
12086
- * @desc:用户详情请求成功
12087
- * @author huangbo
12088
- * @date 2024年9月7日
12059
+ /**
12060
+ * @desc:用户详情请求成功
12061
+ * @author huangbo
12062
+ * @date 2024年9月7日
12089
12063
  **/
12090
12064
  handleSuccess: function handleSuccess(res) {
12091
12065
  this.simpleUserInfo = res.simpleUserInfo;
12092
12066
  },
12093
12067
 
12094
- /**
12095
- * @desc:修改用户配置
12096
- * @author huangbo
12097
- * @date 2024年9月7日
12068
+ /**
12069
+ * @desc:修改用户配置
12070
+ * @author huangbo
12071
+ * @date 2024年9月7日
12098
12072
  **/
12099
12073
  handleChangeConfig: function handleChangeConfig(name, res) {
12100
12074
  if (name == 'userHeadUrl') {
@@ -12110,10 +12084,10 @@ var events = [function (tabs, index, that) {
12110
12084
  }
12111
12085
  },
12112
12086
 
12113
- /**
12114
- * @desc:关闭webSocket
12115
- * @author huangbo
12116
- * @date 2024年9月7日
12087
+ /**
12088
+ * @desc:关闭webSocket
12089
+ * @author huangbo
12090
+ * @date 2024年9月7日
12117
12091
  **/
12118
12092
  handlerClose: function handlerClose() {
12119
12093
  if (this.webSocket) {
@@ -12121,10 +12095,10 @@ var events = [function (tabs, index, that) {
12121
12095
  }
12122
12096
  },
12123
12097
 
12124
- /**
12125
- * @desc:刷新选中iframe页签
12126
- * @author huangbo
12127
- * @date 2024年9月7日
12098
+ /**
12099
+ * @desc:刷新选中iframe页签
12100
+ * @author huangbo
12101
+ * @date 2024年9月7日
12128
12102
  **/
12129
12103
  handleRefresh: function handleRefresh() {
12130
12104
  var i = util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -12145,10 +12119,10 @@ var events = [function (tabs, index, that) {
12145
12119
  }
12146
12120
  },
12147
12121
 
12148
- /**
12149
- * @desc:删除iframe
12150
- * @author huangbo
12151
- * @date 2024年9月7日
12122
+ /**
12123
+ * @desc:删除iframe
12124
+ * @author huangbo
12125
+ * @date 2024年9月7日
12152
12126
  **/
12153
12127
  handleRemove: function handleRemove(name) {
12154
12128
  var len = this.tabs.length - 1;
@@ -12165,10 +12139,10 @@ var events = [function (tabs, index, that) {
12165
12139
  }
12166
12140
  },
12167
12141
 
12168
- /**
12169
- * @desc:tabs鼠标右键事件
12170
- * @author huangbo
12171
- * @date 2024年9月7日
12142
+ /**
12143
+ * @desc:tabs鼠标右键事件
12144
+ * @author huangbo
12145
+ * @date 2024年9月7日
12172
12146
  **/
12173
12147
  handleContextmenu: function handleContextmenu(tabs, e) {
12174
12148
  var disabled = {};
@@ -12193,10 +12167,10 @@ var events = [function (tabs, index, that) {
12193
12167
  window.addEventListener('click', this.closeTabsEvents);
12194
12168
  },
12195
12169
 
12196
- /**
12197
- * @desc:tabs页签事件
12198
- * @author huangbo
12199
- * @date 2024年9月7日
12170
+ /**
12171
+ * @desc:tabs页签事件
12172
+ * @author huangbo
12173
+ * @date 2024年9月7日
12200
12174
  **/
12201
12175
  handleTabsEvents: function handleTabsEvents(num) {
12202
12176
  if (this.pane !== null) {
@@ -12214,10 +12188,10 @@ var events = [function (tabs, index, that) {
12214
12188
  window.removeEventListener('click', this.closeTabsEvents);
12215
12189
  },
12216
12190
 
12217
- /**
12218
- * @desc:handler工具栏点击事件
12219
- * @author huangbo
12220
- * @date 2024年9月7日
12191
+ /**
12192
+ * @desc:handler工具栏点击事件
12193
+ * @author huangbo
12194
+ * @date 2024年9月7日
12221
12195
  **/
12222
12196
  handleClick: function handleClick(res) {
12223
12197
  var type = res.type,
@@ -12295,10 +12269,10 @@ var events = [function (tabs, index, that) {
12295
12269
  this.$emit('handler-click', res);
12296
12270
  },
12297
12271
 
12298
- /**
12299
- * @desc:退出登录
12300
- * @author huangbo
12301
- * @date 2024年9月7日
12272
+ /**
12273
+ * @desc:退出登录
12274
+ * @author huangbo
12275
+ * @date 2024年9月7日
12302
12276
  **/
12303
12277
  handleQuit: function handleQuit() {
12304
12278
  var _this6 = this;
@@ -12373,10 +12347,10 @@ var events = [function (tabs, index, that) {
12373
12347
  }).catch(function (e) {});
12374
12348
  },
12375
12349
 
12376
- /**
12377
- * @desc:主题、消息回调
12378
- * @author huangbo
12379
- * @date 2024年9月7日
12350
+ /**
12351
+ * @desc:主题、消息回调
12352
+ * @author huangbo
12353
+ * @date 2024年9月7日
12380
12354
  **/
12381
12355
  handleChange: function handleChange(res) {
12382
12356
  var type = res.type,
@@ -12392,10 +12366,10 @@ var events = [function (tabs, index, that) {
12392
12366
  }
12393
12367
  },
12394
12368
 
12395
- /**
12396
- * @desc:菜单布局样式切换
12397
- * @author huangbo
12398
- * @date 2024年9月7日
12369
+ /**
12370
+ * @desc:菜单布局样式切换
12371
+ * @author huangbo
12372
+ * @date 2024年9月7日
12399
12373
  **/
12400
12374
  handleLayout: function handleLayout(res, active) {
12401
12375
  if (active) {
@@ -12404,10 +12378,10 @@ var events = [function (tabs, index, that) {
12404
12378
  this.$emit('chang-layout', res, active);
12405
12379
  },
12406
12380
 
12407
- /**
12408
- * @desc:消息修改总数
12409
- * @author huangbo
12410
- * @date 2024年9月7日
12381
+ /**
12382
+ * @desc:消息修改总数
12383
+ * @author huangbo
12384
+ * @date 2024年9月7日
12411
12385
  **/
12412
12386
  handleMenuTips: function handleMenuTips(id, num) {
12413
12387
  if (num) {
@@ -12418,10 +12392,10 @@ var events = [function (tabs, index, that) {
12418
12392
  }
12419
12393
  },
12420
12394
 
12421
- /**
12422
- * @desc:处理即时消息
12423
- * @author huangbo
12424
- * @date 2024年9月7日
12395
+ /**
12396
+ * @desc:处理即时消息
12397
+ * @author huangbo
12398
+ * @date 2024年9月7日
12425
12399
  **/
12426
12400
  handleOpened: function handleOpened(res) {
12427
12401
  var _this7 = this;
@@ -13113,8 +13087,8 @@ defaultvue_type_template_id_377c361a_render._withStripped = true
13113
13087
 
13114
13088
  // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=377c361a&
13115
13089
 
13116
- // 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=516cb128&
13117
- var userinfovue_type_template_id_516cb128_render = function () {
13090
+ // 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=14b0e976&
13091
+ var userinfovue_type_template_id_14b0e976_render = function () {
13118
13092
  var _vm = this
13119
13093
  var _h = _vm.$createElement
13120
13094
  var _c = _vm._self._c || _h
@@ -13130,11 +13104,11 @@ var userinfovue_type_template_id_516cb128_render = function () {
13130
13104
  2
13131
13105
  )
13132
13106
  }
13133
- var userinfovue_type_template_id_516cb128_staticRenderFns = []
13134
- userinfovue_type_template_id_516cb128_render._withStripped = true
13107
+ var userinfovue_type_template_id_14b0e976_staticRenderFns = []
13108
+ userinfovue_type_template_id_14b0e976_render._withStripped = true
13135
13109
 
13136
13110
 
13137
- // CONCATENATED MODULE: ./packages/main/src/default/userinfo.vue?vue&type=template&id=516cb128&
13111
+ // CONCATENATED MODULE: ./packages/main/src/default/userinfo.vue?vue&type=template&id=14b0e976&
13138
13112
 
13139
13113
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=script&lang=js&
13140
13114
  var userinfovue_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; };
@@ -13161,10 +13135,10 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
13161
13135
 
13162
13136
  /* harmony default export */ var default_userinfovue_type_script_lang_js_ = ({
13163
13137
  props: {
13164
- showNotify: {
13165
- type: Boolean,
13166
- default: true
13167
- },
13138
+ // showNotify: {
13139
+ // type: Boolean,
13140
+ // default: true
13141
+ // },
13168
13142
  secret: {
13169
13143
  type: Boolean,
13170
13144
  default: true
@@ -13338,18 +13312,20 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
13338
13312
  }
13339
13313
  }
13340
13314
  }
13341
- if (this.showNotify) {
13342
- page.push({
13343
- title: '接收消息类型',
13344
- contents: [{
13345
- type: 'checkbox',
13346
- labelHide: true,
13347
- name: 'notify',
13348
- col: 12,
13349
- data: store["a" /* default */].get('notifyList')
13350
- }]
13351
- });
13352
- }
13315
+ // if (this.showNotify) {
13316
+ // page.push({
13317
+ // title: '接收消息类型',
13318
+ // contents: [
13319
+ // {
13320
+ // type: 'checkbox',
13321
+ // labelHide: true,
13322
+ // name: 'notify',
13323
+ // col: 12,
13324
+ // data: store.get('notifyList')
13325
+ // }
13326
+ // ]
13327
+ // });
13328
+ // }
13353
13329
  page.push({
13354
13330
  type: 'submit',
13355
13331
  contents: [{
@@ -13592,8 +13568,8 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
13592
13568
 
13593
13569
  var default_userinfo_component = Object(componentNormalizer["a" /* default */])(
13594
13570
  src_default_userinfovue_type_script_lang_js_,
13595
- userinfovue_type_template_id_516cb128_render,
13596
- userinfovue_type_template_id_516cb128_staticRenderFns,
13571
+ userinfovue_type_template_id_14b0e976_render,
13572
+ userinfovue_type_template_id_14b0e976_staticRenderFns,
13597
13573
  false,
13598
13574
  null,
13599
13575
  null,