eoss-ui 0.6.43 → 0.6.44
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 +18 -18
- package/lib/flow.js +12 -12
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/main.vue +1 -1
- package/packages/flow/src/processForm.vue +2 -2
- package/src/index.js +1 -1
package/lib/eoss-ui.common.js
CHANGED
|
@@ -24587,8 +24587,8 @@ form_src_main.install = function (Vue) {
|
|
|
24587
24587
|
};
|
|
24588
24588
|
|
|
24589
24589
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
24590
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
24591
|
-
var
|
|
24590
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=aca8921c&
|
|
24591
|
+
var mainvue_type_template_id_aca8921c_render = function () {
|
|
24592
24592
|
var _vm = this
|
|
24593
24593
|
var _h = _vm.$createElement
|
|
24594
24594
|
var _c = _vm._self._c || _h
|
|
@@ -26704,11 +26704,11 @@ var mainvue_type_template_id_5cd9622b_render = function () {
|
|
|
26704
26704
|
)
|
|
26705
26705
|
: _vm._e()
|
|
26706
26706
|
}
|
|
26707
|
-
var
|
|
26708
|
-
|
|
26707
|
+
var mainvue_type_template_id_aca8921c_staticRenderFns = []
|
|
26708
|
+
mainvue_type_template_id_aca8921c_render._withStripped = true
|
|
26709
26709
|
|
|
26710
26710
|
|
|
26711
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
26711
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=aca8921c&
|
|
26712
26712
|
|
|
26713
26713
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=feb3781a&
|
|
26714
26714
|
var CommonOpinionsvue_type_template_id_feb3781a_render = function () {
|
|
@@ -27704,8 +27704,8 @@ var CommonOpinions_component = normalizeComponent(
|
|
|
27704
27704
|
)
|
|
27705
27705
|
|
|
27706
27706
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
27707
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
27708
|
-
var
|
|
27707
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=0829b0a1&
|
|
27708
|
+
var processFormvue_type_template_id_0829b0a1_render = function () {
|
|
27709
27709
|
var _vm = this
|
|
27710
27710
|
var _h = _vm.$createElement
|
|
27711
27711
|
var _c = _vm._self._c || _h
|
|
@@ -28235,11 +28235,11 @@ var processFormvue_type_template_id_3659fae7_render = function () {
|
|
|
28235
28235
|
1
|
|
28236
28236
|
)
|
|
28237
28237
|
}
|
|
28238
|
-
var
|
|
28239
|
-
|
|
28238
|
+
var processFormvue_type_template_id_0829b0a1_staticRenderFns = []
|
|
28239
|
+
processFormvue_type_template_id_0829b0a1_render._withStripped = true
|
|
28240
28240
|
|
|
28241
28241
|
|
|
28242
|
-
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
28242
|
+
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=0829b0a1&
|
|
28243
28243
|
|
|
28244
28244
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=615d0e78&
|
|
28245
28245
|
var selectUservue_type_template_id_615d0e78_render = function () {
|
|
@@ -30164,7 +30164,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
30164
30164
|
this.nextUserTabs = {
|
|
30165
30165
|
department: {
|
|
30166
30166
|
param: {
|
|
30167
|
-
filid: JSON.parse(
|
|
30167
|
+
filid: JSON.parse(utils_util["a" /* default */].getStorage('mainConfig')).userModel.orgId
|
|
30168
30168
|
}
|
|
30169
30169
|
}
|
|
30170
30170
|
};
|
|
@@ -30179,7 +30179,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
30179
30179
|
enterprise: { param: { filid: 'other' } },
|
|
30180
30180
|
department: {
|
|
30181
30181
|
param: {
|
|
30182
|
-
filid: JSON.parse(
|
|
30182
|
+
filid: JSON.parse(utils_util["a" /* default */].getStorage('mainConfig')).userModel.orgId
|
|
30183
30183
|
}
|
|
30184
30184
|
}
|
|
30185
30185
|
};
|
|
@@ -30663,8 +30663,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
30663
30663
|
|
|
30664
30664
|
var processForm_component = normalizeComponent(
|
|
30665
30665
|
src_processFormvue_type_script_lang_js_,
|
|
30666
|
-
|
|
30667
|
-
|
|
30666
|
+
processFormvue_type_template_id_0829b0a1_render,
|
|
30667
|
+
processFormvue_type_template_id_0829b0a1_staticRenderFns,
|
|
30668
30668
|
false,
|
|
30669
30669
|
null,
|
|
30670
30670
|
null,
|
|
@@ -41090,7 +41090,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41090
41090
|
}
|
|
41091
41091
|
},
|
|
41092
41092
|
beforeSubmit: Function,
|
|
41093
|
-
title: { type: String, default: '
|
|
41093
|
+
title: { type: String, default: '流程办理' },
|
|
41094
41094
|
closeParent: Boolean,
|
|
41095
41095
|
param: {
|
|
41096
41096
|
type: Object,
|
|
@@ -43050,8 +43050,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43050
43050
|
|
|
43051
43051
|
var flow_src_main_component = normalizeComponent(
|
|
43052
43052
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
43053
|
-
|
|
43054
|
-
|
|
43053
|
+
mainvue_type_template_id_aca8921c_render,
|
|
43054
|
+
mainvue_type_template_id_aca8921c_staticRenderFns,
|
|
43055
43055
|
false,
|
|
43056
43056
|
null,
|
|
43057
43057
|
null,
|
|
@@ -85152,7 +85152,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
85152
85152
|
}
|
|
85153
85153
|
|
|
85154
85154
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
85155
|
-
version: '0.6.
|
|
85155
|
+
version: '0.6.44',
|
|
85156
85156
|
install: install,
|
|
85157
85157
|
Button: packages_button,
|
|
85158
85158
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -4347,7 +4347,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
4347
4347
|
// ESM COMPAT FLAG
|
|
4348
4348
|
__webpack_require__.r(__webpack_exports__);
|
|
4349
4349
|
|
|
4350
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
4350
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=aca8921c&
|
|
4351
4351
|
var render = function () {
|
|
4352
4352
|
var _vm = this
|
|
4353
4353
|
var _h = _vm.$createElement
|
|
@@ -6468,7 +6468,7 @@ var staticRenderFns = []
|
|
|
6468
6468
|
render._withStripped = true
|
|
6469
6469
|
|
|
6470
6470
|
|
|
6471
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
6471
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=aca8921c&
|
|
6472
6472
|
|
|
6473
6473
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
6474
6474
|
var regenerator_ = __webpack_require__(14);
|
|
@@ -7477,8 +7477,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
|
|
|
7477
7477
|
)
|
|
7478
7478
|
|
|
7479
7479
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
7480
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
7481
|
-
var
|
|
7480
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=0829b0a1&
|
|
7481
|
+
var processFormvue_type_template_id_0829b0a1_render = function () {
|
|
7482
7482
|
var _vm = this
|
|
7483
7483
|
var _h = _vm.$createElement
|
|
7484
7484
|
var _c = _vm._self._c || _h
|
|
@@ -8008,11 +8008,11 @@ var processFormvue_type_template_id_3659fae7_render = function () {
|
|
|
8008
8008
|
1
|
|
8009
8009
|
)
|
|
8010
8010
|
}
|
|
8011
|
-
var
|
|
8012
|
-
|
|
8011
|
+
var processFormvue_type_template_id_0829b0a1_staticRenderFns = []
|
|
8012
|
+
processFormvue_type_template_id_0829b0a1_render._withStripped = true
|
|
8013
8013
|
|
|
8014
8014
|
|
|
8015
|
-
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
8015
|
+
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=0829b0a1&
|
|
8016
8016
|
|
|
8017
8017
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=615d0e78&
|
|
8018
8018
|
var selectUservue_type_template_id_615d0e78_render = function () {
|
|
@@ -9937,7 +9937,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
9937
9937
|
this.nextUserTabs = {
|
|
9938
9938
|
department: {
|
|
9939
9939
|
param: {
|
|
9940
|
-
filid: JSON.parse(
|
|
9940
|
+
filid: JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.orgId
|
|
9941
9941
|
}
|
|
9942
9942
|
}
|
|
9943
9943
|
};
|
|
@@ -9952,7 +9952,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
9952
9952
|
enterprise: { param: { filid: 'other' } },
|
|
9953
9953
|
department: {
|
|
9954
9954
|
param: {
|
|
9955
|
-
filid: JSON.parse(
|
|
9955
|
+
filid: JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.orgId
|
|
9956
9956
|
}
|
|
9957
9957
|
}
|
|
9958
9958
|
};
|
|
@@ -10436,8 +10436,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
10436
10436
|
|
|
10437
10437
|
var processForm_component = Object(componentNormalizer["a" /* default */])(
|
|
10438
10438
|
src_processFormvue_type_script_lang_js_,
|
|
10439
|
-
|
|
10440
|
-
|
|
10439
|
+
processFormvue_type_template_id_0829b0a1_render,
|
|
10440
|
+
processFormvue_type_template_id_0829b0a1_staticRenderFns,
|
|
10441
10441
|
false,
|
|
10442
10442
|
null,
|
|
10443
10443
|
null,
|
|
@@ -20706,7 +20706,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
20706
20706
|
}
|
|
20707
20707
|
},
|
|
20708
20708
|
beforeSubmit: Function,
|
|
20709
|
-
title: { type: String, default: '
|
|
20709
|
+
title: { type: String, default: '流程办理' },
|
|
20710
20710
|
closeParent: Boolean,
|
|
20711
20711
|
param: {
|
|
20712
20712
|
type: Object,
|