eoss-mobiles 0.3.64 → 0.3.65
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-mobile.common.js +15 -14
- package/lib/flow.js +14 -13
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +7 -6
- package/src/index.js +1 -1
|
@@ -15512,8 +15512,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
15512
15512
|
)
|
|
15513
15513
|
|
|
15514
15514
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
15515
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
15516
|
-
var
|
|
15515
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=952a81d8
|
|
15516
|
+
var Handlevue_type_template_id_952a81d8_render = function () {
|
|
15517
15517
|
var _vm = this
|
|
15518
15518
|
var _h = _vm.$createElement
|
|
15519
15519
|
var _c = _vm._self._c || _h
|
|
@@ -16963,11 +16963,11 @@ var Handlevue_type_template_id_5e571766_render = function () {
|
|
|
16963
16963
|
1
|
|
16964
16964
|
)
|
|
16965
16965
|
}
|
|
16966
|
-
var
|
|
16967
|
-
|
|
16966
|
+
var Handlevue_type_template_id_952a81d8_staticRenderFns = []
|
|
16967
|
+
Handlevue_type_template_id_952a81d8_render._withStripped = true
|
|
16968
16968
|
|
|
16969
16969
|
|
|
16970
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
16970
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=952a81d8
|
|
16971
16971
|
|
|
16972
16972
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=template&id=7503f952
|
|
16973
16973
|
var Rejectvue_type_template_id_7503f952_render = function () {
|
|
@@ -19196,12 +19196,13 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19196
19196
|
that.isSpecial = res.data.isSpecial;
|
|
19197
19197
|
that.processObj = res.data;
|
|
19198
19198
|
that.taskOperations = [].concat(res.data.taskOperations, that.taskOperations);
|
|
19199
|
+
var isSelected = false;
|
|
19200
|
+
var isSelectIndex = 0;
|
|
19199
19201
|
if (that.taskOperations && that.taskOperations.length > 0) {
|
|
19200
|
-
|
|
19201
|
-
that.taskOperations.map(function (item) {
|
|
19202
|
+
that.taskOperations.map(function (item, index) {
|
|
19202
19203
|
if (item.isSelected || that.taskOperations.length == 1) {
|
|
19203
|
-
|
|
19204
19204
|
isSelected = true;
|
|
19205
|
+
isSelectIndex = index;
|
|
19205
19206
|
if (that.taskOperations.length == 1) {
|
|
19206
19207
|
|
|
19207
19208
|
if (that.taskOperations[0].isNextNode) {
|
|
@@ -19279,9 +19280,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19279
19280
|
}
|
|
19280
19281
|
that.changeNextOperate({
|
|
19281
19282
|
value: that.form.nextOperateName,
|
|
19282
|
-
key: that.taskOperations[
|
|
19283
|
-
nextOperate: that.taskOperations[
|
|
19284
|
-
isNextNode: that.taskOperations[
|
|
19283
|
+
key: that.taskOperations[isSelectIndex].key,
|
|
19284
|
+
nextOperate: that.taskOperations[isSelectIndex].nextOperate,
|
|
19285
|
+
isNextNode: that.taskOperations[isSelectIndex].isNextNode,
|
|
19285
19286
|
taskNodeList: that.nodeList
|
|
19286
19287
|
}, true);
|
|
19287
19288
|
if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
|
|
@@ -19535,8 +19536,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19535
19536
|
|
|
19536
19537
|
var Handle_component = normalizeComponent(
|
|
19537
19538
|
components_Handlevue_type_script_lang_js,
|
|
19538
|
-
|
|
19539
|
-
|
|
19539
|
+
Handlevue_type_template_id_952a81d8_render,
|
|
19540
|
+
Handlevue_type_template_id_952a81d8_staticRenderFns,
|
|
19540
19541
|
false,
|
|
19541
19542
|
null,
|
|
19542
19543
|
null,
|
|
@@ -29451,7 +29452,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
29451
29452
|
}
|
|
29452
29453
|
|
|
29453
29454
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
29454
|
-
version: '0.3.
|
|
29455
|
+
version: '0.3.65',
|
|
29455
29456
|
install: install,
|
|
29456
29457
|
Button: packages_button,
|
|
29457
29458
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -4755,8 +4755,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
4755
4755
|
)
|
|
4756
4756
|
|
|
4757
4757
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
4758
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
4759
|
-
var
|
|
4758
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=952a81d8
|
|
4759
|
+
var Handlevue_type_template_id_952a81d8_render = function () {
|
|
4760
4760
|
var _vm = this
|
|
4761
4761
|
var _h = _vm.$createElement
|
|
4762
4762
|
var _c = _vm._self._c || _h
|
|
@@ -6206,11 +6206,11 @@ var Handlevue_type_template_id_5e571766_render = function () {
|
|
|
6206
6206
|
1
|
|
6207
6207
|
)
|
|
6208
6208
|
}
|
|
6209
|
-
var
|
|
6210
|
-
|
|
6209
|
+
var Handlevue_type_template_id_952a81d8_staticRenderFns = []
|
|
6210
|
+
Handlevue_type_template_id_952a81d8_render._withStripped = true
|
|
6211
6211
|
|
|
6212
6212
|
|
|
6213
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
6213
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=952a81d8
|
|
6214
6214
|
|
|
6215
6215
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=template&id=7503f952
|
|
6216
6216
|
var Rejectvue_type_template_id_7503f952_render = function () {
|
|
@@ -8439,12 +8439,13 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8439
8439
|
that.isSpecial = res.data.isSpecial;
|
|
8440
8440
|
that.processObj = res.data;
|
|
8441
8441
|
that.taskOperations = [].concat(res.data.taskOperations, that.taskOperations);
|
|
8442
|
+
var isSelected = false;
|
|
8443
|
+
var isSelectIndex = 0;
|
|
8442
8444
|
if (that.taskOperations && that.taskOperations.length > 0) {
|
|
8443
|
-
|
|
8444
|
-
that.taskOperations.map(function (item) {
|
|
8445
|
+
that.taskOperations.map(function (item, index) {
|
|
8445
8446
|
if (item.isSelected || that.taskOperations.length == 1) {
|
|
8446
|
-
|
|
8447
8447
|
isSelected = true;
|
|
8448
|
+
isSelectIndex = index;
|
|
8448
8449
|
if (that.taskOperations.length == 1) {
|
|
8449
8450
|
|
|
8450
8451
|
if (that.taskOperations[0].isNextNode) {
|
|
@@ -8522,9 +8523,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8522
8523
|
}
|
|
8523
8524
|
that.changeNextOperate({
|
|
8524
8525
|
value: that.form.nextOperateName,
|
|
8525
|
-
key: that.taskOperations[
|
|
8526
|
-
nextOperate: that.taskOperations[
|
|
8527
|
-
isNextNode: that.taskOperations[
|
|
8526
|
+
key: that.taskOperations[isSelectIndex].key,
|
|
8527
|
+
nextOperate: that.taskOperations[isSelectIndex].nextOperate,
|
|
8528
|
+
isNextNode: that.taskOperations[isSelectIndex].isNextNode,
|
|
8528
8529
|
taskNodeList: that.nodeList
|
|
8529
8530
|
}, true);
|
|
8530
8531
|
if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
|
|
@@ -8778,8 +8779,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8778
8779
|
|
|
8779
8780
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
8780
8781
|
components_Handlevue_type_script_lang_js,
|
|
8781
|
-
|
|
8782
|
-
|
|
8782
|
+
Handlevue_type_template_id_952a81d8_render,
|
|
8783
|
+
Handlevue_type_template_id_952a81d8_staticRenderFns,
|
|
8783
8784
|
false,
|
|
8784
8785
|
null,
|
|
8785
8786
|
null,
|