eoss-ui 0.4.17 → 0.4.19

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 (92) hide show
  1. package/lib/button-group.js +88 -88
  2. package/lib/button.js +90 -90
  3. package/lib/card.js +2 -2
  4. package/lib/cascader.js +2 -2
  5. package/lib/checkbox-group.js +89 -89
  6. package/lib/clients.js +2 -2
  7. package/lib/data-table-form.js +870 -198
  8. package/lib/data-table.js +91 -91
  9. package/lib/date-picker.js +90 -90
  10. package/lib/dialog.js +144 -105
  11. package/lib/enterprise.js +2 -2
  12. package/lib/eoss-ui.common.js +1518 -671
  13. package/lib/error-page.js +2 -2
  14. package/lib/flow-group.js +112 -95
  15. package/lib/flow-list.js +92 -92
  16. package/lib/flow.js +187 -173
  17. package/lib/form.js +183 -102
  18. package/lib/handle-user.js +91 -91
  19. package/lib/handler.js +91 -91
  20. package/lib/index.js +1 -1
  21. package/lib/input-number.js +90 -90
  22. package/lib/input.js +90 -90
  23. package/lib/label.js +2 -2
  24. package/lib/login.js +174 -131
  25. package/lib/main.js +114 -113
  26. package/lib/mainComp.js +107 -106
  27. package/lib/menu.js +2 -2
  28. package/lib/nav.js +90 -90
  29. package/lib/notify.js +95 -95
  30. package/lib/page.js +90 -90
  31. package/lib/pagination.js +2 -2
  32. package/lib/player.js +90 -90
  33. package/lib/qr-code.js +97 -97
  34. package/lib/radio-group.js +91 -91
  35. package/lib/select-ganged.js +90 -90
  36. package/lib/select.js +101 -101
  37. package/lib/selector-panel.js +115 -108
  38. package/lib/selector.js +97 -95
  39. package/lib/sizer.js +92 -92
  40. package/lib/steps.js +90 -90
  41. package/lib/switch.js +90 -90
  42. package/lib/table-form.js +97 -97
  43. package/lib/tabs-panel.js +2 -2
  44. package/lib/tabs.js +113 -94
  45. package/lib/theme-chalk/data-table-form.css +1 -1
  46. package/lib/theme-chalk/flow.css +1 -1
  47. package/lib/theme-chalk/index.css +1 -1
  48. package/lib/theme-chalk/tree.css +1 -1
  49. package/lib/theme-chalk/upload.css +1 -1
  50. package/lib/tips.js +91 -91
  51. package/lib/toolbar.js +2 -2
  52. package/lib/tree-group.js +105 -95
  53. package/lib/tree.js +104 -94
  54. package/lib/upload.js +175 -125
  55. package/lib/wujie.js +90 -90
  56. package/lib/wxlogin.js +90 -90
  57. package/package.json +2 -2
  58. package/packages/data-table-form/src/checkbox.vue +101 -0
  59. package/packages/data-table-form/src/radio.vue +65 -0
  60. package/packages/data-table-form/src/table.vue +34 -6
  61. package/packages/data-table-form/src/tbody.vue +139 -25
  62. package/packages/dialog/src/main.vue +35 -4
  63. package/packages/flow/src/main.vue +103 -87
  64. package/packages/flow/src/selectUser.vue +13 -12
  65. package/packages/flow-group/src/main.vue +22 -13
  66. package/packages/form/src/main.vue +563 -470
  67. package/packages/login/src/main.vue +79 -34
  68. package/packages/main/src/main.vue +6 -6
  69. package/packages/select/src/main.vue +20 -20
  70. package/packages/selector/src/main.vue +9 -9
  71. package/packages/selector-panel/src/main.vue +27 -17
  72. package/packages/tabs/src/main.vue +20 -12
  73. package/packages/theme-chalk/lib/data-table-form.css +1 -1
  74. package/packages/theme-chalk/lib/flow.css +1 -1
  75. package/packages/theme-chalk/lib/index.css +1 -1
  76. package/packages/theme-chalk/lib/tree.css +1 -1
  77. package/packages/theme-chalk/lib/upload.css +1 -1
  78. package/packages/theme-chalk/src/data-table-form.scss +7 -6
  79. package/packages/theme-chalk/src/flow.scss +10 -20
  80. package/packages/theme-chalk/src/index.scss +0 -1
  81. package/packages/theme-chalk/src/tree.scss +1 -1
  82. package/packages/theme-chalk/src/upload.scss +10 -3
  83. package/packages/tree/src/main.vue +20 -13
  84. package/packages/tree-group/src/main.vue +7 -4
  85. package/packages/upload/src/main.vue +77 -20
  86. package/src/index.js +1 -4
  87. package/lib/ca-login.js +0 -326
  88. package/lib/theme-chalk/ca-login.css +0 -1
  89. package/packages/ca-login/index.js +0 -5
  90. package/packages/ca-login/src/main.vue +0 -62
  91. package/packages/theme-chalk/lib/ca-login.css +0 -1
  92. package/packages/theme-chalk/src/ca-login.scss +0 -4
