super-page-runtime 2.3.2 → 2.3.3-tmp2
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 +53 -53
- package/dist/es/components/runtime/utils/barcode-util.js +5 -5
- package/dist/es/components/runtime/utils/charts/chart-pie-util.js +46 -45
- package/dist/es/components/runtime/utils/charts/chart-scatter-util.js +16 -14
- package/dist/es/components/runtime/utils/charts/chart-util.js +26 -24
- package/dist/es/components/runtime/utils/events/event-util.js +119 -119
- package/dist/es/components/runtime/utils/events/print-label.js +27 -25
- package/dist/es/components/runtime/utils/events/standard-event.js +481 -469
- package/dist/es/components/runtime/utils/events/validator-util.js +96 -89
- package/dist/es/components/runtime/utils/form/scan-util.js +4 -3
- package/dist/es/components/runtime/utils/page-helper-util.js +275 -275
- package/dist/es/components/runtime/utils/page-init-util.js +48 -44
- package/dist/es/components/runtime/utils/page-store.js +1 -1
- package/dist/es/components/runtime/utils/table-utils.js +30 -30
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +16 -12
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +10 -6
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +11 -9
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +15 -14
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +12 -11
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +18 -17
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +19 -18
- package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.js +12 -7
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +19 -18
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +26 -22
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +3 -1
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +91 -39
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.js +12 -10
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +43 -40
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +123 -120
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +58 -57
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +1 -0
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +29 -29
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +32 -32
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +22 -22
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +50 -49
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +8 -6
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +10 -9
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +1 -0
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +1 -0
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +8 -8
- package/dist/es/components/runtime/views/home-chart.vue.js +7 -7
- package/dist/es/components/runtime/views/super-page-dialog.vue.js +7 -6
- package/dist/es/components/runtime/views/super-page.vue.js +1 -1
- package/dist/es/components/runtime/views/super-page.vue2.js +133 -131
- package/dist/es/style.css +93 -84
- package/package.json +2 -2
|
@@ -27,6 +27,7 @@ const V = e({ __name: "checkbox-runtime", props: { pageContext: {}, configure: {
|
|
|
27
27
|
const J = F.value.monitorFields;
|
|
28
28
|
C(q.pageContext, J, function() {
|
|
29
29
|
_(q.pageContext, H, void 0).then((e3) => {
|
|
30
|
+
console.log("动态查询结果", e3);
|
|
30
31
|
});
|
|
31
32
|
});
|
|
32
33
|
const K = l(null), L = l(null), N = l(null);
|
|
@@ -1,61 +1,61 @@
|
|
|
1
|
-
import { defineComponent as e, computed as t, ref as o, onMounted as a, nextTick as n, onUnmounted as i, resolveComponent as
|
|
1
|
+
import { defineComponent as e, computed as t, ref as o, onMounted as a, nextTick as n, onUnmounted as i, resolveComponent as l, createBlock as u, createElementBlock as r, createCommentVNode as s, openBlock as p, normalizeStyle as c, normalizeClass as g, unref as m, withCtx as d, resolveDynamicComponent as f, toDisplayString as v } from "vue";
|
|
2
2
|
import { getFormModelFields as C } from "../../../../utils/page-init-util.js";
|
|
3
3
|
import { setVariableValue as x, getVariableValue as y, formatVariableValue as b, getFormPropName as h, setVariableValueWithProp as j } from "../../../../utils/page-helper-util.js";
|
|
4
|
-
import { handleAfterInitEvent as
|
|
5
|
-
import { updateFormItemEditState as
|
|
6
|
-
import { getListCode as
|
|
7
|
-
import { getComponentRef as
|
|
4
|
+
import { handleAfterInitEvent as k, handleEvent as R } from "../../../../utils/events/event-util.js";
|
|
5
|
+
import { updateFormItemEditState as D } from "../../../../utils/events/validator-util.js";
|
|
6
|
+
import { getListCode as V } from "../../../../utils/common-util.js";
|
|
7
|
+
import { getComponentRef as _ } from "../../../../utils/global-refs.js";
|
|
8
8
|
import { getAdditionalParamMap as E } from "../../../../utils/events/standard-event.js";
|
|
9
9
|
import { $t as w } from "../../../../utils/i18n-util.js";
|
|
10
10
|
import S from "../../../../utils/eventBus.js";
|
|
11
|
-
const U = { key: 0, style: { width: "100%", height: "100%" } },
|
|
12
|
-
const
|
|
13
|
-
x(
|
|
14
|
-
} }),
|
|
11
|
+
const U = { key: 0, style: { width: "100%", height: "100%" } }, F = { key: 1, style: { width: "100%", height: "100%" }, class: "amb-widget-richtext-single" }, O = e({ __name: "custom-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: O2 }) {
|
|
12
|
+
const P = e2, $ = P.pageContext.entity ? P.pageContext.entity : {}, q = C(P.pageContext, P.configure), z = t({ get: () => y($, q), set(e3) {
|
|
13
|
+
x($, q, e3);
|
|
14
|
+
} }), G = P.configure.runtime ? P.configure.runtime : {}, I = G.style, H = G.class, B = G.headerStyle, N = o(G.props ? G.props : {}), W = function(e3) {
|
|
15
15
|
let t2 = {};
|
|
16
16
|
if (e3) for (let o2 in e3) {
|
|
17
17
|
const a2 = e3[o2];
|
|
18
|
-
t2[o2] = b(
|
|
18
|
+
t2[o2] = b(P.pageContext, a2);
|
|
19
19
|
}
|
|
20
20
|
return t2;
|
|
21
|
-
}(
|
|
22
|
-
function
|
|
23
|
-
j(
|
|
21
|
+
}(G.customParams ? G.customParams : {}), A = E(P.pageContext), J = o(P.configure.props && P.configure.props.base ? P.configure.props.base.name : null);
|
|
22
|
+
function K(e3, t2) {
|
|
23
|
+
j($, e3, t2);
|
|
24
24
|
}
|
|
25
|
-
function
|
|
26
|
-
|
|
25
|
+
function L(e3) {
|
|
26
|
+
D(P.pageContext, e3);
|
|
27
27
|
}
|
|
28
|
-
function
|
|
29
|
-
const e3 =
|
|
28
|
+
function M() {
|
|
29
|
+
const e3 = P.pageContext.tableUuids;
|
|
30
30
|
e3 && e3.forEach((e4) => {
|
|
31
|
-
const t2 =
|
|
31
|
+
const t2 = V(P.pageContext.code, P.pageContext.version, P.configure.uuid), o2 = _(P.pageContext, e4);
|
|
32
32
|
o2 && o2.restoreGridEdit(t2);
|
|
33
33
|
});
|
|
34
34
|
}
|
|
35
|
-
|
|
36
|
-
const Q =
|
|
35
|
+
console.log("自定义控件----componentName=", J, "designProperty=", N), P.configure.props.verification.custom && P.configure.props.verification.custom.enabled && (P.pageContext.customValidatorUuids || (P.pageContext.customValidatorUuids = []), P.pageContext.customValidatorUuids.push(P.configure.uuid));
|
|
36
|
+
const Q = P.pageContext.code, T = o(q && q.length > 0 ? Q + "__" + q.join("__") : null), X = o(null), Y = o(null), Z = o(null);
|
|
37
37
|
function ee(e3) {
|
|
38
|
-
|
|
38
|
+
R(z.value, P.pageContext, P.configure, e3);
|
|
39
39
|
}
|
|
40
40
|
return a(() => {
|
|
41
41
|
S.$on(T.value + "-scanDone", (e3) => {
|
|
42
42
|
const t2 = e3.result;
|
|
43
|
-
x(
|
|
43
|
+
x($, q, t2);
|
|
44
44
|
}), S.$on(T.value + "-pickFileDone", (e3) => {
|
|
45
|
-
X.value.pickFileDone(e3);
|
|
45
|
+
console.log("superPage4444---pickFileDone--componentId.value=", T.value, "data=", e3), X.value.pickFileDone(e3);
|
|
46
46
|
}), n(() => {
|
|
47
|
-
const e3 =
|
|
48
|
-
|
|
47
|
+
const e3 = z.value;
|
|
48
|
+
k(e3, P.pageContext, P.configure, { formItemRef: Y.value, componentRef: X.value, titleRef: Z.value, value: e3, entity: P.pageContext.entity.data, pageData: P.pageContext.entity.page });
|
|
49
49
|
});
|
|
50
50
|
}), i(() => {
|
|
51
51
|
S.$off(T.value + "-scanDone"), S.$off(T.value + "-pickFileDone");
|
|
52
|
-
}),
|
|
52
|
+
}), O2({ getCustomRef: function() {
|
|
53
53
|
return X.value;
|
|
54
54
|
} }), (e3, t2) => {
|
|
55
|
-
const o2 =
|
|
56
|
-
return
|
|
55
|
+
const o2 = l("el-form-item");
|
|
56
|
+
return N.value.tittleShow ? (p(), u(o2, { key: 0, ref_key: "formItemRef", ref: Y, required: N.value.required, class: g(m(H)), "label-width": N.value.labelWidth, style: c(m(I)) }, { label: d(() => [N.value.tittleShow ? (p(), r("div", { key: 0, ref_key: "titleRef", ref: Z, style: c({ ...m(B) }) }, v(m(w)(N.value.title)), 5)) : s("", true)]), default: d(() => [J.value ? (p(), r("div", U, [(p(), u(f(J.value), { ref_key: "customRef", ref: X, size: N.value.size, entity: e3.pageContext.entity.data, pageData: e3.pageContext.entity.page, pageContext: e3.pageContext, configureObj: e3.configure, prop: m(h)(e3.configure.props && e3.configure.props.base ? e3.configure.props.base.prop : null), "custom-params": m(W), modelValue: z.value, "onUpdate:modelValue": t2[0] || (t2[0] = (e4) => z.value = e4), disabled: "disabled" === N.value.state, "additional-param-map": m(A), "component-id": T.value, onSetEntityValue: K, onSetCustomRules: L, onRestoreGridEdit: M, onHandleEvent: ee, onChange: t2[1] || (t2[1] = (t3) => m(R)(z.value, e3.pageContext, e3.configure, "change")) }, null, 40, ["size", "entity", "pageData", "pageContext", "configureObj", "prop", "custom-params", "modelValue", "disabled", "additional-param-map", "component-id"]))])) : s("", true)]), _: 1 }, 8, ["required", "class", "label-width", "style"])) : J.value ? (p(), r("div", F, [(p(), u(f(J.value), { ref_key: "customRef", ref: X, entity: e3.pageContext.entity.data, pageData: e3.pageContext.entity.page, pageContext: e3.pageContext, configureObj: e3.configure, prop: m(h)(e3.configure.props && e3.configure.props.base ? e3.configure.props.base.prop : null), "custom-params": m(W), modelValue: z.value, "onUpdate:modelValue": t2[2] || (t2[2] = (e4) => z.value = e4), disabled: "disabled" === N.value.state, "additional-param-map": m(A), "component-id": T.value, onSetEntityValue: K, onSetCustomRules: L, onRestoreGridEdit: M, onHandleEvent: ee, onChange: t2[3] || (t2[3] = (t3) => m(R)(z.value, e3.pageContext, e3.configure, "change")) }, null, 40, ["entity", "pageData", "pageContext", "configureObj", "prop", "custom-params", "modelValue", "disabled", "additional-param-map", "component-id"]))])) : s("", true);
|
|
57
57
|
};
|
|
58
58
|
} });
|
|
59
59
|
export {
|
|
60
|
-
|
|
60
|
+
O as default
|
|
61
61
|
};
|
package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js
CHANGED
|
@@ -7,27 +7,27 @@ import Y from "../common/title-suffix-element.vue.js";
|
|
|
7
7
|
import R from "dayjs";
|
|
8
8
|
import { $t as _ } from "../../../../utils/i18n-util.js";
|
|
9
9
|
const z = e({ __name: "datepicker-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
|
|
10
|
-
const z2 = e2, P = z2.pageContext.entity ? z2.pageContext.entity : {}, S = z2.configure.runtime ? z2.configure.runtime : {}, w = S.style, A = S.class, D = S.headerStyle,
|
|
11
|
-
let
|
|
12
|
-
if (z2.pageContext.modelFieldsMap &&
|
|
13
|
-
const e3 = C(
|
|
10
|
+
const z2 = e2, P = z2.pageContext.entity ? z2.pageContext.entity : {}, S = z2.configure.runtime ? z2.configure.runtime : {}, w = S.style, A = S.class, D = S.headerStyle, $ = S.titleExceedStyle, q = a(S.props ? S.props : {});
|
|
11
|
+
let I = h(z2.pageContext, z2.configure, q.value.prop);
|
|
12
|
+
if (z2.pageContext.modelFieldsMap && I && I.length > 0 && "data" === I[0]) {
|
|
13
|
+
const e3 = C(I, z2.pageContext);
|
|
14
14
|
e3 && function(e4) {
|
|
15
15
|
const a2 = e4.dataType;
|
|
16
|
-
k(a2) && ("year" ===
|
|
16
|
+
k(a2) && ("year" === q.value.dateType && "YYYY" === q.value.valueFormat || "month" === q.value.dateType && "YYYY-MM" === q.value.valueFormat) && (q.value.valueFormat = "x");
|
|
17
17
|
}(e3);
|
|
18
18
|
}
|
|
19
|
-
let
|
|
20
|
-
if (
|
|
21
|
-
|
|
22
|
-
let e3 =
|
|
19
|
+
let M = null, B = false;
|
|
20
|
+
if (q.value.dateType && q.value.dateType.includes("range")) {
|
|
21
|
+
B = true;
|
|
22
|
+
let e3 = q.value.prop2;
|
|
23
23
|
e3 && e3.startsWith("${") || (e3 = "${page." + z2.configure.uuid + "-2}");
|
|
24
24
|
const a2 = x(P, e3, null);
|
|
25
|
-
if (e3 = e3.substring(2, e3.length - 1),
|
|
26
|
-
const e4 = x(P,
|
|
27
|
-
b(P,
|
|
25
|
+
if (e3 = e3.substring(2, e3.length - 1), M = e3.split("."), !(a2 || P.data && (P.data.id || P.data.ID)) && q.value.defaultValue2) {
|
|
26
|
+
const e4 = x(P, q.value.defaultValue2);
|
|
27
|
+
b(P, M, e4);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
-
const
|
|
30
|
+
const N = a(null), U = a(null), W = a(null);
|
|
31
31
|
function E(e3, a2) {
|
|
32
32
|
if (!e3) return e3;
|
|
33
33
|
if (a2) {
|
|
@@ -37,7 +37,7 @@ const z = e({ __name: "datepicker-runtime", props: { pageContext: {}, configure:
|
|
|
37
37
|
let t2 = null;
|
|
38
38
|
return t2 = "x" === a2 ? l2.toDate().getTime() : R(e3).format(a2), t2;
|
|
39
39
|
} catch (a3) {
|
|
40
|
-
return e3;
|
|
40
|
+
return console.error("日期值格式化错误", a3), console.error(`value: ${e3} ,valueFormat: ${q.value.valueFormat}`), e3;
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
return e3;
|
|
@@ -45,30 +45,30 @@ const z = e({ __name: "datepicker-runtime", props: { pageContext: {}, configure:
|
|
|
45
45
|
if (l(() => {
|
|
46
46
|
t(() => {
|
|
47
47
|
const e3 = O.value;
|
|
48
|
-
T(e3, z2.pageContext, z2.configure, { formItemRef:
|
|
48
|
+
T(e3, z2.pageContext, z2.configure, { formItemRef: N.value, componentRef: U.value, titleRef: W.value, value: e3, entity: z2.pageContext.entity.data, pageData: z2.pageContext.entity.page });
|
|
49
49
|
});
|
|
50
|
-
}),
|
|
51
|
-
const e3 = F(P,
|
|
52
|
-
e3 !== a2 && b(P,
|
|
50
|
+
}), I) {
|
|
51
|
+
const e3 = F(P, I), a2 = E(e3, q.value.valueFormat);
|
|
52
|
+
e3 !== a2 && b(P, I, a2);
|
|
53
53
|
}
|
|
54
|
-
if (
|
|
55
|
-
const e3 = F(P,
|
|
56
|
-
e3 !== a2 && b(P,
|
|
54
|
+
if (M) {
|
|
55
|
+
const e3 = F(P, M), a2 = E(e3, q.value.valueFormat);
|
|
56
|
+
e3 !== a2 && b(P, M, a2);
|
|
57
57
|
}
|
|
58
58
|
const O = o({ get() {
|
|
59
|
-
if (
|
|
59
|
+
if (B) {
|
|
60
60
|
const e3 = [];
|
|
61
|
-
let a2 = F(P,
|
|
62
|
-
e3.push(E(a2,
|
|
63
|
-
let l2 = F(P,
|
|
64
|
-
return e3.push(E(l2,
|
|
61
|
+
let a2 = F(P, I);
|
|
62
|
+
e3.push(E(a2, q.value.valueFormat));
|
|
63
|
+
let l2 = F(P, M);
|
|
64
|
+
return e3.push(E(l2, q.value.valueFormat)), e3;
|
|
65
65
|
}
|
|
66
|
-
return E(F(P,
|
|
66
|
+
return E(F(P, I), q.value.valueFormat);
|
|
67
67
|
}, set(e3) {
|
|
68
|
-
|
|
69
|
-
} }), G = a(y(
|
|
70
|
-
if (
|
|
71
|
-
const e3 = V(z2.pageContext,
|
|
68
|
+
B ? Array.isArray(e3) ? (b(P, I, e3[0]), b(P, M, e3[1])) : null === e3 && (b(P, I, null), b(P, M, null)) : b(P, I, e3);
|
|
69
|
+
} }), G = a(y(q.value.dateScopeDetails, q.value.sourceType, q.value.dateType));
|
|
70
|
+
if (q.value.shortcutsFunc) {
|
|
71
|
+
const e3 = V(z2.pageContext, q.value.shortcutsFunc);
|
|
72
72
|
if (e3) {
|
|
73
73
|
let a2 = e3.apply(e3, [{ pageContext: z2.pageContext, configureObj: z2.configure }]);
|
|
74
74
|
if (a2) {
|
|
@@ -79,7 +79,7 @@ const z = e({ __name: "datepicker-runtime", props: { pageContext: {}, configure:
|
|
|
79
79
|
}
|
|
80
80
|
return (e3, a2) => {
|
|
81
81
|
const l2 = r("el-time-picker"), t2 = r("el-date-picker"), o2 = r("el-form-item");
|
|
82
|
-
return n(), u(o2, { ref_key: "formItemRef", ref:
|
|
82
|
+
return n(), u(o2, { ref_key: "formItemRef", ref: N, required: q.value.required, class: p(s(A)), "label-width": q.value.labelWidth, style: i(s(w)) }, { label: c(() => [q.value.tittleShow ? (n(), d("div", { key: 0, ref_key: "titleRef", ref: W, style: i({ ...s(D), ...s($) }) }, [q.value.prefixType ? (n(), u(Y, { key: 0, pageContext: e3.pageContext, property: q.value }, null, 8, ["pageContext", "property"])) : (n(), d(f, { key: 1 }, [g(m(s(_)(q.value.title)), 1)], 64))], 4)) : v("", true)]), default: c(() => ["time" == q.value.dateType || "timerange" == q.value.dateType ? (n(), u(l2, { key: 0, ref_key: "componentRef", ref: U, "is-range": "timerange" == q.value.dateType, style: { width: "100%" }, "range-separator": "-", clearable: q.value.clearable, disabled: "disabled" === q.value.state, readonly: "readonly" === q.value.state, size: q.value.size, placeholder: q.value.placeholder, "start-placeholder": q.value.placeholder, "end-placeholder": q.value.endPlaceholder ? q.value.endPlaceholder : q.value.placeholder, "unlink-panels": true, format: q.value.format, "value-format": q.value.valueFormat, modelValue: O.value, "onUpdate:modelValue": a2[0] || (a2[0] = (e4) => O.value = e4), shortcuts: G.value, type: q.value.dateType, onChange: a2[1] || (a2[1] = (a3) => s(j)(a3, e3.pageContext, e3.configure, "change")), onBlur: a2[2] || (a2[2] = (a3) => s(j)(a3, e3.pageContext, e3.configure, "blur")), onFocus: a2[3] || (a2[3] = (a3) => s(j)(a3, e3.pageContext, e3.configure, "focus")), onVisibleChange: a2[4] || (a2[4] = (a3) => s(j)(a3, e3.pageContext, e3.configure, "visible-change")), onPanelChange: a2[5] || (a2[5] = (a3) => s(j)(a3, e3.pageContext, e3.configure, "panel-change")), onClear: a2[6] || (a2[6] = (a3) => s(j)(a3, e3.pageContext, e3.configure, "clear")) }, null, 8, ["is-range", "clearable", "disabled", "readonly", "size", "placeholder", "start-placeholder", "end-placeholder", "format", "value-format", "modelValue", "shortcuts", "type"])) : (n(), u(t2, { key: 1, ref_key: "componentRef", ref: U, clearable: q.value.clearable, style: { width: "100%" }, "unlink-panels": true, disabled: "disabled" === q.value.state, readonly: "readonly" === q.value.state, size: q.value.size, placeholder: q.value.placeholder, "start-placeholder": q.value.placeholder, "end-placeholder": q.value.endPlaceholder ? q.value.endPlaceholder : q.value.placeholder, format: q.value.format, "value-format": q.value.valueFormat, modelValue: O.value, "onUpdate:modelValue": a2[7] || (a2[7] = (e4) => O.value = e4), shortcuts: G.value, type: q.value.dateType, onChange: a2[8] || (a2[8] = (a3) => s(j)(a3, e3.pageContext, e3.configure, "change")), onBlur: a2[9] || (a2[9] = (a3) => s(j)(a3, e3.pageContext, e3.configure, "blur")), onFocus: a2[10] || (a2[10] = (a3) => s(j)(a3, e3.pageContext, e3.configure, "focus")), onVisibleChange: a2[11] || (a2[11] = (a3) => s(j)(a3, e3.pageContext, e3.configure, "visible-change")), onPanelChange: a2[12] || (a2[12] = (a3) => s(j)(a3, e3.pageContext, e3.configure, "panel-change")), onClear: a2[13] || (a2[13] = (a3) => s(j)(a3, e3.pageContext, e3.configure, "clear")) }, null, 8, ["clearable", "disabled", "readonly", "size", "placeholder", "start-placeholder", "end-placeholder", "format", "value-format", "modelValue", "shortcuts", "type"]))]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
|
|
83
83
|
};
|
|
84
84
|
} });
|
|
85
85
|
export {
|
package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { defineComponent as e, ref as l, watch as t, onMounted as
|
|
1
|
+
import { defineComponent as e, ref as l, watch as t, onMounted as o, nextTick as i, onUnmounted as a, resolveComponent as n, createBlock as s, createCommentVNode as u, openBlock as p, normalizeStyle as r, normalizeClass as m, unref as f, withCtx as v, createElementBlock as c, toDisplayString as d } from "vue";
|
|
2
2
|
import { getVariableValue as h, setVariableValue as y } from "../../../../utils/page-helper-util.js";
|
|
3
3
|
import { handleAfterInitEvent as g, fileUploadBeforeUpload as C } from "../../../../utils/events/event-util.js";
|
|
4
4
|
import x from "agilebuilder-ui/src/utils/request";
|
|
5
5
|
import { FsUploadNew as b } from "agilebuilder-ui";
|
|
6
6
|
import k from "../../../../utils/eventBus.js";
|
|
7
|
-
import { $t as
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
|
|
11
|
-
A(h(
|
|
7
|
+
import { $t as P } from "../../../../utils/i18n-util.js";
|
|
8
|
+
const _ = e({ __name: "fileupload-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
|
|
9
|
+
const _2 = e2, w = _2.configure.runtime ? _2.configure.runtime : {}, j = l(w.props ? w.props : {}), I = w.style, R = w.class, T = w.headerStyle, z = w.titleExceedStyle, F = _2.pageContext.entity ? _2.pageContext.entity : {}, O = _2.configure.props.base ? _2.configure.props.base : {}, S = G(O.prop), D = G(O.propName);
|
|
10
|
+
S && S.length > 1 && t(() => _2.pageContext.entity[S[0]][S[1]], (e3) => {
|
|
11
|
+
A(h(F, S));
|
|
12
12
|
});
|
|
13
|
-
const
|
|
13
|
+
const N = _2.pageContext.code, q = l(S ? N + "__" + S.join("__") : null), U = h(F, S), $ = l(null), W = l(false), B = l([]), E = l({});
|
|
14
14
|
function A(e3) {
|
|
15
15
|
if (e3) {
|
|
16
16
|
const l2 = e3.split(",");
|
|
17
17
|
if (l2.length > 0) {
|
|
18
|
-
const e4 =
|
|
18
|
+
const e4 = _2.pageContext.backendUrl;
|
|
19
19
|
x.post(e4 + "/common/fs-upload/search-file-names", l2).then((e5) => {
|
|
20
20
|
B.value = [];
|
|
21
21
|
const t2 = [];
|
|
22
|
-
for (let
|
|
23
|
-
const
|
|
24
|
-
t2.push(e5[
|
|
22
|
+
for (let o2 = 0; o2 < l2.length; o2++) {
|
|
23
|
+
const i2 = l2[o2];
|
|
24
|
+
t2.push(e5[i2]), B.value.push({ showName: e5[i2], serverPath: i2 });
|
|
25
25
|
}
|
|
26
26
|
"input" === j.value.displayType && (E.value.showName = t2.join(","), E.value.serverPath = l2.join(","));
|
|
27
27
|
}).finally(() => {
|
|
@@ -48,22 +48,22 @@ const w = e({ __name: "fileupload-runtime", props: { pageContext: {}, configure:
|
|
|
48
48
|
for (let l3 = 0; l3 < e4; l3++) B.value.shift();
|
|
49
49
|
}
|
|
50
50
|
for (let t2 = 0; t2 < B.value.length; t2++) e3.push(B.value[t2].showName), l2.push(B.value[t2].serverPath);
|
|
51
|
-
y(
|
|
51
|
+
y(_2.pageContext.entity, S, l2.join(",")), y(_2.pageContext.entity, D, e3.join(","));
|
|
52
52
|
}, M = l(null), Q = l(null);
|
|
53
|
-
return
|
|
54
|
-
k.$on(
|
|
55
|
-
$.value.pickFileDone(e3);
|
|
56
|
-
}),
|
|
57
|
-
const e3 = h(
|
|
58
|
-
g(l2,
|
|
53
|
+
return o(() => {
|
|
54
|
+
k.$on(q.value + "-pickFileDone", (e3) => {
|
|
55
|
+
console.log("superPage4444---pickFileDone--componentId.value=", q.value, "data=", e3), $.value.pickFileDone(e3);
|
|
56
|
+
}), i(() => {
|
|
57
|
+
const e3 = h(F, S), l2 = { showName: h(F, D), serverPath: e3 };
|
|
58
|
+
g(l2, _2.pageContext, _2.configure, { formItemRef: M.value, componentRef: $.value, titleRef: Q.value, value: l2, entity: _2.pageContext.entity.data, pageData: _2.pageContext.entity.page });
|
|
59
59
|
});
|
|
60
60
|
}), a(() => {
|
|
61
|
-
k.$off(
|
|
61
|
+
k.$off(q.value + "-pickFileDone");
|
|
62
62
|
}), (e3, l2) => {
|
|
63
|
-
const t2 =
|
|
64
|
-
return j.value.tittleShow ? (p(),
|
|
63
|
+
const t2 = n("el-form-item");
|
|
64
|
+
return j.value.tittleShow ? (p(), s(t2, { key: 0, ref_key: "formItemRef", ref: M, required: j.value.required, class: m(f(R)), "label-width": j.value.labelWidth, style: r(f(I)) }, { label: v(() => [j.value.tittleShow ? (p(), c("div", { key: 0, ref_key: "titleRef", ref: Q, style: r({ ...f(T), ...f(z) }) }, d(f(P)(j.value.title)), 5)) : u("", true)]), default: v(() => [W.value ? (p(), s(f(b), { key: 0, ref_key: "fileUploadRef", ref: $, style: { width: "100%" }, disabled: "disabled" === j.value.state, displayType: j.value.displayType, accept: j.value.accept, multiple: j.value.multiple, placeholder: j.value.placeholder, limit: j.value.limit, "limit-file-size": j.value.limitFileSize, openCameraOrChoosePhoto: j.value.openCameraOrChoosePhoto, "file-info": E.value, "file-list": B.value, "system-code": e3.pageContext.systemCode, componentId: q.value, "on-success": J, "on-remove": K, "before-upload": H, pageContext: e3.pageContext }, null, 8, ["disabled", "displayType", "accept", "multiple", "placeholder", "limit", "limit-file-size", "openCameraOrChoosePhoto", "file-info", "file-list", "system-code", "componentId", "pageContext"])) : u("", true)]), _: 1 }, 8, ["required", "class", "label-width", "style"])) : W.value ? (p(), s(f(b), { key: 1, ref_key: "fileUploadRef", ref: $, style: { width: "100%" }, disabled: "disabled" === j.value.state, displayType: j.value.displayType, accept: j.value.accept, multiple: j.value.multiple, placeholder: j.value.placeholder, limit: j.value.limit, "limit-file-size": j.value.limitFileSize, openCameraOrChoosePhoto: j.value.openCameraOrChoosePhoto, "file-info": E.value, "file-list": B.value, "system-code": e3.pageContext.systemCode, componentId: q.value, "on-success": J, "on-remove": K, "before-upload": H, pageContext: e3.pageContext }, null, 8, ["disabled", "displayType", "accept", "multiple", "placeholder", "limit", "limit-file-size", "openCameraOrChoosePhoto", "file-info", "file-list", "system-code", "componentId", "pageContext"])) : u("", true);
|
|
65
65
|
};
|
|
66
66
|
} });
|
|
67
67
|
export {
|
|
68
|
-
|
|
68
|
+
_ as default
|
|
69
69
|
};
|
package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js
CHANGED
|
@@ -1,75 +1,76 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, computed as
|
|
2
|
-
import { SuperIcon as
|
|
3
|
-
import { getFormModelFields as
|
|
4
|
-
import { getModelFieldFromPageContext as
|
|
1
|
+
import { defineComponent as e, ref as t, computed as n, onMounted as o, nextTick as l, onUnmounted as a, watch as u, resolveComponent as i, createBlock as r, openBlock as p, normalizeStyle as s, normalizeClass as c, unref as v, withCtx as f, createVNode as g, createCommentVNode as y, createSlots as d, createTextVNode as m, toDisplayString as x, createElementBlock as C, Fragment as w } from "vue";
|
|
2
|
+
import { SuperIcon as k } from "agilebuilder-ui";
|
|
3
|
+
import { getFormModelFields as I } from "../../../../utils/page-init-util.js";
|
|
4
|
+
import { getModelFieldFromPageContext as T, isNumberDataType as V, setVariableValue as h, getVariableValue as b } from "../../../../utils/page-helper-util.js";
|
|
5
5
|
import { handleFormEvent as _, handleAfterInitEvent as S, doSuffixOrPrefixClickEvent as j } from "../../../../utils/events/event-util.js";
|
|
6
|
-
import { formatScanRuleSets as
|
|
7
|
-
import
|
|
8
|
-
import { isMobileBrowser as
|
|
9
|
-
import
|
|
10
|
-
import { $t as
|
|
11
|
-
const
|
|
6
|
+
import { formatScanRuleSets as O, analysisScanValue as R, setScanAnalysisValue as D } from "../../../../utils/form/scan-util.js";
|
|
7
|
+
import N from "../common/title-suffix-element.vue.js";
|
|
8
|
+
import { isMobileBrowser as P } from "agilebuilder-ui/src/utils/common-util";
|
|
9
|
+
import J from "../../../../utils/eventBus.js";
|
|
10
|
+
import { $t as M } from "../../../../utils/i18n-util.js";
|
|
11
|
+
const q = e({ __name: "inputtext-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: q2 }) {
|
|
12
12
|
var _a, _b, _c;
|
|
13
|
-
const
|
|
14
|
-
let
|
|
15
|
-
if (
|
|
16
|
-
const e3 =
|
|
17
|
-
e3 && (
|
|
13
|
+
const z = e2, L = z.pageContext.entity ? z.pageContext.entity : {}, A = t("text");
|
|
14
|
+
let B = I(z.pageContext, z.configure);
|
|
15
|
+
if (z.pageContext.modelFieldsMap) {
|
|
16
|
+
const e3 = T(B, z.pageContext);
|
|
17
|
+
e3 && (A.value = V(e3.dataType) ? "number" : "text");
|
|
18
18
|
}
|
|
19
|
-
const
|
|
20
|
-
e3 = e3.trim(),
|
|
21
|
-
} }), W = t(null), G = t(null), H = t(null), K =
|
|
19
|
+
const F = t(P()), $ = z.pageContext.code, E = t(B && B.length > 0 ? $ + "__" + B.join("__") : null), U = n({ get: () => b(L, B), set(e3) {
|
|
20
|
+
e3 = e3.trim(), h(L, B, e3);
|
|
21
|
+
} }), W = t(null), G = t(null), H = t(null), K = z.configure.runtime ? z.configure.runtime : {}, Q = t(K.props ? K.props : {}), X = t(!!((_a = Q.value.scan) == null ? void 0 : _a.enable));
|
|
22
22
|
let Y = false;
|
|
23
23
|
const Z = window.localStorage.getItem("auth_source");
|
|
24
24
|
Z && "dingtalk" === Z && (Y = true);
|
|
25
25
|
let ee = "";
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
26
|
+
const te = navigator.userAgent;
|
|
27
|
+
ee = te.indexOf(" uni-app ") > 0 ? "app" : "browser";
|
|
28
|
+
const ne = !(!F.value || !ee || "app" !== ee), oe = t(!!((ne || Y) && X.value || F.value && X.value && "https:" === window.location.protocol));
|
|
29
|
+
let le = {};
|
|
30
|
+
((_b = Q.value.scan) == null ? void 0 : _b.enable) && ((_c = Q.value.scan.ruleList) == null ? void 0 : _c.length) > 0 && (O(Q.value.scan.ruleList).then((e3) => {
|
|
31
|
+
le = e3;
|
|
31
32
|
}), u(() => U.value, (e3) => {
|
|
32
33
|
e3 = e3.trim();
|
|
33
|
-
const t2 =
|
|
34
|
-
t2 &&
|
|
34
|
+
const t2 = R(e3, le);
|
|
35
|
+
t2 && D(z.pageContext, t2.scanSet, t2.params);
|
|
35
36
|
}));
|
|
36
|
-
const
|
|
37
|
-
function
|
|
38
|
-
return
|
|
37
|
+
const ae = K.style, ue = K.class, ie = K.headerStyle, re = K.titleExceedStyle;
|
|
38
|
+
function pe(e3) {
|
|
39
|
+
return h(L, B, e3);
|
|
39
40
|
}
|
|
40
41
|
o(() => {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
}),
|
|
42
|
+
J.$on(E.value + "-scanDone", (e3) => {
|
|
43
|
+
console.log("superPage4444---scanDone--componentId.value=", E.value, "data=", JSON.stringify(e3)), pe(e3.result), _(e3.result, z.pageContext, z.configure, "afterScanDone");
|
|
44
|
+
}), l(() => {
|
|
44
45
|
var _a2;
|
|
45
46
|
const e3 = U.value;
|
|
46
|
-
S(e3,
|
|
47
|
-
});
|
|
47
|
+
S(e3, z.pageContext, z.configure, { formItemRef: W.value, componentRef: G.value, titleRef: H.value, value: e3, entity: z.pageContext.entity.data, pageData: z.pageContext.entity.page }), oe.value && ((_a2 = Q.value.scan) == null ? void 0 : _a2.autoOpen) && ce();
|
|
48
|
+
}), console.log("input-text");
|
|
48
49
|
}), a(() => {
|
|
49
|
-
|
|
50
|
+
J.$off(E.value + "-scanDone");
|
|
50
51
|
});
|
|
51
|
-
const
|
|
52
|
+
const se = t(false);
|
|
52
53
|
function ce() {
|
|
53
|
-
if (
|
|
54
|
-
const e3 = { type: "scan", componentId: E.value, systemCode:
|
|
55
|
-
Y && (e3.type = "dingTalkScan"), window.parent.postMessage(JSON.stringify(e3), "*");
|
|
56
|
-
} else if (
|
|
54
|
+
if (console.log("scanClick----userAgent=", ee), ne || Y) {
|
|
55
|
+
const e3 = { type: "scan", componentId: E.value, systemCode: z.pageContext.systemCode };
|
|
56
|
+
Y && (e3.type = "dingTalkScan"), window.parent.parent ? (console.log("scanClick----window.parent.parent", window.parent.parent), window.parent.parent.postMessage(JSON.stringify(e3), "*")) : window.parent && (console.log("scanClick----window.parent", window.parent), window.parent.postMessage(JSON.stringify(e3), "*"));
|
|
57
|
+
} else if (F.value) if ("https:" === window.location.protocol) se.value = true;
|
|
57
58
|
else {
|
|
58
|
-
const e3 = { type: "scan", componentId: E.value, systemCode:
|
|
59
|
+
const e3 = { type: "scan", componentId: E.value, systemCode: z.pageContext.systemCode };
|
|
59
60
|
window.parent.postMessage(JSON.stringify(e3), "*");
|
|
60
61
|
}
|
|
61
|
-
else
|
|
62
|
+
else se.value = true;
|
|
62
63
|
}
|
|
63
|
-
function
|
|
64
|
-
|
|
64
|
+
function ve(e3) {
|
|
65
|
+
se.value = false, pe(e3);
|
|
65
66
|
}
|
|
66
|
-
return
|
|
67
|
-
return b(
|
|
68
|
-
}, setValue:
|
|
69
|
-
const
|
|
70
|
-
return p(), r(
|
|
67
|
+
return q2({ getValue: function() {
|
|
68
|
+
return b(L, B);
|
|
69
|
+
}, setValue: pe, scanClick: ce }), (e3, t2) => {
|
|
70
|
+
const n2 = i("el-input"), o2 = i("scan-code-input-browser"), l2 = i("el-form-item");
|
|
71
|
+
return p(), r(l2, { ref_key: "formItemRef", ref: W, required: !!Q.value.required, class: c(v(ue)), "label-width": Q.value.labelWidth, style: s(v(ae)) }, { label: f(() => [Q.value.tittleShow ? (p(), C("div", { key: 0, ref_key: "titleRef", ref: H, style: s({ ...v(ie), ...v(re) }) }, [Q.value.prefixType ? (p(), r(N, { key: 0, pageContext: e3.pageContext, property: Q.value }, null, 8, ["pageContext", "property"])) : (p(), C(w, { key: 1 }, [m(x(v(M)(Q.value.title)), 1)], 64))], 4)) : y("", true)]), default: f(() => [g(n2, { ref_key: "componentRef", ref: G, disabled: "disabled" === Q.value.state, readonly: "readonly" === Q.value.state, size: Q.value.size, clearable: Q.value.clearable, placeholder: Q.value.placeholder, maxlength: Q.value.maxLength, "show-word-limit": Q.value.showInputNum, type: A.value, modelValue: U.value, "onUpdate:modelValue": t2[5] || (t2[5] = (e4) => U.value = e4), onInput: t2[6] || (t2[6] = (t3) => v(_)(t3, e3.pageContext, e3.configure, "input")), onChange: t2[7] || (t2[7] = (t3) => v(_)(t3, e3.pageContext, e3.configure, "change")), onBlur: t2[8] || (t2[8] = (t3) => v(_)(t3, e3.pageContext, e3.configure, "blur")), onFocus: t2[9] || (t2[9] = (t3) => v(_)(t3, e3.pageContext, e3.configure, "focus")), onClick: t2[10] || (t2[10] = (t3) => v(_)(t3, e3.pageContext, e3.configure, "click")), onClear: t2[11] || (t2[11] = (t3) => v(_)(t3, e3.pageContext, e3.configure, "clear")) }, d({ _: 2 }, ["outer" != Q.value.iconPosition && (Q.value.preIconType && Q.value.preIconValue || Q.value.preText) ? { name: "prefix", fn: f(() => [Q.value.preIconType && Q.value.preIconValue ? (p(), r(v(k), { key: 0, style: { cursor: "pointer" }, iconType: Q.value.preIconType, iconValue: Q.value.preIconValue, onClick: t2[0] || (t2[0] = (t3) => v(j)(U.value, e3.pageContext, e3.configure, "prefixClick")) }, null, 8, ["iconType", "iconValue"])) : y("", true), m(" " + x(v(M)(Q.value.preText)), 1)]), key: "0" } : void 0, "outer" == Q.value.iconPosition && (Q.value.preIconType && Q.value.preIconValue || Q.value.preText) ? { name: "prepend", fn: f(() => [Q.value.preIconType && Q.value.preIconValue ? (p(), r(v(k), { key: 0, style: { cursor: "pointer" }, iconType: Q.value.preIconType, iconValue: Q.value.preIconValue, onClick: t2[1] || (t2[1] = (t3) => v(j)(U.value, e3.pageContext, e3.configure, "prefixClick")) }, null, 8, ["iconType", "iconValue"])) : y("", true), m(" " + x(v(M)(Q.value.preText)), 1)]), key: "1" } : void 0, "outer" != Q.value.iconPosition && (Q.value.sufIconType && Q.value.sufIconValue || Q.value.sufText) ? { name: "suffix", fn: f(() => [Q.value.sufIconType && Q.value.sufIconValue ? (p(), r(v(k), { key: 0, style: { cursor: "pointer" }, iconType: Q.value.sufIconType, iconValue: Q.value.sufIconValue, onClick: t2[2] || (t2[2] = (t3) => v(j)(U.value, e3.pageContext, e3.configure, "suffixClick")) }, null, 8, ["iconType", "iconValue"])) : y("", true), m(" " + x(v(M)(Q.value.sufText)), 1)]), key: "2" } : void 0, oe.value || "outer" == Q.value.iconPosition && (Q.value.sufIconType && Q.value.sufIconValue || Q.value.sufText) ? { name: "append", fn: f(() => [oe.value ? (p(), r(v(k), { key: 0, style: { cursor: "pointer" }, iconValue: "fa-barcode", onClick: t2[3] || (t2[3] = (e4) => ce()) })) : y("", true), Q.value.sufIconType && Q.value.sufIconValue ? (p(), r(v(k), { key: 1, style: { cursor: "pointer" }, iconType: Q.value.sufIconType, iconValue: Q.value.sufIconValue, onClick: t2[4] || (t2[4] = (t3) => v(j)(U.value, e3.pageContext, e3.configure, "suffixClick")) }, null, 8, ["iconType", "iconValue"])) : y("", true), m(" " + x(v(M)(Q.value.sufText)), 1)]), key: "3" } : void 0]), 1032, ["disabled", "readonly", "size", "clearable", "placeholder", "maxlength", "show-word-limit", "type", "modelValue"]), se.value ? (p(), r(o2, { key: 0, onClose: ve })) : y("", true)]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
|
|
71
72
|
};
|
|
72
73
|
} });
|
|
73
74
|
export {
|
|
74
|
-
|
|
75
|
+
q as default
|
|
75
76
|
};
|
|
@@ -1,14 +1,16 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, computed as l, onMounted as u, nextTick as a, resolveComponent as n, createElementBlock as
|
|
1
|
+
import { defineComponent as e, ref as t, computed as l, onMounted as u, nextTick as a, resolveComponent as n, createElementBlock as o, createBlock as i, openBlock as s, normalizeStyle as p, normalizeClass as r, unref as c, createElementVNode as f, toDisplayString as v, withCtx as y, createCommentVNode as g, createTextVNode as x } from "vue";
|
|
2
2
|
import { getFormModelFields as d } from "../../../../utils/page-init-util.js";
|
|
3
3
|
import { getVariableValue as m, formatValueByType as h } from "../../../../utils/page-helper-util.js";
|
|
4
4
|
import { SuperIcon as k } from "agilebuilder-ui";
|
|
5
5
|
import { getCustomFunc as w, handleAfterInitEvent as T, handleFormEvent as C } from "../../../../utils/events/event-util.js";
|
|
6
6
|
import { $t as _ } from "../../../../utils/i18n-util.js";
|
|
7
7
|
const I = { style: { width: "100%", "text-align": "center", "font-weight": "700", "font-size": "24px", "margin-bottom": "20px" } }, b = { style: { overflow: "hidden", "white-space": "nowrap" } }, V = ["title"], j = e({ __name: "label-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: j2 }) {
|
|
8
|
-
const R = e2,
|
|
9
|
-
let
|
|
10
|
-
const q = R.configure.runtime ? R.configure.runtime : {}, O = q.style, z = q.class, D = q.headerStyle, E = q.appendClass, F = q.appendStyle, W = q.titleExceedStyle, A = t(q.props ? q.props : {}), B = t(A.value.options ? A.value.options : []), G = A.value.formatType
|
|
11
|
-
|
|
8
|
+
const R = e2, P = R.pageContext.entity ? R.pageContext.entity : {};
|
|
9
|
+
let S = d(R.pageContext, R.configure);
|
|
10
|
+
const q = R.configure.runtime ? R.configure.runtime : {}, O = q.style, z = q.class, D = q.headerStyle, E = q.appendClass, F = q.appendStyle, W = q.titleExceedStyle, A = t(q.props ? q.props : {}), B = t(A.value.options ? A.value.options : []), G = A.value.formatType;
|
|
11
|
+
console.log("designProperty.value", A.value);
|
|
12
|
+
const H = l(() => {
|
|
13
|
+
let e3 = m(P, S);
|
|
12
14
|
if (G) if (A.value.hasOptions) {
|
|
13
15
|
let t2 = null;
|
|
14
16
|
B.value && (t2 = B.value.filter((t3) => t3.value == e3)), t2 && t2.length > 0 && (e3 = t2[0].label);
|
|
@@ -27,7 +29,7 @@ const I = { style: { width: "100%", "text-align": "center", "font-weight": "700"
|
|
|
27
29
|
B.value = e3 || [];
|
|
28
30
|
} }), (e3, t2) => {
|
|
29
31
|
const l2 = n("el-form-item");
|
|
30
|
-
return A.value.whetherTittle ? (
|
|
32
|
+
return A.value.whetherTittle ? (s(), o("div", { key: 0, ref_key: "titleRef", ref: L, class: r(c(z)), style: p(c(O)) }, [f("div", I, v(A.value.title), 1)], 6)) : A.value.tittleShow ? (s(), i(l2, { key: 1, ref_key: "formItemRef", ref: J, required: !!A.value.required, class: r(c(z)), "label-width": A.value.labelWidth, style: p(c(O)) }, { label: y(() => [A.value.tittleShow ? (s(), o("div", { key: 0, ref_key: "titleRef", ref: L, style: p({ ...c(D), ...c(W) }) }, v(c(_)(A.value.title)), 5)) : g("", true)]), default: y(() => [f("div", { style: { display: "flex", width: "100%", "justify-content": "space-between" }, ref_key: "componentRef", ref: K, onClick: t2[0] || (t2[0] = (t3) => c(C)(t3, e3.pageContext, e3.configure, "click")) }, [f("span", b, [A.value.preIconValue || A.value.preText ? (s(), o("span", { key: 0, class: r({ "el-input__suffix": "outer" != A.value.iconPosition, "el-input-group__append": "outer" == A.value.iconPosition }), style: p(c(F)) }, [A.value.preIconType && A.value.preIconValue ? (s(), i(c(k), { key: 0, iconType: A.value.preIconType, iconValue: A.value.preIconValue }, null, 8, ["iconType", "iconValue"])) : g("", true), x(" " + v(c(_)(A.value.preText)), 1)], 6)) : g("", true), x(" " + v(H.value), 1)]), A.value.sufIconValue || A.value.sufText ? (s(), o("span", { key: 0, class: r({ "el-input__suffix": "outer" != A.value.iconPosition, "el-input-group__append": "outer" == A.value.iconPosition }) }, [A.value.sufIconType && A.value.sufIconValue ? (s(), i(c(k), { key: 0, style: {}, iconType: A.value.sufIconType, iconValue: A.value.sufIconValue }, null, 8, ["iconType", "iconValue"])) : g("", true), f("span", null, " " + v(c(_)(A.value.sufText)), 1)], 2)) : g("", true)], 512)]), _: 1 }, 8, ["required", "class", "label-width", "style"])) : (s(), o("span", { key: 2, style: { display: "flex", "justify-content": "space-between" }, onClick: t2[1] || (t2[1] = (t3) => c(C)(t3, e3.pageContext, e3.configure, "click")) }, [f("span", { style: { overflow: "hidden", "white-space": "nowrap" }, title: H.value }, v(A.value.prefixIcon) + " " + v(H.value), 9, V), A.value.suffixTxt ? (s(), o("span", { key: 0, class: r(c(E)), style: p(c(F)) }, v(A.value.suffixTxt), 7)) : g("", true)]));
|
|
31
33
|
};
|
|
32
34
|
} });
|
|
33
35
|
export {
|
|
@@ -1,29 +1,30 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, computed as l, onMounted as n, nextTick as a, resolveComponent as i, createBlock as u, openBlock as o, normalizeStyle as r, normalizeClass as s, unref as p, withCtx as f, createVNode as c, createTextVNode as d, toDisplayString as
|
|
1
|
+
import { defineComponent as e, ref as t, computed as l, onMounted as n, nextTick as a, resolveComponent as i, createBlock as u, openBlock as o, normalizeStyle as r, normalizeClass as s, unref as p, withCtx as f, createVNode as c, createTextVNode as d, toDisplayString as g, createElementBlock as m, createCommentVNode as v } from "vue";
|
|
2
2
|
import { getFormModelFields as y } from "../../../../utils/page-init-util.js";
|
|
3
3
|
import { getVariableValue as b } from "../../../../utils/page-helper-util.js";
|
|
4
4
|
import { handleAfterInitEvent as k, handleEvent as x } from "../../../../utils/events/event-util.js";
|
|
5
5
|
import { $t as C } from "../../../../utils/i18n-util.js";
|
|
6
6
|
const _ = e({ __name: "link-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
|
|
7
7
|
const _2 = e2, h = y(_2.pageContext, _2.configure), R = _2.configure.runtime ? _2.configure.runtime : {}, j = R.style, w = R.class, I = R.headerStyle, S = t(R.props ? R.props : {});
|
|
8
|
+
console.log("designProperty", S.value);
|
|
8
9
|
let $ = S.value.formatting;
|
|
9
|
-
const D = _2.pageContext.entity ? _2.pageContext.entity : {},
|
|
10
|
+
const D = _2.pageContext.entity ? _2.pageContext.entity : {}, P = l(() => {
|
|
10
11
|
let e3 = b(D, h);
|
|
11
12
|
return e3 = null == e3 || null == e3 ? "" : e3, $ && (e3 = $.replace(/\${value}/g, e3)), e3;
|
|
12
13
|
});
|
|
13
|
-
let
|
|
14
|
-
|
|
14
|
+
let V = S.value.tooltip, W = null;
|
|
15
|
+
V && (W = l(() => {
|
|
15
16
|
let e3 = b(D, h);
|
|
16
|
-
return e3 = null == e3 || null == e3 ? "" : e3,
|
|
17
|
+
return e3 = null == e3 || null == e3 ? "" : e3, V.replace(/\${value}/g, e3);
|
|
17
18
|
}));
|
|
18
|
-
const
|
|
19
|
+
const q = t(null), z = t(null), A = t(null);
|
|
19
20
|
return n(() => {
|
|
20
21
|
a(() => {
|
|
21
|
-
const e3 =
|
|
22
|
-
k(e3, _2.pageContext, _2.configure, { formItemRef:
|
|
22
|
+
const e3 = P.value;
|
|
23
|
+
k(e3, _2.pageContext, _2.configure, { formItemRef: q.value, componentRef: z.value, titleRef: A.value, value: e3, entity: _2.pageContext.entity.data, pageData: _2.pageContext.entity.page });
|
|
23
24
|
});
|
|
24
25
|
}), (e3, t2) => {
|
|
25
26
|
const l2 = i("el-link"), n2 = i("el-tooltip"), a2 = i("el-form-item");
|
|
26
|
-
return o(), u(a2, { ref_key: "formItemRef", ref:
|
|
27
|
+
return o(), u(a2, { ref_key: "formItemRef", ref: q, class: s(p(w)), "label-width": S.value.labelWidth, style: r(p(j)) }, { label: f(() => [S.value.tittleShow ? (o(), m("div", { key: 0, ref_key: "titleRef", ref: A, style: r({ ...p(I) }) }, g(p(C)(S.value.title)), 5)) : v("", true)]), default: f(() => [c(n2, { disabled: !p(W), content: p(W) }, { default: f(() => [c(l2, { ref_key: "componentRef", ref: z, disabled: "disabled" === S.value.state, type: S.value.type, underline: S.value.underline, onClick: t2[0] || (t2[0] = (t3) => p(x)(t3, e3.pageContext, e3.configure, "click", { skipValidate: true })) }, { default: f(() => [d(g(P.value), 1)]), _: 1 }, 8, ["disabled", "type", "underline"])]), _: 1 }, 8, ["disabled", "content"])]), _: 1 }, 8, ["class", "label-width", "style"]);
|
|
27
28
|
};
|
|
28
29
|
} });
|
|
29
30
|
export {
|
|
@@ -46,6 +46,7 @@ const q = e({ __name: "radio-runtime", props: { pageContext: {}, configure: {} }
|
|
|
46
46
|
Q && clearTimeout(Q), Q = setTimeout(function() {
|
|
47
47
|
const e3 = L();
|
|
48
48
|
e3 != N && (N = e3, S(w.pageContext, X, void 0).then((e4) => {
|
|
49
|
+
console.log("查询失败!", e4);
|
|
49
50
|
}));
|
|
50
51
|
}, 200);
|
|
51
52
|
}
|