liyu-pc-base 1.0.748 → 1.0.750
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/{FieldRender2-WCZVL9tE.js → FieldRender2-kn2PJB2Z.js} +56 -56
- package/dist/FieldRender2-kn2PJB2Z.js.map +1 -0
- package/dist/{FormRender3-DrVfwX_S.js → FormRender3-C9Dqgh9T.js} +1 -1
- package/dist/{FormRender3-DrVfwX_S.js.map → FormRender3-C9Dqgh9T.js.map} +1 -1
- package/dist/{SearchRender-B_wp70Us.js → SearchRender-Du85MPTB.js} +1 -1
- package/dist/{SearchRender-B_wp70Us.js.map → SearchRender-Du85MPTB.js.map} +1 -1
- package/dist/components/index.js +3 -3
- package/dist/index.js +1 -1
- package/dist/liyu-pc-base.css +1 -1
- package/package.json +1 -1
- package/dist/FieldRender2-WCZVL9tE.js.map +0 -1
|
@@ -13,8 +13,8 @@ import { t as g } from "./JsonObj-DIlhMCbj.js";
|
|
|
13
13
|
import { t as _ } from "./RemoteText-BVqSMfSl.js";
|
|
14
14
|
import { t as v } from "./modal-tools-CrXdI5sg.js";
|
|
15
15
|
import { resolveContextValue as y } from "./components/FormRender/utils.js";
|
|
16
|
-
import { exportJsonToExcelByTokenHeader as
|
|
17
|
-
import { a as
|
|
16
|
+
import { exportJsonToExcelByTokenHeader as ee } from "./utils/excel.js";
|
|
17
|
+
import { a as b, c as x, d as S, f as C, i as w, l as T, n as E, o as D, r as O, s as te, t as ne, u as re } from "./TinymceEditor-VlIMhy_4.js";
|
|
18
18
|
import { Fragment as k, computed as A, createBlock as j, createCommentVNode as M, createElementBlock as N, createElementVNode as P, createSlots as F, createTextVNode as I, createVNode as L, defineAsyncComponent as R, defineComponent as z, h as ie, mergeModels as ae, mergeProps as oe, normalizeClass as se, normalizeStyle as ce, onMounted as B, onUnmounted as V, openBlock as H, reactive as U, ref as W, renderList as G, renderSlot as le, resolveComponent as K, resolveDynamicComponent as q, toDisplayString as J, unref as ue, useModel as de, vShow as fe, watch as Y, withCtx as X, withDirectives as pe } from "vue";
|
|
19
19
|
import { Modal as me, message as he } from "ant-design-vue";
|
|
20
20
|
import { debounce as ge, isArray as _e } from "lodash-es";
|
|
@@ -81,7 +81,7 @@ var Se = z({
|
|
|
81
81
|
},
|
|
82
82
|
emits: ["update:value", "remove"],
|
|
83
83
|
setup(e, { emit: t }) {
|
|
84
|
-
let n = U({ ...e.field.form.rules }), r = W({}), i = R(() => import("./FormRender3-
|
|
84
|
+
let n = U({ ...e.field.form.rules }), r = W({}), i = R(() => import("./FormRender3-C9Dqgh9T.js").then((e) => e.n)), a, o = () => {
|
|
85
85
|
let e = /* @__PURE__ */ new Uint8Array(16);
|
|
86
86
|
return window.crypto.getRandomValues(e), Array.from(e, (e) => e.toString(16).padStart(2, "0")).join("");
|
|
87
87
|
}, c = W([]), l = o(), u = ([t, i]) => {
|
|
@@ -448,20 +448,20 @@ var De = /*#__PURE__*/ t(Se, [["render", Ee], ["__scopeId", "data-v-d6626b20"]])
|
|
|
448
448
|
f.value = e;
|
|
449
449
|
}, y = (e) => {
|
|
450
450
|
u.value.splice(e, 1), i("remove", e);
|
|
451
|
-
},
|
|
451
|
+
}, ee = A(() => {
|
|
452
452
|
if (r.innerModel) {
|
|
453
453
|
let e = r.innerModel[r.field.name] || [];
|
|
454
454
|
return (r.value || []).map((t, n) => e[n] || {});
|
|
455
455
|
}
|
|
456
456
|
return [];
|
|
457
|
-
}),
|
|
457
|
+
}), b = A(() => {
|
|
458
458
|
let e = [], t = 0;
|
|
459
459
|
for (let n of f.value) n.is_summary && e.push({ index: t }), t++;
|
|
460
460
|
return e;
|
|
461
461
|
});
|
|
462
462
|
return (e, t) => {
|
|
463
463
|
let r = K("DeleteOutlined"), i = K("a-button"), a = K("s-table-summary-cell"), o = K("s-table-summary-row"), s = K("s-table");
|
|
464
|
-
return H(), j(
|
|
464
|
+
return H(), j(S, {
|
|
465
465
|
"dynamic-title": e.field.dynamicTitle,
|
|
466
466
|
"onUpdate:dynamicTitle": t[1] ||= (t) => e.field.dynamicTitle = t
|
|
467
467
|
}, {
|
|
@@ -497,7 +497,7 @@ var De = /*#__PURE__*/ t(Se, [["render", Ee], ["__scopeId", "data-v-d6626b20"]])
|
|
|
497
497
|
validateInfos: c.value[n._key] || {},
|
|
498
498
|
options: e.field.form?.options || {},
|
|
499
499
|
context: e.context,
|
|
500
|
-
innerModel:
|
|
500
|
+
innerModel: ee.value[n._key],
|
|
501
501
|
globalInnerModel: e.globalInnerModel,
|
|
502
502
|
nestValidate: e.nestValidate,
|
|
503
503
|
baseKeyPath: [
|
|
@@ -525,13 +525,13 @@ var De = /*#__PURE__*/ t(Se, [["render", Ee], ["__scopeId", "data-v-d6626b20"]])
|
|
|
525
525
|
"onUpdate_model"
|
|
526
526
|
])) : M("", !0)]),
|
|
527
527
|
_: 2
|
|
528
|
-
}, [
|
|
528
|
+
}, [b.value.length > 0 ? {
|
|
529
529
|
name: "summary",
|
|
530
530
|
fn: X(() => [L(o, null, {
|
|
531
531
|
default: X(() => [L(a, { index: 0 }, {
|
|
532
532
|
default: X(() => t[2] ||= [I("合计")]),
|
|
533
533
|
_: 1
|
|
534
|
-
}), (H(!0), N(k, null, G(
|
|
534
|
+
}), (H(!0), N(k, null, G(b.value, (e) => (H(), j(a, {
|
|
535
535
|
key: e.index,
|
|
536
536
|
index: e.index
|
|
537
537
|
}, {
|
|
@@ -719,7 +719,7 @@ var Q = r(), Re = { class: "top_btn" }, ze = /*#__PURE__*/ t(/* @__PURE__ */ z({
|
|
|
719
719
|
color: "FFFF0000"
|
|
720
720
|
}] } : { title: [r.label] }), n.value && n.value.length > 0 ? t.push(n.value[0][r.name] ? n.value[0][r.name].toString() : "") : t.push(""));
|
|
721
721
|
});
|
|
722
|
-
}),
|
|
722
|
+
}), ee({
|
|
723
723
|
data: [t],
|
|
724
724
|
autoWidth: !0,
|
|
725
725
|
filename: n.field.label || "导入模板",
|
|
@@ -727,14 +727,14 @@ var Q = r(), Re = { class: "top_btn" }, ze = /*#__PURE__*/ t(/* @__PURE__ */ z({
|
|
|
727
727
|
}), setTimeout(() => {
|
|
728
728
|
g.value = !1;
|
|
729
729
|
}, 1500);
|
|
730
|
-
},
|
|
730
|
+
}, b = A(() => n.field.min_count ?? 0), x = A(() => {
|
|
731
731
|
if (n.innerModel) {
|
|
732
732
|
n.innerModel[n.field.name] || (n.innerModel[n.field.name] = []);
|
|
733
733
|
for (let e = 0; e < n.value.length; e++) n.innerModel[n.field.name][e] || (n.innerModel[n.field.name][e] = {});
|
|
734
734
|
return n.innerModel[n.field.name];
|
|
735
735
|
}
|
|
736
736
|
return [];
|
|
737
|
-
}),
|
|
737
|
+
}), C = async (e) => {
|
|
738
738
|
if (e.code) {
|
|
739
739
|
let t;
|
|
740
740
|
try {
|
|
@@ -763,15 +763,15 @@ var Q = r(), Re = { class: "top_btn" }, ze = /*#__PURE__*/ t(/* @__PURE__ */ z({
|
|
|
763
763
|
r("update:value", e);
|
|
764
764
|
}
|
|
765
765
|
}
|
|
766
|
-
},
|
|
766
|
+
}, w = () => {
|
|
767
767
|
let e = n.value || [];
|
|
768
768
|
e.push((0, Q.cloneDeep)(n.field.form.model || {})), r("update:value", e);
|
|
769
|
-
},
|
|
769
|
+
}, T = (e) => {
|
|
770
770
|
let t = n.value || [];
|
|
771
771
|
t.splice(e, 1), r("update:value", t);
|
|
772
|
-
},
|
|
772
|
+
}, E = (0, Q.debounce)(() => {
|
|
773
773
|
i.value = window.innerHeight - 165;
|
|
774
|
-
}, 200),
|
|
774
|
+
}, 200), D = () => {
|
|
775
775
|
v(U({
|
|
776
776
|
open: !0,
|
|
777
777
|
loading: !1,
|
|
@@ -792,9 +792,9 @@ var Q = r(), Re = { class: "top_btn" }, ze = /*#__PURE__*/ t(/* @__PURE__ */ z({
|
|
|
792
792
|
}));
|
|
793
793
|
};
|
|
794
794
|
Y(() => n.value, (e) => {
|
|
795
|
-
if (!(e instanceof Array) || e.length <
|
|
795
|
+
if (!(e instanceof Array) || e.length < b.value) {
|
|
796
796
|
let t = [...e || []];
|
|
797
|
-
for (; t.length <
|
|
797
|
+
for (; t.length < b.value;) t.push((0, Q.cloneDeep)(n.field.form.model || {}));
|
|
798
798
|
r("update:value", t);
|
|
799
799
|
}
|
|
800
800
|
});
|
|
@@ -810,7 +810,7 @@ var Q = r(), Re = { class: "top_btn" }, ze = /*#__PURE__*/ t(/* @__PURE__ */ z({
|
|
|
810
810
|
if (!e || e.length === 0 || O.value.length === 0) return;
|
|
811
811
|
let t = !1, i = [...e];
|
|
812
812
|
for (let e = 0; e < i.length; e++) {
|
|
813
|
-
let r =
|
|
813
|
+
let r = x.value[e], a = [
|
|
814
814
|
...n.baseKeyPath || [],
|
|
815
815
|
n.field.name,
|
|
816
816
|
e
|
|
@@ -846,13 +846,13 @@ var Q = r(), Re = { class: "top_btn" }, ze = /*#__PURE__*/ t(/* @__PURE__ */ z({
|
|
|
846
846
|
deep: !0,
|
|
847
847
|
immediate: !0
|
|
848
848
|
}), B(() => {
|
|
849
|
-
if (window.addEventListener("resize",
|
|
849
|
+
if (window.addEventListener("resize", E), E(), !(n.value instanceof Array) || n.value.length < b.value) {
|
|
850
850
|
let e = [...n.value || []];
|
|
851
|
-
for (; e.length <
|
|
851
|
+
for (; e.length < b.value;) e.push((0, Q.cloneDeep)(n.field.form.model || {}));
|
|
852
852
|
r("update:value", e);
|
|
853
853
|
}
|
|
854
854
|
}), V(() => {
|
|
855
|
-
window.removeEventListener("resize",
|
|
855
|
+
window.removeEventListener("resize", E);
|
|
856
856
|
}), (e, t) => {
|
|
857
857
|
let n = K("a-button");
|
|
858
858
|
return H(), N(k, null, [P("div", Re, [
|
|
@@ -860,7 +860,7 @@ var Q = r(), Re = { class: "top_btn" }, ze = /*#__PURE__*/ t(/* @__PURE__ */ z({
|
|
|
860
860
|
key: 0,
|
|
861
861
|
type: "primary",
|
|
862
862
|
size: "small",
|
|
863
|
-
onClick:
|
|
863
|
+
onClick: D,
|
|
864
864
|
ghost: !0
|
|
865
865
|
}, {
|
|
866
866
|
default: X(() => t[0] ||= [I(" 编辑表单 ")]),
|
|
@@ -895,18 +895,18 @@ var Q = r(), Re = { class: "top_btn" }, ze = /*#__PURE__*/ t(/* @__PURE__ */ z({
|
|
|
895
895
|
default: X(() => t[3] ||= [I(" 导入Excel数据 ")]),
|
|
896
896
|
_: 1
|
|
897
897
|
})) : M("", !0),
|
|
898
|
-
p.value && (!e.field.custom_btn_list?.length || e.field.max_count !==
|
|
898
|
+
p.value && (!e.field.custom_btn_list?.length || e.field.max_count !== b.value) ? (H(), j(n, {
|
|
899
899
|
key: 4,
|
|
900
900
|
type: "primary",
|
|
901
901
|
size: "small",
|
|
902
|
-
onClick:
|
|
902
|
+
onClick: w,
|
|
903
903
|
disabled: e.field.max_count && e.value.length >= e.field.max_count
|
|
904
904
|
}, {
|
|
905
905
|
icon: X(() => [L(ue(ye))]),
|
|
906
906
|
default: X(() => [I(" " + J(e.field.btn_title || "添加"), 1)]),
|
|
907
907
|
_: 1
|
|
908
908
|
}, 8, ["disabled"])) : M("", !0),
|
|
909
|
-
(H(!0), N(k, null, G(e.field.custom_btn_list, (t) => (H(), j(
|
|
909
|
+
(H(!0), N(k, null, G(e.field.custom_btn_list, (t) => (H(), j(S, {
|
|
910
910
|
action_code_id: t.action_code_id,
|
|
911
911
|
code: t.code,
|
|
912
912
|
"onUpdate:code": (e) => t.code = e,
|
|
@@ -918,7 +918,7 @@ var Q = r(), Re = { class: "top_btn" }, ze = /*#__PURE__*/ t(/* @__PURE__ */ z({
|
|
|
918
918
|
size: "small",
|
|
919
919
|
type: t.type,
|
|
920
920
|
danger: t.danger,
|
|
921
|
-
onClick: (e) =>
|
|
921
|
+
onClick: (e) => C(t),
|
|
922
922
|
disabled: e.field.max_count && e.value.length >= e.field.max_count && t.action === "add"
|
|
923
923
|
}, {
|
|
924
924
|
default: X(() => [I(J(t.label), 1)]),
|
|
@@ -948,9 +948,9 @@ var Q = r(), Re = { class: "top_btn" }, ze = /*#__PURE__*/ t(/* @__PURE__ */ z({
|
|
|
948
948
|
nestValidate: e.nestValidate,
|
|
949
949
|
"base-key-path": e.baseKeyPath,
|
|
950
950
|
"worker-host-functions": e.workerHostFunctions,
|
|
951
|
-
min_count:
|
|
951
|
+
min_count: b.value,
|
|
952
952
|
formModel: e.formModel,
|
|
953
|
-
onRemove:
|
|
953
|
+
onRemove: T
|
|
954
954
|
}, null, 8, [
|
|
955
955
|
"value",
|
|
956
956
|
"field",
|
|
@@ -971,15 +971,15 @@ var Q = r(), Re = { class: "top_btn" }, ze = /*#__PURE__*/ t(/* @__PURE__ */ z({
|
|
|
971
971
|
options: e.field.form?.options,
|
|
972
972
|
alwaysShowGroup: e.alwaysShowGroup,
|
|
973
973
|
is_form_design: e.is_form_design,
|
|
974
|
-
"inner-model":
|
|
974
|
+
"inner-model": x.value[n],
|
|
975
975
|
"global-inner-model": e.globalInnerModel,
|
|
976
976
|
modalTypeList: e.modalTypeList,
|
|
977
977
|
modalType: e.modalType,
|
|
978
978
|
nestValidate: e.nestValidate,
|
|
979
|
-
min_count:
|
|
979
|
+
min_count: b.value,
|
|
980
980
|
listLength: e.value.length,
|
|
981
981
|
context: e.context,
|
|
982
|
-
onRemove: (e) =>
|
|
982
|
+
onRemove: (e) => T(n),
|
|
983
983
|
"base-key-path": [
|
|
984
984
|
...e.baseKeyPath,
|
|
985
985
|
e.field.name,
|
|
@@ -1008,7 +1008,7 @@ var Q = r(), Re = { class: "top_btn" }, ze = /*#__PURE__*/ t(/* @__PURE__ */ z({
|
|
|
1008
1008
|
]))), 256))], 64);
|
|
1009
1009
|
};
|
|
1010
1010
|
}
|
|
1011
|
-
}), [["__scopeId", "data-v-
|
|
1011
|
+
}), [["__scopeId", "data-v-17b1ff1d"]]), Be = {
|
|
1012
1012
|
key: 0,
|
|
1013
1013
|
class: "error-msg"
|
|
1014
1014
|
}, Ve = /*#__PURE__*/ t(/* @__PURE__ */ z({
|
|
@@ -1073,7 +1073,7 @@ var Q = r(), Re = { class: "top_btn" }, ze = /*#__PURE__*/ t(/* @__PURE__ */ z({
|
|
|
1073
1073
|
deep: !0
|
|
1074
1074
|
}), (t, n) => {
|
|
1075
1075
|
let r = K("a-input");
|
|
1076
|
-
return H(), N(k, null, [L(
|
|
1076
|
+
return H(), N(k, null, [L(S, {
|
|
1077
1077
|
"value-code": e.field,
|
|
1078
1078
|
"show-debug-code": e.field.watchType === "code"
|
|
1079
1079
|
}, {
|
|
@@ -1089,7 +1089,7 @@ var Q = r(), Re = { class: "top_btn" }, ze = /*#__PURE__*/ t(/* @__PURE__ */ z({
|
|
|
1089
1089
|
}
|
|
1090
1090
|
}), [["__scopeId", "data-v-fa20c879"]]), He = z({
|
|
1091
1091
|
name: "FormButton",
|
|
1092
|
-
components: { debugCode:
|
|
1092
|
+
components: { debugCode: S },
|
|
1093
1093
|
props: {
|
|
1094
1094
|
field: {
|
|
1095
1095
|
type: Object,
|
|
@@ -1552,13 +1552,13 @@ var Xe = /*#__PURE__*/ t(Ge, [["render", Ye], ["__scopeId", "data-v-1c2384e8"]])
|
|
|
1552
1552
|
};
|
|
1553
1553
|
},
|
|
1554
1554
|
components: {
|
|
1555
|
-
IconSelect:
|
|
1556
|
-
RichTextEditor:
|
|
1557
|
-
Upload:
|
|
1555
|
+
IconSelect: w,
|
|
1556
|
+
RichTextEditor: b,
|
|
1557
|
+
Upload: D,
|
|
1558
1558
|
RemoteCascaderPro: te,
|
|
1559
|
-
RemoteTreeSelectPro:
|
|
1559
|
+
RemoteTreeSelectPro: x,
|
|
1560
1560
|
RemoteSelectPro: d,
|
|
1561
|
-
RemoteComplete:
|
|
1561
|
+
RemoteComplete: T,
|
|
1562
1562
|
AttributeTable: m,
|
|
1563
1563
|
AttributeNomTable: p,
|
|
1564
1564
|
RemoteFilterSelect: f,
|
|
@@ -1576,8 +1576,8 @@ var Xe = /*#__PURE__*/ t(Ge, [["render", Ye], ["__scopeId", "data-v-1c2384e8"]])
|
|
|
1576
1576
|
FormButton: We,
|
|
1577
1577
|
PlusOutlined: ye,
|
|
1578
1578
|
MonthPicker: O,
|
|
1579
|
-
MonthRangePicker:
|
|
1580
|
-
CodeEditor:
|
|
1579
|
+
MonthRangePicker: E,
|
|
1580
|
+
CodeEditor: C,
|
|
1581
1581
|
TinymceEditor: ne,
|
|
1582
1582
|
InputNumberPro: Xe,
|
|
1583
1583
|
InputPro: tt
|
|
@@ -1603,7 +1603,7 @@ var Xe = /*#__PURE__*/ t(Ge, [["render", Ye], ["__scopeId", "data-v-1c2384e8"]])
|
|
|
1603
1603
|
"font-size": "17px"
|
|
1604
1604
|
} };
|
|
1605
1605
|
function dt(e, t, n, r, i, a) {
|
|
1606
|
-
let o = K("a-switch"), s = K("plus-outlined"), c = K("a-button"), l = K("a-tag"), u = K("a-rate"), d = K("InputPro"), f = K("a-input-number"), p = K("InputNumberPro"), m = K("a-input"), h = K("attribute-table"), g = K("attribute-nom-table"), _ = K("a-textarea"), v = K("json-str"), y = K("json-obj"),
|
|
1606
|
+
let o = K("a-switch"), s = K("plus-outlined"), c = K("a-button"), l = K("a-tag"), u = K("a-rate"), d = K("InputPro"), f = K("a-input-number"), p = K("InputNumberPro"), m = K("a-input"), h = K("attribute-table"), g = K("attribute-nom-table"), _ = K("a-textarea"), v = K("json-str"), y = K("json-obj"), ee = K("rich-text-editor"), b = K("a-input-password"), x = K("a-select-option"), S = K("a-select"), C = K("a-cascader"), w = K("remote-cascader"), T = K("remote-cascader-pro"), E = K("month-picker"), D = K("a-date-picker"), O = K("a-range-picker"), te = K("month-range-picker"), ne = K("a-time-picker"), re = K("a-time-range-picker"), A = K("a-radio"), R = K("a-radio-group"), z = K("a-checkbox"), ie = K("a-checkbox-group"), ae = K("a-tree-select"), se = K("remote-filter-select"), B = K("remote-select"), V = K("remote-select-pro"), U = K("remote-complete"), W = K("remote-tree-select"), ue = K("remote-tree-select-pro"), de = K("remote-modal"), fe = K("remote-table"), Y = K("remote-table-pro"), pe = K("FormTemplate"), me = K("DynamicValueField"), he = K("remote-text"), ge = K("upload"), _e = K("code-editor"), Z = K("TinymceEditor"), ve = K("icon-select"), ye = K("a-form-item"), be = K("a-divider"), xe = K("FormButton");
|
|
1607
1607
|
return H(), N(k, null, [
|
|
1608
1608
|
e.field.type !== "divider" && e.field.type !== "button" && (e.field?.is_search_show !== !1 || e.field_render_show) ? (H(), j(ye, oe({
|
|
1609
1609
|
key: 0,
|
|
@@ -1820,7 +1820,7 @@ function dt(e, t, n, r, i, a) {
|
|
|
1820
1820
|
"fullWidthButton",
|
|
1821
1821
|
"darkTheme"
|
|
1822
1822
|
])) : M("", !0),
|
|
1823
|
-
e.field.type === "richtexteditor" ? (H(), j(
|
|
1823
|
+
e.field.type === "richtexteditor" ? (H(), j(ee, {
|
|
1824
1824
|
key: 15,
|
|
1825
1825
|
value: e.model,
|
|
1826
1826
|
"onUpdate:value": t[13] ||= (t) => e.model = t,
|
|
@@ -1831,7 +1831,7 @@ function dt(e, t, n, r, i, a) {
|
|
|
1831
1831
|
"readOnly",
|
|
1832
1832
|
"placeholder"
|
|
1833
1833
|
])) : M("", !0),
|
|
1834
|
-
e.field.type === "password" ? (H(), j(
|
|
1834
|
+
e.field.type === "password" ? (H(), j(b, {
|
|
1835
1835
|
key: 16,
|
|
1836
1836
|
value: e.model,
|
|
1837
1837
|
"onUpdate:value": t[14] ||= (t) => e.model = t,
|
|
@@ -1863,7 +1863,7 @@ function dt(e, t, n, r, i, a) {
|
|
|
1863
1863
|
"step",
|
|
1864
1864
|
"visibilityToggle"
|
|
1865
1865
|
])) : M("", !0),
|
|
1866
|
-
e.field.type === "select" ? (H(), N(k, { key: 17 }, [e.field.mode === "default" ? (H(), j(
|
|
1866
|
+
e.field.type === "select" ? (H(), N(k, { key: 17 }, [e.field.mode === "default" ? (H(), j(S, {
|
|
1867
1867
|
key: 0,
|
|
1868
1868
|
value: e.model,
|
|
1869
1869
|
"onUpdate:value": t[16] ||= (t) => e.model = t,
|
|
@@ -1878,7 +1878,7 @@ function dt(e, t, n, r, i, a) {
|
|
|
1878
1878
|
size: "small",
|
|
1879
1879
|
style: { width: "100%" }
|
|
1880
1880
|
}, {
|
|
1881
|
-
default: X(() => [(H(!0), N(k, null, G(e.options, (t) => (H(), j(
|
|
1881
|
+
default: X(() => [(H(!0), N(k, null, G(e.options, (t) => (H(), j(x, {
|
|
1882
1882
|
key: t[e.field.valueKey ? e.field.valueKey : "value"],
|
|
1883
1883
|
value: t[e.field.valueKey ? e.field.valueKey : "value"]
|
|
1884
1884
|
}, {
|
|
@@ -1895,7 +1895,7 @@ function dt(e, t, n, r, i, a) {
|
|
|
1895
1895
|
"maxTagCount",
|
|
1896
1896
|
"placeholder",
|
|
1897
1897
|
"show-search"
|
|
1898
|
-
])) : (H(), j(
|
|
1898
|
+
])) : (H(), j(S, {
|
|
1899
1899
|
key: 1,
|
|
1900
1900
|
value: e.model,
|
|
1901
1901
|
"onUpdate:value": t[17] ||= (t) => e.model = t,
|
|
@@ -1910,7 +1910,7 @@ function dt(e, t, n, r, i, a) {
|
|
|
1910
1910
|
size: "small",
|
|
1911
1911
|
style: { "min-width": "150px" }
|
|
1912
1912
|
}, {
|
|
1913
|
-
default: X(() => [(H(!0), N(k, null, G(e.options, (t, n) => (H(), j(
|
|
1913
|
+
default: X(() => [(H(!0), N(k, null, G(e.options, (t, n) => (H(), j(x, {
|
|
1914
1914
|
key: n,
|
|
1915
1915
|
value: t[e.field.valueKey ? e.field.valueKey : "value"]
|
|
1916
1916
|
}, {
|
|
@@ -1928,7 +1928,7 @@ function dt(e, t, n, r, i, a) {
|
|
|
1928
1928
|
"placeholder",
|
|
1929
1929
|
"show-search"
|
|
1930
1930
|
]))], 64)) : M("", !0),
|
|
1931
|
-
e.field.type === "groupselect" ? (H(), N(k, { key: 18 }, [e.field.mode === "default" ? (H(), j(
|
|
1931
|
+
e.field.type === "groupselect" ? (H(), N(k, { key: 18 }, [e.field.mode === "default" ? (H(), j(S, {
|
|
1932
1932
|
key: 0,
|
|
1933
1933
|
value: e.model,
|
|
1934
1934
|
"onUpdate:value": t[18] ||= (t) => e.model = t,
|
|
@@ -1957,7 +1957,7 @@ function dt(e, t, n, r, i, a) {
|
|
|
1957
1957
|
"options",
|
|
1958
1958
|
"placeholder",
|
|
1959
1959
|
"show-search"
|
|
1960
|
-
])) : (H(), j(
|
|
1960
|
+
])) : (H(), j(S, {
|
|
1961
1961
|
key: 1,
|
|
1962
1962
|
value: e.model,
|
|
1963
1963
|
"onUpdate:value": t[19] ||= (t) => e.model = t,
|
|
@@ -1987,7 +1987,7 @@ function dt(e, t, n, r, i, a) {
|
|
|
1987
1987
|
"placeholder",
|
|
1988
1988
|
"show-search"
|
|
1989
1989
|
]))], 64)) : M("", !0),
|
|
1990
|
-
e.field.type === "cascader" ? (H(), j(
|
|
1990
|
+
e.field.type === "cascader" ? (H(), j(C, {
|
|
1991
1991
|
key: 19,
|
|
1992
1992
|
value: e.model,
|
|
1993
1993
|
"onUpdate:value": t[20] ||= (t) => e.model = t,
|
|
@@ -2011,7 +2011,7 @@ function dt(e, t, n, r, i, a) {
|
|
|
2011
2011
|
"options",
|
|
2012
2012
|
"placeholder"
|
|
2013
2013
|
])) : M("", !0),
|
|
2014
|
-
e.field.type === "remotecascader" ? (H(), j(
|
|
2014
|
+
e.field.type === "remotecascader" ? (H(), j(w, {
|
|
2015
2015
|
key: 20,
|
|
2016
2016
|
value: e.model,
|
|
2017
2017
|
"onUpdate:value": t[21] ||= (t) => e.model = t,
|
|
@@ -2037,7 +2037,7 @@ function dt(e, t, n, r, i, a) {
|
|
|
2037
2037
|
"search_config",
|
|
2038
2038
|
"value-key"
|
|
2039
2039
|
])) : M("", !0),
|
|
2040
|
-
e.field.type === "remotecascaderpro" ? (H(), j(
|
|
2040
|
+
e.field.type === "remotecascaderpro" ? (H(), j(T, {
|
|
2041
2041
|
key: 21,
|
|
2042
2042
|
label: e.labelModel,
|
|
2043
2043
|
"onUpdate:label": t[23] ||= (t) => e.labelModel = t,
|
|
@@ -2085,7 +2085,7 @@ function dt(e, t, n, r, i, a) {
|
|
|
2085
2085
|
"is_form_design",
|
|
2086
2086
|
"placeholder"
|
|
2087
2087
|
])) : M("", !0),
|
|
2088
|
-
e.field.type === "monthpicker" ? (H(), j(
|
|
2088
|
+
e.field.type === "monthpicker" ? (H(), j(E, {
|
|
2089
2089
|
key: 22,
|
|
2090
2090
|
value: e.model,
|
|
2091
2091
|
"onUpdate:value": t[25] ||= (t) => e.model = t,
|
|
@@ -2114,7 +2114,7 @@ function dt(e, t, n, r, i, a) {
|
|
|
2114
2114
|
"end_offset_day",
|
|
2115
2115
|
"fix_day"
|
|
2116
2116
|
])) : M("", !0),
|
|
2117
|
-
e.field.type === "datepicker" ? (H(), j(
|
|
2117
|
+
e.field.type === "datepicker" ? (H(), j(D, {
|
|
2118
2118
|
key: 23,
|
|
2119
2119
|
value: e.model,
|
|
2120
2120
|
"onUpdate:value": t[26] ||= (t) => e.model = t,
|