eoss-mobiles 0.3.62 → 0.3.63
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 +86 -58
- package/lib/flow.js +85 -57
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +6 -2
- package/packages/flow/src/components/Reject.vue +5 -1
- package/packages/flow/src/components/StartFlow.vue +5 -1
- package/packages/flow/src/components/TaskRead.vue +5 -1
- package/packages/flow/src/components/reset.vue +5 -1
- package/packages/flow/src/components/supervise.vue +5 -1
- package/packages/flow/src/components/taskUnionExamine.vue +5 -1
- package/src/index.js +1 -1
|
@@ -13049,8 +13049,8 @@ mainvue_type_template_id_48dbcefe_render._withStripped = true
|
|
|
13049
13049
|
|
|
13050
13050
|
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=48dbcefe
|
|
13051
13051
|
|
|
13052
|
-
// 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/StartFlow.vue?vue&type=template&id=
|
|
13053
|
-
var
|
|
13052
|
+
// 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/StartFlow.vue?vue&type=template&id=ab297a7e
|
|
13053
|
+
var StartFlowvue_type_template_id_ab297a7e_render = function () {
|
|
13054
13054
|
var _vm = this
|
|
13055
13055
|
var _h = _vm.$createElement
|
|
13056
13056
|
var _c = _vm._self._c || _h
|
|
@@ -13326,7 +13326,7 @@ var StartFlowvue_type_template_id_1e2dff79_render = function () {
|
|
|
13326
13326
|
_c("Message", {
|
|
13327
13327
|
ref: "message",
|
|
13328
13328
|
attrs: {
|
|
13329
|
-
code:
|
|
13329
|
+
code: _vm.msgCode,
|
|
13330
13330
|
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
13331
13331
|
notificationMessageReadOnly: _vm.notificationMessageReadOnly,
|
|
13332
13332
|
defaultNotificationMsg: _vm.form.notificationMsg,
|
|
@@ -13361,11 +13361,11 @@ var StartFlowvue_type_template_id_1e2dff79_render = function () {
|
|
|
13361
13361
|
]),
|
|
13362
13362
|
])
|
|
13363
13363
|
}
|
|
13364
|
-
var
|
|
13365
|
-
|
|
13364
|
+
var StartFlowvue_type_template_id_ab297a7e_staticRenderFns = []
|
|
13365
|
+
StartFlowvue_type_template_id_ab297a7e_render._withStripped = true
|
|
13366
13366
|
|
|
13367
13367
|
|
|
13368
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
13368
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=ab297a7e
|
|
13369
13369
|
|
|
13370
13370
|
// 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=29ae69c0
|
|
13371
13371
|
var Opinionvue_type_template_id_29ae69c0_render = function () {
|
|
@@ -14988,6 +14988,10 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
14988
14988
|
type: Object,
|
|
14989
14989
|
default: function _default() {}
|
|
14990
14990
|
},
|
|
14991
|
+
msgCode: {
|
|
14992
|
+
type: String,
|
|
14993
|
+
default: 'notification_type'
|
|
14994
|
+
},
|
|
14991
14995
|
opinion: {
|
|
14992
14996
|
type: String,
|
|
14993
14997
|
default: ''
|
|
@@ -15498,8 +15502,8 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15498
15502
|
|
|
15499
15503
|
var StartFlow_component = normalizeComponent(
|
|
15500
15504
|
components_StartFlowvue_type_script_lang_js,
|
|
15501
|
-
|
|
15502
|
-
|
|
15505
|
+
StartFlowvue_type_template_id_ab297a7e_render,
|
|
15506
|
+
StartFlowvue_type_template_id_ab297a7e_staticRenderFns,
|
|
15503
15507
|
false,
|
|
15504
15508
|
null,
|
|
15505
15509
|
null,
|
|
@@ -15508,8 +15512,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
15508
15512
|
)
|
|
15509
15513
|
|
|
15510
15514
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
15511
|
-
// 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=
|
|
15512
|
-
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=2b6a3d23
|
|
15516
|
+
var Handlevue_type_template_id_2b6a3d23_render = function () {
|
|
15513
15517
|
var _vm = this
|
|
15514
15518
|
var _h = _vm.$createElement
|
|
15515
15519
|
var _c = _vm._self._c || _h
|
|
@@ -16790,7 +16794,7 @@ var Handlevue_type_template_id_0258537a_render = function () {
|
|
|
16790
16794
|
ref: "message",
|
|
16791
16795
|
attrs: {
|
|
16792
16796
|
label: "催办通知方式",
|
|
16793
|
-
code:
|
|
16797
|
+
code: _vm.msgCode,
|
|
16794
16798
|
onlyShowType: "",
|
|
16795
16799
|
baseUrl: _vm.baseUrl,
|
|
16796
16800
|
pendingId: _vm.pendingId,
|
|
@@ -16811,7 +16815,7 @@ var Handlevue_type_template_id_0258537a_render = function () {
|
|
|
16811
16815
|
_c("Message", {
|
|
16812
16816
|
ref: "message",
|
|
16813
16817
|
attrs: {
|
|
16814
|
-
code:
|
|
16818
|
+
code: _vm.msgCode,
|
|
16815
16819
|
baseUrl: _vm.baseUrl,
|
|
16816
16820
|
readOnlyNotificationType:
|
|
16817
16821
|
_vm.readOnlyNotificationType,
|
|
@@ -16956,14 +16960,14 @@ var Handlevue_type_template_id_0258537a_render = function () {
|
|
|
16956
16960
|
1
|
|
16957
16961
|
)
|
|
16958
16962
|
}
|
|
16959
|
-
var
|
|
16960
|
-
|
|
16963
|
+
var Handlevue_type_template_id_2b6a3d23_staticRenderFns = []
|
|
16964
|
+
Handlevue_type_template_id_2b6a3d23_render._withStripped = true
|
|
16961
16965
|
|
|
16962
16966
|
|
|
16963
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
16967
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=2b6a3d23
|
|
16964
16968
|
|
|
16965
|
-
// 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=
|
|
16966
|
-
var
|
|
16969
|
+
// 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
|
|
16970
|
+
var Rejectvue_type_template_id_7503f952_render = function () {
|
|
16967
16971
|
var _vm = this
|
|
16968
16972
|
var _h = _vm.$createElement
|
|
16969
16973
|
var _c = _vm._self._c || _h
|
|
@@ -17032,7 +17036,7 @@ var Rejectvue_type_template_id_4dfae864_render = function () {
|
|
|
17032
17036
|
? _c("Message", {
|
|
17033
17037
|
ref: "message",
|
|
17034
17038
|
attrs: {
|
|
17035
|
-
code:
|
|
17039
|
+
code: _vm.msgCode,
|
|
17036
17040
|
baseUrl: _vm.baseUrl,
|
|
17037
17041
|
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
17038
17042
|
notificationMessageReadOnly:
|
|
@@ -17085,11 +17089,11 @@ var Rejectvue_type_template_id_4dfae864_render = function () {
|
|
|
17085
17089
|
]),
|
|
17086
17090
|
])
|
|
17087
17091
|
}
|
|
17088
|
-
var
|
|
17089
|
-
|
|
17092
|
+
var Rejectvue_type_template_id_7503f952_staticRenderFns = []
|
|
17093
|
+
Rejectvue_type_template_id_7503f952_render._withStripped = true
|
|
17090
17094
|
|
|
17091
17095
|
|
|
17092
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=
|
|
17096
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=7503f952
|
|
17093
17097
|
|
|
17094
17098
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=script&lang=js
|
|
17095
17099
|
var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -17161,6 +17165,10 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
17161
17165
|
type: Boolean,
|
|
17162
17166
|
default: false
|
|
17163
17167
|
},
|
|
17168
|
+
msgCode: {
|
|
17169
|
+
type: String,
|
|
17170
|
+
default: 'notification_type'
|
|
17171
|
+
},
|
|
17164
17172
|
userId: {
|
|
17165
17173
|
type: String,
|
|
17166
17174
|
default: ''
|
|
@@ -17373,8 +17381,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
17373
17381
|
|
|
17374
17382
|
var Reject_component = normalizeComponent(
|
|
17375
17383
|
components_Rejectvue_type_script_lang_js,
|
|
17376
|
-
|
|
17377
|
-
|
|
17384
|
+
Rejectvue_type_template_id_7503f952_render,
|
|
17385
|
+
Rejectvue_type_template_id_7503f952_staticRenderFns,
|
|
17378
17386
|
false,
|
|
17379
17387
|
null,
|
|
17380
17388
|
null,
|
|
@@ -18285,6 +18293,10 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18285
18293
|
type: [String, Number],
|
|
18286
18294
|
default: 0
|
|
18287
18295
|
},
|
|
18296
|
+
msgCode: {
|
|
18297
|
+
type: String,
|
|
18298
|
+
default: 'notification_type'
|
|
18299
|
+
},
|
|
18288
18300
|
isAllCheck: {
|
|
18289
18301
|
type: Boolean,
|
|
18290
18302
|
default: false
|
|
@@ -19502,8 +19514,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19502
19514
|
|
|
19503
19515
|
var Handle_component = normalizeComponent(
|
|
19504
19516
|
components_Handlevue_type_script_lang_js,
|
|
19505
|
-
|
|
19506
|
-
|
|
19517
|
+
Handlevue_type_template_id_2b6a3d23_render,
|
|
19518
|
+
Handlevue_type_template_id_2b6a3d23_staticRenderFns,
|
|
19507
19519
|
false,
|
|
19508
19520
|
null,
|
|
19509
19521
|
null,
|
|
@@ -20274,8 +20286,8 @@ var Circulate_component = normalizeComponent(
|
|
|
20274
20286
|
)
|
|
20275
20287
|
|
|
20276
20288
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
20277
|
-
// 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/TaskRead.vue?vue&type=template&id=
|
|
20278
|
-
var
|
|
20289
|
+
// 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/TaskRead.vue?vue&type=template&id=788504eb
|
|
20290
|
+
var TaskReadvue_type_template_id_788504eb_render = function () {
|
|
20279
20291
|
var _vm = this
|
|
20280
20292
|
var _h = _vm.$createElement
|
|
20281
20293
|
var _c = _vm._self._c || _h
|
|
@@ -20442,7 +20454,7 @@ var TaskReadvue_type_template_id_7a2634da_render = function () {
|
|
|
20442
20454
|
_c("Message", {
|
|
20443
20455
|
ref: "message",
|
|
20444
20456
|
attrs: {
|
|
20445
|
-
code:
|
|
20457
|
+
code: _vm.msgCode,
|
|
20446
20458
|
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
20447
20459
|
notificationMessageReadOnly: _vm.notificationMessageReadOnly,
|
|
20448
20460
|
defaultNotificationMsg: _vm.defaultNotificationMessage,
|
|
@@ -20477,11 +20489,11 @@ var TaskReadvue_type_template_id_7a2634da_render = function () {
|
|
|
20477
20489
|
]),
|
|
20478
20490
|
])
|
|
20479
20491
|
}
|
|
20480
|
-
var
|
|
20481
|
-
|
|
20492
|
+
var TaskReadvue_type_template_id_788504eb_staticRenderFns = []
|
|
20493
|
+
TaskReadvue_type_template_id_788504eb_render._withStripped = true
|
|
20482
20494
|
|
|
20483
20495
|
|
|
20484
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
20496
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=788504eb
|
|
20485
20497
|
|
|
20486
20498
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=script&lang=js
|
|
20487
20499
|
var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -20646,6 +20658,10 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
20646
20658
|
type: String,
|
|
20647
20659
|
default: ''
|
|
20648
20660
|
},
|
|
20661
|
+
msgCode: {
|
|
20662
|
+
type: String,
|
|
20663
|
+
default: 'notification_type'
|
|
20664
|
+
},
|
|
20649
20665
|
isAllCheck: {
|
|
20650
20666
|
type: Boolean,
|
|
20651
20667
|
default: false
|
|
@@ -21152,8 +21168,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
21152
21168
|
|
|
21153
21169
|
var TaskRead_component = normalizeComponent(
|
|
21154
21170
|
components_TaskReadvue_type_script_lang_js,
|
|
21155
|
-
|
|
21156
|
-
|
|
21171
|
+
TaskReadvue_type_template_id_788504eb_render,
|
|
21172
|
+
TaskReadvue_type_template_id_788504eb_staticRenderFns,
|
|
21157
21173
|
false,
|
|
21158
21174
|
null,
|
|
21159
21175
|
null,
|
|
@@ -21162,8 +21178,8 @@ var TaskRead_component = normalizeComponent(
|
|
|
21162
21178
|
)
|
|
21163
21179
|
|
|
21164
21180
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
21165
|
-
// 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/taskUnionExamine.vue?vue&type=template&id=
|
|
21166
|
-
var
|
|
21181
|
+
// 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/taskUnionExamine.vue?vue&type=template&id=3cba731b
|
|
21182
|
+
var taskUnionExaminevue_type_template_id_3cba731b_render = function () {
|
|
21167
21183
|
var _vm = this
|
|
21168
21184
|
var _h = _vm.$createElement
|
|
21169
21185
|
var _c = _vm._self._c || _h
|
|
@@ -21289,7 +21305,7 @@ var taskUnionExaminevue_type_template_id_8179f026_render = function () {
|
|
|
21289
21305
|
? _c("Message", {
|
|
21290
21306
|
ref: "message",
|
|
21291
21307
|
attrs: {
|
|
21292
|
-
code:
|
|
21308
|
+
code: _vm.msgCode,
|
|
21293
21309
|
baseUrl: _vm.baseUrl,
|
|
21294
21310
|
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
21295
21311
|
notificationMessageReadOnly:
|
|
@@ -21326,11 +21342,11 @@ var taskUnionExaminevue_type_template_id_8179f026_render = function () {
|
|
|
21326
21342
|
]),
|
|
21327
21343
|
])
|
|
21328
21344
|
}
|
|
21329
|
-
var
|
|
21330
|
-
|
|
21345
|
+
var taskUnionExaminevue_type_template_id_3cba731b_staticRenderFns = []
|
|
21346
|
+
taskUnionExaminevue_type_template_id_3cba731b_render._withStripped = true
|
|
21331
21347
|
|
|
21332
21348
|
|
|
21333
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
21349
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=3cba731b
|
|
21334
21350
|
|
|
21335
21351
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=script&lang=js
|
|
21336
21352
|
var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -21462,6 +21478,10 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21462
21478
|
type: [String, Number],
|
|
21463
21479
|
default: 0
|
|
21464
21480
|
},
|
|
21481
|
+
msgCode: {
|
|
21482
|
+
type: String,
|
|
21483
|
+
default: 'notification_type'
|
|
21484
|
+
},
|
|
21465
21485
|
esign: {
|
|
21466
21486
|
type: Boolean,
|
|
21467
21487
|
default: false
|
|
@@ -21988,8 +22008,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21988
22008
|
|
|
21989
22009
|
var taskUnionExamine_component = normalizeComponent(
|
|
21990
22010
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
21991
|
-
|
|
21992
|
-
|
|
22011
|
+
taskUnionExaminevue_type_template_id_3cba731b_render,
|
|
22012
|
+
taskUnionExaminevue_type_template_id_3cba731b_staticRenderFns,
|
|
21993
22013
|
false,
|
|
21994
22014
|
null,
|
|
21995
22015
|
null,
|
|
@@ -21998,8 +22018,8 @@ var taskUnionExamine_component = normalizeComponent(
|
|
|
21998
22018
|
)
|
|
21999
22019
|
|
|
22000
22020
|
/* harmony default export */ var components_taskUnionExamine = (taskUnionExamine_component.exports);
|
|
22001
|
-
// 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/supervise.vue?vue&type=template&id=
|
|
22002
|
-
var
|
|
22021
|
+
// 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/supervise.vue?vue&type=template&id=21cb8155
|
|
22022
|
+
var supervisevue_type_template_id_21cb8155_render = function () {
|
|
22003
22023
|
var _vm = this
|
|
22004
22024
|
var _h = _vm.$createElement
|
|
22005
22025
|
var _c = _vm._self._c || _h
|
|
@@ -22010,7 +22030,7 @@ var supervisevue_type_template_id_0c9c1b52_render = function () {
|
|
|
22010
22030
|
_c("Message", {
|
|
22011
22031
|
ref: "message",
|
|
22012
22032
|
attrs: {
|
|
22013
|
-
code:
|
|
22033
|
+
code: _vm.msgCode,
|
|
22014
22034
|
baseUrl: _vm.baseUrl,
|
|
22015
22035
|
showCheckType: false,
|
|
22016
22036
|
showMsg: true,
|
|
@@ -22045,11 +22065,11 @@ var supervisevue_type_template_id_0c9c1b52_render = function () {
|
|
|
22045
22065
|
1
|
|
22046
22066
|
)
|
|
22047
22067
|
}
|
|
22048
|
-
var
|
|
22049
|
-
|
|
22068
|
+
var supervisevue_type_template_id_21cb8155_staticRenderFns = []
|
|
22069
|
+
supervisevue_type_template_id_21cb8155_render._withStripped = true
|
|
22050
22070
|
|
|
22051
22071
|
|
|
22052
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/supervise.vue?vue&type=template&id=
|
|
22072
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/supervise.vue?vue&type=template&id=21cb8155
|
|
22053
22073
|
|
|
22054
22074
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/supervise.vue?vue&type=script&lang=js
|
|
22055
22075
|
//
|
|
@@ -22095,6 +22115,10 @@ supervisevue_type_template_id_0c9c1b52_render._withStripped = true
|
|
|
22095
22115
|
props: {
|
|
22096
22116
|
baseUrl: String,
|
|
22097
22117
|
businessId: String,
|
|
22118
|
+
msgCode: {
|
|
22119
|
+
type: String,
|
|
22120
|
+
default: 'notification_type'
|
|
22121
|
+
},
|
|
22098
22122
|
appId: { type: String, default: '' }
|
|
22099
22123
|
},
|
|
22100
22124
|
data: function data() {
|
|
@@ -22202,8 +22226,8 @@ supervisevue_type_template_id_0c9c1b52_render._withStripped = true
|
|
|
22202
22226
|
|
|
22203
22227
|
var supervise_component = normalizeComponent(
|
|
22204
22228
|
components_supervisevue_type_script_lang_js,
|
|
22205
|
-
|
|
22206
|
-
|
|
22229
|
+
supervisevue_type_template_id_21cb8155_render,
|
|
22230
|
+
supervisevue_type_template_id_21cb8155_staticRenderFns,
|
|
22207
22231
|
false,
|
|
22208
22232
|
null,
|
|
22209
22233
|
null,
|
|
@@ -22212,8 +22236,8 @@ var supervise_component = normalizeComponent(
|
|
|
22212
22236
|
)
|
|
22213
22237
|
|
|
22214
22238
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
22215
|
-
// 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/reset.vue?vue&type=template&id=
|
|
22216
|
-
var
|
|
22239
|
+
// 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/reset.vue?vue&type=template&id=b4719370
|
|
22240
|
+
var resetvue_type_template_id_b4719370_render = function () {
|
|
22217
22241
|
var _vm = this
|
|
22218
22242
|
var _h = _vm.$createElement
|
|
22219
22243
|
var _c = _vm._self._c || _h
|
|
@@ -22479,7 +22503,7 @@ var resetvue_type_template_id_6ee678a0_render = function () {
|
|
|
22479
22503
|
_c("Message", {
|
|
22480
22504
|
ref: "message",
|
|
22481
22505
|
attrs: {
|
|
22482
|
-
code:
|
|
22506
|
+
code: _vm.msgCode,
|
|
22483
22507
|
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
22484
22508
|
notificationMessageReadOnly: _vm.notificationMessageReadOnly,
|
|
22485
22509
|
defaultNotificationMsg: _vm.form.notificationMsg,
|
|
@@ -22514,11 +22538,11 @@ var resetvue_type_template_id_6ee678a0_render = function () {
|
|
|
22514
22538
|
]),
|
|
22515
22539
|
])
|
|
22516
22540
|
}
|
|
22517
|
-
var
|
|
22518
|
-
|
|
22541
|
+
var resetvue_type_template_id_b4719370_staticRenderFns = []
|
|
22542
|
+
resetvue_type_template_id_b4719370_render._withStripped = true
|
|
22519
22543
|
|
|
22520
22544
|
|
|
22521
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=
|
|
22545
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=b4719370
|
|
22522
22546
|
|
|
22523
22547
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/reset.vue?vue&type=script&lang=js
|
|
22524
22548
|
var resetvue_type_script_lang_js_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; };
|
|
@@ -22732,6 +22756,10 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
22732
22756
|
type: Boolean,
|
|
22733
22757
|
default: false
|
|
22734
22758
|
},
|
|
22759
|
+
msgCode: {
|
|
22760
|
+
type: String,
|
|
22761
|
+
default: 'notification_type'
|
|
22762
|
+
},
|
|
22735
22763
|
userId: {
|
|
22736
22764
|
type: String,
|
|
22737
22765
|
default: ''
|
|
@@ -23221,8 +23249,8 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
23221
23249
|
|
|
23222
23250
|
var reset_component = normalizeComponent(
|
|
23223
23251
|
components_resetvue_type_script_lang_js,
|
|
23224
|
-
|
|
23225
|
-
|
|
23252
|
+
resetvue_type_template_id_b4719370_render,
|
|
23253
|
+
resetvue_type_template_id_b4719370_staticRenderFns,
|
|
23226
23254
|
false,
|
|
23227
23255
|
null,
|
|
23228
23256
|
null,
|
|
@@ -29402,7 +29430,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
29402
29430
|
}
|
|
29403
29431
|
|
|
29404
29432
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
29405
|
-
version: '0.3.
|
|
29433
|
+
version: '0.3.63',
|
|
29406
29434
|
install: install,
|
|
29407
29435
|
Button: packages_button,
|
|
29408
29436
|
ButtonGroup: button_group,
|