package/lib/form.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 = 41);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 40);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -2242,120 +2242,120 @@ var watermark = function watermark(option) {
2242
2242
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2243
2243
 
2244
2244
  "use strict";
2245
- /* unused harmony export doCaLogin */
2246
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doUserLogin; });
2247
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doQrLogin; });
2248
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return logout; });
2249
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return initLogin; });
2250
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return switchUserTo; });
2245
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return doCaLogin; });
2246
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doUserLogin; });
2247
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doQrLogin; });
2248
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return logout; });
2249
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return initLogin; });
2250
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return switchUserTo; });
2251
2251
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
2252
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getLoginCode; });
2253
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return doCodeLogin; });
2252
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getLoginCode; });
2253
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doCodeLogin; });
2254
2254
  /* unused harmony export updateCode */
2255
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getModifyPassCode; });
2255
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getModifyPassCode; });
2256
2256
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
2257
2257
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
2258
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return initModifyPassword; });
2259
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doWechatQrLogin; });
2260
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return mainConfig; });
2261
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return initUserSet; });
2262
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return updateUserInfo; });
2258
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return initModifyPassword; });
2259
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doWechatQrLogin; });
2260
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return mainConfig; });
2261
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return initUserSet; });
2262
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return updateUserInfo; });
2263
2263
  /* unused harmony export getUserImgUrl */
2264
2264
  /* unused harmony export getDoorIndex */
2265
2265
  /* unused harmony export refreshOnlineUsers */
2266
2266
  /* unused harmony export getQuickMenuIds */
2267
2267
  /* unused harmony export getApplicationIdArray */
2268
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return getComplexApplications; });
2269
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getComplexApplicationsNew; });
2268
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getComplexApplications; });
2269
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getComplexApplicationsNew; });
2270
2270
  /* unused harmony export getUserCustomInfo */
2271
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return updateUserCustomInfo; });
2272
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return sysMsgPage; });
2273
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return ignoreSysMsg; });
2274
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return ignoreAllSysMsg; });
2275
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return getAdjunctProperties; });
2276
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return uploads; });
2277
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return uploadOnlyOne; });
2278
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return getAdjunctFileInfos; });
2279
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return uploadSort; });
2280
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return downloadByAdjunctId; });
2281
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return uploadDownloads; });
2282
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return previewAdjunct; });
2283
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return previewAdjunct2; });
2284
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return previewAdjunctOffice; });
2271
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return updateUserCustomInfo; });
2272
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return sysMsgPage; });
2273
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return ignoreSysMsg; });
2274
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return ignoreAllSysMsg; });
2275
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return getAdjunctProperties; });
2276
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return uploads; });
2277
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return uploadOnlyOne; });
2278
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return getAdjunctFileInfos; });
2279
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return uploadSort; });
2280
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return downloadByAdjunctId; });
2281
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return uploadDownloads; });
2282
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return previewAdjunct; });
2283
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return previewAdjunct2; });
2284
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return previewAdjunctOffice; });
2285
2285
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return delAdjunct; });
2286
2286
  /* unused harmony export upload_updateClassify */
2287
2287
  /* unused harmony export getDeleteAdjunctFileInfos */
2288
2288
  /* unused harmony export getPictureBase64 */
2289
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getSelectorOrgTree; });
2290
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getSelectorOrgDetail; });
2291
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getOrgMainTree; });
2292
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getSelectOrgsubids; });
2293
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return findSysCode; });
2289
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getSelectorOrgTree; });
2290
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getSelectorOrgDetail; });
2291
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getOrgMainTree; });
2292
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getSelectOrgsubids; });
2293
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return findSysCode; });
2294
2294
  /* unused harmony export findUserBaseInfo */
