eoss-mobiles 0.3.89 → 0.3.90
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 +13 -9
- package/lib/flow.js +12 -8
- package/lib/index.js +1 -1
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Opinion.vue +4 -1
- package/packages/theme-chalk/src/flow.scss +7 -1
- package/src/index.js +1 -1
|
@@ -13485,8 +13485,8 @@ StartFlowvue_type_template_id_68acd67c_render._withStripped = true
|
|
|
13485
13485
|
|
|
13486
13486
|
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=68acd67c
|
|
13487
13487
|
|
|
13488
|
-
// 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/Opinion.vue?vue&type=template&id=
|
|
13489
|
-
var
|
|
13488
|
+
// 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/Opinion.vue?vue&type=template&id=3e77f78a
|
|
13489
|
+
var Opinionvue_type_template_id_3e77f78a_render = function () {
|
|
13490
13490
|
var _vm = this
|
|
13491
13491
|
var _h = _vm.$createElement
|
|
13492
13492
|
var _c = _vm._self._c || _h
|
|
@@ -13789,8 +13789,9 @@ var Opinionvue_type_template_id_0b627ecd_render = function () {
|
|
|
13789
13789
|
staticStyle: { padding: "0px 10px" },
|
|
13790
13790
|
attrs: { name: "arrow-left" },
|
|
13791
13791
|
on: {
|
|
13792
|
-
click: function (
|
|
13792
|
+
click: function () {
|
|
13793
13793
|
_vm.addOpinion = false
|
|
13794
|
+
_vm.showOpinion = true
|
|
13794
13795
|
},
|
|
13795
13796
|
},
|
|
13796
13797
|
}),
|
|
@@ -13875,11 +13876,11 @@ var Opinionvue_type_template_id_0b627ecd_render = function () {
|
|
|
13875
13876
|
1
|
|
13876
13877
|
)
|
|
13877
13878
|
}
|
|
13878
|
-
var
|
|
13879
|
-
|
|
13879
|
+
var Opinionvue_type_template_id_3e77f78a_staticRenderFns = []
|
|
13880
|
+
Opinionvue_type_template_id_3e77f78a_render._withStripped = true
|
|
13880
13881
|
|
|
13881
13882
|
|
|
13882
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=
|
|
13883
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=3e77f78a
|
|
13883
13884
|
|
|
13884
13885
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Opinion.vue?vue&type=script&lang=js
|
|
13885
13886
|
//
|
|
@@ -14165,6 +14166,7 @@ Opinionvue_type_template_id_0b627ecd_render._withStripped = true
|
|
|
14165
14166
|
handler: function handler(val) {
|
|
14166
14167
|
if (this.addOpinion) {
|
|
14167
14168
|
this.addOpinion = false;
|
|
14169
|
+
this.showOpinion = true;
|
|
14168
14170
|
} else if (this.showOpinion) {
|
|
14169
14171
|
this.showOpinion = false;
|
|
14170
14172
|
this.$emit('click', false);
|
|
@@ -14259,10 +14261,12 @@ Opinionvue_type_template_id_0b627ecd_render._withStripped = true
|
|
|
14259
14261
|
},
|
|
14260
14262
|
handleClickAddOpinion: function handleClickAddOpinion() {
|
|
14261
14263
|
var _that = this;
|
|
14264
|
+
|
|
14262
14265
|
utils_http({
|
|
14263
14266
|
url: _that.baseUrl ? _that.baseUrl + addCommonOpion : addCommonOpion
|
|
14264
14267
|
}).then(function (res) {
|
|
14265
14268
|
if (res.status == 'success') {
|
|
14269
|
+
_that.showOpinion = false;
|
|
14266
14270
|
_that.bean = res.data.bean;
|
|
14267
14271
|
_that.addOpinion = true;
|
|
14268
14272
|
}
|
|
@@ -14416,8 +14420,8 @@ Opinionvue_type_template_id_0b627ecd_render._withStripped = true
|
|
|
14416
14420
|
|
|
14417
14421
|
var Opinion_component = normalizeComponent(
|
|
14418
14422
|
components_Opinionvue_type_script_lang_js,
|
|
14419
|
-
|
|
14420
|
-
|
|
14423
|
+
Opinionvue_type_template_id_3e77f78a_render,
|
|
14424
|
+
Opinionvue_type_template_id_3e77f78a_staticRenderFns,
|
|
14421
14425
|
false,
|
|
14422
14426
|
null,
|
|
14423
14427
|
null,
|
|
@@ -30763,7 +30767,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
30763
30767
|
}
|
|
30764
30768
|
|
|
30765
30769
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
30766
|
-
version: '0.3.
|
|
30770
|
+
version: '0.3.90',
|
|
30767
30771
|
install: install,
|
|
30768
30772
|
Button: packages_button,
|
|
30769
30773
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -2700,8 +2700,8 @@ var api = __webpack_require__(2);
|
|
|
2700
2700
|
// EXTERNAL MODULE: ./src/utils/http.js + 1 modules
|
|
2701
2701
|
var http = __webpack_require__(3);
|
|
2702
2702
|
|
|
2703
|
-
// 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/Opinion.vue?vue&type=template&id=
|
|
2704
|
-
var
|
|
2703
|
+
// 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/Opinion.vue?vue&type=template&id=3e77f78a
|
|
2704
|
+
var Opinionvue_type_template_id_3e77f78a_render = function () {
|
|
2705
2705
|
var _vm = this
|
|
2706
2706
|
var _h = _vm.$createElement
|
|
2707
2707
|
var _c = _vm._self._c || _h
|
|
@@ -3004,8 +3004,9 @@ var Opinionvue_type_template_id_0b627ecd_render = function () {
|
|
|
3004
3004
|
staticStyle: { padding: "0px 10px" },
|
|
3005
3005
|
attrs: { name: "arrow-left" },
|
|
3006
3006
|
on: {
|
|
3007
|
-
click: function (
|
|
3007
|
+
click: function () {
|
|
3008
3008
|
_vm.addOpinion = false
|
|
3009
|
+
_vm.showOpinion = true
|
|
3009
3010
|
},
|
|
3010
3011
|
},
|
|
3011
3012
|
}),
|
|
@@ -3090,11 +3091,11 @@ var Opinionvue_type_template_id_0b627ecd_render = function () {
|
|
|
3090
3091
|
1
|
|
3091
3092
|
)
|
|
3092
3093
|
}
|
|
3093
|
-
var
|
|
3094
|
-
|
|
3094
|
+
var Opinionvue_type_template_id_3e77f78a_staticRenderFns = []
|
|
3095
|
+
Opinionvue_type_template_id_3e77f78a_render._withStripped = true
|
|
3095
3096
|
|
|
3096
3097
|
|
|
3097
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=
|
|
3098
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=3e77f78a
|
|
3098
3099
|
|
|
3099
3100
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Opinion.vue?vue&type=script&lang=js
|
|
3100
3101
|
//
|
|
@@ -3380,6 +3381,7 @@ Opinionvue_type_template_id_0b627ecd_render._withStripped = true
|
|
|
3380
3381
|
handler: function handler(val) {
|
|
3381
3382
|
if (this.addOpinion) {
|
|
3382
3383
|
this.addOpinion = false;
|
|
3384
|
+
this.showOpinion = true;
|
|
3383
3385
|
} else if (this.showOpinion) {
|
|
3384
3386
|
this.showOpinion = false;
|
|
3385
3387
|
this.$emit('click', false);
|
|
@@ -3474,10 +3476,12 @@ Opinionvue_type_template_id_0b627ecd_render._withStripped = true
|
|
|
3474
3476
|
},
|
|
3475
3477
|
handleClickAddOpinion: function handleClickAddOpinion() {
|
|
3476
3478
|
var _that = this;
|
|
3479
|
+
|
|
3477
3480
|
Object(http["a" /* default */])({
|
|
3478
3481
|
url: _that.baseUrl ? _that.baseUrl + api["a" /* addCommonOpion */] : api["a" /* addCommonOpion */]
|
|
3479
3482
|
}).then(function (res) {
|
|
3480
3483
|
if (res.status == 'success') {
|
|
3484
|
+
_that.showOpinion = false;
|
|
3481
3485
|
_that.bean = res.data.bean;
|
|
3482
3486
|
_that.addOpinion = true;
|
|
3483
3487
|
}
|
|
@@ -3634,8 +3638,8 @@ var componentNormalizer = __webpack_require__(1);
|
|
|
3634
3638
|
|
|
3635
3639
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
3636
3640
|
components_Opinionvue_type_script_lang_js,
|
|
3637
|
-
|
|
3638
|
-
|
|
3641
|
+
Opinionvue_type_template_id_3e77f78a_render,
|
|
3642
|
+
Opinionvue_type_template_id_3e77f78a_staticRenderFns,
|
|
3639
3643
|
false,
|
|
3640
3644
|
null,
|
|
3641
3645
|
null,
|