super-page-runtime 2.3.39 → 2.3.40-sit1
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/page-expose-util.js +131 -131
- package/dist/es/components/runtime/utils/events/event-util.js +114 -114
- package/dist/es/components/runtime/utils/events/print-label.js +33 -34
- package/dist/es/components/runtime/utils/events/standard-event.js +496 -488
- package/dist/es/components/runtime/utils/events/validator-util.js +69 -72
- package/dist/es/components/runtime/utils/page-init-util.js +26 -28
- package/dist/es/components/runtime/utils/table-utils.js +1 -1
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +6 -10
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +6 -8
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/common/home-chart-condition-render.vue.js +8 -8
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.js +95 -100
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +2 -3
- package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue.js +13 -13
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +9 -11
- package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +24 -17
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +0 -2
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +5 -5
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.js +9 -11
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +16 -16
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +6 -6
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +33 -33
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +6 -7
- package/dist/es/components/runtime/views/assemblys/form/image-upload/imageupload-runtime.vue2.js +5 -6
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +42 -43
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +5 -7
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +4 -6
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +4 -5
- package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +11 -11
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/home-chart-render.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/object-render.vue.js +8 -10
- package/dist/es/components/runtime/views/assemblys/page-bottom.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.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/home-chart.vue.js +7 -7
- package/dist/es/components/runtime/views/super-page-dialog.vue.js +0 -1
- package/dist/es/components/runtime/views/super-page.vue.js +1 -1
- package/dist/es/components/runtime/views/super-page.vue2.js +121 -120
- package/dist/es/i18n/langs/cn.js +1 -1
- package/dist/es/i18n/langs/en.js +1 -1
- package/dist/es/style.css +91 -91
- package/package.json +2 -2
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import e from "async-validator";
|
|
2
2
|
import { ElMessage as t } from "element-plus";
|
|
3
3
|
import { getComponentRefByCode as s, getComponentRef as n, getAllComponentRefs as r } from "../global-refs.js";
|
|
4
|
-
import { getI18n as
|
|
5
|
-
import { getAdditionalParamMap as
|
|
4
|
+
import { getI18n as i } from "agilebuilder-ui/src/utils/util";
|
|
5
|
+
import { getAdditionalParamMap as o } from "./standard-event.js";
|
|
6
6
|
import { isPromise as l } from "agilebuilder-ui/src/utils/common-util";
|
|
7
7
|
import { parseSubTablePermissionCondition as a } from "agilebuilder-ui/src/utils/calculator/calculator-util";
|
|
8
|
-
import { isWorkflowPage as u, getListCode as
|
|
9
|
-
import { scrollIntoComponentWithCode as
|
|
8
|
+
import { isWorkflowPage as u, getListCode as f } from "../common-util.js";
|
|
9
|
+
import { scrollIntoComponentWithCode as c, scrollIntoComponentWithUuid as d } from "../anchor-util.js";
|
|
10
10
|
const m = ["downloadTemplate", "back", "exportForm", "exportPDF", "lineEditCreate", "workflowSave"];
|
|
11
11
|
function p(e2, t2 = /* @__PURE__ */ new WeakMap()) {
|
|
12
12
|
if ("function" == typeof structuredClone) try {
|
|
@@ -45,32 +45,32 @@ function g(e2, t2, s2) {
|
|
|
45
45
|
const n2 = {};
|
|
46
46
|
t2 || (t2 = {});
|
|
47
47
|
let r2 = 0;
|
|
48
|
-
const
|
|
49
|
-
return
|
|
50
|
-
let
|
|
51
|
-
if (r2 ===
|
|
48
|
+
const i2 = e2.split(".");
|
|
49
|
+
return i2.forEach((e3) => {
|
|
50
|
+
let o2;
|
|
51
|
+
if (r2 === i2.length - 1) o2 = function(e4, t3, s3) {
|
|
52
52
|
let n3;
|
|
53
53
|
for (let r3 = 0; r3 < t3.length; r3++) if (n3 = 0 === r3 ? e4[t3[r3]] : n3.fields[t3[r3]], r3 !== t3.length - 1) {
|
|
54
54
|
if (t3[r3 + 1] === s3) break;
|
|
55
55
|
}
|
|
56
56
|
return n3;
|
|
57
|
-
}(n2,
|
|
57
|
+
}(n2, i2, e3), o2.fields[e3] = s2;
|
|
58
58
|
else {
|
|
59
59
|
let s3;
|
|
60
|
-
0 === r2 ?
|
|
60
|
+
0 === r2 ? o2 = t2 : (s3 = function(e4, t3, s4) {
|
|
61
61
|
let n3;
|
|
62
62
|
for (let r3 = 0; r3 < t3.length; r3++) {
|
|
63
|
-
const
|
|
64
|
-
if (n3 = 0 === r3 ? e4[
|
|
63
|
+
const i3 = t3[r3];
|
|
64
|
+
if (n3 = 0 === r3 ? e4[i3] : n3.fields[t3[r3]], i3 === s4) break;
|
|
65
65
|
}
|
|
66
66
|
return n3;
|
|
67
|
-
}(n2,
|
|
67
|
+
}(n2, i2, i2[r2 - 1]), o2 = s3.fields), o2[e3] || (o2[e3] = { type: "object", required: true, fields: {} }), 0 === r2 ? n2[e3] = o2[e3] : s3.fields[e3] = o2[e3];
|
|
68
68
|
}
|
|
69
69
|
r2++;
|
|
70
70
|
}), n2;
|
|
71
71
|
}
|
|
72
|
-
function b(e2, t2, s2, n2, r2,
|
|
73
|
-
return w(e2, t2, s2, n2, true, r2,
|
|
72
|
+
function b(e2, t2, s2, n2, r2, i2) {
|
|
73
|
+
return w(e2, t2, s2, n2, true, r2, i2);
|
|
74
74
|
}
|
|
75
75
|
function h(e2) {
|
|
76
76
|
if (e2) return Object.keys(e2).forEach((t2) => {
|
|
@@ -80,30 +80,29 @@ function h(e2) {
|
|
|
80
80
|
}
|
|
81
81
|
}), e2;
|
|
82
82
|
}
|
|
83
|
-
function w(n2, r2,
|
|
84
|
-
let
|
|
85
|
-
if (r2 && null !== r2 || !
|
|
83
|
+
function w(n2, r2, i2, o2, l2, a2, u2) {
|
|
84
|
+
let f2, d2 = h(r2);
|
|
85
|
+
if (r2 && null !== r2 || !i2 || (d2 = {}), !d2 || 0 === Object.keys(d2).length) return n2.validateErrorField = "", true;
|
|
86
86
|
return new e(d2).validate(n2, { first: true }, (e2, d3) => {
|
|
87
87
|
let m2;
|
|
88
88
|
if (e2) {
|
|
89
|
-
|
|
89
|
+
f2 = e2[0].message, m2 = e2[0].field, t({ message: f2, showClose: true, type: "warning", duration: 3e3 });
|
|
90
90
|
const n3 = s(u2, m2);
|
|
91
91
|
if (n3 && n3.addRequiredClass) {
|
|
92
92
|
n3.addRequiredClass();
|
|
93
93
|
try {
|
|
94
|
-
|
|
94
|
+
c(u2, m2);
|
|
95
95
|
} catch (e3) {
|
|
96
|
-
console.error("滚动失败", e3);
|
|
97
96
|
}
|
|
98
97
|
}
|
|
99
|
-
} else
|
|
98
|
+
} else f2 = true;
|
|
100
99
|
if (m2 && true === l2) {
|
|
101
100
|
if (/[A-Z]+/.test(m2) && void 0 !== n2[m2.toLowerCase()]) {
|
|
102
101
|
const e3 = JSON.parse(JSON.stringify(n2));
|
|
103
|
-
e3[m2.toUpperCase()] = n2[m2.toLowerCase()], delete e3[m2.toLowerCase()],
|
|
102
|
+
e3[m2.toUpperCase()] = n2[m2.toLowerCase()], delete e3[m2.toLowerCase()], f2 = w(e3, r2, i2, o2, false, a2, u2);
|
|
104
103
|
}
|
|
105
104
|
}
|
|
106
|
-
}),
|
|
105
|
+
}), f2;
|
|
107
106
|
}
|
|
108
107
|
function y(e2, n2, r2, l2) {
|
|
109
108
|
if (r2) {
|
|
@@ -111,71 +110,69 @@ function y(e2, n2, r2, l2) {
|
|
|
111
110
|
e3(true);
|
|
112
111
|
});
|
|
113
112
|
}
|
|
114
|
-
const
|
|
113
|
+
const f2 = e2.entity.data, d2 = { ...e2.entity.page, ...f2 }, m2 = e2.rules, g2 = n2.props.base ? n2.props.base.isEnableRequired : null;
|
|
115
114
|
return null != g2 && (l2 = g2), null == l2 && (l2 = false), function(e3, n3, r3, l3) {
|
|
116
115
|
if (e3) {
|
|
117
116
|
return u(l3) ? function(e4, n4, r4) {
|
|
118
117
|
return new Promise((l4, u2) => {
|
|
119
|
-
const
|
|
118
|
+
const f3 = o(n4), d3 = n4.entity.context, m3 = n4.entity.task, g3 = true, b2 = n4.subTablePageInfo;
|
|
120
119
|
E(e4, n4, r4).then((r5) => {
|
|
121
120
|
if (r5) {
|
|
122
|
-
let
|
|
121
|
+
let o2, u3, h2, w2, y2 = r5;
|
|
123
122
|
const R2 = n4.workflowRules;
|
|
124
123
|
if (R2) {
|
|
125
124
|
if (!function(e5, n5) {
|
|
126
125
|
var _a, _b, _c, _d;
|
|
127
126
|
if (!e5.actionPermissions) return true;
|
|
128
127
|
const r7 = Object.keys(e5.actionPermissions);
|
|
129
|
-
for (let
|
|
130
|
-
const l5 = r7[
|
|
128
|
+
for (let o3 = 0; o3 < r7.length; o3++) {
|
|
129
|
+
const l5 = r7[o3], u4 = e5.actionPermissions[l5];
|
|
131
130
|
if (u4 && u4.notEmpty) {
|
|
132
131
|
if ((_a = e5.hiddenNotValidatorCodes) == null ? void 0 : _a.has(l5)) continue;
|
|
133
132
|
let r8 = false;
|
|
134
133
|
if (n5[l5] ? Array.isArray(n5[l5]) && 0 === n5[l5].length && (r8 = true) : r8 = true, r8) {
|
|
135
134
|
const r9 = s(e5, l5);
|
|
136
135
|
if (!r9) return true;
|
|
137
|
-
const
|
|
136
|
+
const o4 = r9.getConfigure();
|
|
138
137
|
if ((_b = u4.notEmptyCondition) == null ? void 0 : _b.parentCondition) {
|
|
139
138
|
if (false === a(u4.notEmptyCondition.parentCondition.replaceAll("${field[", "${parent["), e5.dataTypeMaps, n5, {}, (_c = e5.entity) == null ? void 0 : _c.request, (_d = e5.entity) == null ? void 0 : _d.task, e5.contextParam)) return true;
|
|
140
139
|
}
|
|
141
|
-
return t({ showClose: true, message:
|
|
140
|
+
return t({ showClose: true, message: i().t("superPageRuntimeMessage.xxxNotEmpty", { label: o4.title ? o4.title : l5 }), type: "warning" }), false;
|
|
142
141
|
}
|
|
143
142
|
}
|
|
144
143
|
}
|
|
145
144
|
return true;
|
|
146
145
|
}(n4, e4)) return void l4(false);
|
|
147
|
-
const r6 = true,
|
|
146
|
+
const r6 = true, c2 = p(R2), E2 = n4.hiddenNotValidatorCodes;
|
|
148
147
|
E2 && E2.size > 0 && E2.forEach((e5) => {
|
|
149
|
-
|
|
150
|
-
}),
|
|
151
|
-
const v2 = window.$vueApp.config.globalProperties.$formValidator(e4,
|
|
152
|
-
y2 = v2.msg,
|
|
148
|
+
c2.subRules && delete c2.subRules[e5], c2.rules && delete c2.rules[e5];
|
|
149
|
+
}), c2.subRules && (Object.keys(c2.subRules).length > 0 ? c2.totalSubRules || (c2.totalSubRules = {}) : delete c2.subRules);
|
|
150
|
+
const v2 = window.$vueApp.config.globalProperties.$formValidator(e4, c2, g3, f3, m3, d3, b2, r6);
|
|
151
|
+
y2 = v2.msg, o2 = v2.field, u3 = v2.listCode, h2 = v2.rowIndex, w2 = v2.pageNum;
|
|
153
152
|
} else y2 = true;
|
|
154
153
|
if (true !== y2) {
|
|
155
154
|
if (t({ showClose: true, message: y2 + "", type: "warning" }), u3) {
|
|
156
155
|
const e5 = s(n4, u3);
|
|
157
156
|
if (e5 && e5.addRequiredClass) {
|
|
158
|
-
e5.addRequiredClass(
|
|
157
|
+
e5.addRequiredClass(o2, h2, w2);
|
|
159
158
|
try {
|
|
160
|
-
|
|
159
|
+
c(n4, u3), e5.scrollToCell({ fieldName: o2, rowIndex: h2, pageNum: w2 });
|
|
161
160
|
} catch (e6) {
|
|
162
|
-
console.error("滚动到验证失败的子表字段失败,可能是表格组件版本较低没有scrollToCell方法", e6);
|
|
163
161
|
}
|
|
164
162
|
}
|
|
165
163
|
} else {
|
|
166
|
-
const e5 = s(n4,
|
|
164
|
+
const e5 = s(n4, o2);
|
|
167
165
|
if (e5 && e5.addRequiredClass) {
|
|
168
166
|
e5.addRequiredClass();
|
|
169
167
|
try {
|
|
170
|
-
|
|
168
|
+
c(n4, o2);
|
|
171
169
|
} catch (e6) {
|
|
172
|
-
console.error("滚动失败", e6);
|
|
173
170
|
}
|
|
174
171
|
}
|
|
175
172
|
}
|
|
176
173
|
l4(false);
|
|
177
174
|
} else Object.keys(e4).indexOf("validateErrorField") >= 0 && delete e4.validateErrorField, l4(e4);
|
|
178
|
-
} else u2(new Error(
|
|
175
|
+
} else u2(new Error(i().t("superPageRuntimeMessage.formDataVerificationFailed")).message);
|
|
179
176
|
}).catch((e5) => {
|
|
180
177
|
u2(e5);
|
|
181
178
|
});
|
|
@@ -200,8 +197,8 @@ function y(e2, n2, r2, l2) {
|
|
|
200
197
|
}
|
|
201
198
|
function R(e2) {
|
|
202
199
|
return new Promise((t2, s2) => {
|
|
203
|
-
const r2 = [],
|
|
204
|
-
|
|
200
|
+
const r2 = [], i2 = e2.customValidatorUuids;
|
|
201
|
+
i2 && i2.forEach((t3) => {
|
|
205
202
|
const s3 = n(e2, t3);
|
|
206
203
|
s3 && s3.validator && r2.push(s3.validator());
|
|
207
204
|
}), r2 && r2.length > 0 ? Promise.all(r2).then((e3) => {
|
|
@@ -211,11 +208,11 @@ function R(e2) {
|
|
|
211
208
|
}
|
|
212
209
|
function E(e2, t2, s2) {
|
|
213
210
|
return new Promise((n2, r2) => {
|
|
214
|
-
const
|
|
211
|
+
const o2 = JSON.parse(JSON.stringify(e2)), a2 = p(s2), u2 = t2.hiddenNotValidatorCodes;
|
|
215
212
|
if (a2 && u2 && u2.size > 0 && u2.forEach((e3) => {
|
|
216
213
|
delete a2[e3];
|
|
217
214
|
}), a2 && 0 !== Object.keys(a2).length) {
|
|
218
|
-
if (true === b(
|
|
215
|
+
if (true === b(o2, a2, null, null, true, t2)) {
|
|
219
216
|
if (true === P(t2)) {
|
|
220
217
|
const e3 = x(t2);
|
|
221
218
|
e3 && l(e3) ? e3.then((e4) => {
|
|
@@ -225,8 +222,8 @@ function E(e2, t2, s2) {
|
|
|
225
222
|
}) : R(t2).then((e4) => {
|
|
226
223
|
n2(e4);
|
|
227
224
|
});
|
|
228
|
-
} else r2(new Error(
|
|
229
|
-
} else r2(new Error(
|
|
225
|
+
} else r2(new Error(i().t("superPageRuntimeMessage.tableListSubTableDataVerificationFailed")).message);
|
|
226
|
+
} else r2(new Error(i().t("superPageRuntimeMessage.formDataVerificationFailed")).message);
|
|
230
227
|
} else {
|
|
231
228
|
if (true === P(t2)) {
|
|
232
229
|
const e3 = x(t2);
|
|
@@ -237,21 +234,21 @@ function E(e2, t2, s2) {
|
|
|
237
234
|
}) : R(t2).then((e4) => {
|
|
238
235
|
n2(e4);
|
|
239
236
|
});
|
|
240
|
-
} else r2(new Error(
|
|
237
|
+
} else r2(new Error(i().t("superPageRuntimeMessage.tableListSubTableDataVerificationFailed")).message);
|
|
241
238
|
}
|
|
242
239
|
});
|
|
243
240
|
}
|
|
244
241
|
function v(e2, t2, s2) {
|
|
245
242
|
if (!t2) return s2;
|
|
246
243
|
s2 || (s2 = {});
|
|
247
|
-
const n2 = u(e2), r2 = Object.keys(t2),
|
|
244
|
+
const n2 = u(e2), r2 = Object.keys(t2), i2 = t2;
|
|
248
245
|
return r2.forEach((e3) => {
|
|
249
246
|
if ("__subRules" === e3) {
|
|
250
|
-
const e4 =
|
|
247
|
+
const e4 = i2.__subRules;
|
|
251
248
|
Object.keys(e4).forEach((t3) => {
|
|
252
249
|
s2.subRules || (s2.subRules = {}), s2.subRules[t3] ? Object.assign(s2.subRules[t3], e4[t3]) : s2.subRules[t3] = e4[t3];
|
|
253
250
|
});
|
|
254
|
-
} else S(
|
|
251
|
+
} else S(i2[e3]), n2 ? (s2.rules[e3] = i2[e3], s2[e3] && (s2[e3] = i2[e3])) : s2[e3] = i2[e3];
|
|
255
252
|
}), h(s2);
|
|
256
253
|
}
|
|
257
254
|
function P(e2) {
|
|
@@ -261,9 +258,9 @@ function P(e2) {
|
|
|
261
258
|
const s2 = e2.tableUuids;
|
|
262
259
|
if (!s2) return true;
|
|
263
260
|
for (let r2 = 0; r2 < s2.length; r2++) {
|
|
264
|
-
const
|
|
265
|
-
if (l2 && l2.size > 0 && l2.has(
|
|
266
|
-
const a2 = n(e2,
|
|
261
|
+
const o2 = s2[r2], l2 = e2.hiddenNotValidatorCodes;
|
|
262
|
+
if (l2 && l2.size > 0 && l2.has(o2)) continue;
|
|
263
|
+
const a2 = n(e2, o2);
|
|
267
264
|
if (a2) {
|
|
268
265
|
if (a2.getConfigure()) {
|
|
269
266
|
const s3 = a2.getConfigure();
|
|
@@ -271,16 +268,16 @@ function P(e2) {
|
|
|
271
268
|
const n2 = a2.getTableData();
|
|
272
269
|
if (!n2 || !Array.isArray(n2) || 0 === n2.length) {
|
|
273
270
|
try {
|
|
274
|
-
d(e2,
|
|
271
|
+
d(e2, o2);
|
|
275
272
|
} catch (e3) {
|
|
276
273
|
}
|
|
277
|
-
return t({ showClose: true, message:
|
|
274
|
+
return t({ showClose: true, message: i().t("superPageRuntimeMessage.xxxNotEmpty", { label: s3.title ? s3.title : s3.code }), type: "warning" }), false;
|
|
278
275
|
}
|
|
279
276
|
}
|
|
280
277
|
}
|
|
281
278
|
if (false === a2.validatorSunTableListData()) {
|
|
282
279
|
try {
|
|
283
|
-
d(e2,
|
|
280
|
+
d(e2, o2);
|
|
284
281
|
} catch (e3) {
|
|
285
282
|
}
|
|
286
283
|
return false;
|
|
@@ -293,24 +290,24 @@ function k(e2) {
|
|
|
293
290
|
if (!e2 || 0 === Object.keys(e2).length) return;
|
|
294
291
|
const t2 = {}, s2 = Object.keys(e2);
|
|
295
292
|
for (let n2 = 0; n2 < s2.length; n2++) {
|
|
296
|
-
const r2 = s2[n2],
|
|
297
|
-
C(
|
|
293
|
+
const r2 = s2[n2], i2 = e2[r2];
|
|
294
|
+
C(i2), r2.indexOf(".") > 0 ? g(r2, t2, i2) : i2 && i2.length > 0 && (t2[r2] = [...i2]);
|
|
298
295
|
}
|
|
299
296
|
return t2;
|
|
300
297
|
}
|
|
301
298
|
function C(e2, t2) {
|
|
302
299
|
e2.forEach((e3) => {
|
|
303
300
|
e3.message;
|
|
304
|
-
const t3 = e3.label, s2 =
|
|
305
|
-
e3.required && (e3.message =
|
|
301
|
+
const t3 = e3.label, s2 = i().t(t3);
|
|
302
|
+
e3.required && (e3.message = i().t("superPageRuntimeMessage.required", { label: s2 })), e3.myType && (e3.message = i().t("superPageRuntimeMessage.formatMismatch", { label: s2 })), e3.patternType && (e3.message = i().t("superPageRuntimeMessage.formatMismatch", { label: s2 })), void 0 !== e3.max && null !== e3.max && (e3.message = i().t("superPageRuntimeMessage.overMaxLength", { label: s2, value: e3.max })), void 0 !== e3.min && null !== e3.min && (e3.message = i().t("superPageRuntimeMessage.limitMinLength", { label: s2, value: e3.min }));
|
|
306
303
|
});
|
|
307
304
|
}
|
|
308
305
|
function O(e2) {
|
|
309
|
-
const t2 = e2.entity.data, s2 = { ...e2.entity.page, ...t2 }, n2 =
|
|
306
|
+
const t2 = e2.entity.data, s2 = { ...e2.entity.page, ...t2 }, n2 = o(e2), r2 = e2.entity.context, i2 = e2.entity.task;
|
|
310
307
|
e2.formPropTiltleMap && Object.keys(e2.formPropTiltleMap).length > 0 && e2.completeTaskParam.fieldPermissions && e2.completeTaskParam.fieldPermissions.length > 0 && e2.completeTaskParam.fieldPermissions.forEach((t3) => {
|
|
311
308
|
t3.name && e2.formPropTiltleMap[t3.name] && (t3.label = e2.formPropTiltleMap[t3.name]);
|
|
312
309
|
});
|
|
313
|
-
let l2 = window.$vueApp.config.globalProperties.$getValidator(e2.completeTaskParam.fieldPermissions, s2, true, n2,
|
|
310
|
+
let l2 = window.$vueApp.config.globalProperties.$getValidator(e2.completeTaskParam.fieldPermissions, s2, true, n2, i2, r2);
|
|
314
311
|
const a2 = e2.customRules;
|
|
315
312
|
return l2 = v(e2, a2, l2), l2 && (l2.rules || (l2.rules = {}), l2.subRules || (l2.subRules = {})), l2;
|
|
316
313
|
}
|
|
@@ -328,7 +325,7 @@ function x(e2) {
|
|
|
328
325
|
}), r2.includes(false) && e3(false), n2.length > 0 ? Promise.all(n2).then((t3) => {
|
|
329
326
|
t3.includes(false) ? e3(false) : e3(true);
|
|
330
327
|
}).catch((t3) => {
|
|
331
|
-
|
|
328
|
+
e3(false);
|
|
332
329
|
}) : e3(true);
|
|
333
330
|
}) : null;
|
|
334
331
|
}
|
|
@@ -365,16 +362,16 @@ function M(e2, t2) {
|
|
|
365
362
|
}
|
|
366
363
|
function N(e2, t2, r2) {
|
|
367
364
|
var _a;
|
|
368
|
-
let
|
|
369
|
-
if (r2 ? (
|
|
370
|
-
const l2 = e2.code, a2 = e2.version, u2 =
|
|
365
|
+
let i2, o2;
|
|
366
|
+
if (r2 ? (i2 = s(e2, r2), o2 = i2 ? i2.getTableUuid() : null) : (o2 = e2.tableUuids && e2.tableUuids.length > 0 ? e2.tableUuids[0] : null, i2 = o2 ? n(e2, o2) : null), !i2) return;
|
|
367
|
+
const l2 = e2.code, a2 = e2.version, u2 = f(l2, a2, o2);
|
|
371
368
|
if (e2.workflowRules || (e2.workflowRules = { rules: {}, subRules: {} }), e2.workflowRules.subRules || (e2.workflowRules.subRules = {}), e2.workflowRules.subRules[r2] || (e2.workflowRules.subRules[r2] = {}), ((_a = e2.workflowRules) == null ? void 0 : _a.subRules) && e2.workflowRules.subRules[r2]) {
|
|
372
369
|
const s2 = e2.workflowRules.subRules[r2];
|
|
373
370
|
t2.forEach((e3) => {
|
|
374
371
|
s2[e3.name] = e3;
|
|
375
372
|
});
|
|
376
373
|
}
|
|
377
|
-
|
|
374
|
+
i2.dynamicControlTableEdit(e2, t2, u2);
|
|
378
375
|
}
|
|
379
376
|
function q(e2, t2, s2) {
|
|
380
377
|
var _a, _b, _c;
|
|
@@ -382,8 +379,8 @@ function q(e2, t2, s2) {
|
|
|
382
379
|
const n2 = t2.getConfigure();
|
|
383
380
|
if (void 0 !== s2.show && (s2.show ? t2.show() : t2.hide()), void 0 !== s2.required && ((_a = n2 == null ? void 0 : n2.runtime) == null ? void 0 : _a.props) && (n2.runtime.props.required = s2.required), void 0 !== s2.readonly && ((_b = n2 == null ? void 0 : n2.runtime) == null ? void 0 : _b.props) && (s2.readonly ? n2.runtime.props.state = "readonly" : n2.runtime.props.state = "enabled"), void 0 !== s2.disabled && n2 && (((_c = n2 == null ? void 0 : n2.runtime) == null ? void 0 : _c.props) && (s2.disabled ? n2.runtime.props.state = "disabled" : n2.runtime.props.state = "enabled"), "table" === n2.name)) {
|
|
384
381
|
t2.changeOperationAddState(false);
|
|
385
|
-
const s3 = t2 ? t2.getTableUuid() : null, n3 = e2.code, r2 = e2.version,
|
|
386
|
-
t2.dynamicControlTableEdit(e2,
|
|
382
|
+
const s3 = t2 ? t2.getTableUuid() : null, n3 = e2.code, r2 = e2.version, i2 = f(n3, r2, s3), o2 = [{ name: "_all_fields", disabled: true }];
|
|
383
|
+
t2.dynamicControlTableEdit(e2, o2, i2);
|
|
387
384
|
}
|
|
388
385
|
}
|
|
389
386
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import e from "agilebuilder-ui/src/utils/request";
|
|
2
2
|
import { getAdditionalParamMap as t } from "./events/standard-event.js";
|
|
3
3
|
import { PageDimensions as n } from "./interfaces/page-design-types.js";
|
|
4
|
-
import { getFormPropName as i, getVariableValue as s, formatVariableValue as
|
|
4
|
+
import { getFormPropName as i, getVariableValue as s, formatVariableValue as o, setVariableValue as r } from "./page-helper-util.js";
|
|
5
5
|
import { getSessionCache as a } from "agilebuilder-ui/src/utils/auth";
|
|
6
6
|
import { functions as l } from "./api/page-expose-util.js";
|
|
7
|
-
import { isWorkflowPage as
|
|
7
|
+
import { isWorkflowPage as p, deepCopy as u } from "./common-util.js";
|
|
8
8
|
import { packageCustomValidator as d } from "./events/validator-util.js";
|
|
9
9
|
import { isMobileBrowser as c } from "agilebuilder-ui/src/utils/common-util";
|
|
10
10
|
function f(t2) {
|
|
@@ -91,7 +91,6 @@ function w(e2) {
|
|
|
91
91
|
e3.duplicateFieldList && e3.duplicateFieldList.length > 0 && (e3.duplicateFieldList = e3.duplicateFieldList.map((e4) => "string" == typeof e4 ? { propDbName: e4 } : e4));
|
|
92
92
|
}), e2.props.judgeHeavyList) : null;
|
|
93
93
|
} catch (e3) {
|
|
94
|
-
console.error("getJudgeHeavyList error:", e3);
|
|
95
94
|
}
|
|
96
95
|
}
|
|
97
96
|
function P(e2) {
|
|
@@ -121,7 +120,7 @@ function E(e2, t2) {
|
|
|
121
120
|
}
|
|
122
121
|
}
|
|
123
122
|
function v(e2, t2) {
|
|
124
|
-
if (e2 && (e2.params && Object.assign(t2, e2.params), e2.query
|
|
123
|
+
if (e2 && (e2.params && Object.assign(t2, e2.params), e2.query)) {
|
|
125
124
|
Object.assign(t2, e2.query);
|
|
126
125
|
C(e2.query.paramStoreId, t2);
|
|
127
126
|
}
|
|
@@ -143,28 +142,27 @@ function k(e2, t2) {
|
|
|
143
142
|
}
|
|
144
143
|
function A(e2, t2, n2) {
|
|
145
144
|
var _a, _b;
|
|
146
|
-
const i2 = k(t2, n2),
|
|
147
|
-
if (null ==
|
|
148
|
-
let n3,
|
|
149
|
-
t2 && (n3 = t2.props.base ? t2.props.base : {},
|
|
150
|
-
const l2 = s(
|
|
145
|
+
const i2 = k(t2, n2), o2 = e2.entity;
|
|
146
|
+
if (null == o2.data.ID && null == o2.data.id) {
|
|
147
|
+
let n3, r2, a2 = false;
|
|
148
|
+
t2 && (n3 = t2.props.base ? t2.props.base : {}, r2 = t2.name, a2 = n3.multiple);
|
|
149
|
+
const l2 = s(o2, i2);
|
|
151
150
|
if (null == l2) {
|
|
152
151
|
const s2 = n3 ? n3.defaultValue : null, l3 = Boolean((_a = t2 == null ? void 0 : t2.runtime) == null ? void 0 : _a.arrayValue);
|
|
153
152
|
if (s2) try {
|
|
154
|
-
const t3 = T(e2, s2,
|
|
155
|
-
if (M(t3)) I(
|
|
153
|
+
const t3 = T(e2, s2, r2, a2);
|
|
154
|
+
if (M(t3)) I(o2, i2, t3, l3);
|
|
156
155
|
else if (((_b = n3.moreDefaultValue) == null ? void 0 : _b.length) > 0) {
|
|
157
156
|
const t4 = n3.moreDefaultValue;
|
|
158
157
|
for (let n4 = 0; n4 < t4.length; n4++) {
|
|
159
|
-
const s3 = T(e2, t4[n4],
|
|
158
|
+
const s3 = T(e2, t4[n4], r2, a2);
|
|
160
159
|
if (M(s3)) {
|
|
161
|
-
I(
|
|
160
|
+
I(o2, i2, s3, l3);
|
|
162
161
|
break;
|
|
163
162
|
}
|
|
164
163
|
}
|
|
165
164
|
}
|
|
166
165
|
} catch (e3) {
|
|
167
|
-
console.error("设置默认值出错:", i2, e3);
|
|
168
166
|
}
|
|
169
167
|
}
|
|
170
168
|
}
|
|
@@ -174,11 +172,11 @@ function M(e2) {
|
|
|
174
172
|
return null != e2 && "" !== e2;
|
|
175
173
|
}
|
|
176
174
|
function I(e2, t2, n2, i2) {
|
|
177
|
-
!Array.isArray(n2) || i2 ?
|
|
175
|
+
!Array.isArray(n2) || i2 ? r(e2, t2, n2) : r(e2, t2, n2.join(","));
|
|
178
176
|
}
|
|
179
177
|
function T(e2, t2, n2, i2) {
|
|
180
178
|
let s2;
|
|
181
|
-
if (t2 && (s2 =
|
|
179
|
+
if (t2 && (s2 = o(e2, t2), null != s2 && null != s2 && n2)) {
|
|
182
180
|
let e3 = false;
|
|
183
181
|
"checkbox" == n2 ? e3 = true : "select" == n2 && (e3 = i2), e3 && (s2 = (s2 + "").split(","));
|
|
184
182
|
}
|
|
@@ -192,12 +190,12 @@ function j(e2, t2) {
|
|
|
192
190
|
if (e2.functionCodes) {
|
|
193
191
|
const i2 = e2.sourceTypes ? e2.sourceTypes : [], s2 = e2.functionCodes;
|
|
194
192
|
for (let e3 = 0; e3 < s2.length; e3++) {
|
|
195
|
-
const
|
|
193
|
+
const o2 = s2[e3], r2 = e3 < i2.length ? i2[e3] : "";
|
|
196
194
|
let a2 = "";
|
|
197
|
-
if ("service" ==
|
|
198
|
-
else if ("standard" ===
|
|
195
|
+
if ("service" == r2) a2 = o2;
|
|
196
|
+
else if ("standard" === r2) a2 = t2.code + "." + o2;
|
|
199
197
|
else {
|
|
200
|
-
a2 = "custom" === O(
|
|
198
|
+
a2 = "custom" === O(o2, t2).type ? o2 : t2.code + "." + o2;
|
|
201
199
|
}
|
|
202
200
|
n2.includes(a2) || n2.push(a2);
|
|
203
201
|
}
|
|
@@ -212,25 +210,25 @@ function O(e2, t2) {
|
|
|
212
210
|
return null;
|
|
213
211
|
}
|
|
214
212
|
function x(n2, i2, s2) {
|
|
215
|
-
const
|
|
213
|
+
const o2 = n2.tableRuntimes, r2 = t(i2);
|
|
216
214
|
let a2;
|
|
217
215
|
const l2 = n2.code;
|
|
218
|
-
return
|
|
216
|
+
return r2 && Object.keys(r2) > 0 && (a2 = JSON.stringify(r2)), e.post(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/super-grids", { tableRuntimes: o2, additionalParamMapJson: a2, pageCode: l2, publishVersion: s2, pageType: n2.pageType });
|
|
219
217
|
}
|
|
220
218
|
const R = ["button-detail", "print-label"];
|
|
221
219
|
function _(e2, t2, n2) {
|
|
222
220
|
var _a, _b;
|
|
223
|
-
const s2 = t2.props && t2.props.base ? t2.props.base.prop : null,
|
|
224
|
-
let
|
|
225
|
-
if (
|
|
221
|
+
const s2 = t2.props && t2.props.base ? t2.props.base.prop : null, o2 = p(e2);
|
|
222
|
+
let r2 = false;
|
|
223
|
+
if (o2 && R.indexOf(t2.name) < 0 && e2.fieldPermissionMap) {
|
|
226
224
|
const n3 = e2.fieldPermissionMap.get("all_fields");
|
|
227
|
-
false === (n3 == null ? void 0 : n3.canEdit) && ((_a = t2.runtime) == null ? void 0 : _a.props) && (t2.runtime.props.state = "disabled",
|
|
225
|
+
false === (n3 == null ? void 0 : n3.canEdit) && ((_a = t2.runtime) == null ? void 0 : _a.props) && (t2.runtime.props.state = "disabled", r2 = true);
|
|
228
226
|
}
|
|
229
227
|
if (s2) {
|
|
230
228
|
const a2 = i(s2);
|
|
231
229
|
if (e2.rules || (e2.rules = {}), t2.props.rules && t2.props.rules.length > 0 && (e2.rules[a2] || (e2.rules[a2] = []), t2.props.rules.forEach((e3) => {
|
|
232
230
|
d(e3), !n2 && e3 && e3.required && (e3.required = false);
|
|
233
|
-
}), e2.rules[a2] = t2.props.rules),
|
|
231
|
+
}), e2.rules[a2] = t2.props.rules), o2 && !r2 && "button-detail" !== t2.name && e2.fieldPermissionMap) {
|
|
234
232
|
const i2 = e2.fieldPermissionMap.get(a2);
|
|
235
233
|
if (!n2 && e2.workflowRules && (e2.workflowRules[a2] || e2.workflowRules.rules && e2.workflowRules.rules[a2])) {
|
|
236
234
|
let t3 = e2.workflowRules[a2];
|
|
@@ -255,7 +253,7 @@ function V(e2, t2) {
|
|
|
255
253
|
if (i2) if ("dynamicControlFormEdit" === n2) {
|
|
256
254
|
let n3 = i2.filter((e3) => "_all_fields" === e3.name || e3.name === t2);
|
|
257
255
|
if (n3 && n3.length > 0 && (n3 = n3.filter((e3) => "_all_fields" === e3.name), n3 && n3.length > 0)) {
|
|
258
|
-
const e3 =
|
|
256
|
+
const e3 = u(n3[0]);
|
|
259
257
|
e3.name = t2, n3 = [e3];
|
|
260
258
|
}
|
|
261
259
|
l.dynamicControlFormEdit(e2, n3, false);
|
|
@@ -18,7 +18,7 @@ function p(t2, e2) {
|
|
|
18
18
|
}
|
|
19
19
|
function l(t2, e2, o2, i2) {
|
|
20
20
|
const r2 = !(!e2.props || !e2.props.base) && e2.props.base.showOperation, u2 = e2.btnList;
|
|
21
|
-
|
|
21
|
+
r2 && u2 && u2.forEach((e3) => {
|
|
22
22
|
const r3 = {}, u3 = Object.assign({}, e3.props.base);
|
|
23
23
|
if ("custom" === e3.name ? u3.customControl = u3.name : u3.elementType = "el-button", void 0 === e3.isPermission || e3.isPermission + "" == "true") {
|
|
24
24
|
const o3 = n(e3, t2);
|
|
@@ -19,9 +19,9 @@ const V = { class: "page-runtime-header-btn" }, T = e({ __name: "button-runtime"
|
|
|
19
19
|
b.pageContext.exportNoticeInfo && b.pageContext.exportNoticeInfo.noticeInterval && clearInterval(b.pageContext.exportNoticeInfo.noticeInterval);
|
|
20
20
|
}), T2({ click: function() {
|
|
21
21
|
R.value && R.value.$el.click();
|
|
22
|
-
} }), (
|
|
23
|
-
const
|
|
24
|
-
return u(), a("span", V, [z.value.text ? (u(), c(
|
|
22
|
+
} }), (e3, t2) => {
|
|
23
|
+
const l2 = o("el-link"), i2 = o("el-button");
|
|
24
|
+
return u(), a("span", V, [z.value.text ? (u(), c(l2, { key: 0, ref_key: "componentRef", ref: R, disabled: P(), class: s(p(h)), style: r(p(_)), type: z.value.type, size: z.value.size, loading: N(), onClick: t2[0] || (t2[0] = (t3) => p(C)(t3, e3.pageContext, e3.configure, "click")) }, { default: v(() => [z.value.title && "right" == z.value.iconPosition && !z.value.isTextIcon ? (u(), a(g, { key: 0 }, [d(f(p(m)(z.value.title)) + " ", 1), z.value.iconValue ? (u(), a(g, { key: 0 }, [d(" ")], 64)) : y("", true)], 64)) : y("", true), z.value.iconType && z.value.iconValue ? (u(), c(p(k), { key: 1, iconType: z.value.iconType, iconValue: z.value.iconValue }, null, 8, ["iconType", "iconValue"])) : y("", true), z.value.title && "right" != z.value.iconPosition && !z.value.isTextIcon ? (u(), a(g, { key: 2 }, [z.value.iconValue ? (u(), a(g, { key: 0 }, [d(" ")], 64)) : y("", true), d(" " + f(p(m)(z.value.title)), 1)], 64)) : y("", true)]), _: 1 }, 8, ["disabled", "class", "style", "type", "size", "loading"])) : (u(), c(i2, { key: 1, ref_key: "componentRef", ref: R, disabled: P(), class: s(p(h)), style: r(p(_)), type: z.value.type, size: z.value.size, round: z.value.round, plain: z.value.plain, loading: N(), onClick: t2[1] || (t2[1] = (t3) => p(C)(t3, e3.pageContext, e3.configure, "click")) }, { default: v(() => [z.value.title && "right" == z.value.iconPosition ? (u(), a(g, { key: 0 }, [d(f(p(m)(z.value.title)) + " ", 1), z.value.iconValue ? (u(), a(g, { key: 0 }, [d(" ")], 64)) : y("", true)], 64)) : y("", true), z.value.iconType && z.value.iconValue ? (u(), c(p(k), { key: 1, iconType: z.value.iconType, iconValue: z.value.iconValue }, null, 8, ["iconType", "iconValue"])) : y("", true), z.value.title && "right" != z.value.iconPosition ? (u(), a(g, { key: 2 }, [z.value.iconValue ? (u(), a(g, { key: 0 }, [d(" ")], 64)) : y("", true), d(" " + f(p(m)(z.value.title)), 1)], 64)) : y("", true)]), _: 1 }, 8, ["disabled", "class", "style", "type", "size", "round", "plain", "loading"]))]);
|
|
25
25
|
};
|
|
26
26
|
} });
|
|
27
27
|
export {
|
package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js
CHANGED
|
@@ -11,9 +11,9 @@ const C = e({ __name: "buttongroup-runtime", props: { pageContext: {}, configure
|
|
|
11
11
|
u(() => {
|
|
12
12
|
y(null, C2.pageContext, C2.configure, { componentRef: _.value, entity: C2.pageContext.entity.data, pageData: C2.pageContext.entity.page });
|
|
13
13
|
});
|
|
14
|
-
}), (
|
|
15
|
-
const
|
|
16
|
-
return p(), a(
|
|
14
|
+
}), (e3, t2) => {
|
|
15
|
+
const n2 = r("el-button-group");
|
|
16
|
+
return p(), a(n2, { ref_key: "componentRef", ref: _, class: i(["amb-button-group-main", s(b)]), style: g(d.value) }, { default: l(() => [(p(true), c(f, null, m(e3.configure.items, (t3, n3) => (p(), a(x, { key: t3.uuid, pageContext: e3.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["class", "style"]);
|
|
17
17
|
};
|
|
18
18
|
} });
|
|
19
19
|
export {
|
|
@@ -31,9 +31,9 @@ const z = { key: 1 }, h = e({ __name: "dropdown-runtime", props: { pageContext:
|
|
|
31
31
|
o(() => {
|
|
32
32
|
k(null, h2.pageContext, h2.configure, { componentRef: V.value, entity: h2.pageContext.entity.data, pageData: h2.pageContext.entity.page });
|
|
33
33
|
});
|
|
34
|
-
}), (
|
|
35
|
-
const
|
|
36
|
-
return a(), i(
|
|
34
|
+
}), (e3, t2) => {
|
|
35
|
+
const l2 = u("el-button"), n2 = u("el-icon"), o2 = u("el-text"), C2 = u("el-dropdown-item"), k2 = u("el-dropdown-menu"), _2 = u("el-dropdown");
|
|
36
|
+
return a(), i(_2, { ref_key: "componentRef", ref: V, class: p(s(A)), style: r(s(T)), placement: B.value.placement, "split-button": B.value.splitButton, disabled: "disabled" === B.value.state, type: B.value.buttonType, size: B.value.size, trigger: B.value.trigger, onVisibleChange: S }, { dropdown: c(() => [v(k2, null, { default: c(() => [(a(true), g(f, null, y(s(O), (t3, l3) => (a(), i(C2, { key: t3, onClick: (l4) => s(x)(l4, e3.pageContext, e3.configure, "click", { menuItem: t3 }) }, { default: c(() => [d(m(s(w)(t3.label)), 1)]), _: 2 }, 1032, ["onClick"]))), 128))]), _: 1 })]), default: c(() => ["button" === B.value.triggerElement ? (a(), g(f, { key: 0 }, [B.value.splitButton ? (a(), g("span", z, m(B.value.title), 1)) : (a(), i(l2, { key: 0, size: B.value.size, type: B.value.buttonType }, { default: c(() => [d(m(s(w)(B.value.title)), 1)]), _: 1 }, 8, ["size", "type"]))], 64)) : (a(), i(o2, { key: 1 }, { default: c(() => [d(m(s(w)(B.value.title)) + " ", 1), v(n2, null, { default: c(() => [v(s(b))]), _: 1 })]), _: 1 }))]), _: 1 }, 8, ["class", "style", "placement", "split-button", "disabled", "type", "size", "trigger"]);
|
|
37
37
|
};
|
|
38
38
|
} });
|
|
39
39
|
export {
|
package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as e, createBlock as t, openBlock as o } from "vue";
|
|
2
2
|
import n from "../button/button-runtime.vue2.js";
|
|
3
|
-
const r = e({ __name: "exportpdf-runtime", props: { pageContext: {}, configure: {} }, setup: (e2) => (
|
|
3
|
+
const r = e({ __name: "exportpdf-runtime", props: { pageContext: {}, configure: {} }, setup: (e2) => (e3, r2) => (o(), t(n, { configure: e3.configure, pageContext: e3.pageContext }, null, 8, ["configure", "pageContext"])) });
|
|
4
4
|
export {
|
|
5
5
|
r as default
|
|
6
6
|
};
|
package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js
CHANGED
|
@@ -11,9 +11,9 @@ const x = { key: 1 }, _ = e({ __name: "printlabel-runtime", props: { pageContext
|
|
|
11
11
|
n(() => {
|
|
12
12
|
j.value && y(null, _2.pageContext, _2.configure, { componentRef: R.value, entity: _2.pageContext.entity.data, pageData: _2.pageContext.entity.page });
|
|
13
13
|
});
|
|
14
|
-
}), (
|
|
15
|
-
const
|
|
16
|
-
return j.value ? (a(), o(
|
|
14
|
+
}), (e3, t2) => {
|
|
15
|
+
const l2 = u("el-button"), n2 = u("ArrowDown"), y2 = u("el-icon"), _3 = u("el-text"), w2 = u("el-dropdown-item"), T = u("el-dropdown-menu"), h = u("el-dropdown");
|
|
16
|
+
return j.value ? (a(), o(h, { key: 1, ref_key: "componentRef", ref: R, class: p(r(D)), style: i(r(B)), placement: z.value.placement, "split-button": z.value.splitButton, disabled: "disabled" === z.value.state, type: z.value.buttonType, size: z.value.size, trigger: z.value.trigger }, { dropdown: s(() => [v(T, null, { default: s(() => [(a(true), g(c, null, d(z.value.template, (t3, l3) => (a(), o(w2, { key: t3, onClick: (l4) => r(b)(l4, e3.pageContext, e3.configure, "click", { menuItem: t3 }) }, { default: s(() => [m(f(r(C)(t3.label)), 1)]), _: 2 }, 1032, ["onClick"]))), 128))]), _: 1 })]), default: s(() => ["button" === z.value.triggerElement ? (a(), g(c, { key: 0 }, [z.value.splitButton ? (a(), g("span", x, f(r(C)(z.value.title)), 1)) : (a(), o(l2, { key: 0, size: z.value.size, type: z.value.buttonType, onClick: t2[0] || (t2[0] = (t3) => r(b)(t3, e3.pageContext, e3.configure, "menuClick")) }, { default: s(() => [m(f(r(C)(z.value.title)), 1)]), _: 1 }, 8, ["size", "type"]))], 64)) : (a(), o(_3, { key: 1 }, { default: s(() => [m(f(r(C)(z.value.title)) + " ", 1), v(y2, null, { default: s(() => [v(n2)]), _: 1 })]), _: 1 }))]), _: 1 }, 8, ["class", "style", "placement", "split-button", "disabled", "type", "size", "trigger"])) : (a(), o(k, { key: 0, configure: e3.configure, pageContext: e3.pageContext }, null, 8, ["configure", "pageContext"]));
|
|
17
17
|
};
|
|
18
18
|
} });
|
|
19
19
|
export {
|
package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js
CHANGED
|
@@ -46,7 +46,7 @@ const A = e({ __name: "column-line-runtime", props: { pageContext: {}, configure
|
|
|
46
46
|
ee(true);
|
|
47
47
|
}), A2({ updateChartDatas: oe, exportChart: function() {
|
|
48
48
|
return d(S.value, M);
|
|
49
|
-
}, chartOption: Q }), (
|
|
49
|
+
}, chartOption: Q }), (e3, r2) => (a(), n("div", { style: u(s(J)), class: i([s(K), "amb-widget-chart amb-widget-flex amb-chart-container"]), ref_key: "thisRef", ref: N }, [l(c(y, { ref_key: "headerRef", ref: U, headerInfo: s(M), configure: e3.configure, pageContext: e3.pageContext, onDrillEnd: Y, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[p, s(M).showHeader || e3.pageContext.showHomepageSearch]]), c(s(E), { ref_key: "chartRef", ref: S, class: "amb-chart-content", theme: s(X), option: s(Q), autoresize: "" }, null, 8, ["theme", "option"])], 6));
|
|
50
50
|
} });
|
|
51
51
|
export {
|
|
52
52
|
A as default
|