2295
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return gethelpdoc; });
2295
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return gethelpdoc; });
2296
2296
  /* unused harmony export getCurrentuser */
2297
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return mainDetail; });
2298
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return toStartFlow; });
2299
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return tempSave; });
2297
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return mainDetail; });
2298
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return toStartFlow; });
2299
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return tempSave; });
2300
2300
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return commonOpion; });
2301
2301
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
2302
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return editCommonOpion; });
2303
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return saveCommonOpinion; });
2304
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return updateCommonOpinion; });
2302
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return editCommonOpion; });
2303
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return saveCommonOpinion; });
2304
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return updateCommonOpinion; });
2305
2305
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return deleteCommonOpion; });
2306
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getProcessDefList; });
2307
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getNodeInfo; });
2308
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return findCodeValues; });
2309
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return findSysCodes; });
2310
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getNotificationMsg; });
2311
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getHandleInfoHtml; });
2312
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return taskHandleHtml; });
2306
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getProcessDefList; });
2307
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getNodeInfo; });
2308
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return findCodeValues; });
2309
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return findSysCodes; });
2310
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getNotificationMsg; });
2311
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getHandleInfoHtml; });
2312
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return taskHandleHtml; });
2313
2313
  /* unused harmony export getView */
2314
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return register; });
2315
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return pendedhistoryList; });
2316
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toTaskRejectHtml; });
2317
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return taskRejectHtml; });
2318
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return toStartTaskRead; });
2319
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toStartTaskReadIndex; });
2320
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return taskReadHtml; });
2321
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return rejectAndEnd; });
2322
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return toSendMsg; });
2323
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return sendMsg; });
2324
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return endFlowHtml; });
2325
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return handleInfo; });
2326
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return loginUserInfo; });
2327
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return wss; });
2328
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return topic; });
2329
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getPresetCustomInfo; });
2330
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getPresetNodeInfo; });
2331
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskTransferIndex; });
2332
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskTransfer; });
2333
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return toPresetInfoListIndex; });
2314
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return register; });
2315
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return pendedhistoryList; });
2316
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toTaskRejectHtml; });
2317
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return taskRejectHtml; });
2318
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toStartTaskRead; });
2319
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toStartTaskReadIndex; });
2320
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return taskReadHtml; });
2321
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return rejectAndEnd; });
2322
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return toSendMsg; });
2323
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return sendMsg; });
2324
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return endFlowHtml; });
2325
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return handleInfo; });
2326
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return loginUserInfo; });
2327
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return wss; });
2328
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return topic; });
2329
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getPresetCustomInfo; });
2330
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getPresetNodeInfo; });
2331
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskTransferIndex; });
2332
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskTransfer; });
2333
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return toPresetInfoListIndex; });
2334
2334
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deletePresetInfo; });
2335
2335
  /* unused harmony export historyListJson */
2336
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return pendedhistoryListJson; });
2337
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return pressListJson; });
2336
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return pendedhistoryListJson; });
2337
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return pressListJson; });
2338
2338
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteFlow; });
2339
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return isCanStartSubFlow; });
2340
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskUnionExamine; });
2341
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskUnionExamine; });
2342
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toTaskTakeAdvice; });
2343
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskTakeAdvice; });
2344
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toTaskStartDraft; });
2345
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskStartDraft; });
2346
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toTaskReview; });
2347
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return taskReview; });
2348
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskUnionSeal; });
2349
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskUnionSeal; });
2350
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTwoOfficesDispatch; });
2351
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return twoOfficesDispatch; });
2352
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return sendList; });
2353
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return sendInfo; });
2339
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return isCanStartSubFlow; });
2340
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskUnionExamine; });
2341
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskUnionExamine; });
2342
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskTakeAdvice; });
2343
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskTakeAdvice; });
2344
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toTaskStartDraft; });
2345
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskStartDraft; });
2346
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toTaskReview; });
2347
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskReview; });
2348
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTaskUnionSeal; });
2349
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskUnionSeal; });
2350
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTwoOfficesDispatch; });
2351
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return twoOfficesDispatch; });
2352
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return sendList; });
2353
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return sendInfo; });
2354
2354
  /* unused harmony export sendSave */
