eoss-ui 0.6.63 → 0.6.64

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 (301) hide show
  1. package/lib/.DS_Store +0 -0
  2. package/lib/button-group.js +41 -30
  3. package/lib/button.js +40 -29
  4. package/lib/calendar.js +2 -2
  5. package/lib/calogin.js +5279 -0
  6. package/lib/card.js +2 -2
  7. package/lib/cascader.js +2 -2
  8. package/lib/checkbox-group.js +45 -34
  9. package/lib/clients.js +2 -2
  10. package/lib/config/api.js +15 -15
  11. package/lib/data-table-form.js +43 -33
  12. package/lib/data-table.js +42 -32
  13. package/lib/date-picker.js +40 -29
  14. package/lib/dialog.js +44 -33
  15. package/lib/enable-drag.js +2 -2
  16. package/lib/enterprise.js +2 -2
  17. package/lib/eoss-ui.common.js +1809 -652
  18. package/lib/error-page.js +2 -2
  19. package/lib/flow-group.js +262 -233
  20. package/lib/flow-list.js +135 -120
  21. package/lib/flow.js +323 -313
  22. package/lib/form.js +59 -44
  23. package/lib/handle-user.js +44 -33
  24. package/lib/handler.js +47 -36
  25. package/lib/icon.js +40 -29
  26. package/lib/icons.js +4 -4
  27. package/lib/index.js +1 -1
  28. package/lib/input-number.js +40 -29
  29. package/lib/input.js +44 -33
  30. package/lib/label.js +2 -2
  31. package/lib/layout.js +4 -4
  32. package/lib/login.js +216 -96
  33. package/lib/main.js +211 -190
  34. package/lib/menu.js +4 -4
  35. package/lib/nav.js +42 -31
  36. package/lib/notify.js +17 -17
  37. package/lib/page.js +40 -29
  38. package/lib/pagination.js +40 -29
  39. package/lib/player.js +50 -39
  40. package/lib/qr-code.js +55 -44
  41. package/lib/radio-group.js +51 -40
  42. package/lib/retrial-auth.js +47 -36
  43. package/lib/select-ganged.js +185 -174
  44. package/lib/select.js +187 -176
  45. package/lib/selector-panel.js +45 -35
  46. package/lib/selector.js +42 -31
  47. package/lib/sizer.js +40 -29
  48. package/lib/steps.js +42 -31
  49. package/lib/switch.js +40 -29
  50. package/lib/table-form.js +49 -38
  51. package/lib/tabs-panel.js +2 -2
  52. package/lib/tabs.js +40 -29
  53. package/lib/theme-chalk/calogin.css +0 -0
  54. package/lib/theme-chalk/index.css +1 -1
  55. package/lib/theme-chalk/login.css +1 -1
  56. package/lib/theme-chalk/main.css +1 -1
  57. package/lib/theme-chalk/simplicity.css +1 -1
  58. package/lib/tips.js +42 -31
  59. package/lib/toolbar.js +2 -2
  60. package/lib/tree-group.js +40 -29
  61. package/lib/tree.js +42 -31
  62. package/lib/upload.js +48 -37
  63. package/lib/utils/util.js +4 -1
  64. package/lib/wujie.js +47 -36
  65. package/lib/wxlogin.js +40 -29
  66. package/package.json +160 -159
  67. package/packages/.DS_Store +0 -0
  68. package/packages/autocomplete/.DS_Store +0 -0
  69. package/packages/button/index.js +5 -5
  70. package/packages/button/src/main.vue +418 -418
  71. package/packages/button-group/index.js +5 -5
  72. package/packages/button-group/src/main.vue +298 -298
  73. package/packages/calendar/index.js +5 -5
  74. package/packages/calogin/index.js +5 -0
  75. package/packages/calogin/src/main.vue +131 -0
  76. package/packages/calogin/src/plugin.js +748 -0
  77. package/packages/card/index.js +5 -5
  78. package/packages/card/src/main.vue +156 -156
  79. package/packages/cascader/index.js +5 -5
  80. package/packages/cascader/src/main.vue +168 -168
  81. package/packages/checkbox-group/index.js +5 -5
  82. package/packages/checkbox-group/src/main.vue +333 -333
  83. package/packages/clients/index.js +5 -5
  84. package/packages/clients/src/main.vue +151 -151
  85. package/packages/data-table/index.js +5 -5
  86. package/packages/data-table/src/children.vue +39 -39
  87. package/packages/data-table/src/column.vue +989 -989
  88. package/packages/data-table/src/main.vue +1822 -1822
  89. package/packages/data-table/src/sizer.vue +195 -195
  90. package/packages/data-table-form/index.js +5 -5
  91. package/packages/data-table-form/src/checkbox.vue +101 -101
  92. package/packages/data-table-form/src/colgroup.vue +17 -17
  93. package/packages/data-table-form/src/main.vue +181 -181
  94. package/packages/data-table-form/src/radio.vue +65 -65
  95. package/packages/data-table-form/src/table.vue +233 -233
  96. package/packages/data-table-form/src/tbody.vue +336 -336
  97. package/packages/data-table-form/src/thead.vue +68 -68
  98. package/packages/date-picker/.DS_Store +0 -0
  99. package/packages/date-picker/index.js +5 -5
  100. package/packages/date-picker/src/.DS_Store +0 -0
  101. package/packages/date-picker/src/main.vue +236 -236
  102. package/packages/dialog/index.js +5 -5
  103. package/packages/enable-drag/index.js +5 -5
  104. package/packages/enterprise/index.js +5 -5
  105. package/packages/enterprise/src/main.vue +66 -66
  106. package/packages/error-page/index.js +5 -5
  107. package/packages/error-page/src/main.vue +44 -44
  108. package/packages/flow/index.js +5 -5
  109. package/packages/flow/src/component/Circulate.vue +322 -322
  110. package/packages/flow/src/component/CommonOpinions.vue +346 -346
  111. package/packages/flow/src/component/CustomPreset.vue +322 -322
  112. package/packages/flow/src/component/FileList.vue +99 -99
  113. package/packages/flow/src/component/Preset.vue +255 -255
  114. package/packages/flow/src/component/SendMsg.vue +241 -241
  115. package/packages/flow/src/component/TimeLimit.vue +190 -190
  116. package/packages/flow/src/component/taskUnionExamine.vue +619 -619
  117. package/packages/flow/src/form.vue +121 -121
  118. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  119. package/packages/flow/src/main.vue +3275 -3275
  120. package/packages/flow/src/processForm.vue +1091 -1091
  121. package/packages/flow/src/processReject.vue +294 -294
  122. package/packages/flow/src/reset.vue +900 -900
  123. package/packages/flow/src/startTaskRead.vue +659 -659
  124. package/packages/flow/src/supervise.vue +149 -149
  125. package/packages/flow/src/table.vue +58 -58
  126. package/packages/flow-group/index.js +5 -5
  127. package/packages/flow-group/src/main.vue +688 -688
  128. package/packages/flow-list/index.js +5 -5
  129. package/packages/flow-list/src/main.vue +1724 -1720
  130. package/packages/form/index.js +5 -5
  131. package/packages/form/src/main.vue +3581 -3583
  132. package/packages/form/src/table.vue +1426 -1426
  133. package/packages/handle-user/index.js +5 -5
  134. package/packages/handle-user/src/main.vue +138 -138
  135. package/packages/handler/index.js +5 -5
  136. package/packages/handler/src/main.vue +493 -493
  137. package/packages/icon/index.js +5 -5
  138. package/packages/icon/src/main.vue +101 -101
  139. package/packages/icons/index.js +5 -5
  140. package/packages/icons/src/main.vue +81 -81
  141. package/packages/input/index.js +5 -5
  142. package/packages/input/src/main.vue +356 -356
  143. package/packages/input-number/index.js +5 -5
  144. package/packages/input-number/src/main.vue +106 -106
  145. package/packages/label/index.js +5 -5
  146. package/packages/label/src/main.vue +457 -457
  147. package/packages/layout/index.js +5 -5
  148. package/packages/layout/src/item.vue +152 -152
  149. package/packages/layout/src/main.vue +31 -31
  150. package/packages/login/index.js +5 -5
  151. package/packages/login/src/main.vue +1976 -1942
  152. package/packages/login/src/resetPassword.vue +562 -562
  153. package/packages/main/.DS_Store +0 -0
  154. package/packages/main/index.js +5 -5
  155. package/packages/main/src/.DS_Store +0 -0
  156. package/packages/main/src/default/message.vue +249 -249
  157. package/packages/main/src/default/notice.vue +157 -157
  158. package/packages/main/src/default/userinfo.vue +503 -503
  159. package/packages/main/src/public/online.vue +89 -89
  160. package/packages/main/src/public/search.vue +462 -462
  161. package/packages/main/src/public/settings.vue +221 -221
  162. package/packages/main/src/simplicity/apps.vue +388 -388
  163. package/packages/main/src/simplicity/avatar.vue +83 -82
  164. package/packages/main/src/simplicity/handler.vue +259 -259
  165. package/packages/main/src/simplicity/index.vue +2089 -2087
  166. package/packages/main/src/simplicity/lists.vue +84 -84
  167. package/packages/main/src/simplicity/menu-list.vue +135 -135
  168. package/packages/main/src/simplicity/message.vue +259 -259
  169. package/packages/main/src/simplicity/notice.vue +190 -190
  170. package/packages/main/src/simplicity/router-page.vue +45 -45
  171. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  172. package/packages/main/src/simplicity/user.vue +257 -257
  173. package/packages/main/src/simplicity/userinfo.vue +312 -312
  174. package/packages/menu/.DS_Store +0 -0
  175. package/packages/menu/index.js +5 -5
  176. package/packages/menu/src/main.vue +584 -584
  177. package/packages/nav/index.js +5 -5
  178. package/packages/nav/src/main.vue +351 -351
  179. package/packages/notify/index.js +5 -5
  180. package/packages/notify/src/main.vue +538 -538
  181. package/packages/page/index.js +5 -5
  182. package/packages/page/src/main.vue +167 -167
  183. package/packages/pagination/index.js +5 -5
  184. package/packages/pagination/src/main.vue +96 -96
  185. package/packages/player/index.js +5 -5
  186. package/packages/player/src/main.vue +194 -194
  187. package/packages/qr-code/index.js +5 -5
  188. package/packages/qr-code/src/main.vue +170 -170
  189. package/packages/radio-group/index.js +6 -6
  190. package/packages/radio-group/src/main.vue +319 -319
  191. package/packages/retrial-auth/index.js +5 -5
  192. package/packages/retrial-auth/src/main.vue +280 -280
  193. package/packages/scrollbar/.DS_Store +0 -0
  194. package/packages/select/.DS_Store +0 -0
  195. package/packages/select/index.js +5 -5
  196. package/packages/select/src/main.vue +778 -778
  197. package/packages/select-ganged/index.js +5 -5
  198. package/packages/select-ganged/src/main.vue +724 -724
  199. package/packages/selector/index.js +5 -5
  200. package/packages/selector/src/main.vue +687 -687
  201. package/packages/selector-panel/index.js +5 -5
  202. package/packages/selector-panel/src/main.vue +1027 -1027
  203. package/packages/selector-panel/src/selection.vue +177 -177
  204. package/packages/selector-panel/src/tree.vue +129 -129
  205. package/packages/sizer/index.js +5 -5
  206. package/packages/sizer/src/main.vue +254 -254
  207. package/packages/steps/index.js +5 -5
  208. package/packages/steps/src/main.vue +181 -181
  209. package/packages/switch/index.js +5 -5
  210. package/packages/switch/src/main.vue +154 -154
  211. package/packages/table-form/index.js +5 -5
  212. package/packages/tabs/index.js +5 -5
  213. package/packages/tabs/src/main.vue +788 -788
  214. package/packages/tabs-panel/index.js +5 -5
  215. package/packages/tabs-panel/src/main.vue +29 -29
  216. package/packages/theme-chalk/lib/calogin.css +0 -0
  217. package/packages/theme-chalk/lib/index.css +1 -1
  218. package/packages/theme-chalk/lib/login.css +1 -1
  219. package/packages/theme-chalk/lib/main.css +1 -1
  220. package/packages/theme-chalk/lib/simplicity.css +1 -1
  221. package/packages/theme-chalk/src/.DS_Store +0 -0
  222. package/packages/theme-chalk/src/base.scss +261 -261
  223. package/packages/theme-chalk/src/button-group.scss +176 -176
  224. package/packages/theme-chalk/src/button.scss +24 -24
  225. package/packages/theme-chalk/src/calendar.scss +113 -113
  226. package/packages/theme-chalk/src/calogin.scss +0 -0
  227. package/packages/theme-chalk/src/card.scss +99 -99
  228. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  229. package/packages/theme-chalk/src/clients.scss +87 -87
  230. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  231. package/packages/theme-chalk/src/data-table.scss +293 -293
  232. package/packages/theme-chalk/src/date-picker.scss +7 -7
  233. package/packages/theme-chalk/src/dialog.scss +77 -77
  234. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  235. package/packages/theme-chalk/src/enterprise.scss +5 -5
  236. package/packages/theme-chalk/src/error-page.scss +18 -18
  237. package/packages/theme-chalk/src/flow-group.scss +110 -110
  238. package/packages/theme-chalk/src/flow-list.scss +39 -39
  239. package/packages/theme-chalk/src/flow.scss +343 -343
  240. package/packages/theme-chalk/src/form.scss +496 -496
  241. package/packages/theme-chalk/src/handle-user.scss +40 -40
  242. package/packages/theme-chalk/src/handler.scss +143 -143
  243. package/packages/theme-chalk/src/icon.scss +1792 -1792
  244. package/packages/theme-chalk/src/icons.scss +99 -99
  245. package/packages/theme-chalk/src/index.scss +1 -0
  246. package/packages/theme-chalk/src/input.scss +9 -9
  247. package/packages/theme-chalk/src/label.scss +24 -24
  248. package/packages/theme-chalk/src/layout.scss +46 -46
  249. package/packages/theme-chalk/src/login.scss +981 -969
  250. package/packages/theme-chalk/src/main.scss +663 -663
  251. package/packages/theme-chalk/src/menu.scss +222 -222
  252. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  253. package/packages/theme-chalk/src/nav.scss +111 -111
  254. package/packages/theme-chalk/src/page.scss +3 -3
  255. package/packages/theme-chalk/src/pagination.scss +29 -29
  256. package/packages/theme-chalk/src/player.scss +9 -9
  257. package/packages/theme-chalk/src/qr-code.scss +17 -17
  258. package/packages/theme-chalk/src/radio-group.scss +9 -9
  259. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  260. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  261. package/packages/theme-chalk/src/select.scss +8 -8
  262. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  263. package/packages/theme-chalk/src/selector.scss +91 -91
  264. package/packages/theme-chalk/src/simplicity.scss +1355 -1351
  265. package/packages/theme-chalk/src/sizer.scss +36 -36
  266. package/packages/theme-chalk/src/steps.scss +88 -88
  267. package/packages/theme-chalk/src/switch.scss +3 -3
  268. package/packages/theme-chalk/src/table-form.scss +1 -1
  269. package/packages/theme-chalk/src/tabs.scss +87 -87
  270. package/packages/theme-chalk/src/tips.scss +7 -7
  271. package/packages/theme-chalk/src/toolbar.scss +179 -179
  272. package/packages/theme-chalk/src/tree-group.scss +72 -72
  273. package/packages/theme-chalk/src/tree.scss +165 -165
  274. package/packages/theme-chalk/src/upload.scss +168 -168
  275. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  276. package/packages/tips/index.js +5 -5
  277. package/packages/tips/src/main.vue +141 -141
  278. package/packages/toolbar/index.js +5 -5
  279. package/packages/toolbar/src/main.vue +430 -430
  280. package/packages/tree/index.js +5 -5
  281. package/packages/tree-group/index.js +5 -5
  282. package/packages/upload/.DS_Store +0 -0
  283. package/packages/upload/index.js +5 -5
  284. package/packages/upload/src/main.vue +1347 -1347
  285. package/packages/upload/src/picture.js +15 -15
  286. package/packages/wujie/index.js +5 -5
  287. package/packages/wujie/src/main.vue +145 -145
  288. package/packages/wxlogin/index.js +5 -5
  289. package/packages/wxlogin/src/main.vue +128 -128
  290. package/src/.DS_Store +0 -0
  291. package/src/config/api.js +290 -290
  292. package/src/config/image.js +2 -2
  293. package/src/index.js +163 -160
  294. package/src/utils/.DS_Store +0 -0
  295. package/src/utils/bus.js +3 -3
  296. package/src/utils/date-util.js +312 -312
  297. package/src/utils/http.js +50 -50
  298. package/src/utils/rules.js +18 -18
  299. package/src/utils/store.js +21 -21
  300. package/src/utils/util.js +3 -1
  301. package/src/utils/webSocket.js +107 -107
