super-page-runtime 2.1.92 → 2.1.95
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/_virtual/_plugin-vue_export-helper.js +6 -7
- package/dist/es/assets/chart-themes/theme1.js +2 -6
- package/dist/es/assets/chart-themes/theme2.js +2 -6
- package/dist/es/assets/chart-themes/theme3.js +2 -6
- package/dist/es/components/runtime/utils/api/api-util.js +4 -7
- package/dist/es/components/runtime/utils/api/page-expose-util.js +137 -433
- package/dist/es/components/runtime/utils/assemblys-config.js +12 -366
- package/dist/es/components/runtime/utils/barcode-util.js +10 -33
- package/dist/es/components/runtime/utils/charts/chart-columnline-util.js +138 -303
- package/dist/es/components/runtime/utils/charts/chart-gauge-util.js +29 -66
- package/dist/es/components/runtime/utils/charts/chart-pie-util.js +71 -147
- package/dist/es/components/runtime/utils/charts/chart-radar-util.js +52 -122
- package/dist/es/components/runtime/utils/charts/chart-scatter-util.js +40 -98
- package/dist/es/components/runtime/utils/charts/chart-util.js +237 -478
- package/dist/es/components/runtime/utils/common-util.js +82 -152
- package/dist/es/components/runtime/utils/eventBus.js +3 -9
- package/dist/es/components/runtime/utils/events/event-util.js +361 -727
- package/dist/es/components/runtime/utils/events/print-label.js +73 -140
- package/dist/es/components/runtime/utils/events/standard-event.js +835 -2283
- package/dist/es/components/runtime/utils/events/validator-util.js +236 -555
- package/dist/es/components/runtime/utils/form/date-shortcuts.js +29 -88
- package/dist/es/components/runtime/utils/form/scan-util.js +60 -154
- package/dist/es/components/runtime/utils/global-refs.js +45 -69
- package/dist/es/components/runtime/utils/i18n-util.js +12 -20
- package/dist/es/components/runtime/utils/interfaces/page-design-types.js +2 -7
- package/dist/es/components/runtime/utils/page-helper-util.js +295 -603
- package/dist/es/components/runtime/utils/page-init-util.js +134 -369
- package/dist/es/components/runtime/utils/page-permission-util.js +24 -531
- package/dist/es/components/runtime/utils/page-store.js +8 -12
- package/dist/es/components/runtime/utils/store-util.js +9 -13
- package/dist/es/components/runtime/utils/store.js +2 -2
- package/dist/es/components/runtime/utils/table-utils.js +49 -84
- package/dist/es/components/runtime/utils/tree-utils.js +18 -36
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +19 -75
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +14 -46
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +37 -132
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +4 -18
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +17 -107
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +54 -198
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.js +12 -42
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +7 -60
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +48 -169
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +32 -107
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +43 -164
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +32 -115
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +32 -116
- package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.js +208 -439
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue.js +4 -42
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue.js +8 -62
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue.js +63 -226
- package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue.js +13 -62
- package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +168 -513
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +29 -139
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js +23 -125
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +16 -102
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +18 -81
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +17 -82
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +14 -86
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +21 -79
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +16 -61
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +10 -37
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +38 -127
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +28 -76
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.js +61 -178
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +311 -800
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +251 -592
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +43 -115
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +56 -216
- package/dist/es/components/runtime/views/assemblys/error-render.vue.js +3 -21
- package/dist/es/components/runtime/views/assemblys/error-render.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +44 -154
- package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.js +36 -98
- package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +54 -200
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +69 -239
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +28 -98
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +22 -59
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +52 -173
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +22 -103
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +58 -249
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +34 -174
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +28 -107
- package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.js +4 -4
- package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +13 -50
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +66 -189
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +91 -243
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +82 -261
- package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.js +13 -57
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +30 -155
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +41 -129
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +22 -107
- package/dist/es/components/runtime/views/assemblys/object-render.vue.js +133 -252
- package/dist/es/components/runtime/views/assemblys/object-render.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.js +19 -46
- package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.js +22 -49
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +21 -58
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.js +16 -53
- package/dist/es/components/runtime/views/super-page-dialog.vue.js +18 -134
- package/dist/es/components/runtime/views/super-page-dialog.vue2.js +2 -2
- package/dist/es/components/runtime/views/super-page.vue.js +232 -708
- package/dist/es/components/runtime/views/super-page.vue2.js +2 -2
- package/dist/es/i18n/langs/cn.js +2 -55
- package/dist/es/i18n/langs/en.js +2 -55
- package/package.json +74 -73
|
@@ -1,142 +1,32 @@
|
|
|
1
|
-
import { defineComponent, ref, onMounted, resolveComponent, openBlock, createBlock, withCtx, createVNode, createTextVNode, toDisplayString } from "vue";
|
|
2
|
-
import { packageTemplateFiles } from "../../../utils/common-util.js";
|
|
3
|
-
const
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
pageContext: {
|
|
13
|
-
type: Object
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
emits: ["export", "close"],
|
|
17
|
-
setup(__props, { emit: __emit }) {
|
|
18
|
-
const props = __props;
|
|
19
|
-
const emits = __emit;
|
|
20
|
-
const templateFiles = ref([]);
|
|
21
|
-
const fields = ref([]);
|
|
22
|
-
const configureBase = props.configure.props.base;
|
|
23
|
-
const dataModel = props.pageContext.entity.data;
|
|
24
|
-
onMounted(() => {
|
|
25
|
-
if (configureBase.templateFiles && configureBase.templateFiles.length > 0) {
|
|
26
|
-
templateFiles.value = packageTemplateFiles(configureBase.templateFiles);
|
|
27
|
-
} else if (configureBase.templateUuid && configureBase.templateName) {
|
|
28
|
-
templateFiles.value.push({
|
|
29
|
-
templateUuid: configureBase.templateUuid,
|
|
30
|
-
templateName: configureBase.templateName
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
templateFiles.value.forEach((item) => {
|
|
34
|
-
if (item && item.templateName) {
|
|
35
|
-
item.templateName = formatTemplateShowName(item.templateName);
|
|
36
|
-
}
|
|
37
|
-
});
|
|
38
|
-
});
|
|
39
|
-
function getFileds(templateShowName) {
|
|
40
|
-
console.log("templateShowName", templateShowName);
|
|
41
|
-
let field;
|
|
42
|
-
let formatStr;
|
|
43
|
-
let newValue = templateShowName;
|
|
44
|
-
const prefixIndex = newValue.indexOf(prefix);
|
|
45
|
-
const suffixIndex = newValue.indexOf(suffix);
|
|
46
|
-
console.log("prefixIndex", prefixIndex);
|
|
47
|
-
console.log("suffixIndex", suffixIndex);
|
|
48
|
-
if (prefixIndex !== -1 && suffixIndex !== -1) {
|
|
49
|
-
if (prefixIndex > suffixIndex) {
|
|
50
|
-
newValue = newValue.substring(0, suffixIndex) + newValue.substring(suffixIndex + suffix.length);
|
|
51
|
-
console.log("non replacement value === newValue", newValue);
|
|
52
|
-
} else {
|
|
53
|
-
field = newValue.substring(prefixIndex + prefix.length, suffixIndex);
|
|
54
|
-
formatStr = newValue.substring(prefixIndex, suffixIndex + suffix.length);
|
|
55
|
-
console.log("field", field);
|
|
56
|
-
console.log("formatStr", formatStr);
|
|
57
|
-
fields.value.push(field);
|
|
58
|
-
console.log("fields", fields.value);
|
|
59
|
-
newValue = newValue.replace(formatStr, "");
|
|
60
|
-
console.log("newValue", newValue);
|
|
61
|
-
}
|
|
62
|
-
return getFileds(newValue);
|
|
63
|
-
}
|
|
64
|
-
return fields.value;
|
|
65
|
-
}
|
|
66
|
-
function formatTemplateShowName(templateShowName) {
|
|
67
|
-
const fields2 = getFileds(templateShowName);
|
|
68
|
-
console.log("fields", fields2);
|
|
69
|
-
fields2.forEach((field) => {
|
|
70
|
-
const formatStr = prefix + field + suffix;
|
|
71
|
-
let formatValue;
|
|
72
|
-
if (templateShowName.indexOf(formatStr) !== -1 && dataModel.hasOwnProperty(field)) {
|
|
73
|
-
formatValue = dataModel[field] ? dataModel[field] : "";
|
|
74
|
-
templateShowName = templateShowName.replace(formatStr, formatValue);
|
|
75
|
-
}
|
|
76
|
-
});
|
|
77
|
-
return templateShowName;
|
|
78
|
-
}
|
|
79
|
-
function exportForm(row) {
|
|
80
|
-
emits("export", props.configure, row);
|
|
81
|
-
}
|
|
82
|
-
function closeExportForm() {
|
|
83
|
-
emits("close");
|
|
84
|
-
}
|
|
85
|
-
return (_ctx, _cache) => {
|
|
86
|
-
const _component_el_table_column = resolveComponent("el-table-column");
|
|
87
|
-
const _component_el_button = resolveComponent("el-button");
|
|
88
|
-
const _component_el_table = resolveComponent("el-table");
|
|
89
|
-
const _component_el_dialog = resolveComponent("el-dialog");
|
|
90
|
-
return openBlock(), createBlock(_component_el_dialog, {
|
|
91
|
-
"show-close": true,
|
|
92
|
-
"append-to-body": true,
|
|
93
|
-
title: _ctx.$t("superPageRuntimeMessage.selectTemplate"),
|
|
94
|
-
"model-value": "",
|
|
95
|
-
onClose: closeExportForm
|
|
96
|
-
}, {
|
|
97
|
-
default: withCtx(() => [
|
|
98
|
-
createVNode(_component_el_table, {
|
|
99
|
-
data: templateFiles.value,
|
|
100
|
-
style: { "width": "100%" }
|
|
101
|
-
}, {
|
|
102
|
-
default: withCtx(() => [
|
|
103
|
-
createVNode(_component_el_table_column, {
|
|
104
|
-
label: _ctx.$t("superPageRuntimeMessage.temlpate"),
|
|
105
|
-
prop: "templateShowPath"
|
|
106
|
-
}, {
|
|
107
|
-
default: withCtx((scope) => [
|
|
108
|
-
createTextVNode(toDisplayString(scope.row.templateName), 1)
|
|
109
|
-
]),
|
|
110
|
-
_: 1
|
|
111
|
-
}, 8, ["label"]),
|
|
112
|
-
createVNode(_component_el_table_column, {
|
|
113
|
-
label: _ctx.$t("superPageRuntimeMessage.operating"),
|
|
114
|
-
width: "200",
|
|
115
|
-
fixed: "right"
|
|
116
|
-
}, {
|
|
117
|
-
default: withCtx((scope) => [
|
|
118
|
-
createVNode(_component_el_button, {
|
|
119
|
-
type: "text",
|
|
120
|
-
size: "small",
|
|
121
|
-
onClick: ($event) => exportForm(scope.row)
|
|
122
|
-
}, {
|
|
123
|
-
default: withCtx(() => [
|
|
124
|
-
createTextVNode(toDisplayString(_ctx.$t("superPageRuntimeMessage.export")), 1)
|
|
125
|
-
]),
|
|
126
|
-
_: 2
|
|
127
|
-
}, 1032, ["onClick"])
|
|
128
|
-
]),
|
|
129
|
-
_: 1
|
|
130
|
-
}, 8, ["label"])
|
|
131
|
-
]),
|
|
132
|
-
_: 1
|
|
133
|
-
}, 8, ["data"])
|
|
134
|
-
]),
|
|
135
|
-
_: 1
|
|
136
|
-
}, 8, ["title"]);
|
|
137
|
-
};
|
|
1
|
+
import { defineComponent as e, ref as t, onMounted as a, resolveComponent as l, openBlock as o, createBlock as p, withCtx as r, createVNode as s, createTextVNode as u, toDisplayString as i } from "vue";
|
|
2
|
+
import { packageTemplateFiles as n } from "../../../utils/common-util.js";
|
|
3
|
+
const m = "${", d = "}", c = e({ __name: "export-form-report-dialog", props: { configure: { type: Object, required: true }, pageContext: { type: Object } }, emits: ["export", "close"], setup(e2, { emit: c2 }) {
|
|
4
|
+
const g = e2, f = c2, b = t([]), h = t([]), x = g.configure.props.base, v = g.pageContext.entity.data;
|
|
5
|
+
function w(e3) {
|
|
6
|
+
let t2, a2, l2 = e3;
|
|
7
|
+
const o2 = l2.indexOf(m), p2 = l2.indexOf(d);
|
|
8
|
+
return -1 !== o2 && -1 !== p2 ? (o2 > p2 ? l2 = l2.substring(0, p2) + l2.substring(p2 + 1) : (t2 = l2.substring(o2 + 2, p2), a2 = l2.substring(o2, p2 + 1), h.value.push(t2), l2 = l2.replace(a2, "")), w(l2)) : h.value;
|
|
9
|
+
}
|
|
10
|
+
function y() {
|
|
11
|
+
f("close");
|
|
138
12
|
}
|
|
139
|
-
|
|
13
|
+
return a(() => {
|
|
14
|
+
x.templateFiles && x.templateFiles.length > 0 ? b.value = n(x.templateFiles) : x.templateUuid && x.templateName && b.value.push({ templateUuid: x.templateUuid, templateName: x.templateName }), b.value.forEach((e3) => {
|
|
15
|
+
var t2;
|
|
16
|
+
e3 && e3.templateName && (e3.templateName = (w(t2 = e3.templateName).forEach((e4) => {
|
|
17
|
+
const a2 = m + e4 + d;
|
|
18
|
+
let l2;
|
|
19
|
+
-1 !== t2.indexOf(a2) && v.hasOwnProperty(e4) && (l2 = v[e4] ? v[e4] : "", t2 = t2.replace(a2, l2));
|
|
20
|
+
}), t2));
|
|
21
|
+
});
|
|
22
|
+
}), (e3, t2) => {
|
|
23
|
+
const a2 = l("el-table-column"), n2 = l("el-button"), m2 = l("el-table"), d2 = l("el-dialog");
|
|
24
|
+
return o(), p(d2, { "show-close": true, "append-to-body": true, title: e3.$t("superPageRuntimeMessage.selectTemplate"), "model-value": "", onClose: y }, { default: r(() => [s(m2, { data: b.value, style: { width: "100%" } }, { default: r(() => [s(a2, { label: e3.$t("superPageRuntimeMessage.temlpate"), prop: "templateShowPath" }, { default: r((e4) => [u(i(e4.row.templateName), 1)]), _: 1 }, 8, ["label"]), s(a2, { label: e3.$t("superPageRuntimeMessage.operating"), width: "200", fixed: "right" }, { default: r((t3) => [s(n2, { type: "text", size: "small", onClick: (e4) => {
|
|
25
|
+
return a3 = t3.row, void f("export", g.configure, a3);
|
|
26
|
+
var a3;
|
|
27
|
+
} }, { default: r(() => [u(i(e3.$t("superPageRuntimeMessage.export")), 1)]), _: 2 }, 1032, ["onClick"])]), _: 1 }, 8, ["label"])]), _: 1 }, 8, ["data"])]), _: 1 }, 8, ["title"]);
|
|
28
|
+
};
|
|
29
|
+
} });
|
|
140
30
|
export {
|
|
141
|
-
|
|
31
|
+
c as default
|
|
142
32
|
};
|
|
@@ -1,128 +1,26 @@
|
|
|
1
|
-
import { defineComponent, ref, onMounted, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, createElementVNode, createTextVNode, toDisplayString } from "vue";
|
|
2
|
-
import { ElMessage } from "element-plus";
|
|
3
|
-
import { useI18n } from "vue-i18n";
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
-
// 当前环节所有待办任务集合
|
|
13
|
-
activeTasks: {
|
|
14
|
-
type: Array,
|
|
15
|
-
default: null
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
emits: ["open", "opend", "close", "closed", "result"],
|
|
19
|
-
setup(__props, { emit: __emit }) {
|
|
20
|
-
useI18n();
|
|
21
|
-
const props = __props;
|
|
22
|
-
const emits = __emit;
|
|
23
|
-
const selections = ref([]);
|
|
24
|
-
const canRemoveTasks = ref([]);
|
|
25
|
-
onMounted(() => {
|
|
26
|
-
canRemoveTasks.value = getCanRemoveTasks();
|
|
27
|
-
});
|
|
28
|
-
function select(selection) {
|
|
29
|
-
selections.value = selection;
|
|
30
|
-
}
|
|
31
|
-
function selectRemoveUsers() {
|
|
32
|
-
if (selections.value.length === 0) {
|
|
33
|
-
ElMessage({
|
|
34
|
-
showClose: true,
|
|
35
|
-
type: "warning",
|
|
36
|
-
message: this.$t("superPageRuntimeMessage.pleaseSelectRemoverUsers")
|
|
37
|
-
});
|
|
38
|
-
return;
|
|
39
|
-
}
|
|
40
|
-
emits("result", selections.value);
|
|
41
|
-
}
|
|
42
|
-
function getCanRemoveTasks() {
|
|
43
|
-
if (props.activeTasks && props.taskId) {
|
|
44
|
-
return props.activeTasks.filter(
|
|
45
|
-
(task) => props.taskId !== task["id"] ? task["id"] : task["ID"] ? task["ID"] : null
|
|
46
|
-
);
|
|
47
|
-
}
|
|
48
|
-
return [];
|
|
49
|
-
}
|
|
50
|
-
return (_ctx, _cache) => {
|
|
51
|
-
const _component_el_table_column = resolveComponent("el-table-column");
|
|
52
|
-
const _component_el_table = resolveComponent("el-table");
|
|
53
|
-
const _component_el_button = resolveComponent("el-button");
|
|
54
|
-
const _component_el_dialog = resolveComponent("el-dialog");
|
|
55
|
-
return openBlock(), createElementBlock("div", null, [
|
|
56
|
-
createVNode(_component_el_dialog, {
|
|
57
|
-
"model-value": "",
|
|
58
|
-
title: _ctx.$t("superPageRuntimeMessage.selectRemoveUsers"),
|
|
59
|
-
"close-on-click-modal": false,
|
|
60
|
-
"append-to-body": "",
|
|
61
|
-
width: "30%",
|
|
62
|
-
"max-height": "400",
|
|
63
|
-
onOpen: _cache[1] || (_cache[1] = ($event) => emits("open")),
|
|
64
|
-
onOpend: _cache[2] || (_cache[2] = ($event) => emits("opend")),
|
|
65
|
-
onClose: _cache[3] || (_cache[3] = ($event) => emits("close")),
|
|
66
|
-
onClosed: _cache[4] || (_cache[4] = ($event) => emits("closed"))
|
|
67
|
-
}, {
|
|
68
|
-
footer: withCtx(() => [
|
|
69
|
-
createElementVNode("div", _hoisted_1, [
|
|
70
|
-
createVNode(_component_el_button, {
|
|
71
|
-
type: "primary",
|
|
72
|
-
onClick: selectRemoveUsers
|
|
73
|
-
}, {
|
|
74
|
-
default: withCtx(() => [
|
|
75
|
-
createTextVNode(toDisplayString(_ctx.$t("superPageRuntimeMessage.sure")), 1)
|
|
76
|
-
]),
|
|
77
|
-
_: 1
|
|
78
|
-
}),
|
|
79
|
-
createVNode(_component_el_button, {
|
|
80
|
-
onClick: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("close"))
|
|
81
|
-
}, {
|
|
82
|
-
default: withCtx(() => [
|
|
83
|
-
createTextVNode(toDisplayString(_ctx.$t("superPageRuntimeMessage.cancel")), 1)
|
|
84
|
-
]),
|
|
85
|
-
_: 1
|
|
86
|
-
})
|
|
87
|
-
])
|
|
88
|
-
]),
|
|
89
|
-
default: withCtx(() => [
|
|
90
|
-
createVNode(_component_el_table, {
|
|
91
|
-
data: canRemoveTasks.value,
|
|
92
|
-
border: "",
|
|
93
|
-
style: { "width": "100%" },
|
|
94
|
-
onSelect: select
|
|
95
|
-
}, {
|
|
96
|
-
default: withCtx(() => [
|
|
97
|
-
createVNode(_component_el_table_column, {
|
|
98
|
-
type: "selection",
|
|
99
|
-
width: "55"
|
|
100
|
-
}),
|
|
101
|
-
createVNode(_component_el_table_column, {
|
|
102
|
-
prop: "transactorName",
|
|
103
|
-
label: _ctx.$t("superPageRuntimeMessage.transactorName"),
|
|
104
|
-
width: "180"
|
|
105
|
-
}, null, 8, ["label"]),
|
|
106
|
-
createVNode(_component_el_table_column, {
|
|
107
|
-
prop: "transactor",
|
|
108
|
-
label: _ctx.$t("superPageRuntimeMessage.transactor"),
|
|
109
|
-
width: "180"
|
|
110
|
-
}, null, 8, ["label"]),
|
|
111
|
-
createVNode(_component_el_table_column, {
|
|
112
|
-
prop: "trustorName",
|
|
113
|
-
label: _ctx.$t("superPageRuntimeMessage.trustorName"),
|
|
114
|
-
width: "180"
|
|
115
|
-
}, null, 8, ["label"])
|
|
116
|
-
]),
|
|
117
|
-
_: 1
|
|
118
|
-
}, 8, ["data"])
|
|
119
|
-
]),
|
|
120
|
-
_: 1
|
|
121
|
-
}, 8, ["title"])
|
|
122
|
-
]);
|
|
123
|
-
};
|
|
1
|
+
import { defineComponent as e, ref as t, onMounted as l, resolveComponent as a, openBlock as s, createElementBlock as o, createVNode as n, withCtx as r, createElementVNode as u, createTextVNode as i, toDisplayString as d } from "vue";
|
|
2
|
+
import { ElMessage as p } from "element-plus";
|
|
3
|
+
import { useI18n as m } from "vue-i18n";
|
|
4
|
+
const c = { class: "dialog-footer" }, g = e({ __name: "remove-signer-dialog", props: { taskId: { type: Number, default: null }, activeTasks: { type: Array, default: null } }, emits: ["open", "opend", "close", "closed", "result"], setup(e2, { emit: g2 }) {
|
|
5
|
+
m();
|
|
6
|
+
const f = e2, v = g2, b = t([]), h = t([]);
|
|
7
|
+
function k(e3) {
|
|
8
|
+
b.value = e3;
|
|
9
|
+
}
|
|
10
|
+
function y() {
|
|
11
|
+
0 !== b.value.length ? v("result", b.value) : p({ showClose: true, type: "warning", message: this.$t("superPageRuntimeMessage.pleaseSelectRemoverUsers") });
|
|
124
12
|
}
|
|
125
|
-
|
|
13
|
+
return l(() => {
|
|
14
|
+
h.value = function() {
|
|
15
|
+
if (f.activeTasks && f.taskId)
|
|
16
|
+
return f.activeTasks.filter((e3) => f.taskId !== e3.id ? e3.id : e3.ID ? e3.ID : null);
|
|
17
|
+
return [];
|
|
18
|
+
}();
|
|
19
|
+
}), (e3, t2) => {
|
|
20
|
+
const l2 = a("el-table-column"), p2 = a("el-table"), m2 = a("el-button"), g3 = a("el-dialog");
|
|
21
|
+
return s(), o("div", null, [n(g3, { "model-value": "", title: e3.$t("superPageRuntimeMessage.selectRemoveUsers"), "close-on-click-modal": false, "append-to-body": "", width: "30%", "max-height": "400", onOpen: t2[1] || (t2[1] = (e4) => v("open")), onOpend: t2[2] || (t2[2] = (e4) => v("opend")), onClose: t2[3] || (t2[3] = (e4) => v("close")), onClosed: t2[4] || (t2[4] = (e4) => v("closed")) }, { footer: r(() => [u("div", c, [n(m2, { type: "primary", onClick: y }, { default: r(() => [i(d(e3.$t("superPageRuntimeMessage.sure")), 1)]), _: 1 }), n(m2, { onClick: t2[0] || (t2[0] = (t3) => e3.$emit("close")) }, { default: r(() => [i(d(e3.$t("superPageRuntimeMessage.cancel")), 1)]), _: 1 })])]), default: r(() => [n(p2, { data: h.value, border: "", style: { width: "100%" }, onSelect: k }, { default: r(() => [n(l2, { type: "selection", width: "55" }), n(l2, { prop: "transactorName", label: e3.$t("superPageRuntimeMessage.transactorName"), width: "180" }, null, 8, ["label"]), n(l2, { prop: "transactor", label: e3.$t("superPageRuntimeMessage.transactor"), width: "180" }, null, 8, ["label"]), n(l2, { prop: "trustorName", label: e3.$t("superPageRuntimeMessage.trustorName"), width: "180" }, null, 8, ["label"])]), _: 1 }, 8, ["data"])]), _: 1 }, 8, ["title"])]);
|
|
22
|
+
};
|
|
23
|
+
} });
|
|
126
24
|
export {
|
|
127
|
-
|
|
25
|
+
g as default
|
|
128
26
|
};
|
|
@@ -1,105 +1,19 @@
|
|
|
1
|
-
import { defineComponent, ref, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, createElementVNode, createTextVNode, toDisplayString } from "vue";
|
|
2
|
-
import { ElMessage } from "element-plus";
|
|
3
|
-
import { useI18n } from "vue-i18n";
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
taskInformitions: {
|
|
9
|
-
type: Array,
|
|
10
|
-
default: null
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
emits: ["open", "opend", "close", "closed", "result"],
|
|
14
|
-
setup(__props, { emit: __emit }) {
|
|
15
|
-
const { t } = useI18n();
|
|
16
|
-
const emits = __emit;
|
|
17
|
-
const selections = ref([]);
|
|
18
|
-
function selectNode() {
|
|
19
|
-
if (selections.value.length === 0 || selections.value.length > 1) {
|
|
20
|
-
ElMessage({
|
|
21
|
-
showClose: true,
|
|
22
|
-
type: "warning",
|
|
23
|
-
message: t("superPageRuntimeMessage.pleaseSelectNode")
|
|
24
|
-
});
|
|
25
|
-
return;
|
|
26
|
-
}
|
|
27
|
-
emits("result", selections.value[0]);
|
|
28
|
-
}
|
|
29
|
-
function select(selection) {
|
|
30
|
-
selections.value = selection;
|
|
31
|
-
}
|
|
32
|
-
return (_ctx, _cache) => {
|
|
33
|
-
const _component_el_table_column = resolveComponent("el-table-column");
|
|
34
|
-
const _component_el_table = resolveComponent("el-table");
|
|
35
|
-
const _component_el_button = resolveComponent("el-button");
|
|
36
|
-
const _component_el_dialog = resolveComponent("el-dialog");
|
|
37
|
-
return openBlock(), createElementBlock("div", null, [
|
|
38
|
-
createVNode(_component_el_dialog, {
|
|
39
|
-
"model-value": "",
|
|
40
|
-
title: _ctx.$t("superPageRuntimeMessage.selectNode"),
|
|
41
|
-
"close-on-click-modal": false,
|
|
42
|
-
"append-to-body": "",
|
|
43
|
-
width: "30%",
|
|
44
|
-
"max-height": "400",
|
|
45
|
-
onOpen: _cache[1] || (_cache[1] = ($event) => emits("open")),
|
|
46
|
-
onOpend: _cache[2] || (_cache[2] = ($event) => emits("opend")),
|
|
47
|
-
onClose: _cache[3] || (_cache[3] = ($event) => emits("close")),
|
|
48
|
-
onClosed: _cache[4] || (_cache[4] = ($event) => emits("closed"))
|
|
49
|
-
}, {
|
|
50
|
-
footer: withCtx(() => [
|
|
51
|
-
createElementVNode("div", _hoisted_1, [
|
|
52
|
-
createVNode(_component_el_button, {
|
|
53
|
-
type: "primary",
|
|
54
|
-
onClick: selectNode
|
|
55
|
-
}, {
|
|
56
|
-
default: withCtx(() => [
|
|
57
|
-
createTextVNode(toDisplayString(_ctx.$t("superPageRuntimeMessage.sure")), 1)
|
|
58
|
-
]),
|
|
59
|
-
_: 1
|
|
60
|
-
}),
|
|
61
|
-
createVNode(_component_el_button, {
|
|
62
|
-
onClick: _cache[0] || (_cache[0] = ($event) => emits("close"))
|
|
63
|
-
}, {
|
|
64
|
-
default: withCtx(() => [
|
|
65
|
-
createTextVNode(toDisplayString(_ctx.$t("superPageRuntimeMessage.cancel")), 1)
|
|
66
|
-
]),
|
|
67
|
-
_: 1
|
|
68
|
-
})
|
|
69
|
-
])
|
|
70
|
-
]),
|
|
71
|
-
default: withCtx(() => [
|
|
72
|
-
createVNode(_component_el_table, {
|
|
73
|
-
data: __props.taskInformitions,
|
|
74
|
-
border: "",
|
|
75
|
-
style: { "width": "100%" },
|
|
76
|
-
onSelect: select
|
|
77
|
-
}, {
|
|
78
|
-
default: withCtx(() => [
|
|
79
|
-
createVNode(_component_el_table_column, {
|
|
80
|
-
type: "selection",
|
|
81
|
-
width: "55"
|
|
82
|
-
}),
|
|
83
|
-
createVNode(_component_el_table_column, {
|
|
84
|
-
prop: "nodeName",
|
|
85
|
-
label: _ctx.$t("superPageRuntimeMessage.nodeName"),
|
|
86
|
-
width: "180"
|
|
87
|
-
}, null, 8, ["label"]),
|
|
88
|
-
createVNode(_component_el_table_column, {
|
|
89
|
-
prop: "nodeId",
|
|
90
|
-
label: _ctx.$t("superPageRuntimeMessage.nodeId"),
|
|
91
|
-
width: "180"
|
|
92
|
-
}, null, 8, ["label"])
|
|
93
|
-
]),
|
|
94
|
-
_: 1
|
|
95
|
-
}, 8, ["data"])
|
|
96
|
-
]),
|
|
97
|
-
_: 1
|
|
98
|
-
}, 8, ["title"])
|
|
99
|
-
]);
|
|
100
|
-
};
|
|
1
|
+
import { defineComponent as e, ref as t, resolveComponent as l, openBlock as o, createElementBlock as n, createVNode as a, withCtx as s, createElementVNode as i, createTextVNode as u, toDisplayString as d } from "vue";
|
|
2
|
+
import { ElMessage as r } from "element-plus";
|
|
3
|
+
import { useI18n as p } from "vue-i18n";
|
|
4
|
+
const m = { class: "dialog-footer" }, c = e({ __name: "task-informition-dialog", props: { taskInformitions: { type: Array, default: null } }, emits: ["open", "opend", "close", "closed", "result"], setup(e2, { emit: c2 }) {
|
|
5
|
+
const { t: g } = p(), f = c2, h = t([]);
|
|
6
|
+
function b() {
|
|
7
|
+
0 === h.value.length || h.value.length > 1 ? r({ showClose: true, type: "warning", message: g("superPageRuntimeMessage.pleaseSelectNode") }) : f("result", h.value[0]);
|
|
101
8
|
}
|
|
102
|
-
|
|
9
|
+
function v(e3) {
|
|
10
|
+
h.value = e3;
|
|
11
|
+
}
|
|
12
|
+
return (t2, r2) => {
|
|
13
|
+
const p2 = l("el-table-column"), c3 = l("el-table"), g2 = l("el-button"), h2 = l("el-dialog");
|
|
14
|
+
return o(), n("div", null, [a(h2, { "model-value": "", title: t2.$t("superPageRuntimeMessage.selectNode"), "close-on-click-modal": false, "append-to-body": "", width: "30%", "max-height": "400", onOpen: r2[1] || (r2[1] = (e3) => f("open")), onOpend: r2[2] || (r2[2] = (e3) => f("opend")), onClose: r2[3] || (r2[3] = (e3) => f("close")), onClosed: r2[4] || (r2[4] = (e3) => f("closed")) }, { footer: s(() => [i("div", m, [a(g2, { type: "primary", onClick: b }, { default: s(() => [u(d(t2.$t("superPageRuntimeMessage.sure")), 1)]), _: 1 }), a(g2, { onClick: r2[0] || (r2[0] = (e3) => f("close")) }, { default: s(() => [u(d(t2.$t("superPageRuntimeMessage.cancel")), 1)]), _: 1 })])]), default: s(() => [a(c3, { data: e2.taskInformitions, border: "", style: { width: "100%" }, onSelect: v }, { default: s(() => [a(p2, { type: "selection", width: "55" }), a(p2, { prop: "nodeName", label: t2.$t("superPageRuntimeMessage.nodeName"), width: "180" }, null, 8, ["label"]), a(p2, { prop: "nodeId", label: t2.$t("superPageRuntimeMessage.nodeId"), width: "180" }, null, 8, ["label"])]), _: 1 }, 8, ["data"])]), _: 1 }, 8, ["title"])]);
|
|
15
|
+
};
|
|
16
|
+
} });
|
|
103
17
|
export {
|
|
104
|
-
|
|
18
|
+
c as default
|
|
105
19
|
};
|
|
@@ -1,84 +1,21 @@
|
|
|
1
|
-
import { defineComponent, ref, onMounted, nextTick, openBlock, createBlock, unref, normalizeStyle, normalizeClass, createSlots, withCtx, createElementVNode, createElementBlock, Fragment, renderList, createCommentVNode, createTextVNode, toDisplayString } from "vue";
|
|
2
|
-
import { ElCard } from "element-plus";
|
|
3
|
-
import { SuperIcon } from "agilebuilder-ui";
|
|
4
|
-
import
|
|
5
|
-
import { $t } from "../../../../utils/i18n-util.js";
|
|
6
|
-
import { handleAfterInitEvent } from "../../../../utils/events/event-util.js";
|
|
7
|
-
const
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
const props = __props;
|
|
15
|
-
if (!props.configure.items) {
|
|
16
|
-
props.configure.items = [];
|
|
17
|
-
}
|
|
18
|
-
const thisRef = ref(null);
|
|
19
|
-
const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
|
|
20
|
-
const runtimeStyle = runtimeInfo.style;
|
|
21
|
-
const runtimeClass = runtimeInfo.class;
|
|
22
|
-
const headerStyle = runtimeInfo.headerStyle;
|
|
23
|
-
const contentStyle = runtimeInfo.contentStyle;
|
|
24
|
-
function test() {
|
|
25
|
-
props.configure.props.title = "teee";
|
|
26
|
-
}
|
|
27
|
-
onMounted(() => {
|
|
28
|
-
nextTick(() => {
|
|
29
|
-
handleAfterInitEvent(null, props.pageContext, props.configure, {
|
|
30
|
-
componentRef: thisRef.value,
|
|
31
|
-
entity: props.pageContext.entity.data,
|
|
32
|
-
pageData: props.pageContext.entity.page
|
|
33
|
-
});
|
|
34
|
-
});
|
|
1
|
+
import { defineComponent as e, ref as t, onMounted as o, nextTick as n, openBlock as i, createBlock as r, unref as u, normalizeStyle as p, normalizeClass as s, createSlots as l, withCtx as c, createElementVNode as a, createElementBlock as f, Fragment as g, renderList as m, createCommentVNode as y, createTextVNode as d, toDisplayString as x } from "vue";
|
|
2
|
+
import { ElCard as v } from "element-plus";
|
|
3
|
+
import { SuperIcon as C } from "agilebuilder-ui";
|
|
4
|
+
import h from "../../object-render.vue.js";
|
|
5
|
+
import { $t as b } from "../../../../utils/i18n-util.js";
|
|
6
|
+
import { handleAfterInitEvent as j } from "../../../../utils/events/event-util.js";
|
|
7
|
+
const k = e({ __name: "card-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: k2 }) {
|
|
8
|
+
const T = e2;
|
|
9
|
+
T.configure.items || (T.configure.items = []);
|
|
10
|
+
const V = t(null), _ = T.configure.runtime ? T.configure.runtime : {}, S = _.style, R = _.class, w = _.headerStyle, D = _.contentStyle;
|
|
11
|
+
return o(() => {
|
|
12
|
+
n(() => {
|
|
13
|
+
j(null, T.pageContext, T.configure, { componentRef: V.value, entity: T.pageContext.entity.data, pageData: T.pageContext.entity.page });
|
|
35
14
|
});
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
return openBlock(), createBlock(unref(ElCard), {
|
|
41
|
-
ref_key: "thisRef",
|
|
42
|
-
ref: thisRef,
|
|
43
|
-
style: normalizeStyle([unref(runtimeStyle), { "margin-top": "20px" }]),
|
|
44
|
-
class: normalizeClass(unref(runtimeClass))
|
|
45
|
-
}, createSlots({
|
|
46
|
-
default: withCtx(() => [
|
|
47
|
-
createElementVNode("div", {
|
|
48
|
-
style: normalizeStyle(unref(contentStyle))
|
|
49
|
-
}, [
|
|
50
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.configure.items, (element, itemIndex) => {
|
|
51
|
-
return openBlock(), createBlock(_sfc_main$1, {
|
|
52
|
-
key: element.uuid,
|
|
53
|
-
pageContext: _ctx.pageContext,
|
|
54
|
-
configure: element
|
|
55
|
-
}, null, 8, ["pageContext", "configure"]);
|
|
56
|
-
}), 128))
|
|
57
|
-
], 4)
|
|
58
|
-
]),
|
|
59
|
-
_: 2
|
|
60
|
-
}, [
|
|
61
|
-
_ctx.configure.props.base.tittleShow ? {
|
|
62
|
-
name: "header",
|
|
63
|
-
fn: withCtx(() => [
|
|
64
|
-
createElementVNode("div", {
|
|
65
|
-
style: normalizeStyle(unref(headerStyle))
|
|
66
|
-
}, [
|
|
67
|
-
_ctx.configure.props.iconType && _ctx.configure.props.iconValue ? (openBlock(), createBlock(unref(SuperIcon), {
|
|
68
|
-
key: 0,
|
|
69
|
-
iconType: _ctx.configure.props.iconType,
|
|
70
|
-
iconValue: _ctx.configure.props.iconValue,
|
|
71
|
-
style: { "margin-right": "2px" }
|
|
72
|
-
}, null, 8, ["iconType", "iconValue"])) : createCommentVNode("", true),
|
|
73
|
-
createTextVNode(" " + toDisplayString(unref($t)(_ctx.configure.props.base.title)), 1)
|
|
74
|
-
], 4)
|
|
75
|
-
]),
|
|
76
|
-
key: "0"
|
|
77
|
-
} : void 0
|
|
78
|
-
]), 1032, ["style", "class"]);
|
|
79
|
-
};
|
|
80
|
-
}
|
|
81
|
-
});
|
|
15
|
+
}), k2({ test: function() {
|
|
16
|
+
T.configure.props.title = "teee";
|
|
17
|
+
} }), (e3, t2) => (i(), r(u(v), { ref_key: "thisRef", ref: V, style: p([u(S), { "margin-top": "20px" }]), class: s(u(R)) }, l({ default: c(() => [a("div", { style: p(u(D)) }, [(i(true), f(g, null, m(e3.configure.items, (t3, o2) => (i(), r(h, { key: t3.uuid, pageContext: e3.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))], 4)]), _: 2 }, [e3.configure.props.base.tittleShow ? { name: "header", fn: c(() => [a("div", { style: p(u(w)) }, [e3.configure.props.iconType && e3.configure.props.iconValue ? (i(), r(u(C), { key: 0, iconType: e3.configure.props.iconType, iconValue: e3.configure.props.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : y("", true), d(" " + x(u(b)(e3.configure.props.base.title)), 1)], 4)]), key: "0" } : void 0]), 1032, ["style", "class"]));
|
|
18
|
+
} });
|
|
82
19
|
export {
|
|
83
|
-
|
|
20
|
+
k as default
|
|
84
21
|
};
|