2355
2355
  /* unused harmony export sendUpdate */
2356
2356
  /* unused harmony export sendDelete */
2357
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return sendBatch; });
2358
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return formContents; });
2357
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return sendBatch; });
2358
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return formContents; });
2359
2359
  // 登录
2360
2360
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
2361
2361
  var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
@@ -2707,14 +2707,14 @@ module.exports = require("axios");
2707
2707
 
2708
2708
  /***/ }),
2709
2709
 
2710
- /***/ 41:
2710
+ /***/ 40:
2711
2711
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2712
2712
 
2713
2713
  "use strict";
2714
2714
  // ESM COMPAT FLAG
2715
2715
  __webpack_require__.r(__webpack_exports__);
2716
2716
 
2717
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=79406044&
2717
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=476d02ea&
2718
2718
  var render = function () {
2719
2719
  var _vm = this
2720
2720
  var _h = _vm.$createElement
@@ -11263,7 +11263,7 @@ var staticRenderFns = []
11263
11263
  render._withStripped = true
11264
11264
 
11265
11265
 
11266
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=79406044&
11266
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=476d02ea&
11267
11267
 
11268
11268
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
11269
11269
  var regenerator_ = __webpack_require__(9);
@@ -14740,7 +14740,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14740
14740
  parseValue: [Object, Function],
14741
14741
  //是否自动生成id
14742
14742
  autoId: [Boolean, String],
14743
- paramId: String
14743
+ paramId: String,
14744
+ level: {
14745
+ type: Number,
14746
+ default: 3
14747
+ },
14748
+ zoom: false
14744
14749
  },