package/lib/flow-list.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 47);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 49);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -100,8 +100,10 @@ module.exports =
100
100
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7);
101
101
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(json_bigint__WEBPACK_IMPORTED_MODULE_4__);
102
102
  /* harmony import */ var _webSocket__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(8);
103
- /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(2);
104
- /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_6__);
103
+ /* harmony import */ var ua_parser_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(11);
104
+ /* harmony import */ var ua_parser_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(ua_parser_js__WEBPACK_IMPORTED_MODULE_6__);
105
+ /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(2);
106
+ /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_7__);
105
107
 
106
108
 
107
109
  var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
@@ -120,16 +122,17 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
120
122
  **/
121
123
 
122
124
  /* eslint-disable indent */
123
- var sm2 = __webpack_require__(12).sm2;
124
- var lodash = __webpack_require__(11);
125
+ var sm2 = __webpack_require__(13).sm2;
126
+ var lodash = __webpack_require__(12);
125
127
 
126
128
 
127
129
 
128
130
 
129
131
 
130
132
 
131
- var win = window.__WUJIE_RAW_WINDOW__ ? window.__WUJIE_RAW_WINDOW__ : window;
132
133
 
134
+ var win = window.__WUJIE_RAW_WINDOW__ ? window.__WUJIE_RAW_WINDOW__ : window;
135
+ var parser = new ua_parser_js__WEBPACK_IMPORTED_MODULE_6__["UAParser"]();
133
136
  var $hueStep = 2;
