eoss-ui 0.7.73 → 0.7.75
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 +413 -2111
- package/lib/flow.js +4 -4
- package/lib/index.js +1 -1
- package/lib/main.js +320 -2014
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/simplicity-top.css +1 -1
- package/package.json +1 -1
- package/packages/flow/src/main.vue +2 -2
- package/packages/main/src/default/index.vue +1 -0
- package/packages/main/src/simplicity/index.vue +1 -0
- package/packages/main/src/simplicityTop/handler.vue +5 -0
- package/packages/main/src/simplicityTop/index.vue +145 -281
- package/packages/theme-chalk/lib/flow.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/simplicity-top.css +1 -1
- package/packages/theme-chalk/src/flow.scss +5 -0
- package/packages/theme-chalk/src/simplicity-top.scss +14 -0
- package/src/index.js +1 -1
package/lib/flow.js
CHANGED
|
@@ -4693,7 +4693,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
4693
4693
|
// ESM COMPAT FLAG
|
|
4694
4694
|
__webpack_require__.r(__webpack_exports__);
|
|
4695
4695
|
|
|
4696
|
-
// 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=
|
|
4696
|
+
// 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=daa43608&
|
|
4697
4697
|
var render = function () {
|
|
4698
4698
|
var _vm = this
|
|
4699
4699
|
var _h = _vm.$createElement
|
|
@@ -7353,9 +7353,9 @@ var render = function () {
|
|
|
7353
7353
|
? _c(
|
|
7354
7354
|
"es-dialog",
|
|
7355
7355
|
{
|
|
7356
|
+
staticClass: "flow-chart-dialog",
|
|
7356
7357
|
attrs: {
|
|
7357
7358
|
"append-to-body": "",
|
|
7358
|
-
height: "auto",
|
|
7359
7359
|
"close-on-click-modal": false,
|
|
7360
7360
|
title: "流程图查看",
|
|
7361
7361
|
visible: _vm.showFlowChart,
|
|
@@ -7639,7 +7639,7 @@ var staticRenderFns = []
|
|
|
7639
7639
|
render._withStripped = true
|
|
7640
7640
|
|
|
7641
7641
|
|
|
7642
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
7642
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=daa43608&
|
|
7643
7643
|
|
|
7644
7644
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
7645
7645
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -25099,7 +25099,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25099
25099
|
showFlowChart: false, // 展示流程图弹窗
|
|
25100
25100
|
isReject: false, // 是否驳回
|
|
25101
25101
|
showTaskUnionExamine: false, //展示联合审核弹窗
|
|
25102
|
-
charUrl: util
|
|
25102
|
+
charUrl: 'https://yafzoa.scstit.com', //util.win.location.origin,
|
|
25103
25103
|
endFlow: false, // 是否结束流程
|
|
25104
25104
|
isCurrentNodeForbiddenChangeCandidate: 0, //是否禁止选择办理人
|
|
25105
25105
|
isSubmitButtonShowAgreeAndDisagree: 0, //是否展示同意和不同意按钮
|