eoss-ui 0.6.19 → 0.6.21
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.
- package/lib/eoss-ui.common.js +575 -466
- package/lib/flow.js +492 -388
- package/lib/form.js +3 -3
- package/lib/index.js +1 -1
- package/lib/main.js +64 -59
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/selector.css +1 -1
- package/package.json +1 -1
- package/packages/flow/src/component/CustomPreset.vue +1 -1
- package/packages/flow/src/component/Preset.vue +1 -1
- package/packages/flow/src/component/SendMsg.vue +3 -1
- package/packages/flow/src/component/taskUnionExamine.vue +38 -20
- package/packages/flow/src/main.vue +38 -18
- package/packages/flow/src/processForm.vue +13 -2
- package/packages/flow/src/processReject.vue +14 -3
- package/packages/flow/src/startTaskRead.vue +23 -5
- package/packages/form/src/main.vue +1 -1
- package/packages/main/src/main.vue +65 -57
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/selector.css +1 -1
- package/packages/theme-chalk/src/selector.scss +1 -1
- package/src/index.js +1 -1
package/lib/form.js
CHANGED
|
@@ -4001,7 +4001,7 @@ var bankCard = { pattern: new RegExp('^([1-9]{1})(\\d{14}|\\d{18})$'), message:
|
|
|
4001
4001
|
// ESM COMPAT FLAG
|
|
4002
4002
|
__webpack_require__.r(__webpack_exports__);
|
|
4003
4003
|
|
|
4004
|
-
// 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=
|
|
4004
|
+
// 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=5fc1e786&
|
|
4005
4005
|
var render = function () {
|
|
4006
4006
|
var _vm = this
|
|
4007
4007
|
var _h = _vm.$createElement
|
|
@@ -10015,7 +10015,7 @@ var staticRenderFns = []
|
|
|
10015
10015
|
render._withStripped = true
|
|
10016
10016
|
|
|
10017
10017
|
|
|
10018
|
-
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=
|
|
10018
|
+
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=5fc1e786&
|
|
10019
10019
|
|
|
10020
10020
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
10021
10021
|
var regenerator_ = __webpack_require__(13);
|
|
@@ -12982,7 +12982,7 @@ var pageView = util["a" /* default */].getParams('pageView');
|
|
|
12982
12982
|
}
|
|
12983
12983
|
} else if (res.event === 'submit' || res.event === 'confirm' || res.type === 'submit') {
|
|
12984
12984
|
if (this.action) {
|
|
12985
|
-
this.submitData(res);
|
|
12985
|
+
this.submitData(res).catch(function (err) {});
|
|
12986
12986
|
} else {
|
|
12987
12987
|
this.$refs.esForm.validate(function () {
|
|
12988
12988
|
var _ref2 = _asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee2(valid, fields, triggers) {
|