134
137
  var $saturationStep1 = 0.16;
135
138
  var $saturationStep2 = 0.05;
@@ -266,7 +269,7 @@ var ajax = function ajax(_ref) {
266
269
  clearTimeout(loginMsg);
267
270
  loginMsg = setTimeout(function () {
268
271
  sessionStorage.setItem('remind', 1);
269
- eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"].confirm(response.data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', response.data.rCode === 69 ? {
272
+ eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"].confirm(response.data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', response.data.rCode === 69 ? {
270
273
  confirmButtonText: '确定',
271
274
  closeOnClickModal: false,
272
275
  type: 'warning'
@@ -317,7 +320,7 @@ var ajax = function ajax(_ref) {
317
320
  } else if (response.data.rCode === 61) {
318
321
  clearTimeout(initAuth);
319
322
  initAuth = setTimeout(function () {
320
- Object(eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"])({
323
+ Object(eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"])({
321
324
  title: '请进行二次鉴权',
322
325
  closeOnClickModal: false,
323
326
  closeOnPressEscape: false,
@@ -2406,7 +2409,7 @@ var isLogined = function () {
2406
2409
  break;
2407
2410
  }
2408
2411
 
2409
- loadingInstance = eoss_element__WEBPACK_IMPORTED_MODULE_6__["Loading"].service({ text: '页面加载中', spinner: 'el-icon-loading', background: 'rgba(0, 0, 0, 0.65)' });
2412
+ loadingInstance = eoss_element__WEBPACK_IMPORTED_MODULE_7__["Loading"].service({ text: '页面加载中', spinner: 'el-icon-loading', background: 'rgba(0, 0, 0, 0.65)' });
2410
2413
  _context.next = 17;
2411
2414
  return ajax({
2412
2415
  method: 'post',
@@ -2462,7 +2465,7 @@ var isLogined = function () {
2462
2465
  }
2463
2466
  break;
2464
2467
  case 4:
2465
- eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"].alert(results.msg ? results.msg : '账号未绑定,账号密码登录后自动绑定!', '提示', {
2468
+ eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"].alert(results.msg ? results.msg : '账号未绑定,账号密码登录后自动绑定!', '提示', {
2466
2469
  confirmButtonText: '确定',
2467
2470
  type: 'error',
2468
2471
  callback: function callback() {
@@ -2486,7 +2489,7 @@ var isLogined = function () {
2486
2489
  default:
2487
2490
  }
2488
2491
  } else {
2489
- eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"].alert(res.msg, '提示', {
2492
+ eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"].alert(res.msg, '提示', {
2490
2493
  confirmButtonText: '确定',
2491
2494
  type: 'error',
2492
2495
  callback: function callback() {
@@ -2657,7 +2660,7 @@ var loadJs = function loadJs(_ref13) {
2657
2660
  **/
2658
2661
  var loading = function loading($loading, res) {
2659
2662
  if (!$loading) {
2660
- $loading = eoss_element__WEBPACK_IMPORTED_MODULE_6__["Loading"].service;
2663
+ $loading = eoss_element__WEBPACK_IMPORTED_MODULE_7__["Loading"].service;
2661
2664
  }
2662
2665
  if (isObject(res)) {
2663
2666
  var config = extend({}, {
@@ -3497,6 +3500,7 @@ var watermark = function watermark(option) {
3497
3500
  trimWhitespace: trimWhitespace,
3498
3501
  toFixed: toFixed,
3499
3502
  toFunction: toFunction,
3503
+ parser: parser,
3500
3504
  updateTheme: updateTheme,
3501
3505
  upperCase: upperCase,
3502
3506
  urlJoinParams: urlJoinParams,
@@ -3799,15 +3803,15 @@ var toStartTaskRead = '/bpm/bpmBackend/toStartTaskRead';
3799
3803
  // 获取分阅办理页面
3800
3804
  var toStartTaskReadIndex = '/bpm/bpmBackend/toTaskReadIndex';
3801
3805
  // 分阅提交
3802
- var taskReadHtml = 'bpm/task/taskHandle/taskRead.dhtml';
3806
+ var taskReadHtml = flowPendingPrefix + '/task/taskHandle/taskRead.dhtml';
3803
3807
  // 驳回并办结
3804
- var rejectAndEnd = '/bpm/task/taskHandle/rejectAndEnd.dhtml';
3808
+ var rejectAndEnd = flowPendingPrefix + '/task/taskHandle/rejectAndEnd.dhtml';
3805
3809
  // 核稿通知
3806
3810
  var toSendMsg = '/bpm/bpmBackend/toSendMsgIndex';
3807
3811
  // 核稿通知提交
3808
- var sendMsg = 'bpm/task/taskHandle/sendMsg.dhtml';
3812
+ var sendMsg = flowPendingPrefix + '/task/taskHandle/sendMsg.dhtml';
3809
3813
  // 直接办结
3810
- var endFlowHtml = '/bpm/task/taskHandle/endFlow.dhtml';
3814
+ var endFlowHtml = flowPendingPrefix + '/task/taskHandle/endFlow.dhtml';
3811
3815
  // 获取用户信息
3812
3816
  // export const findUserBaseInfos = '/api/v1/mecpSys/findUserBaseInfo.dhtml';
3813
3817
  // 搜索用户信息
@@ -3826,11 +3830,11 @@ var getPresetNodeInfo = flowPendingPrefix + '/task/taskHandle/getPresetNodeInfo.
3826
3830
  // 获取转办页面数据
3827
3831
  var toTaskTransferIndex = '/bpm/bpmBackend/toTaskTransferIndex';
3828
3832
  // 转办提交按钮
3829
- var taskTransfer = '/bpm/task/taskHandle/taskTransfer.dhtml';
3833
+ var taskTransfer = flowPendingPrefix + '/task/taskHandle/taskTransfer.dhtml';
3830
3834
  // 流程预设列表
3831
3835
  var toPresetInfoListIndex = '/bpm/bpmBackend/toPresetInfoListIndex';
3832
3836
  // 流程预设置为失效
3833
- var deletePresetInfo = '/bpm/task/taskHandle/deletePresetInfo.dhtml';
3837
+ var deletePresetInfo = flowPendingPrefix + '/task/taskHandle/deletePresetInfo.dhtml';
3834
3838
  // 流程列表
3835
3839
  var historyListJson = flowPendingPrefix + '/pendedhistoryManager/historyListJson.dhtml';
3836
3840
  // 获取流程列表配置
@@ -3840,15 +3844,15 @@ var pressListJson = flowPendingPrefix + '/wfUrgeRecord/listJson.dhtml';
3840
3844
  // 删除流程列表节点
3841
3845
  var deleteFlow = flowPendingPrefix + '/pendedhistoryManager/delete.dhtml';
3842
3846
  // 是否允许启动子流程(必经节点)
3843
- var isCanStartSubFlow = '/bpm/task/taskHandle/isCanStartSubFlow.dhtml';
3847
+ var isCanStartSubFlow = flowPendingPrefix + '/task/taskHandle/isCanStartSubFlow.dhtml';
3844
3848
  // 联合审核
3845
3849
  var toTaskUnionExamine = '/bpm/bpmBackend/toTaskUnionExamine';
3846
3850
  // 联合审核提交
3847
- var taskUnionExamine = '/bpm/task/taskHandle/taskUnionExamine.dhtml';
3851
+ var taskUnionExamine = flowPendingPrefix + '/task/taskHandle/taskUnionExamine.dhtml';
3848
3852
  // 征求意见
3849
3853
  var toTaskTakeAdvice = '/bpm/bpmBackend/toTaskTakeAdvice';
3850
3854
  // 征求意见提交
3851
- var taskTakeAdvice = '/bpm/task/taskHandle/taskTakeAdvice.dhtml';
3855
+ var taskTakeAdvice = flowPendingPrefix + '/task/taskHandle/taskTakeAdvice.dhtml';
3852
3856
  // 稿件递送
3853
3857
  var toTaskStartDraft = '/bpm/bpmBackend/totaskStartDraft';
3854
3858
  // 获取督办页面信息
@@ -3857,7 +3861,7 @@ var toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
3857
3861
  var toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
3858
3862
  // 稿件递送提交接口
3859
3863
  // export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
3860
- var taskStartDraft = '/bpm/task/taskHandle/taskStartDraft.dhtml';
3864
+ var taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
3861
3865
  // 复核
3862
3866
  var toTaskReview = '/bpm/bpmBackend/toTaskReview';
3863
3867
  // 复核提交
@@ -3865,19 +3869,19 @@ var taskReview = flowPendingPrefix + '/task/taskHandle/taskReview.dhtml';
3865
3869
  // 联合用印
3866
3870
  var toTaskUnionSeal = '/bpm/bpmBackend/toTaskUnionSeal';
3867
3871
  // 联合用印提交
3868
- var taskUnionSeal = '/bpm/task/taskHandle/taskUnionSeal.dhtml';
3872
+ var taskUnionSeal = flowPendingPrefix + '/task/taskHandle/taskUnionSeal.dhtml';
3869
3873
  // 报送两办
3870
3874
  var toTwoOfficesDispatch = '/bpm/bpmBackend/toTwoOfficesDispatch';
3871
3875
  // 报送两办提交
3872
- var twoOfficesDispatch = '/bpm/task/taskHandle/twoOfficesDispatch.dhtml';
3876
+ var twoOfficesDispatch = flowPendingPrefix + '/task/taskHandle/twoOfficesDispatch.dhtml';
3873
3877
  // 重设流程
3874
3878
  var toResetProcessIndex = '/bpm/bpmBackend/toResetProcessIndex';
3875
3879
  // 提交重设流程
3876
- var resetProcess = '/bpm/task/taskHandle/resetProcess.dhtml';
3880
+ var resetProcess = flowPendingPrefix + '/task/taskHandle/resetProcess.dhtml';
3877
3881
  // 续办流程
3878
3882
  var toTaskContinuationIndex = '/bpm/bpmBackend/toTaskContinuationIndex';
3879
3883
  // 续办提交
3880
- var taskContinuation = '/bpm/task/taskHandle/taskContinuation.dhtml';
3884
+ var taskContinuation = flowPendingPrefix + '/task/taskHandle/taskContinuation.dhtml';
3881
3885
  // 自由发起流程获取配置参数
3882
3886
  var getFreeStartFlowParams = '/bpm/bpmBackend/getFreeStartFlowParams';
3883
3887
  // 自由发起流程提交
@@ -3910,7 +3914,7 @@ var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
3910
3914
 
3911
3915
  var formContents = '/lowcode/admin/online/onlineForm/getOnlineFormFromCache';
3912
3916
  var directStartTaskCircularRead = '/bpm/bpmBackend/directStartTaskCircularRead';
3913
- var getNodeInfoForStart = '/bpm/task/taskHandle/getNodeInfoForStart.dhtml';
3917
+ var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
3914
3918
 
3915
3919
  /***/ }),
3916
3920
  /* 2 */
@@ -4204,20 +4208,26 @@ module.exports = require("stompjs");
4204
4208
  /* 11 */
4205
4209
  /***/ (function(module, exports) {
4206
4210
 
4207
- module.exports = require("lodash");
4211
+ module.exports = require("ua-parser-js");
4208
4212
 
4209
4213
  /***/ }),
4210
4214
  /* 12 */
4211
4215
  /***/ (function(module, exports) {
4212
4216
 
4217
+ module.exports = require("lodash");
4218
+
4219
+ /***/ }),
4220
+ /* 13 */
4221
+ /***/ (function(module, exports) {
4222
+
4213
4223
  module.exports = require("sm-crypto");
4214
4224
 
4215
4225
  /***/ }),
4216
- /* 13 */,
4217
4226
  /* 14 */,
4218
4227
  /* 15 */,
4219
4228
  /* 16 */,
4220
- /* 17 */
4229
+ /* 17 */,
4230
+ /* 18 */
4221
4231
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4222
4232
 
4223
4233
  "use strict";
@@ -4393,7 +4403,6 @@ var component = Object(componentNormalizer["a" /* default */])(
4393
4403
  /* harmony default export */ var FileList = __webpack_exports__["a"] = (component.exports);
4394
4404
 
4395
4405
  /***/ }),
4396
- /* 18 */,
4397
4406
  /* 19 */,
4398
4407
  /* 20 */,
4399
4408
  /* 21 */,
@@ -4422,15 +4431,17 @@ var component = Object(componentNormalizer["a" /* default */])(
4422
4431
  /* 44 */,
4423
4432
  /* 45 */,
4424
4433
  /* 46 */,
4425
- /* 47 */
4434
+ /* 47 */,
4435
+ /* 48 */,
4436
+ /* 49 */
4426
4437
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4427
4438
 
4428
4439
  "use strict";
4429
4440
  // ESM COMPAT FLAG
4430
4441
  __webpack_require__.r(__webpack_exports__);
4431
4442
 
4432
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=e5adb570&
4433
- var mainvue_type_template_id_e5adb570_render = function () {
4443
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=1b0fe550&
4444
+ var mainvue_type_template_id_1b0fe550_render = function () {
4434
4445
  var _vm = this
4435
4446
  var _h = _vm.$createElement
4436
4447
  var _c = _vm._self._c || _h
@@ -4483,7 +4494,7 @@ var mainvue_type_template_id_e5adb570_render = function () {
4483
4494
  },
4484
4495
  attrs: {
4485
4496
  display: _vm.display,
4486
- number: "",
4497
+ numbers: _vm.numbers,
4487
4498
  full: _vm.height !== "auto",
4488
4499
  data: _vm.returnData(item.type),
4489
4500
  },
@@ -4634,10 +4645,10 @@ var mainvue_type_template_id_e5adb570_render = function () {
4634
4645
  )
4635
4646
  }
4636
4647
  var staticRenderFns = []
4637
- mainvue_type_template_id_e5adb570_render._withStripped = true
4648
+ mainvue_type_template_id_1b0fe550_render._withStripped = true
4638
4649
 
4639
4650
 
4640
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=e5adb570&
4651
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=1b0fe550&
4641
4652
 
4642
4653
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
4643
4654
  var regenerator_ = __webpack_require__(4);
@@ -4647,7 +4658,7 @@ var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator_);
4647
4658
  var api = __webpack_require__(1);
4648
4659
 
4649
4660
  // EXTERNAL MODULE: ./packages/flow/src/component/FileList.vue + 4 modules
4650
- var FileList = __webpack_require__(17);
4661
+ var FileList = __webpack_require__(18);
4651
4662
 
4652
4663
  // EXTERNAL MODULE: ./src/utils/util.js
4653
4664
  var util = __webpack_require__(0);
@@ -4803,6 +4814,10 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
4803
4814
  return ['flow', 'splitReading', 'preset'];
4804
4815
  }
4805
4816
  },
4817
+ numbers: {
4818
+ type: Boolean,
4819
+ default: false
4820
+ },
4806
4821
  height: {
4807
4822
  type: String,
4808
4823
  default: ''
@@ -5828,12 +5843,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5828
5843
  }
5829
5844
  },
5830
5845
 
5831
- /**
5832
- * handleFormSubmit
5833
- * @desc:删除节点点击事件
5834
- * @param {Object} formData 点击删除的form数据
5835
- * @author liufan
5836
- * @date 2022年11月29日
5846
+ /**
5847
+ * handleFormSubmit
5848
+ * @desc:删除节点点击事件
5849
+ * @param {Object} formData 点击删除的form数据
5850
+ * @author liufan
5851
+ * @date 2022年11月29日
5837
5852
  **/
5838
5853
  handleFormSubmit: function handleFormSubmit(formData) {
5839
5854
  var _this9 = this;
@@ -5864,48 +5879,48 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5864
5879
  });
5865
5880
  },
5866
5881
 
5867
- /**
5868
- * del
5869
- * @desc:展示删除弹窗
5870
- * @param {String} id 当前点击数据id
5871
- * @author liufan
5872
- * @date 2022年11月29日
5882
+ /**
5883
+ * del
5884
+ * @desc:展示删除弹窗
5885
+ * @param {String} id 当前点击数据id
5886
+ * @author liufan
5887
+ * @date 2022年11月29日
5873
5888
  **/
5874
5889
  del: function del(id) {
5875
5890
  this.historyId = id;
5876
5891
  this.showDel = true;
5877
5892
  },
5878
5893
 
5879
- /**
5880
- * handleCurrentChange
5881
- * @desc:监听页码变化
5882
- * @param {String} val 当前页
5883
- * @author liufan
5884
- * @date 2022年11月29日
5894
+ /**
5895
+ * handleCurrentChange
5896
+ * @desc:监听页码变化
5897
+ * @param {String} val 当前页
5898
+ * @author liufan
5899
+ * @date 2022年11月29日
5885
5900
  **/
5886
5901
  handleCurrentChange: function handleCurrentChange(val) {
5887
5902
  this.currentPage = val;
5888
5903
  this.getPressList();
5889
5904
  },
5890
5905
 
5891
- /**
5892
- * handleSizeChange
5893
- * @desc:监听每页数据显示数量变化
5894
- * @param {String} val 每页展示数量
5895
- * @author liufan
5896
- * @date 2022年11月29日
5906
+ /**
5907
+ * handleSizeChange
5908
+ * @desc:监听每页数据显示数量变化
5909
+ * @param {String} val 每页展示数量
5910
+ * @author liufan
5911
+ * @date 2022年11月29日
5897
5912
  **/
5898
5913
  handleSizeChange: function handleSizeChange(val) {
5899
5914
  this.pageSize = val;
5900
5915
  this.getPressList();
5901
5916
  },
5902
5917
 
5903
- /**
5904
- * sortChange
5905
- * @desc:监听排序变化
5906
- * @param {Object} info 需要排序的字段及排序方式
5907
- * @author liufan
5908
- * @date 2022年11月29日
5918
+ /**
5919
+ * sortChange
5920
+ * @desc:监听排序变化
5921
+ * @param {Object} info 需要排序的字段及排序方式
5922
+ * @author liufan
5923
+ * @date 2022年11月29日
5909
5924
  **/
5910
5925
  sortChange: function sortChange(info) {
5911
5926
  var prop = info.prop,
@@ -5916,11 +5931,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5916
5931
  this.getPressList();
5917
5932
  },
5918
5933
 
5919
- /**
5920
- * getPressList
5921
- * @desc:催办列表数据
5922
- * @author liufan
5923
- * @date 2022年11月29日
5934
+ /**
5935
+ * getPressList
5936
+ * @desc:催办列表数据
5937
+ * @author liufan
5938
+ * @date 2022年11月29日
5924
5939
  **/
5925
5940
  getPressList: function getPressList() {
5926
5941
  var _this10 = this;
@@ -5950,12 +5965,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5950
5965
  });
5951
5966
  },
5952
5967
 
5953
- /**
5954
- * goPress
5955
- * @desc:催办列表查看
5956
- * @param {String} id 催办列表id
5957
- * @author liufan
5958
- * @date 2022年11月29日
5968
+ /**
5969
+ * goPress
5970
+ * @desc:催办列表查看
5971
+ * @param {String} id 催办列表id
5972
+ * @author liufan
5973
+ * @date 2022年11月29日
5959
5974
  **/
5960
5975
  goPress: function goPress(id) {
5961
5976
  this.historyId = id;
@@ -5963,23 +5978,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5963
5978
  this.getPressList();
5964
5979
  },
5965
5980
 
5966
- /**
5967
- * showFile
5968
- * @desc:附件查看
5969
- * @param {String} ownId 附件id
5970
- * @author liufan
5971
- * @date 2022年11月29日
5981
+ /**
5982
+ * showFile
5983
+ * @desc:附件查看
5984
+ * @param {String} ownId 附件id
5985
+ * @author liufan
5986
+ * @date 2022年11月29日
5972
5987
  **/
5973
5988
  showFile: function showFile(ownId) {
5974
5989
  this.wfpendingid = ownId;
5975
5990
  this.showFileList = true;
5976
5991
  },
5977
5992
 
5978
- /**
5979
- * handleChange
5980
- * @desc:切换排序方式
5981
- * @author liufan
5982
- * @date 2022年11月22日
5993
+ /**
5994
+ * handleChange
5995
+ * @desc:切换排序方式
5996
+ * @author liufan
5997
+ * @date 2022年11月22日
5983
5998
  **/
5984
5999
  handleChange: function handleChange(key, value) {
5985
6000
  if (value) {
@@ -6023,11 +6038,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6023
6038
  }))();
6024
6039
  },
6025
6040
 
6026
- /**
6027
- * getFlowList
6028
- * @desc:获取流程列表
6029
- * @author liufan
6030
- * @date 2022年11月22日
6041
+ /**
6042
+ * getFlowList
6043
+ * @desc:获取流程列表
6044
+ * @author liufan
6045
+ * @date 2022年11月22日
6031
6046
  **/
6032
6047
  getFlowList: function getFlowList() {
6033
6048
  var _this12 = this;
@@ -6095,12 +6110,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6095
6110
  });
6096
6111
  },
6097
6112
 
6098
- /**
6099
- * handleClick
6100
- * @desc:表单点击事件
6101
- * @param {Object} val 当前点击行数据及按钮
6102
- * @author liufan
6103
- * @date 2022年11月10日
6113
+ /**
6114
+ * handleClick
6115
+ * @desc:表单点击事件
6116
+ * @param {Object} val 当前点击行数据及按钮
6117
+ * @author liufan
6118
+ * @date 2022年11月10日
6104
6119
  **/
6105
6120
  handleClick: function handleClick(val) {
6106
6121
  var _this13 = this;
@@ -6146,13 +6161,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6146
6161
  }
6147
6162
  },
6148
6163
 
6149
- /**
6150
- * getCodeValue
6151
- * @desc:获取代码表过滤后的值
6152
- * @param {String} value 展示数据的代码值
6153
- * @param {String} type 代码表类型
6154
- * @author liufan
6155
- * @date 2022年11月10日
6164
+ /**
6165
+ * getCodeValue
6166
+ * @desc:获取代码表过滤后的值
6167
+ * @param {String} value 展示数据的代码值
6168
+ * @param {String} type 代码表类型
6169
+ * @author liufan
6170
+ * @date 2022年11月10日
6156
6171
  **/
6157
6172
  getCodeValue: function getCodeValue(value, type) {
6158
6173
  var val = this[type].filter(function (item) {
@@ -6161,12 +6176,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6161
6176
  return val[0].shortName;
6162
6177
  },
6163
6178
 
6164
- /**
6165
- * getSysInfo
6166
- * @desc:获取代码表
6167
- * @param {String} code 编码code值
6168
- * @author liufan
6169
- * @date 2022年11月10日
6179
+ /**
6180
+ * getSysInfo
6181
+ * @desc:获取代码表
6182
+ * @param {String} code 编码code值
6183
+ * @author liufan
6184
+ * @date 2022年11月10日
6170
6185
  **/
6171
6186
  getSysInfo: function getSysInfo(code) {
6172
6187
  var _this14 = this;
@@ -6188,11 +6203,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6188
6203
  }).catch(function (e) {});
6189
6204
  },
6190
6205
 
6191
- /**
6192
- * getListInfo
6193
- * @desc:获取预设列表数据
6194
- * @author liufan
6195
- * @date 2022年11月10日
6206
+ /**
6207
+ * getListInfo
6208
+ * @desc:获取预设列表数据
6209
+ * @author liufan
6210
+ * @date 2022年11月10日
6196
6211
  **/
6197
6212
  getListInfo: function getListInfo() {
6198
6213
  var _this15 = this;
@@ -6243,7 +6258,7 @@ var componentNormalizer = __webpack_require__(3);
6243
6258
 
6244
6259
  var component = Object(componentNormalizer["a" /* default */])(
6245
6260
  src_mainvue_type_script_lang_js_,
6246
- mainvue_type_template_id_e5adb570_render,
6261
+ mainvue_type_template_id_1b0fe550_render,
6247
6262
  staticRenderFns,
6248
6263
  false,
6249
6264
  null,