14745
14750
  data: function data() {
14746
14751
  return {
@@ -14785,7 +14790,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14785
14790
  if (this.businessId !== undefined) {
14786
14791
  data[typeof this.autoId === 'string' ? this.autoId : 'id'] = this.businessId;
14787
14792
  } else if (typeof this.model !== 'string' && this.autoId) {
14788
- if (typeof this.autoId === 'boolean' && !this.model.id) {
14793
+ if (typeof this.autoId === 'boolean' && (!this.model || !this.model.id)) {
14789
14794
  data = { id: this.uuid };
14790
14795
  } else if (!this.model[this.autoId]) {
14791
14796
  data[this.autoId] = this.uuid;
@@ -14958,6 +14963,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14958
14963
  }
14959
14964
  }
14960
14965
  },
14966
+ zoom: {
14967
+ handler: function handler(val) {
14968
+ if (!this.height && this.display) {
14969
+ this.getHeight();
14970
+ }
14971
+ }
14972
+ },
14961
14973
  model: {
14962
14974
  immediate: true,
14963
14975
  deep: true,
@@ -15007,9 +15019,17 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
15007
15019
  var pt = parseInt(util["a" /* default */].getStyle(this.$el.parentNode, 'padding-top'), 10) || 0;
15008
15020
  var pb = parseInt(util["a" /* default */].getStyle(this.$el.parentNode, 'padding-bottom'), 10) || 0;
15009
15021
  var btn = this.readonly || !this.showButton ? 0 : 48;
15022
+ var ph = this.$el.parentNode.offsetHeight;
15010
15023
  this.newHeight = this.$el.parentNode.offsetHeight - pt - pb - btn + 'px';
15011
15024
  }
15012
15025
  },
15026
+ getParentHeight: function getParentHeight(dom) {
15027
+ var ph = dom.parentNode.offsetHeight;
15028
+ if (ph) {
15029
+ return ph;
15030
+ }
15031
+ return this.getParentHeight(dom.parentNode);
15032
+ },
15013
15033
  getContent: function getContent() {
15014
15034
  var _this3 = this;
15015
15035
 
@@ -15017,7 +15037,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
15017
15037
  this.loading = true;
15018
15038
  var params = typeof this.contents === 'string' ? { formId: this.contents } : this.contents;
15019
15039
  util["a" /* default */].ajax({
15020
- url: api["t" /* formContents */],
15040
+ url: api["u" /* formContents */],
15021
15041
  data: params,
15022
15042
  params: params
15023
15043
  }).then(function (res) {
@@ -15426,16 +15446,18 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
15426
15446
  this.$refs.esForm && this.$refs.esForm.clearValidate();
15427
15447
  },
15428
15448
  submitData: function submitData(handle) {
15449
+ var close = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
15450
+
15429
15451
  var _this10 = this;
15430
15452
 
15431
- var close = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
15432
15453
  var type = arguments[2];
15454
+ var validate = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : true;
15433
15455
 
15434
15456
  if (!handle) {
15435
15457
  handle = this.handles || {};
15436
15458
  }
15437
15459
  return new Promise(function (resolve, reject) {
15438
- _this10.$refs.esForm.validate(function () {
15460
+ validate ? _this10.$refs.esForm.validate(function () {
15439
15461
  var _ref3 = _asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee3(valid, fields, triggers) {
15440
15462
  var models, param, loading;
15441
15463
  return regenerator_default.a.wrap(function _callee3$(_context3) {
@@ -15511,10 +15533,69 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
15511
15533
  }, _callee3, _this10);
15512
15534
  }));
15513
15535
 
15514
- return function (_x8, _x9, _x10) {
15536
+ return function (_x9, _x10, _x11) {
15515
15537
  return _ref3.apply(this, arguments);
15516
15538
  };
15517
- }());
15539
+ }()) : _asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee4() {
15540
+ var models, param, loading;
15541
+ return regenerator_default.a.wrap(function _callee4$(_context4) {
15542
+ while (1) {
15543
+ switch (_context4.prev = _context4.next) {
15544
+ case 0:
15545
+ models = _this10.getNewValue(util["a" /* default */].extend({}, _this10._value, _this10.models), handle, type);
15546
+ param = _this10.param;
15547
+
15548
+ if (handle.param) {
15549
+ param = util["a" /* default */].extend({}, _this10.param, handle.param);
15550
+ }
15551
+ loading = void 0;
15552
+
15553
+ if (_this10.submitLoading) {
15554
+ loading = util["a" /* default */].loading(_this10.$loading, handle.loadingText ? handle.loadingText + '...' : '提交中...');
15555
+ }
15556
+ _context4.next = 7;
15557
+ return util["a" /* default */].ajax({
15558
+ url: _typeof(_this10.action) === 'object' ? _this10.action[_this10.actionType] : _this10.action,
15559
+ format: handle.format || _this10.format,
15560
+ data: _extends({}, models, param),
15561
+ method: _this10.method,
15562
+ loading: loading
15563
+ }).then(function (res) {
15564
+ loading && loading.close();
15565
+ if (res.rCode === 0) {
15566
+ _this10.$message.success(res.msg || res.message || '成功!');
15567
+ _this10.$emit('success', res, models);
15568
+ _this10.models = {};
15569
+ if (_this10.esTabs) {
15570
+ _this10.esTabs.handleTabState(true);
15571
+ }
15572
+ if (_this10.closeDialog) {
15573
+ if (window.$wujie && window.$wujie.props && window.$wujie.props._dialog) {
15574
+ window.$wujie.bus.$emit('dialogClose', handle.reload, window.$wujie.props);
15575
+ }
15576
+ if (_this10.esDialog && close) {
15577
+ _this10.esDialog.handleClose(handle.reload);
15578
+ }
15579
+ }
15580
+ resolve();
15581
+ } else {
15582
+ _this10.$message.error(res.msg || res.message || '系统错误,请联系管理员!');
15583
+ _this10.$emit('error', res);
15584
+ }
15585
+ }).catch(function (err) {
15586
+ if (err.message && err.message !== 'canceled') {
15587
+ _this10.$message.error(err.message);
15588
+ }
15589
+ reject(err);
15590
+ });
15591
+
15592
+ case 7:
15593
+ case 'end':
15594
+ return _context4.stop();
15595
+ }
15596
+ }
15597
+ }, _callee4, _this10);
15598
+ }))();
15518
15599
  });
15519
15600
  },
15520
15601
  getVal: function getVal(value, keys) {
@@ -15656,9 +15737,9 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
15656
15737
  }
15657
15738
  return undefined;
15658
15739
  },
15659
- handleExclAttribute: function handleExclAttribute(_ref4) {
15660
- var data = _ref4.data,
15661
- attrs = _ref4.attrs;
15740
+ handleExclAttribute: function handleExclAttribute(_ref5) {
15741
+ var data = _ref5.data,
15742
+ attrs = _ref5.attrs;
15662
15743
 
15663
15744
  return util["a" /* default */].exclAttribute({
15664
15745
  data: data,