super-page-runtime 1.0.1 → 1.0.3
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/dist/es/components/runtime/utils/api/api-util.js +3 -3
- package/dist/es/components/runtime/utils/assemblys-config.js +1 -1
- package/dist/es/components/runtime/utils/common-util.js +2 -2
- package/dist/es/components/runtime/utils/eventBus.js +1 -1
- package/dist/es/components/runtime/utils/events/event-util.js +3 -3
- package/dist/es/components/runtime/utils/events/standard-event.js +6 -6
- package/dist/es/components/runtime/utils/events/validator-util.js +3 -3
- package/dist/es/components/runtime/utils/global-refs.js +1 -1
- package/dist/es/components/runtime/utils/page-helper-util.js +3 -3
- package/dist/es/components/runtime/utils/page-init-util.js +2 -2
- package/dist/es/components/runtime/utils/table-utils.js +1 -1
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +6 -6
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +6 -6
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +6 -6
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +6 -6
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +6 -6
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +5 -5
- package/dist/es/components/runtime/views/assemblys/error-render.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +4 -4
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/object-render.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/super-page.vue.js +6 -6
- package/dist/es/components/super-page-dialog/super-page-dialog.vue.js +2 -1
- package/dist/es/components/wf-editor/wf-editor.vue.js +1 -1
- package/dist/lib/components/runtime/utils/api/api-util.js +10 -10
- package/dist/lib/components/runtime/utils/assemblys-config.js +35 -35
- package/dist/lib/components/runtime/utils/common-util.js +4 -4
- package/dist/lib/components/runtime/utils/eventBus.js +1 -1
- package/dist/lib/components/runtime/utils/events/event-util.js +8 -8
- package/dist/lib/components/runtime/utils/events/standard-event.js +66 -66
- package/dist/lib/components/runtime/utils/events/validator-util.js +14 -14
- package/dist/lib/components/runtime/utils/global-refs.js +1 -1
- package/dist/lib/components/runtime/utils/page-helper-util.js +4 -4
- package/dist/lib/components/runtime/utils/page-init-util.js +3 -3
- package/dist/lib/components/runtime/utils/table-utils.js +1 -1
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +31 -31
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +9 -9
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +41 -41
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +24 -24
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +21 -21
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +22 -22
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +22 -22
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +23 -23
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +21 -21
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js +30 -30
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +27 -27
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +20 -20
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +25 -25
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +26 -26
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +13 -13
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +12 -12
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +6 -6
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +23 -23
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +12 -12
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +26 -26
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +15 -15
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +11 -11
- package/dist/lib/components/runtime/views/assemblys/error-render.vue.js +3 -3
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +24 -24
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +39 -39
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +27 -27
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +12 -12
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +23 -23
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +25 -25
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +58 -58
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +42 -42
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +25 -25
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +8 -8
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +25 -25
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +28 -28
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +41 -41
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +24 -24
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +21 -21
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +25 -25
- package/dist/lib/components/runtime/views/assemblys/object-render.vue.js +18 -18
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +9 -9
- package/dist/lib/components/runtime/views/super-page.vue.js +60 -60
- package/dist/lib/components/super-page-dialog/super-page-dialog.vue.js +15 -14
- package/dist/lib/components/wf-editor/wf-editor.vue.js +4 -4
- package/package.json +1 -1
- package/dist/es/components/runtime/index.d.ts +0 -3
- package/dist/es/components/runtime/utils/api/api-util.d.ts +0 -11
- package/dist/es/components/runtime/utils/common-util.d.ts +0 -11
- package/dist/es/components/runtime/utils/eventBus.d.ts +0 -7
- package/dist/es/components/runtime/utils/events/event-util.d.ts +0 -48
- package/dist/es/components/runtime/utils/events/standard-event.d.ts +0 -61
- package/dist/es/components/runtime/utils/events/validator-util.d.ts +0 -4
- package/dist/es/components/runtime/utils/global-refs.d.ts +0 -59
- package/dist/es/components/runtime/utils/interfaces/page-design-types.d.ts +0 -221
- package/dist/es/components/runtime/utils/page-helper-util.d.ts +0 -87
- package/dist/es/components/runtime/utils/page-init-util.d.ts +0 -38
- package/dist/es/components/runtime/utils/store-util.d.ts +0 -15
- package/dist/es/components/runtime/utils/store.d.ts +0 -2
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.d.ts +0 -24
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue.d.ts +0 -35
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.d.ts +0 -26
- package/dist/es/components/runtime/views/assemblys/error-render.vue.d.ts +0 -22
- package/dist/es/components/runtime/views/assemblys/object-render.vue.d.ts +0 -17
- package/dist/es/components/runtime/views/super-page.vue.d.ts +0 -91
- package/dist/es/components/super-page-dialog/index.d.ts +0 -3
- package/dist/es/components/super-page-dialog/super-page-dialog.vue.d.ts +0 -36
- package/dist/es/components/wf-editor/index.d.ts +0 -3
- package/dist/es/components/wf-editor/wf-editor.vue.d.ts +0 -2
- package/dist/es/index.d.ts +0 -5
- package/dist/lib/components/runtime/index.d.ts +0 -3
- package/dist/lib/components/runtime/utils/api/api-util.d.ts +0 -11
- package/dist/lib/components/runtime/utils/common-util.d.ts +0 -11
- package/dist/lib/components/runtime/utils/eventBus.d.ts +0 -7
- package/dist/lib/components/runtime/utils/events/event-util.d.ts +0 -48
- package/dist/lib/components/runtime/utils/events/standard-event.d.ts +0 -61
- package/dist/lib/components/runtime/utils/events/validator-util.d.ts +0 -4
- package/dist/lib/components/runtime/utils/global-refs.d.ts +0 -59
- package/dist/lib/components/runtime/utils/interfaces/page-design-types.d.ts +0 -221
- package/dist/lib/components/runtime/utils/page-helper-util.d.ts +0 -87
- package/dist/lib/components/runtime/utils/page-init-util.d.ts +0 -38
- package/dist/lib/components/runtime/utils/store-util.d.ts +0 -15
- package/dist/lib/components/runtime/utils/store.d.ts +0 -2
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.d.ts +0 -24
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.d.ts +0 -35
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.d.ts +0 -26
- package/dist/lib/components/runtime/views/assemblys/error-render.vue.d.ts +0 -22
- package/dist/lib/components/runtime/views/assemblys/object-render.vue.d.ts +0 -17
- package/dist/lib/components/runtime/views/super-page.vue.d.ts +0 -91
- package/dist/lib/components/super-page-dialog/index.d.ts +0 -3
- package/dist/lib/components/super-page-dialog/super-page-dialog.vue.d.ts +0 -36
- package/dist/lib/components/wf-editor/index.d.ts +0 -3
- package/dist/lib/components/wf-editor/wf-editor.vue.d.ts +0 -2
- package/dist/lib/index.d.ts +0 -5
- package/dist/super-page-runtime.umd.js +0 -213932
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const vue = require("vue");
|
|
3
3
|
const pageInitUtil = require("../../../../utils/page-init-util.js");
|
|
4
4
|
const pageHelperUtil = require("../../../../utils/page-helper-util.js");
|
|
5
|
-
const _sfc_main = /* @__PURE__ */
|
|
5
|
+
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
6
6
|
__name: "switch-runtime",
|
|
7
7
|
props: {
|
|
8
8
|
pageContext: {},
|
|
@@ -12,7 +12,7 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
|
|
|
12
12
|
const props = __props;
|
|
13
13
|
const entity = props.pageContext.entity ? props.pageContext.entity : {};
|
|
14
14
|
let dynamicFields = pageInitUtil.getFormModelFields(props.pageContext, props.configure);
|
|
15
|
-
const dynamicModelMethod =
|
|
15
|
+
const dynamicModelMethod = vue.computed({
|
|
16
16
|
get() {
|
|
17
17
|
return pageHelperUtil.getVariableValue(entity, dynamicFields);
|
|
18
18
|
},
|
|
@@ -27,30 +27,30 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
|
|
|
27
27
|
const designProperty = runtimeInfo.props ? runtimeInfo.props : {};
|
|
28
28
|
const switchStyle = runtimeInfo.switchStyle;
|
|
29
29
|
return (_ctx, _cache) => {
|
|
30
|
-
const _component_el_switch =
|
|
31
|
-
const _component_el_form_item =
|
|
32
|
-
return
|
|
33
|
-
required:
|
|
34
|
-
class:
|
|
35
|
-
"label-width":
|
|
36
|
-
style:
|
|
30
|
+
const _component_el_switch = vue.resolveComponent("el-switch");
|
|
31
|
+
const _component_el_form_item = vue.resolveComponent("el-form-item");
|
|
32
|
+
return vue.openBlock(), vue.createBlock(_component_el_form_item, {
|
|
33
|
+
required: vue.unref(designProperty).required,
|
|
34
|
+
class: vue.normalizeClass(vue.unref(runtimeClass)),
|
|
35
|
+
"label-width": vue.unref(designProperty).labelWidth,
|
|
36
|
+
style: vue.normalizeStyle(vue.unref(runtimeStyle))
|
|
37
37
|
}, {
|
|
38
|
-
label:
|
|
39
|
-
|
|
38
|
+
label: vue.withCtx(() => [
|
|
39
|
+
vue.unref(designProperty).tittleShow ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
40
40
|
key: 0,
|
|
41
|
-
style:
|
|
42
|
-
},
|
|
41
|
+
style: vue.normalizeStyle({ ...vue.unref(headerStyle) })
|
|
42
|
+
}, vue.toDisplayString(vue.unref(designProperty).title), 5)) : vue.createCommentVNode("", true)
|
|
43
43
|
]),
|
|
44
|
-
default:
|
|
45
|
-
|
|
46
|
-
disabled:
|
|
47
|
-
"active-value:":
|
|
48
|
-
"active-text":
|
|
49
|
-
"inactive-value":
|
|
50
|
-
"inactive-text":
|
|
51
|
-
width:
|
|
52
|
-
size:
|
|
53
|
-
style:
|
|
44
|
+
default: vue.withCtx(() => [
|
|
45
|
+
vue.createVNode(_component_el_switch, {
|
|
46
|
+
disabled: vue.unref(designProperty).state === "disabled",
|
|
47
|
+
"active-value:": vue.unref(designProperty).activeValue,
|
|
48
|
+
"active-text": vue.unref(designProperty).activeText,
|
|
49
|
+
"inactive-value": vue.unref(designProperty).inactiveValue,
|
|
50
|
+
"inactive-text": vue.unref(designProperty).inactiveText,
|
|
51
|
+
width: vue.unref(designProperty).offOnWidth,
|
|
52
|
+
size: vue.unref(designProperty).size,
|
|
53
|
+
style: vue.normalizeStyle(vue.unref(switchStyle)),
|
|
54
54
|
modelValue: dynamicModelMethod.value,
|
|
55
55
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => dynamicModelMethod.value = $event)
|
|
56
56
|
}, null, 8, ["disabled", "active-value:", "active-text", "inactive-value", "inactive-text", "width", "size", "style", "modelValue"])
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const vue = require("vue");
|
|
3
3
|
const pageInitUtil = require("../../../../utils/page-init-util.js");
|
|
4
4
|
const pageHelperUtil = require("../../../../utils/page-helper-util.js");
|
|
5
|
-
const _sfc_main = /* @__PURE__ */
|
|
5
|
+
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
6
6
|
__name: "tag-runtime",
|
|
7
7
|
props: {
|
|
8
8
|
pageContext: {},
|
|
@@ -24,33 +24,33 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
|
|
|
24
24
|
if (!contentVariable) {
|
|
25
25
|
contentVariable = "${page." + props.configure.uuid + "}";
|
|
26
26
|
}
|
|
27
|
-
const dynamicValue =
|
|
27
|
+
const dynamicValue = vue.computed(() => {
|
|
28
28
|
const resultValue = pageHelperUtil.formatVariableValue(props.pageContext, contentVariable);
|
|
29
29
|
return resultValue == void 0 || resultValue == null ? "" : resultValue;
|
|
30
30
|
});
|
|
31
31
|
return (_ctx, _cache) => {
|
|
32
|
-
const _component_el_tag =
|
|
33
|
-
const _component_el_form_item =
|
|
34
|
-
return
|
|
35
|
-
required:
|
|
36
|
-
class:
|
|
37
|
-
"label-width":
|
|
38
|
-
style:
|
|
32
|
+
const _component_el_tag = vue.resolveComponent("el-tag");
|
|
33
|
+
const _component_el_form_item = vue.resolveComponent("el-form-item");
|
|
34
|
+
return vue.openBlock(), vue.createBlock(_component_el_form_item, {
|
|
35
|
+
required: vue.unref(designProperty).required,
|
|
36
|
+
class: vue.normalizeClass(vue.unref(runtimeClass)),
|
|
37
|
+
"label-width": vue.unref(designProperty).labelWidth,
|
|
38
|
+
style: vue.normalizeStyle(vue.unref(runtimeStyle))
|
|
39
39
|
}, {
|
|
40
|
-
label:
|
|
41
|
-
|
|
40
|
+
label: vue.withCtx(() => [
|
|
41
|
+
vue.unref(designProperty).tittleShow ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
42
42
|
key: 0,
|
|
43
|
-
style:
|
|
44
|
-
},
|
|
43
|
+
style: vue.normalizeStyle({ ...vue.unref(headerStyle) })
|
|
44
|
+
}, vue.toDisplayString(vue.unref(designProperty).title), 5)) : vue.createCommentVNode("", true)
|
|
45
45
|
]),
|
|
46
|
-
default:
|
|
47
|
-
|
|
48
|
-
size:
|
|
49
|
-
closable:
|
|
50
|
-
type:
|
|
46
|
+
default: vue.withCtx(() => [
|
|
47
|
+
vue.createVNode(_component_el_tag, {
|
|
48
|
+
size: vue.unref(designProperty).size,
|
|
49
|
+
closable: vue.unref(designProperty).closable,
|
|
50
|
+
type: vue.unref(designProperty).type
|
|
51
51
|
}, {
|
|
52
|
-
default:
|
|
53
|
-
|
|
52
|
+
default: vue.withCtx(() => [
|
|
53
|
+
vue.createTextVNode(vue.toDisplayString(dynamicValue.value), 1)
|
|
54
54
|
]),
|
|
55
55
|
_: 1
|
|
56
56
|
}, 8, ["size", "closable", "type"])
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const vue = require("vue");
|
|
3
3
|
const pageInitUtil = require("../../../../utils/page-init-util.js");
|
|
4
4
|
const pageHelperUtil = require("../../../../utils/page-helper-util.js");
|
|
5
|
-
const _sfc_main = /* @__PURE__ */
|
|
5
|
+
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
6
6
|
__name: "textarea-runtime",
|
|
7
7
|
props: {
|
|
8
8
|
pageContext: {},
|
|
@@ -12,7 +12,7 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
|
|
|
12
12
|
const props = __props;
|
|
13
13
|
const entity = props.pageContext.entity ? props.pageContext.entity : {};
|
|
14
14
|
let dynamicFields = pageInitUtil.getFormModelFields(props.pageContext, props.configure);
|
|
15
|
-
const dynamicModelMethod =
|
|
15
|
+
const dynamicModelMethod = vue.computed({
|
|
16
16
|
get() {
|
|
17
17
|
return pageHelperUtil.getVariableValue(entity, dynamicFields);
|
|
18
18
|
},
|
|
@@ -26,33 +26,33 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
|
|
|
26
26
|
const runtimeClass = runtimeInfo.class;
|
|
27
27
|
const headerStyle = runtimeInfo.headerStyle;
|
|
28
28
|
return (_ctx, _cache) => {
|
|
29
|
-
const _component_el_input =
|
|
30
|
-
const _component_el_form_item =
|
|
31
|
-
return
|
|
32
|
-
|
|
33
|
-
required:
|
|
34
|
-
class:
|
|
35
|
-
"label-width":
|
|
36
|
-
style:
|
|
29
|
+
const _component_el_input = vue.resolveComponent("el-input");
|
|
30
|
+
const _component_el_form_item = vue.resolveComponent("el-form-item");
|
|
31
|
+
return vue.openBlock(), vue.createElementBlock("div", null, [
|
|
32
|
+
vue.createVNode(_component_el_form_item, {
|
|
33
|
+
required: vue.unref(designProperty).required ? true : false,
|
|
34
|
+
class: vue.normalizeClass(vue.unref(runtimeClass)),
|
|
35
|
+
"label-width": vue.unref(designProperty).labelWidth,
|
|
36
|
+
style: vue.normalizeStyle(vue.unref(runtimeStyle))
|
|
37
37
|
}, {
|
|
38
|
-
label:
|
|
39
|
-
|
|
38
|
+
label: vue.withCtx(() => [
|
|
39
|
+
vue.unref(designProperty).tittleShow ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
40
40
|
key: 0,
|
|
41
|
-
style:
|
|
42
|
-
},
|
|
41
|
+
style: vue.normalizeStyle({ ...vue.unref(headerStyle) })
|
|
42
|
+
}, vue.toDisplayString(vue.unref(designProperty).title), 5)) : vue.createCommentVNode("", true)
|
|
43
43
|
]),
|
|
44
|
-
default:
|
|
45
|
-
|
|
46
|
-
disabled:
|
|
47
|
-
readonly:
|
|
48
|
-
size:
|
|
49
|
-
clearable:
|
|
50
|
-
placeholder:
|
|
44
|
+
default: vue.withCtx(() => [
|
|
45
|
+
vue.createVNode(_component_el_input, {
|
|
46
|
+
disabled: vue.unref(designProperty).state === "disabled",
|
|
47
|
+
readonly: vue.unref(designProperty).state === "readonly",
|
|
48
|
+
size: vue.unref(designProperty).size,
|
|
49
|
+
clearable: vue.unref(designProperty).clearable,
|
|
50
|
+
placeholder: vue.unref(designProperty).placeholder,
|
|
51
51
|
modelValue: dynamicModelMethod.value,
|
|
52
52
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => dynamicModelMethod.value = $event),
|
|
53
|
-
rows:
|
|
54
|
-
maxlength:
|
|
55
|
-
"show-word-limit":
|
|
53
|
+
rows: vue.unref(designProperty).rows ? vue.unref(designProperty).rows : 2,
|
|
54
|
+
maxlength: vue.unref(designProperty).maxLength,
|
|
55
|
+
"show-word-limit": vue.unref(designProperty).showInputNum,
|
|
56
56
|
type: "textarea"
|
|
57
57
|
}, null, 8, ["disabled", "readonly", "size", "clearable", "placeholder", "modelValue", "rows", "maxlength", "show-word-limit"])
|
|
58
58
|
]),
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const vue = require("vue");
|
|
3
3
|
const errorRender_vue_vue_type_script_setup_true_lang = require("./error-render.vue.js");
|
|
4
4
|
const assemblysConfig = require("../../utils/assemblys-config.js");
|
|
5
5
|
const pageDesignTypes = require("../../utils/interfaces/page-design-types.js");
|
|
6
6
|
const globalRefs = require("../../utils/global-refs.js");
|
|
7
7
|
const pageInitUtil = require("../../utils/page-init-util.js");
|
|
8
8
|
const pageHelperUtil = require("../../utils/page-helper-util.js");
|
|
9
|
-
const _sfc_main = /* @__PURE__ */
|
|
9
|
+
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
10
10
|
__name: "object-render",
|
|
11
11
|
props: {
|
|
12
12
|
pageContext: {},
|
|
@@ -18,12 +18,12 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
|
|
|
18
18
|
props.configure.style = {};
|
|
19
19
|
}
|
|
20
20
|
const permissionCodes = pageInitUtil.getPermissionCodes(props.configure, props.pageContext);
|
|
21
|
-
let handleShowFlag =
|
|
22
|
-
let showFlag =
|
|
21
|
+
let handleShowFlag = vue.ref(true);
|
|
22
|
+
let showFlag = vue.ref(true);
|
|
23
23
|
if (props.configure && props.configure.props && props.configure.props.showConditions) {
|
|
24
24
|
const showConditions = props.configure.props.showConditions;
|
|
25
25
|
if (showConditions.length > 0) {
|
|
26
|
-
showFlag =
|
|
26
|
+
showFlag = vue.computed(() => {
|
|
27
27
|
if (!handleShowFlag.value) {
|
|
28
28
|
return false;
|
|
29
29
|
}
|
|
@@ -31,16 +31,16 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
|
|
|
31
31
|
});
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
|
-
const dynamicComponent =
|
|
35
|
-
dynamicComponent.value =
|
|
36
|
-
const showCopy =
|
|
34
|
+
const dynamicComponent = vue.ref({});
|
|
35
|
+
dynamicComponent.value = vue.markRaw(assemblysConfig.getRuntimeComponentByName(props.configure.name));
|
|
36
|
+
const showCopy = vue.ref(true);
|
|
37
37
|
if (dynamicComponent.value == null) {
|
|
38
38
|
dynamicComponent.value = errorRender_vue_vue_type_script_setup_true_lang;
|
|
39
39
|
showCopy.value = false;
|
|
40
40
|
}
|
|
41
|
-
const thisRef =
|
|
42
|
-
const runtimeStyle =
|
|
43
|
-
const runtimeClass =
|
|
41
|
+
const thisRef = vue.ref(null);
|
|
42
|
+
const runtimeStyle = vue.ref({});
|
|
43
|
+
const runtimeClass = vue.ref("");
|
|
44
44
|
const commonRuntime = props.configure.runtime && props.configure.runtime.common ? props.configure.runtime.common : {};
|
|
45
45
|
if (commonRuntime.class) {
|
|
46
46
|
runtimeClass.value = commonRuntime.class;
|
|
@@ -88,7 +88,7 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
|
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
|
-
|
|
91
|
+
vue.onMounted(() => {
|
|
92
92
|
if (!thisRef.value || !thisRef.value.parentNode) {
|
|
93
93
|
return;
|
|
94
94
|
}
|
|
@@ -125,16 +125,16 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
|
|
|
125
125
|
}
|
|
126
126
|
});
|
|
127
127
|
return (_ctx, _cache) => {
|
|
128
|
-
const _directive_permission =
|
|
129
|
-
return
|
|
128
|
+
const _directive_permission = vue.resolveDirective("permission");
|
|
129
|
+
return vue.withDirectives((vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(dynamicComponent.value), {
|
|
130
130
|
ref: setComponentRef,
|
|
131
|
-
style:
|
|
132
|
-
class:
|
|
131
|
+
style: vue.normalizeStyle(runtimeStyle.value),
|
|
132
|
+
class: vue.normalizeClass(runtimeClass.value),
|
|
133
133
|
configure: _ctx.configure,
|
|
134
134
|
pageContext: _ctx.pageContext
|
|
135
135
|
}, null, 8, ["style", "class", "configure", "pageContext"])), [
|
|
136
|
-
[
|
|
137
|
-
[_directive_permission,
|
|
136
|
+
[vue.vShow, vue.unref(showFlag)],
|
|
137
|
+
[_directive_permission, vue.unref(permissionCodes)]
|
|
138
138
|
]);
|
|
139
139
|
};
|
|
140
140
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const vue = require("vue");
|
|
3
3
|
const objectRender_vue_vue_type_script_setup_true_lang = require("../../object-render.vue.js");
|
|
4
4
|
const eventUtil = require("../../../../utils/events/event-util.js");
|
|
5
5
|
const standardEvent = require("../../../../utils/events/standard-event.js");
|
|
6
|
-
const _sfc_main = /* @__PURE__ */
|
|
6
|
+
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
7
7
|
__name: "workflowbutton-runtime",
|
|
8
8
|
props: {
|
|
9
9
|
pageContext: {},
|
|
@@ -12,11 +12,11 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
|
|
|
12
12
|
setup(__props) {
|
|
13
13
|
const props = __props;
|
|
14
14
|
const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
|
|
15
|
-
|
|
15
|
+
vue.ref(runtimeInfo.style ? runtimeInfo.style : {});
|
|
16
16
|
runtimeInfo.class;
|
|
17
17
|
const buttonInfo = props.pageContext.workflowButtonComponent;
|
|
18
18
|
const completeTaskParam = props.pageContext.completeTaskParam;
|
|
19
|
-
const visibleBtns =
|
|
19
|
+
const visibleBtns = vue.ref([]);
|
|
20
20
|
props.configure.items.forEach((item) => {
|
|
21
21
|
const pageCode = props.pageContext.code;
|
|
22
22
|
const pageVersion = props.pageContext.version;
|
|
@@ -44,14 +44,14 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
|
|
|
44
44
|
return isVisible;
|
|
45
45
|
}
|
|
46
46
|
return (_ctx, _cache) => {
|
|
47
|
-
return
|
|
48
|
-
(
|
|
49
|
-
return
|
|
50
|
-
element.check ? (
|
|
47
|
+
return vue.openBlock(), vue.createElementBlock("span", null, [
|
|
48
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(visibleBtns.value, (element, itemIndex) => {
|
|
49
|
+
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
50
|
+
element.check ? (vue.openBlock(), vue.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
|
|
51
51
|
key: itemIndex,
|
|
52
52
|
pageContext: _ctx.pageContext,
|
|
53
53
|
configure: element
|
|
54
|
-
}, null, 8, ["pageContext", "configure"])) :
|
|
54
|
+
}, null, 8, ["pageContext", "configure"])) : vue.createCommentVNode("", true)
|
|
55
55
|
], 64);
|
|
56
56
|
}), 256))
|
|
57
57
|
]);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const vue = require("vue");
|
|
3
3
|
const objectRender_vue_vue_type_script_setup_true_lang = require("./assemblys/object-render.vue.js");
|
|
4
4
|
const pageHelperUtil = require("../utils/page-helper-util.js");
|
|
5
5
|
const pageInitUtil = require("../utils/page-init-util.js");
|
|
@@ -11,14 +11,14 @@ const removeSignerDialog_vue_vue_type_script_setup_true_lang = require("./assemb
|
|
|
11
11
|
const eventBus = require("../utils/eventBus.js");
|
|
12
12
|
const apiUtil = require("../utils/api/api-util.js");
|
|
13
13
|
const standardEvent = require("../utils/events/standard-event.js");
|
|
14
|
-
const
|
|
15
|
-
const
|
|
16
|
-
const
|
|
14
|
+
const elementPlus = require("element-plus");
|
|
15
|
+
const vueI18n = require("vue-i18n");
|
|
16
|
+
const agilebuilderUi = require("agilebuilder-ui");
|
|
17
17
|
const validatorUtil = require("../utils/events/validator-util.js");
|
|
18
18
|
const superPageDialog_vue_vue_type_script_setup_true_lang = require("../../super-page-dialog/super-page-dialog.vue.js");
|
|
19
|
-
const
|
|
20
|
-
require("
|
|
21
|
-
const _sfc_main = /* @__PURE__ */
|
|
19
|
+
const vueRouter = require("vue-router");
|
|
20
|
+
require("agilebuilder-ui/src/utils/jump-page-utils");
|
|
21
|
+
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
22
22
|
__name: "super-page",
|
|
23
23
|
props: {
|
|
24
24
|
//页面编码
|
|
@@ -69,37 +69,37 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
|
|
|
69
69
|
},
|
|
70
70
|
emits: ["open", "opened", "close", "closed"],
|
|
71
71
|
setup(__props, { emit: __emit }) {
|
|
72
|
-
const { t } =
|
|
72
|
+
const { t } = vueI18n.useI18n();
|
|
73
73
|
const props = __props;
|
|
74
|
-
const thisRef =
|
|
75
|
-
const pageItems =
|
|
76
|
-
const pageClass =
|
|
77
|
-
const pageStyle =
|
|
78
|
-
const pageDesignResult =
|
|
79
|
-
const buttonParams =
|
|
80
|
-
const showExportForm =
|
|
81
|
-
const selectAddSignerUser =
|
|
82
|
-
const selectCopyUser =
|
|
83
|
-
const selectAssignUser =
|
|
84
|
-
const isMulti =
|
|
85
|
-
const eventPageInfo =
|
|
86
|
-
const showTaskInformitions =
|
|
87
|
-
const taskInformitions =
|
|
88
|
-
const activeTasks =
|
|
89
|
-
const showRemoveSigner =
|
|
90
|
-
const taskIdVal =
|
|
91
|
-
const isShowPage =
|
|
92
|
-
const isShowDialog =
|
|
93
|
-
const jumpPageSetting =
|
|
94
|
-
const parentPageContext =
|
|
95
|
-
const parentConfigureObj =
|
|
96
|
-
const parentEventParams =
|
|
74
|
+
const thisRef = vue.ref(null);
|
|
75
|
+
const pageItems = vue.ref([]);
|
|
76
|
+
const pageClass = vue.ref("");
|
|
77
|
+
const pageStyle = vue.ref({});
|
|
78
|
+
const pageDesignResult = vue.ref(null);
|
|
79
|
+
const buttonParams = vue.ref(null);
|
|
80
|
+
const showExportForm = vue.ref(false);
|
|
81
|
+
const selectAddSignerUser = vue.ref(false);
|
|
82
|
+
const selectCopyUser = vue.ref(false);
|
|
83
|
+
const selectAssignUser = vue.ref(false);
|
|
84
|
+
const isMulti = vue.ref(false);
|
|
85
|
+
const eventPageInfo = vue.ref(null);
|
|
86
|
+
const showTaskInformitions = vue.ref(false);
|
|
87
|
+
const taskInformitions = vue.ref([]);
|
|
88
|
+
const activeTasks = vue.ref([]);
|
|
89
|
+
const showRemoveSigner = vue.ref(false);
|
|
90
|
+
const taskIdVal = vue.ref(null);
|
|
91
|
+
const isShowPage = vue.ref(false);
|
|
92
|
+
const isShowDialog = vue.ref(false);
|
|
93
|
+
const jumpPageSetting = vue.ref(null);
|
|
94
|
+
const parentPageContext = vue.ref(null);
|
|
95
|
+
const parentConfigureObj = vue.ref(null);
|
|
96
|
+
const parentEventParams = vue.ref(null);
|
|
97
97
|
let pageContext;
|
|
98
|
-
const buttonConfigure =
|
|
99
|
-
const buttonPageContext =
|
|
98
|
+
const buttonConfigure = vue.ref(null);
|
|
99
|
+
const buttonPageContext = vue.ref(null);
|
|
100
100
|
function initPageDesign(pageDesign) {
|
|
101
101
|
console.log("pageDesign==", pageDesign);
|
|
102
|
-
pageContext =
|
|
102
|
+
pageContext = vue.reactive(pageInitUtil.convertToPageContext(pageDesign, props.pageRequest));
|
|
103
103
|
if (pageContext == null) {
|
|
104
104
|
return;
|
|
105
105
|
}
|
|
@@ -199,7 +199,7 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
|
|
|
199
199
|
pageHelperUtil.updateOptionDatasources(pageContext2, initOptionConfigs, void 0);
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
|
-
|
|
202
|
+
vue.onMounted(() => {
|
|
203
203
|
if (props.pageDesign != null) {
|
|
204
204
|
pageDesignResult.value = props.pageDesign;
|
|
205
205
|
setTimeout(() => {
|
|
@@ -232,14 +232,14 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
|
|
|
232
232
|
}, 10);
|
|
233
233
|
}
|
|
234
234
|
});
|
|
235
|
-
|
|
236
|
-
|
|
235
|
+
vue.onUpdated(() => {
|
|
236
|
+
vue.nextTick(() => {
|
|
237
237
|
if (pageContext && thisRef.value) {
|
|
238
238
|
globalRefs.addComponentRef(pageContext, "-1", thisRef);
|
|
239
239
|
}
|
|
240
240
|
});
|
|
241
241
|
});
|
|
242
|
-
|
|
242
|
+
vue.onUnmounted(() => {
|
|
243
243
|
globalRefs.removePageAllRef(pageContext);
|
|
244
244
|
if (pageDesignResult.value) {
|
|
245
245
|
eventUtil.removeCustomFuncFromWindow(pageDesignResult.value);
|
|
@@ -266,7 +266,7 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
|
|
|
266
266
|
isPdf
|
|
267
267
|
);
|
|
268
268
|
}
|
|
269
|
-
const _selectFile_ =
|
|
269
|
+
const _selectFile_ = vue.ref(null);
|
|
270
270
|
function clickImport() {
|
|
271
271
|
_selectFile_.value.click();
|
|
272
272
|
}
|
|
@@ -282,7 +282,7 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
|
|
|
282
282
|
_selectFile_.value.value = null;
|
|
283
283
|
standardEvent.doImportFinally(buttonParams.value, fileObj);
|
|
284
284
|
} else {
|
|
285
|
-
|
|
285
|
+
elementPlus.ElMessage({
|
|
286
286
|
showClose: true,
|
|
287
287
|
type: "warning",
|
|
288
288
|
message: t("superPageRuntimeMessage.noFileSelected")
|
|
@@ -409,7 +409,7 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
|
|
|
409
409
|
}
|
|
410
410
|
pageContext.actionPermissionMap = actionPermissionMap;
|
|
411
411
|
}
|
|
412
|
-
|
|
412
|
+
vueRouter.useRouter();
|
|
413
413
|
function openDialog(configureObj) {
|
|
414
414
|
isShowDialog.value = true;
|
|
415
415
|
}
|
|
@@ -417,29 +417,29 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
|
|
|
417
417
|
isShowDialog.value = false;
|
|
418
418
|
}
|
|
419
419
|
return (_ctx, _cache) => {
|
|
420
|
-
return
|
|
421
|
-
isShowPage.value ? (
|
|
420
|
+
return vue.openBlock(), vue.createElementBlock("div", null, [
|
|
421
|
+
isShowPage.value ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
422
422
|
key: 0,
|
|
423
423
|
ref_key: "thisRef",
|
|
424
424
|
ref: thisRef,
|
|
425
|
-
class:
|
|
426
|
-
style:
|
|
425
|
+
class: vue.normalizeClass(pageClass.value),
|
|
426
|
+
style: vue.normalizeStyle(pageStyle.value)
|
|
427
427
|
}, [
|
|
428
|
-
(
|
|
429
|
-
return
|
|
428
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(pageItems.value, (element, itemIndex) => {
|
|
429
|
+
return vue.openBlock(), vue.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
|
|
430
430
|
key: element.uuid,
|
|
431
431
|
configure: element,
|
|
432
|
-
pageContext:
|
|
432
|
+
pageContext: vue.unref(pageContext)
|
|
433
433
|
}, null, 8, ["configure", "pageContext"]);
|
|
434
434
|
}), 128)),
|
|
435
|
-
showExportForm.value ? (
|
|
435
|
+
showExportForm.value ? (vue.openBlock(), vue.createBlock(exportFormReportDialog_vue_vue_type_script_setup_true_lang, {
|
|
436
436
|
key: 0,
|
|
437
437
|
configure: buttonConfigure.value,
|
|
438
438
|
pageContext: buttonPageContext.value,
|
|
439
439
|
onClose: closeExportFormDialog,
|
|
440
440
|
onExport: doExportFormReport
|
|
441
|
-
}, null, 8, ["configure", "pageContext"])) :
|
|
442
|
-
|
|
441
|
+
}, null, 8, ["configure", "pageContext"])) : vue.createCommentVNode("", true),
|
|
442
|
+
vue.createElementVNode("input", {
|
|
443
443
|
ref_key: "_selectFile_",
|
|
444
444
|
ref: _selectFile_,
|
|
445
445
|
type: "file",
|
|
@@ -447,33 +447,33 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
|
|
|
447
447
|
style: { "display": "none" },
|
|
448
448
|
onChange: _cache[0] || (_cache[0] = ($event) => doImport())
|
|
449
449
|
}, null, 544),
|
|
450
|
-
selectAddSignerUser.value || selectCopyUser.value || selectAssignUser.value ? (
|
|
450
|
+
selectAddSignerUser.value || selectCopyUser.value || selectAssignUser.value ? (vue.openBlock(), vue.createBlock(vue.unref(agilebuilderUi.DepartmentUserTree), {
|
|
451
451
|
key: 1,
|
|
452
452
|
width: "60%",
|
|
453
453
|
multiple: isMulti.value,
|
|
454
454
|
onClose: closeDeptUserTree
|
|
455
|
-
}, null, 8, ["multiple"])) :
|
|
456
|
-
showTaskInformitions.value ? (
|
|
455
|
+
}, null, 8, ["multiple"])) : vue.createCommentVNode("", true),
|
|
456
|
+
showTaskInformitions.value ? (vue.openBlock(), vue.createBlock(taskInformitionDialog_vue_vue_type_script_setup_true_lang, {
|
|
457
457
|
key: 2,
|
|
458
458
|
"task-informitions": taskInformitions.value,
|
|
459
459
|
onClose: _cache[1] || (_cache[1] = ($event) => showTaskInformitions.value = false),
|
|
460
460
|
onResult: myReturnTaskTo
|
|
461
|
-
}, null, 8, ["task-informitions"])) :
|
|
462
|
-
showRemoveSigner.value ? (
|
|
461
|
+
}, null, 8, ["task-informitions"])) : vue.createCommentVNode("", true),
|
|
462
|
+
showRemoveSigner.value ? (vue.openBlock(), vue.createBlock(removeSignerDialog_vue_vue_type_script_setup_true_lang, {
|
|
463
463
|
key: 3,
|
|
464
464
|
"task-id": taskIdVal.value,
|
|
465
465
|
"active-tasks": activeTasks.value,
|
|
466
466
|
onClose: _cache[2] || (_cache[2] = ($event) => showRemoveSigner.value = false),
|
|
467
467
|
onResult: myDoRemoveSigners
|
|
468
|
-
}, null, 8, ["task-id", "active-tasks"])) :
|
|
469
|
-
isShowDialog.value ? (
|
|
468
|
+
}, null, 8, ["task-id", "active-tasks"])) : vue.createCommentVNode("", true),
|
|
469
|
+
isShowDialog.value ? (vue.openBlock(), vue.createBlock(superPageDialog_vue_vue_type_script_setup_true_lang, {
|
|
470
470
|
key: 4,
|
|
471
471
|
parentPageContext: parentPageContext.value,
|
|
472
472
|
parentPageEventParams: parentEventParams.value,
|
|
473
473
|
jumpPageSetting: jumpPageSetting.value,
|
|
474
474
|
onClose: _cache[3] || (_cache[3] = ($event) => closeDialog())
|
|
475
|
-
}, null, 8, ["parentPageContext", "parentPageEventParams", "jumpPageSetting"])) :
|
|
476
|
-
], 6)) :
|
|
475
|
+
}, null, 8, ["parentPageContext", "parentPageEventParams", "jumpPageSetting"])) : vue.createCommentVNode("", true)
|
|
476
|
+
], 6)) : vue.createCommentVNode("", true)
|
|
477
477
|
]);
|
|
478
478
|
};
|
|
479
479
|
}
|