sinosoft-common-form 1.5.6 → 1.5.9
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/common-form.es.js +442 -368
- package/common-form.umd.js +1 -1
- package/package.json +1 -1
- package/sinosoft-common-form-1.5.9.tgz +0 -0
- package/style.css +1 -1
package/common-form.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ref as
|
|
2
|
-
const
|
|
1
|
+
import { ref as W, reactive as J, shallowRef as X, h as $, computed as ll, onMounted as el, onBeforeUnmount as ol, watch as al, toRefs as nl, nextTick as dl, resolveComponent as M, openBlock as n, createBlock as i, mergeProps as sl, withModifiers as rl, withCtx as d, createVNode as t, createElementBlock as r, Fragment as k, renderList as R, withDirectives as il, createElementVNode as A, normalizeStyle as h, toDisplayString as c, createTextVNode as g, createCommentVNode as f, renderSlot as C, normalizeClass as b, withKeys as V, createSlots as Z, vShow as yl, pushScopeId as pl, popScopeId as fl } from "vue";
|
|
2
|
+
const cl = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjc1MDIgMS44NzY5NUgxMC4xMjUyVjAuODc2OTUzQzEwLjEyNTIgMC44MDgyMDMgMTAuMDY5IDAuNzUxOTUzIDEwLjAwMDIgMC43NTE5NTNIOS4xMjUyNUM5LjA1NjQ5IDAuNzUxOTUzIDkuMDAwMjUgMC44MDgyMDMgOS4wMDAyNSAwLjg3Njk1M1YxLjg3Njk1SDUuMDAwMjRWMC44NzY5NTNDNS4wMDAyNCAwLjgwODIwMyA0Ljk0Mzk5IDAuNzUxOTUzIDQuODc1MjQgMC43NTE5NTNINC4wMDAyNEMzLjkzMTQ5IDAuNzUxOTUzIDMuODc1MjQgMC44MDgyMDMgMy44NzUyNCAwLjg3Njk1M1YxLjg3Njk1SDEuMjUwMjRDMC45NzM2ODIgMS44NzY5NSAwLjc1MDI0NCAyLjEwMDM5IDAuNzUwMjQ0IDIuMzc2OTVWMTIuNzUyQzAuNzUwMjQ0IDEzLjAyODUgMC45NzM2ODIgMTMuMjUyIDEuMjUwMjQgMTMuMjUySDEyLjc1MDJDMTMuMDI2OCAxMy4yNTIgMTMuMjUwMiAxMy4wMjg1IDEzLjI1MDIgMTIuNzUyVjIuMzc2OTVDMTMuMjUwMiAyLjEwMDM5IDEzLjAyNjggMS44NzY5NSAxMi43NTAyIDEuODc2OTVaTTEyLjEyNTIgMTIuMTI3SDEuODc1MjRWNi4xODk0NUgxMi4xMjUyVjEyLjEyN1pNMS44NzUyNCA1LjEyNjk1VjMuMDAxOTVIMy44NzUyNFYzLjc1MTk1QzMuODc1MjQgMy44MjA3IDMuOTMxNDkgMy44NzY5NSA0LjAwMDI0IDMuODc2OTVINC44NzUyNEM0Ljk0Mzk5IDMuODc2OTUgNS4wMDAyNCAzLjgyMDcgNS4wMDAyNCAzLjc1MTk1VjMuMDAxOTVIOS4wMDAyNVYzLjc1MTk1QzkuMDAwMjUgMy44MjA3IDkuMDU2NDkgMy44NzY5NSA5LjEyNTI1IDMuODc2OTVIMTAuMDAwMkMxMC4wNjkgMy44NzY5NSAxMC4xMjUyIDMuODIwNyAxMC4xMjUyIDMuNzUxOTVWMy4wMDE5NUgxMi4xMjUyVjUuMTI2OTVIMS44NzUyNFoiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuODUiLz4KPC9zdmc+Cg==", ul = {
|
|
3
3
|
props: {
|
|
4
4
|
fieldList: {
|
|
5
5
|
type: Array,
|
|
@@ -21,93 +21,93 @@ const tl = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZX
|
|
|
21
21
|
},
|
|
22
22
|
options: Object
|
|
23
23
|
},
|
|
24
|
-
setup(p, { emit:
|
|
25
|
-
const w =
|
|
24
|
+
setup(p, { emit: _ }) {
|
|
25
|
+
const w = W(!0), e = J({
|
|
26
26
|
model: {}
|
|
27
|
-
}),
|
|
27
|
+
}), O = W(null), P = X({
|
|
28
28
|
render() {
|
|
29
|
-
return
|
|
30
|
-
src:
|
|
29
|
+
return $("img", {
|
|
30
|
+
src: cl
|
|
31
31
|
});
|
|
32
32
|
}
|
|
33
|
-
}),
|
|
33
|
+
}), u = ll(() => Object.assign([], p.options)), N = () => {
|
|
34
34
|
e.model = p.model;
|
|
35
|
-
},
|
|
36
|
-
var
|
|
37
|
-
|
|
35
|
+
}, x = (s, a, D) => {
|
|
36
|
+
var I;
|
|
37
|
+
a ? (w.value = !1, dl(() => {
|
|
38
38
|
var Q;
|
|
39
|
-
(Q =
|
|
40
|
-
if (
|
|
41
|
-
|
|
39
|
+
(Q = O.value) == null || Q.validate((G) => {
|
|
40
|
+
if (G)
|
|
41
|
+
_(D || "submit", e.model, s);
|
|
42
42
|
else
|
|
43
43
|
return !1;
|
|
44
44
|
});
|
|
45
|
-
})) : (
|
|
46
|
-
},
|
|
47
|
-
|
|
48
|
-
},
|
|
49
|
-
|
|
50
|
-
},
|
|
51
|
-
|
|
52
|
-
}, E = (s,
|
|
53
|
-
const
|
|
54
|
-
if (
|
|
55
|
-
|
|
45
|
+
})) : (D === "reset" && ((I = O.value) == null || I.resetFields()), _(D || "submit", e.model, s));
|
|
46
|
+
}, U = (s, a) => {
|
|
47
|
+
_("selectChange", s, a);
|
|
48
|
+
}, F = (s, a) => {
|
|
49
|
+
_("radioChange", s, a);
|
|
50
|
+
}, j = (s, a) => {
|
|
51
|
+
_("checkChange", s, a);
|
|
52
|
+
}, E = (s, a) => {
|
|
53
|
+
const D = e.model[a].length;
|
|
54
|
+
if (D === 1) {
|
|
55
|
+
_("checkChange", s, a);
|
|
56
56
|
return;
|
|
57
57
|
} else
|
|
58
|
-
|
|
59
|
-
}, S = (s,
|
|
60
|
-
|
|
61
|
-
},
|
|
62
|
-
s && (
|
|
63
|
-
},
|
|
64
|
-
|
|
65
|
-
},
|
|
66
|
-
console.log(
|
|
67
|
-
},
|
|
68
|
-
|
|
69
|
-
},
|
|
70
|
-
|
|
71
|
-
}, l = (s,
|
|
72
|
-
|
|
73
|
-
},
|
|
74
|
-
var
|
|
75
|
-
(
|
|
58
|
+
D > 1 ? (e.model[a].shift(), _("checkChange", s, a)) : D < 1 && _("checkChange", s, a);
|
|
59
|
+
}, S = (s, a, D) => {
|
|
60
|
+
x(s, a, D);
|
|
61
|
+
}, v = (s, a) => {
|
|
62
|
+
s && (a == null ? void 0 : a.key) === "Enter" && x(void 0, !0, "submit");
|
|
63
|
+
}, z = (s, a) => {
|
|
64
|
+
_("dateChange", s, a);
|
|
65
|
+
}, B = (s, a) => {
|
|
66
|
+
console.log(O.value), _("inputBlur", s, a);
|
|
67
|
+
}, Y = (s, a) => {
|
|
68
|
+
_("inputFocus", s, a);
|
|
69
|
+
}, q = (s, a) => {
|
|
70
|
+
_("inputChange", s, a);
|
|
71
|
+
}, l = (s, a) => {
|
|
72
|
+
_("inputInput", s, a);
|
|
73
|
+
}, L = (s) => {
|
|
74
|
+
var a;
|
|
75
|
+
(a = O.value) == null || a.resetFields(s);
|
|
76
76
|
}, o = (s) => {
|
|
77
|
-
var
|
|
78
|
-
(
|
|
79
|
-
}, y =
|
|
77
|
+
var a;
|
|
78
|
+
(a = O.value) == null || a.clearValidate(s);
|
|
79
|
+
}, y = W(!1), T = () => {
|
|
80
80
|
window.innerWidth < 768 ? (console.log("屏幕宽度小于768px"), y.value = !0) : y.value = !1;
|
|
81
81
|
};
|
|
82
|
-
return
|
|
82
|
+
return el(() => {
|
|
83
83
|
var s;
|
|
84
|
-
|
|
85
|
-
}),
|
|
84
|
+
N(), (s = O.value) == null || s.resetFields(), window.addEventListener("resize", T);
|
|
85
|
+
}), ol(() => {
|
|
86
86
|
window.removeEventListener("resize", T);
|
|
87
|
-
}),
|
|
87
|
+
}), al(
|
|
88
88
|
() => p.fieldList,
|
|
89
|
-
(s,
|
|
90
|
-
s !==
|
|
89
|
+
(s, a) => {
|
|
90
|
+
s !== a && N();
|
|
91
91
|
}
|
|
92
92
|
), {
|
|
93
|
-
...
|
|
94
|
-
formRef:
|
|
93
|
+
...nl(e),
|
|
94
|
+
formRef: O,
|
|
95
95
|
states: e,
|
|
96
|
-
formOptions:
|
|
97
|
-
onSubmit:
|
|
98
|
-
selectChange:
|
|
99
|
-
radioChange:
|
|
100
|
-
checkChange:
|
|
96
|
+
formOptions: u,
|
|
97
|
+
onSubmit: x,
|
|
98
|
+
selectChange: U,
|
|
99
|
+
radioChange: F,
|
|
100
|
+
checkChange: j,
|
|
101
101
|
handleCheckedChange: E,
|
|
102
|
-
prefixIcon:
|
|
102
|
+
prefixIcon: P,
|
|
103
103
|
handleClick: S,
|
|
104
|
-
handleKeyUp:
|
|
105
|
-
resetFieldsTest:
|
|
104
|
+
handleKeyUp: v,
|
|
105
|
+
resetFieldsTest: L,
|
|
106
106
|
clearValidateTest: o,
|
|
107
|
-
dateChange:
|
|
108
|
-
inputBlur:
|
|
109
|
-
inputFocus:
|
|
110
|
-
inputChange:
|
|
107
|
+
dateChange: z,
|
|
108
|
+
inputBlur: B,
|
|
109
|
+
inputFocus: Y,
|
|
110
|
+
inputChange: q,
|
|
111
111
|
inputInput: l,
|
|
112
112
|
noFormRule: w,
|
|
113
113
|
phoneWrap: y
|
|
@@ -115,21 +115,21 @@ const tl = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZX
|
|
|
115
115
|
};
|
|
116
116
|
}
|
|
117
117
|
};
|
|
118
|
-
const
|
|
118
|
+
const tl = (p, _) => {
|
|
119
119
|
const w = p.__vccOpts || p;
|
|
120
|
-
for (const [e,
|
|
121
|
-
w[e] =
|
|
120
|
+
for (const [e, O] of _)
|
|
121
|
+
w[e] = O;
|
|
122
122
|
return w;
|
|
123
|
-
},
|
|
123
|
+
}, K = (p) => (pl("data-v-837d3003"), p = p(), fl(), p), bl = { class: "header-title" }, hl = { class: "title-content" }, gl = {
|
|
124
124
|
key: 0,
|
|
125
125
|
class: "custom-required"
|
|
126
126
|
}, _l = {
|
|
127
127
|
key: 0,
|
|
128
128
|
class: "custom-required"
|
|
129
|
-
}, Dl = ["src"],
|
|
129
|
+
}, Dl = ["src"], Cl = {
|
|
130
130
|
key: 0,
|
|
131
131
|
class: "custom-required"
|
|
132
|
-
},
|
|
132
|
+
}, Ml = { class: "lable" }, Nl = { class: "lable_note" }, Al = {
|
|
133
133
|
key: 0,
|
|
134
134
|
class: "custom-required"
|
|
135
135
|
}, Ol = {
|
|
@@ -156,94 +156,97 @@ const ul = (p, g) => {
|
|
|
156
156
|
}, Ul = {
|
|
157
157
|
key: 0,
|
|
158
158
|
class: "custom-required"
|
|
159
|
-
},
|
|
159
|
+
}, Fl = {
|
|
160
160
|
key: 0,
|
|
161
161
|
class: "phone_item_content_before"
|
|
162
|
-
},
|
|
162
|
+
}, jl = /* @__PURE__ */ K(() => /* @__PURE__ */ A("div", { class: "line_middle" }, "-", -1)), vl = /* @__PURE__ */ K(() => /* @__PURE__ */ A("div", { class: "line_middle" }, "-", -1)), zl = {
|
|
163
163
|
key: 2,
|
|
164
164
|
class: "line_middle"
|
|
165
|
-
},
|
|
165
|
+
}, Ll = {
|
|
166
166
|
key: 4,
|
|
167
167
|
class: "line_middle"
|
|
168
|
-
},
|
|
168
|
+
}, Tl = /* @__PURE__ */ K(() => /* @__PURE__ */ A("div", {
|
|
169
169
|
class: "line",
|
|
170
170
|
style: { "border-top": "1px solid #e8e8e8", width: "100%", height: "0px", margin: "39px 0" }
|
|
171
171
|
}, null, -1)), El = {
|
|
172
172
|
key: 0,
|
|
173
173
|
class: "custom-required"
|
|
174
|
+
}, Sl = {
|
|
175
|
+
key: 0,
|
|
176
|
+
class: "custom-required"
|
|
174
177
|
};
|
|
175
|
-
function
|
|
176
|
-
const
|
|
177
|
-
return
|
|
178
|
+
function Bl(p, _, w, e, O, P) {
|
|
179
|
+
const u = M("el-form-item"), N = M("el-input"), x = M("el-col"), U = M("el-row"), F = M("el-radio"), j = M("el-radio-group"), E = M("el-checkbox"), S = M("el-checkbox-group"), v = M("el-option"), z = M("el-select"), B = M("el-date-picker"), Y = M("sinosoft-common-button"), q = M("el-form");
|
|
180
|
+
return n(), i(q, sl({
|
|
178
181
|
"hide-required-asterisk": "",
|
|
179
|
-
onSubmit:
|
|
182
|
+
onSubmit: _[0] || (_[0] = rl(() => {
|
|
180
183
|
}, ["prevent"])),
|
|
181
184
|
model: w.model
|
|
182
185
|
}, e.formOptions, {
|
|
183
186
|
"label-position": e.formOptions.labelPosition,
|
|
184
187
|
ref: "formRef"
|
|
185
188
|
}), {
|
|
186
|
-
default:
|
|
187
|
-
|
|
188
|
-
default:
|
|
189
|
-
(
|
|
189
|
+
default: d(() => [
|
|
190
|
+
t(U, { gutter: 20 }, {
|
|
191
|
+
default: d(() => [
|
|
192
|
+
(n(!0), r(k, null, R(w.fieldList, (l, L) => il((n(), i(x, {
|
|
190
193
|
xs: l.xs ? l.xs : 24,
|
|
191
194
|
sm: l.sm ? l.sm : 24,
|
|
192
195
|
md: l.md ? l.md : 8,
|
|
193
196
|
lg: l.lg ? l.lg : 8,
|
|
194
197
|
xl: l.xl ? l.xl : 8,
|
|
195
|
-
key:
|
|
198
|
+
key: L
|
|
196
199
|
}, {
|
|
197
|
-
default:
|
|
198
|
-
|
|
199
|
-
style:
|
|
200
|
+
default: d(() => [
|
|
201
|
+
A("div", {
|
|
202
|
+
style: h(l.style)
|
|
200
203
|
}, [
|
|
201
|
-
l.type === "title" ? (
|
|
202
|
-
default:
|
|
203
|
-
|
|
204
|
-
|
|
204
|
+
l.type === "title" ? (n(), i(u, { key: 0 }, {
|
|
205
|
+
default: d(() => [
|
|
206
|
+
A("div", bl, [
|
|
207
|
+
A("span", hl, c(l.title), 1)
|
|
205
208
|
])
|
|
206
209
|
]),
|
|
207
210
|
_: 2
|
|
208
|
-
}, 1024)) : l.type === "name" && typeof l.field != "string" && l.field && "nameEnFamily" in l.field && l.rules && "nameEnFamily" in l.rules ? (
|
|
211
|
+
}, 1024)) : l.type === "name" && typeof l.field != "string" && l.field && "nameEnFamily" in l.field && l.rules && "nameEnFamily" in l.rules ? (n(), i(u, {
|
|
209
212
|
key: 1,
|
|
210
213
|
label: l.label,
|
|
211
214
|
disabled: (l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly || l.isReadonly) && !l.openDisabled,
|
|
212
215
|
class: "container_name"
|
|
213
216
|
}, {
|
|
214
|
-
label:
|
|
215
|
-
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (
|
|
217
|
+
label: d(() => [
|
|
218
|
+
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (n(), r("div", {
|
|
216
219
|
key: 0,
|
|
217
|
-
style:
|
|
220
|
+
style: h(l.labelStyle)
|
|
218
221
|
}, [
|
|
219
|
-
|
|
220
|
-
l.required ? (
|
|
222
|
+
g(c(l.label) + " ", 1),
|
|
223
|
+
l.required ? (n(), r("span", gl, "*")) : f("", !0)
|
|
221
224
|
], 4))
|
|
222
225
|
]),
|
|
223
|
-
default:
|
|
224
|
-
|
|
225
|
-
default:
|
|
226
|
-
|
|
226
|
+
default: d(() => [
|
|
227
|
+
t(U, { gutter: 20 }, {
|
|
228
|
+
default: d(() => [
|
|
229
|
+
t(x, {
|
|
227
230
|
xs: 24,
|
|
228
231
|
sm: 12,
|
|
229
232
|
md: 12,
|
|
230
233
|
lg: 12,
|
|
231
234
|
xl: 12
|
|
232
235
|
}, {
|
|
233
|
-
default:
|
|
234
|
-
l.field.nameEnFamily ? (
|
|
236
|
+
default: d(() => [
|
|
237
|
+
l.field.nameEnFamily ? (n(), i(u, {
|
|
235
238
|
key: 0,
|
|
236
239
|
rules: l.isHide || e.noFormRule || l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly ? [] : l.rules.nameEnFamily,
|
|
237
240
|
prop: l.field.nameEnFamily,
|
|
238
241
|
class: "item-name item-name-top"
|
|
239
242
|
}, {
|
|
240
|
-
default:
|
|
241
|
-
|
|
243
|
+
default: d(() => [
|
|
244
|
+
t(N, {
|
|
242
245
|
onBlur: (o) => e.inputBlur(o, l.field.nameEnFamily),
|
|
243
246
|
onFocus: (o) => e.inputFocus(o, l.field.nameEnFamily),
|
|
244
247
|
onChange: (o) => e.inputChange(o, l.field.nameEnFamily),
|
|
245
248
|
onInput: (o) => e.inputInput(o, l.field.nameEnFamily),
|
|
246
|
-
class:
|
|
249
|
+
class: b(
|
|
247
250
|
(l.isReadonly || l.isReadonlyNameEnFamily || e.formOptions.isAllReadonly) && !l.openDisabled ? "readonly" : ""
|
|
248
251
|
),
|
|
249
252
|
maxlength: l.maxlengthNameEnFamily,
|
|
@@ -253,30 +256,30 @@ function Sl(p, g, w, e, k, K) {
|
|
|
253
256
|
type: l.type ? l.type : "text",
|
|
254
257
|
placeholder: l.placeholderNameEnFamily,
|
|
255
258
|
disabled: (l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly || l.isReadonly || l.isReadonlyNameEnFamily) && !l.openDisabled,
|
|
256
|
-
onKeyup:
|
|
259
|
+
onKeyup: V((o) => e.handleKeyUp(l.enterable), ["enter"])
|
|
257
260
|
}, null, 8, ["onBlur", "onFocus", "onChange", "onInput", "class", "maxlength", "modelValue", "onUpdate:modelValue", "readonly", "type", "placeholder", "disabled", "onKeyup"])
|
|
258
261
|
]),
|
|
259
262
|
_: 2
|
|
260
|
-
}, 1032, ["rules", "prop"])) :
|
|
263
|
+
}, 1032, ["rules", "prop"])) : f("", !0)
|
|
261
264
|
]),
|
|
262
265
|
_: 2
|
|
263
266
|
}, 1024),
|
|
264
|
-
|
|
267
|
+
t(x, {
|
|
265
268
|
xs: 24,
|
|
266
269
|
sm: 12,
|
|
267
270
|
md: 12,
|
|
268
271
|
lg: 12,
|
|
269
272
|
xl: 12
|
|
270
273
|
}, {
|
|
271
|
-
default:
|
|
272
|
-
l.field.nameEn ? (
|
|
274
|
+
default: d(() => [
|
|
275
|
+
l.field.nameEn ? (n(), i(u, {
|
|
273
276
|
key: 0,
|
|
274
277
|
rules: l.isHide || e.noFormRule || l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly ? [] : l.rules.nameEn,
|
|
275
278
|
prop: l.field.nameEn,
|
|
276
279
|
class: "item-name item-name-top"
|
|
277
280
|
}, {
|
|
278
|
-
default:
|
|
279
|
-
|
|
281
|
+
default: d(() => [
|
|
282
|
+
t(N, {
|
|
280
283
|
onBlur: (o) => e.inputBlur(o, l.field.nameEn),
|
|
281
284
|
onFocus: (o) => e.inputFocus(o, l.field.nameEn),
|
|
282
285
|
onChange: (o) => e.inputChange(o, l.field.nameEn),
|
|
@@ -284,42 +287,42 @@ function Sl(p, g, w, e, k, K) {
|
|
|
284
287
|
maxlength: l.maxlengthNameEn,
|
|
285
288
|
modelValue: e.states.model[l.field.nameEn],
|
|
286
289
|
"onUpdate:modelValue": (o) => e.states.model[l.field.nameEn] = o,
|
|
287
|
-
class:
|
|
290
|
+
class: b(
|
|
288
291
|
(l.isReadonly || l.isReadonlyNameEn || e.formOptions.isAllReadonly) && !l.openDisabled ? "readonly" : ""
|
|
289
292
|
),
|
|
290
293
|
readonly: l.readonly,
|
|
291
294
|
type: l.type ? l.type : "text",
|
|
292
295
|
placeholder: l.placeholderNameEn,
|
|
293
296
|
disabled: (l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly || l.isReadonly || l.isReadonlyNameEn) && !l.openDisabled,
|
|
294
|
-
onKeyup:
|
|
297
|
+
onKeyup: V((o) => e.handleKeyUp(l.enterable), ["enter"])
|
|
295
298
|
}, null, 8, ["onBlur", "onFocus", "onChange", "onInput", "maxlength", "modelValue", "onUpdate:modelValue", "class", "readonly", "type", "placeholder", "disabled", "onKeyup"])
|
|
296
299
|
]),
|
|
297
300
|
_: 2
|
|
298
|
-
}, 1032, ["rules", "prop"])) :
|
|
301
|
+
}, 1032, ["rules", "prop"])) : f("", !0)
|
|
299
302
|
]),
|
|
300
303
|
_: 2
|
|
301
304
|
}, 1024)
|
|
302
305
|
]),
|
|
303
306
|
_: 2
|
|
304
307
|
}, 1024),
|
|
305
|
-
|
|
306
|
-
default:
|
|
307
|
-
|
|
308
|
+
t(U, { gutter: 20 }, {
|
|
309
|
+
default: d(() => [
|
|
310
|
+
t(x, {
|
|
308
311
|
xs: 24,
|
|
309
312
|
sm: 12,
|
|
310
313
|
md: 12,
|
|
311
314
|
lg: 12,
|
|
312
315
|
xl: 12
|
|
313
316
|
}, {
|
|
314
|
-
default:
|
|
315
|
-
l.field.nameChFamily ? (
|
|
317
|
+
default: d(() => [
|
|
318
|
+
l.field.nameChFamily ? (n(), i(u, {
|
|
316
319
|
key: 0,
|
|
317
320
|
rules: l.isHide || e.noFormRule || l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly ? [] : l.rules.nameChFamily,
|
|
318
321
|
prop: l.field.nameChFamily,
|
|
319
322
|
class: "item-name item-name-bottom"
|
|
320
323
|
}, {
|
|
321
|
-
default:
|
|
322
|
-
|
|
324
|
+
default: d(() => [
|
|
325
|
+
t(N, {
|
|
323
326
|
onBlur: (o) => e.inputBlur(o, l.field.nameChFamily),
|
|
324
327
|
onFocus: (o) => e.inputFocus(o, l.field.nameChFamily),
|
|
325
328
|
onChange: (o) => e.inputChange(o, l.field.nameChFamily),
|
|
@@ -328,7 +331,7 @@ function Sl(p, g, w, e, k, K) {
|
|
|
328
331
|
"nameChFamily" in l.field ? l.field.nameCh : ""
|
|
329
332
|
),
|
|
330
333
|
maxlength: l.maxlengthNameChFamily,
|
|
331
|
-
class:
|
|
334
|
+
class: b(
|
|
332
335
|
(l.isReadonly || l.isReadonlyNameChFamily || e.formOptions.isAllReadonly) && !l.openDisabled ? "readonly" : ""
|
|
333
336
|
),
|
|
334
337
|
modelValue: e.states.model[l.field.nameChFamily],
|
|
@@ -337,35 +340,35 @@ function Sl(p, g, w, e, k, K) {
|
|
|
337
340
|
type: l.type ? l.type : "text",
|
|
338
341
|
placeholder: l.placeholderNameChFamily,
|
|
339
342
|
disabled: (l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly || l.isReadonly || l.isReadonlyNameChFamily) && !l.openDisabled,
|
|
340
|
-
onKeyup:
|
|
343
|
+
onKeyup: V((o) => e.handleKeyUp(l.enterable), ["enter"])
|
|
341
344
|
}, null, 8, ["onBlur", "onFocus", "onChange", "onInput", "maxlength", "class", "modelValue", "onUpdate:modelValue", "readonly", "type", "placeholder", "disabled", "onKeyup"])
|
|
342
345
|
]),
|
|
343
346
|
_: 2
|
|
344
|
-
}, 1032, ["rules", "prop"])) :
|
|
347
|
+
}, 1032, ["rules", "prop"])) : f("", !0)
|
|
345
348
|
]),
|
|
346
349
|
_: 2
|
|
347
350
|
}, 1024),
|
|
348
|
-
|
|
351
|
+
t(x, {
|
|
349
352
|
xs: 24,
|
|
350
353
|
sm: 12,
|
|
351
354
|
md: 12,
|
|
352
355
|
lg: 12,
|
|
353
356
|
xl: 12
|
|
354
357
|
}, {
|
|
355
|
-
default:
|
|
356
|
-
l.field.nameCh ? (
|
|
358
|
+
default: d(() => [
|
|
359
|
+
l.field.nameCh ? (n(), i(u, {
|
|
357
360
|
key: 0,
|
|
358
361
|
rules: l.isHide || e.noFormRule || l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly ? [] : l.rules.nameCh,
|
|
359
362
|
prop: l.field.nameCh,
|
|
360
363
|
class: "item-name item-name-bottom"
|
|
361
364
|
}, {
|
|
362
|
-
default:
|
|
363
|
-
|
|
365
|
+
default: d(() => [
|
|
366
|
+
t(N, {
|
|
364
367
|
onBlur: (o) => e.inputBlur(o, l.field.nameCh),
|
|
365
368
|
onFocus: (o) => e.inputFocus(o, l.field.nameCh),
|
|
366
369
|
onChange: (o) => e.inputChange(o, l.field.nameCh),
|
|
367
370
|
onInput: (o) => e.inputInput(o, l.field.nameCh),
|
|
368
|
-
class:
|
|
371
|
+
class: b(
|
|
369
372
|
(l.isReadonly || l.isReadonlyNameCh || e.formOptions.isAllReadonly) && !l.openDisabled ? "readonly" : ""
|
|
370
373
|
),
|
|
371
374
|
maxlength: l.maxlengthNameCh,
|
|
@@ -375,11 +378,11 @@ function Sl(p, g, w, e, k, K) {
|
|
|
375
378
|
type: l.type ? l.type : "text",
|
|
376
379
|
placeholder: l.placeholderNameCh,
|
|
377
380
|
disabled: (l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly || l.isReadonly || l.isReadonlyNameCh) && !l.openDisabled,
|
|
378
|
-
onKeyup:
|
|
381
|
+
onKeyup: V((o) => e.handleKeyUp(l.enterable), ["enter"])
|
|
379
382
|
}, null, 8, ["onBlur", "onFocus", "onChange", "onInput", "class", "maxlength", "modelValue", "onUpdate:modelValue", "readonly", "type", "placeholder", "disabled", "onKeyup"])
|
|
380
383
|
]),
|
|
381
384
|
_: 2
|
|
382
|
-
}, 1032, ["rules", "prop"])) :
|
|
385
|
+
}, 1032, ["rules", "prop"])) : f("", !0)
|
|
383
386
|
]),
|
|
384
387
|
_: 2
|
|
385
388
|
}, 1024)
|
|
@@ -388,39 +391,39 @@ function Sl(p, g, w, e, k, K) {
|
|
|
388
391
|
}, 1024)
|
|
389
392
|
]),
|
|
390
393
|
_: 2
|
|
391
|
-
}, 1032, ["label", "disabled"])) : l.type === "gender" && typeof l.field == "string" ? (
|
|
394
|
+
}, 1032, ["label", "disabled"])) : l.type === "gender" && typeof l.field == "string" ? (n(), i(u, {
|
|
392
395
|
key: 2,
|
|
393
396
|
label: l.label,
|
|
394
397
|
rules: l.isHide || e.noFormRule || l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly ? [] : l.rules,
|
|
395
398
|
prop: l.field,
|
|
396
399
|
class: "radio_row"
|
|
397
400
|
}, {
|
|
398
|
-
label:
|
|
399
|
-
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (
|
|
401
|
+
label: d(() => [
|
|
402
|
+
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (n(), r("div", {
|
|
400
403
|
key: 0,
|
|
401
|
-
style:
|
|
404
|
+
style: h(l.labelStyle)
|
|
402
405
|
}, [
|
|
403
|
-
|
|
404
|
-
l.required ? (
|
|
406
|
+
g(c(l.label) + " ", 1),
|
|
407
|
+
l.required ? (n(), r("span", _l, "*")) : f("", !0)
|
|
405
408
|
], 4))
|
|
406
409
|
]),
|
|
407
|
-
default:
|
|
408
|
-
|
|
410
|
+
default: d(() => [
|
|
411
|
+
t(j, {
|
|
409
412
|
modelValue: e.states.model[l.field],
|
|
410
413
|
"onUpdate:modelValue": (o) => e.states.model[l.field] = o,
|
|
411
414
|
disabled: (l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly || l.isReadonly) && !l.openDisabled,
|
|
412
415
|
onChange: (o) => e.radioChange(o, l.field)
|
|
413
416
|
}, {
|
|
414
|
-
default:
|
|
417
|
+
default: d(() => {
|
|
415
418
|
var o;
|
|
416
419
|
return [
|
|
417
|
-
(
|
|
420
|
+
(n(!0), r(k, null, R((o = l.options) == null ? void 0 : o.data, (y) => (n(), i(F, {
|
|
418
421
|
label: y.code,
|
|
419
422
|
size: "large",
|
|
420
423
|
key: y.code
|
|
421
424
|
}, {
|
|
422
|
-
default:
|
|
423
|
-
|
|
425
|
+
default: d(() => [
|
|
426
|
+
A("img", {
|
|
424
427
|
src: y.code === "M" ? "http://192.168.5.200:9000/test/sex_img_M.png" : "http://192.168.5.200:9000/test/sex_img_F.png",
|
|
425
428
|
style: { width: "44px", height: "44px", "margin-bottom": "-15px", "margin-left": "4px" },
|
|
426
429
|
alt: ""
|
|
@@ -434,44 +437,44 @@ function Sl(p, g, w, e, k, K) {
|
|
|
434
437
|
}, 1032, ["modelValue", "onUpdate:modelValue", "disabled", "onChange"])
|
|
435
438
|
]),
|
|
436
439
|
_: 2
|
|
437
|
-
}, 1032, ["label", "rules", "prop"])) : l.type === "radio" && typeof l.field == "string" ? (
|
|
440
|
+
}, 1032, ["label", "rules", "prop"])) : l.type === "radio" && typeof l.field == "string" ? (n(), i(u, {
|
|
438
441
|
key: 3,
|
|
439
442
|
label: l.label,
|
|
440
443
|
rules: l.isHide || e.noFormRule || l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly ? [] : l.rules,
|
|
441
444
|
prop: l.field,
|
|
442
|
-
class:
|
|
445
|
+
class: b([l.labelNode ? "radio_Note" : "rule_err"])
|
|
443
446
|
}, {
|
|
444
|
-
label:
|
|
445
|
-
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (
|
|
447
|
+
label: d(() => [
|
|
448
|
+
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (n(), r("div", {
|
|
446
449
|
key: 0,
|
|
447
|
-
style:
|
|
450
|
+
style: h(l.labelStyle)
|
|
448
451
|
}, [
|
|
449
|
-
|
|
450
|
-
l.required ? (
|
|
452
|
+
g(c(l.label) + " ", 1),
|
|
453
|
+
l.required ? (n(), r("span", Cl, "*")) : f("", !0)
|
|
451
454
|
], 4))
|
|
452
455
|
]),
|
|
453
|
-
default:
|
|
454
|
-
|
|
456
|
+
default: d(() => [
|
|
457
|
+
t(j, {
|
|
455
458
|
modelValue: e.states.model[l.field],
|
|
456
459
|
"onUpdate:modelValue": (o) => e.states.model[l.field] = o,
|
|
457
460
|
disabled: (l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly || l.isReadonly) && !l.openDisabled,
|
|
458
461
|
onChange: (o) => e.radioChange(o, l.field),
|
|
459
|
-
style:
|
|
462
|
+
style: h(
|
|
460
463
|
l.ways === "column" ? "display: flex; align-items: flex-start;flex-flow: column nowrap; " : "display: flex; align-items: flex-start;flex-flow: row nowrap; "
|
|
461
464
|
),
|
|
462
|
-
class:
|
|
465
|
+
class: b(l.ways !== "column" ? "radio_row" : "")
|
|
463
466
|
}, {
|
|
464
|
-
default:
|
|
467
|
+
default: d(() => {
|
|
465
468
|
var o;
|
|
466
469
|
return [
|
|
467
|
-
(
|
|
470
|
+
(n(!0), r(k, null, R((o = l.options) == null ? void 0 : o.data, (y) => (n(), i(F, {
|
|
468
471
|
size: "large",
|
|
469
472
|
label: y.code,
|
|
470
473
|
key: y.code,
|
|
471
474
|
disabled: y.isDisabled
|
|
472
475
|
}, {
|
|
473
|
-
default:
|
|
474
|
-
|
|
476
|
+
default: d(() => [
|
|
477
|
+
g(c(y.name), 1)
|
|
475
478
|
]),
|
|
476
479
|
_: 2
|
|
477
480
|
}, 1032, ["label", "disabled"]))), 128))
|
|
@@ -481,39 +484,39 @@ function Sl(p, g, w, e, k, K) {
|
|
|
481
484
|
}, 1032, ["modelValue", "onUpdate:modelValue", "disabled", "onChange", "style", "class"])
|
|
482
485
|
]),
|
|
483
486
|
_: 2
|
|
484
|
-
}, 1032, ["label", "rules", "prop", "class"])) : l.type === "radioNote" && typeof l.field == "string" ? (
|
|
487
|
+
}, 1032, ["label", "rules", "prop", "class"])) : l.type === "radioNote" && typeof l.field == "string" ? (n(), i(u, {
|
|
485
488
|
key: 4,
|
|
486
489
|
label: l.label,
|
|
487
490
|
rules: l.isHide || e.noFormRule || l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly ? [] : l.rules,
|
|
488
491
|
prop: l.field,
|
|
489
|
-
class:
|
|
492
|
+
class: b([l.labelNode ? "radio_Note" : "rule_err"])
|
|
490
493
|
}, {
|
|
491
|
-
default:
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
l.required ? (
|
|
494
|
+
default: d(() => [
|
|
495
|
+
A("div", null, [
|
|
496
|
+
A("span", Ml, c(l.labelBefore), 1),
|
|
497
|
+
A("span", Nl, c(l.labelNode), 1),
|
|
498
|
+
l.required ? (n(), r("span", Al, "*")) : f("", !0)
|
|
496
499
|
]),
|
|
497
|
-
|
|
500
|
+
t(j, {
|
|
498
501
|
modelValue: e.states.model[l.field],
|
|
499
502
|
"onUpdate:modelValue": (o) => e.states.model[l.field] = o,
|
|
500
503
|
disabled: (l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly || l.isReadonly) && !l.openDisabled,
|
|
501
504
|
onChange: (o) => e.radioChange(o, l.field),
|
|
502
|
-
style:
|
|
505
|
+
style: h(
|
|
503
506
|
l.ways === "column" ? "display: flex; align-items: flex-start;flex-flow: column nowrap; " : "display: flex; align-items: flex-start;flex-flow: row nowrap; "
|
|
504
507
|
),
|
|
505
|
-
class:
|
|
508
|
+
class: b(l.ways !== "column" ? "radio_row" : "")
|
|
506
509
|
}, {
|
|
507
|
-
default:
|
|
510
|
+
default: d(() => {
|
|
508
511
|
var o;
|
|
509
512
|
return [
|
|
510
|
-
(
|
|
513
|
+
(n(!0), r(k, null, R((o = l.options) == null ? void 0 : o.data, (y) => (n(), i(F, {
|
|
511
514
|
size: "large",
|
|
512
515
|
label: y.code,
|
|
513
516
|
key: y.code
|
|
514
517
|
}, {
|
|
515
|
-
default:
|
|
516
|
-
|
|
518
|
+
default: d(() => [
|
|
519
|
+
g(c(y.name), 1)
|
|
517
520
|
]),
|
|
518
521
|
_: 2
|
|
519
522
|
}, 1032, ["label"]))), 128))
|
|
@@ -523,41 +526,41 @@ function Sl(p, g, w, e, k, K) {
|
|
|
523
526
|
}, 1032, ["modelValue", "onUpdate:modelValue", "disabled", "onChange", "style", "class"])
|
|
524
527
|
]),
|
|
525
528
|
_: 2
|
|
526
|
-
}, 1032, ["label", "rules", "prop", "class"])) : l.type === "checkbox" && typeof l.field == "string" ? (
|
|
529
|
+
}, 1032, ["label", "rules", "prop", "class"])) : l.type === "checkbox" && typeof l.field == "string" ? (n(), i(u, {
|
|
527
530
|
key: 5,
|
|
528
531
|
label: l.label,
|
|
529
532
|
rules: l.isHide || e.noFormRule || l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly ? [] : l.rules,
|
|
530
533
|
prop: l.field
|
|
531
534
|
}, {
|
|
532
|
-
label:
|
|
533
|
-
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (
|
|
535
|
+
label: d(() => [
|
|
536
|
+
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (n(), r("div", {
|
|
534
537
|
key: 0,
|
|
535
|
-
style:
|
|
538
|
+
style: h(l.labelStyle)
|
|
536
539
|
}, [
|
|
537
|
-
|
|
538
|
-
l.required ? (
|
|
540
|
+
g(c(l.label) + " ", 1),
|
|
541
|
+
l.required ? (n(), r("span", Ol, "*")) : f("", !0)
|
|
539
542
|
], 4))
|
|
540
543
|
]),
|
|
541
|
-
default:
|
|
542
|
-
|
|
544
|
+
default: d(() => [
|
|
545
|
+
t(S, {
|
|
543
546
|
modelValue: e.states.model[l.field],
|
|
544
547
|
"onUpdate:modelValue": (o) => e.states.model[l.field] = o,
|
|
545
548
|
onChange: (o) => e.checkChange(o, l.field),
|
|
546
549
|
disabled: (l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly || l.isReadonly) && !l.openDisabled,
|
|
547
|
-
style:
|
|
550
|
+
style: h(
|
|
548
551
|
l.ways === "row" ? "display: flex; align-items: flex-start;flex-flow: row nowrap; " : "display: flex; align-items: flex-start;flex-flow: column nowrap; "
|
|
549
552
|
)
|
|
550
553
|
}, {
|
|
551
|
-
default:
|
|
554
|
+
default: d(() => {
|
|
552
555
|
var o;
|
|
553
556
|
return [
|
|
554
|
-
(
|
|
557
|
+
(n(!0), r(k, null, R((o = l.options) == null ? void 0 : o.data, (y) => (n(), i(E, {
|
|
555
558
|
key: y.code,
|
|
556
559
|
label: y.code,
|
|
557
560
|
disabled: y.isDisabled
|
|
558
561
|
}, {
|
|
559
|
-
default:
|
|
560
|
-
|
|
562
|
+
default: d(() => [
|
|
563
|
+
g(c(y.name), 1)
|
|
561
564
|
]),
|
|
562
565
|
_: 2
|
|
563
566
|
}, 1032, ["label", "disabled"]))), 128))
|
|
@@ -567,41 +570,41 @@ function Sl(p, g, w, e, k, K) {
|
|
|
567
570
|
}, 1032, ["modelValue", "onUpdate:modelValue", "onChange", "disabled", "style"])
|
|
568
571
|
]),
|
|
569
572
|
_: 2
|
|
570
|
-
}, 1032, ["label", "rules", "prop"])) : l.type === "checkboxRadio" && typeof l.field == "string" ? (
|
|
573
|
+
}, 1032, ["label", "rules", "prop"])) : l.type === "checkboxRadio" && typeof l.field == "string" ? (n(), i(u, {
|
|
571
574
|
key: 6,
|
|
572
575
|
label: l.label,
|
|
573
576
|
rules: l.isHide || e.noFormRule || l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly ? [] : l.rules,
|
|
574
577
|
prop: l.field
|
|
575
578
|
}, {
|
|
576
|
-
label:
|
|
577
|
-
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (
|
|
579
|
+
label: d(() => [
|
|
580
|
+
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (n(), r("div", {
|
|
578
581
|
key: 0,
|
|
579
|
-
style:
|
|
582
|
+
style: h(l.labelStyle)
|
|
580
583
|
}, [
|
|
581
|
-
|
|
582
|
-
l.required ? (
|
|
584
|
+
g(c(l.label) + " ", 1),
|
|
585
|
+
l.required ? (n(), r("span", kl, "*")) : f("", !0)
|
|
583
586
|
], 4))
|
|
584
587
|
]),
|
|
585
|
-
default:
|
|
586
|
-
|
|
588
|
+
default: d(() => [
|
|
589
|
+
t(S, {
|
|
587
590
|
modelValue: e.states.model[l.field],
|
|
588
591
|
"onUpdate:modelValue": (o) => e.states.model[l.field] = o,
|
|
589
592
|
onChange: (o) => e.handleCheckedChange(o, l.field),
|
|
590
593
|
disabled: (l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly || l.isReadonly) && !l.openDisabled,
|
|
591
|
-
style:
|
|
594
|
+
style: h(
|
|
592
595
|
l.ways === "row" ? "display: flex; align-items: flex-start;flex-flow: row nowrap; " : "display: flex; align-items: flex-start;flex-flow: column nowrap; "
|
|
593
596
|
)
|
|
594
597
|
}, {
|
|
595
|
-
default:
|
|
598
|
+
default: d(() => {
|
|
596
599
|
var o;
|
|
597
600
|
return [
|
|
598
|
-
(
|
|
601
|
+
(n(!0), r(k, null, R((o = l.options) == null ? void 0 : o.data, (y) => (n(), i(E, {
|
|
599
602
|
key: y.code,
|
|
600
603
|
label: y.code,
|
|
601
604
|
disabled: y.isDisabled
|
|
602
605
|
}, {
|
|
603
|
-
default:
|
|
604
|
-
|
|
606
|
+
default: d(() => [
|
|
607
|
+
g(c(y.name), 1)
|
|
605
608
|
]),
|
|
606
609
|
_: 2
|
|
607
610
|
}, 1032, ["label", "disabled"]))), 128))
|
|
@@ -611,24 +614,24 @@ function Sl(p, g, w, e, k, K) {
|
|
|
611
614
|
}, 1032, ["modelValue", "onUpdate:modelValue", "onChange", "disabled", "style"])
|
|
612
615
|
]),
|
|
613
616
|
_: 2
|
|
614
|
-
}, 1032, ["label", "rules", "prop"])) : l.type === "select" && typeof l.field == "string" ? (
|
|
617
|
+
}, 1032, ["label", "rules", "prop"])) : l.type === "select" && typeof l.field == "string" ? (n(), i(u, {
|
|
615
618
|
key: 7,
|
|
616
619
|
label: l.label,
|
|
617
620
|
rules: l.isHide || e.noFormRule || l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly ? [] : l.rules,
|
|
618
621
|
disabled: (l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly || l.isReadonly) && !l.openDisabled,
|
|
619
622
|
prop: l.field
|
|
620
623
|
}, {
|
|
621
|
-
label:
|
|
622
|
-
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (
|
|
624
|
+
label: d(() => [
|
|
625
|
+
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (n(), r("div", {
|
|
623
626
|
key: 0,
|
|
624
|
-
style:
|
|
627
|
+
style: h(l.labelStyle)
|
|
625
628
|
}, [
|
|
626
|
-
|
|
627
|
-
l.required ? (
|
|
629
|
+
g(c(l.label) + " ", 1),
|
|
630
|
+
l.required ? (n(), r("span", Rl, "*")) : f("", !0)
|
|
628
631
|
], 4))
|
|
629
632
|
]),
|
|
630
|
-
default:
|
|
631
|
-
|
|
633
|
+
default: d(() => [
|
|
634
|
+
t(z, {
|
|
632
635
|
"popper-class": "selectTriangles",
|
|
633
636
|
teleported: !1,
|
|
634
637
|
modelValue: e.states.model[l.field],
|
|
@@ -636,16 +639,16 @@ function Sl(p, g, w, e, k, K) {
|
|
|
636
639
|
onChange: (o) => e.selectChange(o, l.field),
|
|
637
640
|
disabled: (l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly || l.isReadonly) && !l.openDisabled,
|
|
638
641
|
placeholder: l.placeholder,
|
|
639
|
-
class:
|
|
642
|
+
class: b(
|
|
640
643
|
(l.isReadonly || e.formOptions.isAllReadonly) && !l.openDisabled ? "selectreadonly" : ""
|
|
641
644
|
),
|
|
642
645
|
clearable: l.clearable,
|
|
643
646
|
"fit-input-width": !0
|
|
644
647
|
}, {
|
|
645
|
-
default:
|
|
648
|
+
default: d(() => {
|
|
646
649
|
var o;
|
|
647
650
|
return [
|
|
648
|
-
(
|
|
651
|
+
(n(!0), r(k, null, R((o = l.options) == null ? void 0 : o.data, (y) => (n(), i(v, {
|
|
649
652
|
key: y.code,
|
|
650
653
|
label: y.name,
|
|
651
654
|
value: y.code
|
|
@@ -654,30 +657,30 @@ function Sl(p, g, w, e, k, K) {
|
|
|
654
657
|
}),
|
|
655
658
|
_: 2
|
|
656
659
|
}, 1032, ["modelValue", "onUpdate:modelValue", "onChange", "disabled", "placeholder", "class", "clearable"]),
|
|
657
|
-
|
|
660
|
+
A("div", {
|
|
658
661
|
class: "item_tips_blow",
|
|
659
|
-
style:
|
|
660
|
-
},
|
|
662
|
+
style: h(l.tipsBlowStyle)
|
|
663
|
+
}, c(l.tipsBlow), 5)
|
|
661
664
|
]),
|
|
662
665
|
_: 2
|
|
663
|
-
}, 1032, ["label", "rules", "disabled", "prop"])) : l.type === "date" && typeof l.field == "string" ? (
|
|
666
|
+
}, 1032, ["label", "rules", "disabled", "prop"])) : l.type === "date" && typeof l.field == "string" ? (n(), i(u, {
|
|
664
667
|
key: 8,
|
|
665
668
|
label: l.label,
|
|
666
669
|
rules: l.isHide || e.noFormRule || l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly ? [] : l.rules,
|
|
667
670
|
prop: l.field,
|
|
668
671
|
class: "date_item"
|
|
669
672
|
}, {
|
|
670
|
-
label:
|
|
671
|
-
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (
|
|
673
|
+
label: d(() => [
|
|
674
|
+
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (n(), r("div", {
|
|
672
675
|
key: 0,
|
|
673
|
-
style:
|
|
676
|
+
style: h(l.labelStyle)
|
|
674
677
|
}, [
|
|
675
|
-
|
|
676
|
-
l.required ? (
|
|
678
|
+
g(c(l.label) + " ", 1),
|
|
679
|
+
l.required ? (n(), r("span", wl, "*")) : f("", !0)
|
|
677
680
|
], 4))
|
|
678
681
|
]),
|
|
679
|
-
default:
|
|
680
|
-
|
|
682
|
+
default: d(() => [
|
|
683
|
+
t(B, {
|
|
681
684
|
"popper-class": "selectTriangles",
|
|
682
685
|
teleported: !1,
|
|
683
686
|
format: "DD/MM/YYYY",
|
|
@@ -694,30 +697,30 @@ function Sl(p, g, w, e, k, K) {
|
|
|
694
697
|
readonly: l.readonly,
|
|
695
698
|
type: l.type,
|
|
696
699
|
placeholder: l.placeholder || l.label,
|
|
697
|
-
class:
|
|
700
|
+
class: b(
|
|
698
701
|
(l.isReadonly || e.formOptions.isAllReadonly) && !l.openDisabled ? "readonly" : ""
|
|
699
702
|
)
|
|
700
703
|
}, null, 8, ["disabled-date", "onChange", "prefix-icon", "modelValue", "onUpdate:modelValue", "disabled", "readonly", "type", "placeholder", "class"]),
|
|
701
|
-
l.showTo ? (
|
|
704
|
+
l.showTo ? (n(), r("span", xl, c(l.showTo), 1)) : f("", !0)
|
|
702
705
|
]),
|
|
703
706
|
_: 2
|
|
704
|
-
}, 1032, ["label", "rules", "prop"])) : l.type === "daterange" && typeof l.field == "string" ? (
|
|
707
|
+
}, 1032, ["label", "rules", "prop"])) : l.type === "daterange" && typeof l.field == "string" ? (n(), i(u, {
|
|
705
708
|
key: 9,
|
|
706
709
|
label: l.label,
|
|
707
710
|
rules: l.isHide || e.noFormRule || l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly ? [] : l.rules,
|
|
708
711
|
prop: l.field
|
|
709
712
|
}, {
|
|
710
|
-
label:
|
|
711
|
-
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (
|
|
713
|
+
label: d(() => [
|
|
714
|
+
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (n(), r("div", {
|
|
712
715
|
key: 0,
|
|
713
|
-
style:
|
|
716
|
+
style: h(l.labelStyle)
|
|
714
717
|
}, [
|
|
715
|
-
|
|
716
|
-
l.required ? (
|
|
718
|
+
g(c(l.label) + " ", 1),
|
|
719
|
+
l.required ? (n(), r("span", Il, "*")) : f("", !0)
|
|
717
720
|
], 4))
|
|
718
721
|
]),
|
|
719
|
-
default:
|
|
720
|
-
|
|
722
|
+
default: d(() => [
|
|
723
|
+
t(B, {
|
|
721
724
|
"popper-class": "selectTriangles",
|
|
722
725
|
teleported: !1,
|
|
723
726
|
format: "DD/MM/YYYY",
|
|
@@ -735,221 +738,292 @@ function Sl(p, g, w, e, k, K) {
|
|
|
735
738
|
"start-placeholder": l.startPlaceholder,
|
|
736
739
|
"end-placeholder": l.endPlaceholder,
|
|
737
740
|
size: "large",
|
|
738
|
-
class:
|
|
741
|
+
class: b(
|
|
739
742
|
(l.isReadonly || e.formOptions.isAllReadonly) && !l.openDisabled ? "readonly" : ""
|
|
740
743
|
)
|
|
741
744
|
}, null, 8, ["disabled-date", "onChange", "modelValue", "onUpdate:modelValue", "prefix-icon", "start-placeholder", "end-placeholder", "class"])
|
|
742
745
|
]),
|
|
743
746
|
_: 2
|
|
744
|
-
}, 1032, ["label", "rules", "prop"])) : l.type === "slotItem" ? (
|
|
747
|
+
}, 1032, ["label", "rules", "prop"])) : l.type === "slotItem" ? (n(), i(u, {
|
|
745
748
|
key: 10,
|
|
746
749
|
label: l.label,
|
|
747
750
|
rules: l.isHide || e.noFormRule || l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly ? [] : l.rules,
|
|
748
751
|
prop: l.field,
|
|
749
752
|
class: "rule_err"
|
|
750
753
|
}, {
|
|
751
|
-
label:
|
|
752
|
-
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (
|
|
754
|
+
label: d(() => [
|
|
755
|
+
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (n(), r("div", {
|
|
753
756
|
key: 0,
|
|
754
|
-
style:
|
|
757
|
+
style: h(l.labelStyle)
|
|
755
758
|
}, [
|
|
756
|
-
|
|
757
|
-
l.required ? (
|
|
759
|
+
g(c(l.label) + " ", 1),
|
|
760
|
+
l.required ? (n(), r("span", Vl, "*")) : f("", !0)
|
|
758
761
|
], 4))
|
|
759
762
|
]),
|
|
760
|
-
default:
|
|
763
|
+
default: d(() => [
|
|
761
764
|
C(p.$slots, l.slotItemName, {}, void 0, !0)
|
|
762
765
|
]),
|
|
763
766
|
_: 2
|
|
764
|
-
}, 1032, ["label", "rules", "prop"])) : l.type === "phone" && typeof l.field != "string" && l.field && "phoneNumber" in l.field && l.rules && l.field.phoneNumber && "phoneNumber" in l.rules ? (
|
|
767
|
+
}, 1032, ["label", "rules", "prop"])) : l.type === "phone" && typeof l.field != "string" && l.field && "phoneNumber" in l.field && l.rules && l.field.phoneNumber && "phoneNumber" in l.rules ? (n(), i(u, {
|
|
765
768
|
key: 11,
|
|
766
769
|
label: l.label,
|
|
767
770
|
rules: l.isHide || e.noFormRule || l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly ? [] : l.rules.phoneNumber,
|
|
768
771
|
prop: l.field.phoneNumber,
|
|
769
772
|
class: "phone_item"
|
|
770
773
|
}, {
|
|
771
|
-
label:
|
|
772
|
-
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (
|
|
774
|
+
label: d(() => [
|
|
775
|
+
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (n(), r("div", {
|
|
773
776
|
key: 0,
|
|
774
|
-
style:
|
|
777
|
+
style: h(l.labelStyle)
|
|
775
778
|
}, [
|
|
776
|
-
|
|
777
|
-
l.required ? (
|
|
779
|
+
g(c(l.label) + " ", 1),
|
|
780
|
+
l.required ? (n(), r("span", Ul, "*")) : f("", !0)
|
|
778
781
|
], 4))
|
|
779
782
|
]),
|
|
780
|
-
default:
|
|
783
|
+
default: d(() => {
|
|
781
784
|
var o, y, T, s;
|
|
782
785
|
return [
|
|
783
|
-
|
|
784
|
-
class:
|
|
786
|
+
A("div", {
|
|
787
|
+
class: b(e.phoneWrap ? ["phone_item_content", "phone_item_content_wrap"] : "phone_item_content")
|
|
785
788
|
}, [
|
|
786
|
-
e.phoneWrap ? (
|
|
787
|
-
l.field.nationCode ? (
|
|
789
|
+
e.phoneWrap ? (n(), r("div", Fl, [
|
|
790
|
+
l.field.nationCode ? (n(), i(z, {
|
|
788
791
|
key: 0,
|
|
789
792
|
"popper-class": "selectTriangles",
|
|
790
793
|
teleported: !1,
|
|
791
794
|
disabled: (l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly || l.isReadonly || l.isReadonlyNation) && !l.openDisabled,
|
|
792
795
|
modelValue: e.states.model[l.field.nationCode],
|
|
793
|
-
"onUpdate:modelValue": (
|
|
796
|
+
"onUpdate:modelValue": (a) => e.states.model[l.field.nationCode] = a,
|
|
794
797
|
placeholder: ((o = l.nationOptions) == null ? void 0 : o.placeholder) || "",
|
|
795
|
-
class:
|
|
798
|
+
class: b(
|
|
796
799
|
(l.isReadonly || l.isReadonlyNation || e.formOptions.isAllReadonly) && !l.openDisabled ? "selectreadonly" : ""
|
|
797
800
|
),
|
|
798
|
-
style:
|
|
801
|
+
style: h("width:" + l.widthNation),
|
|
799
802
|
"fit-input-width": !0
|
|
800
803
|
}, {
|
|
801
|
-
default:
|
|
802
|
-
var
|
|
804
|
+
default: d(() => {
|
|
805
|
+
var a;
|
|
803
806
|
return [
|
|
804
|
-
(
|
|
805
|
-
label:
|
|
806
|
-
value:
|
|
807
|
-
key:
|
|
807
|
+
(n(!0), r(k, null, R((a = l.nationOptions) == null ? void 0 : a.data, (D, I) => (n(), i(v, {
|
|
808
|
+
label: D.name,
|
|
809
|
+
value: D.code,
|
|
810
|
+
key: I
|
|
808
811
|
}, null, 8, ["label", "value"]))), 128))
|
|
809
812
|
];
|
|
810
813
|
}),
|
|
811
814
|
_: 2
|
|
812
|
-
}, 1032, ["disabled", "modelValue", "onUpdate:modelValue", "placeholder", "class", "style"])) :
|
|
813
|
-
|
|
814
|
-
l.field.areaCode ? (
|
|
815
|
+
}, 1032, ["disabled", "modelValue", "onUpdate:modelValue", "placeholder", "class", "style"])) : f("", !0),
|
|
816
|
+
jl,
|
|
817
|
+
l.field.areaCode ? (n(), i(N, {
|
|
815
818
|
key: 1,
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
+
onBlur: (a) => e.inputBlur(
|
|
820
|
+
a,
|
|
821
|
+
typeof l.field == "string" ? l.field : ""
|
|
822
|
+
),
|
|
823
|
+
onFocus: (a) => e.inputFocus(
|
|
824
|
+
a,
|
|
825
|
+
typeof l.field == "string" ? l.field : ""
|
|
826
|
+
),
|
|
827
|
+
onChange: (a) => e.inputChange(
|
|
828
|
+
a,
|
|
829
|
+
typeof l.field == "string" ? l.field : ""
|
|
830
|
+
),
|
|
831
|
+
onInput: (a) => e.inputInput(
|
|
832
|
+
a,
|
|
833
|
+
typeof l.field == "string" ? l.field : ""
|
|
834
|
+
),
|
|
835
|
+
maxlength: l.maxlength,
|
|
819
836
|
modelValue: e.states.model[l.field.areaCode],
|
|
820
|
-
"onUpdate:modelValue": (
|
|
837
|
+
"onUpdate:modelValue": (a) => e.states.model[l.field.areaCode] = a,
|
|
838
|
+
disabled: (l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly || l.isReadonly || l.isReadonlyArea) && !l.openDisabled,
|
|
821
839
|
placeholder: ((y = l.areaOptions) == null ? void 0 : y.placeholder) || "",
|
|
822
|
-
class:
|
|
823
|
-
(l.isReadonly || l.isReadonlyArea || e.formOptions.isAllReadonly) && !l.openDisabled ? "selectreadonly" : "
|
|
840
|
+
class: b(
|
|
841
|
+
(l.isReadonly || l.isReadonlyArea || e.formOptions.isAllReadonly) && !l.openDisabled ? "selectreadonly" : "areaCode_input"
|
|
824
842
|
),
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
return [
|
|
831
|
-
(a(!0), r(N, null, A((d = l.areaOptions) == null ? void 0 : d.data, (f, R) => (a(), i(V, {
|
|
832
|
-
label: f.name,
|
|
833
|
-
value: f.code,
|
|
834
|
-
key: R
|
|
835
|
-
}, null, 8, ["label", "value"]))), 128))
|
|
836
|
-
];
|
|
837
|
-
}),
|
|
838
|
-
_: 2
|
|
839
|
-
}, 1032, ["disabled", "modelValue", "onUpdate:modelValue", "placeholder", "class", "style"])) : c("", !0),
|
|
840
|
-
Fl
|
|
841
|
-
])) : c("", !0),
|
|
842
|
-
l.field.nationCode && !e.phoneWrap ? (a(), i(U, {
|
|
843
|
+
clearable: l.clearable
|
|
844
|
+
}, null, 8, ["onBlur", "onFocus", "onChange", "onInput", "maxlength", "modelValue", "onUpdate:modelValue", "disabled", "placeholder", "class", "clearable"])) : f("", !0),
|
|
845
|
+
vl
|
|
846
|
+
])) : f("", !0),
|
|
847
|
+
l.field.nationCode && !e.phoneWrap ? (n(), i(z, {
|
|
843
848
|
key: 1,
|
|
844
849
|
"popper-class": "selectTriangles",
|
|
845
850
|
teleported: !1,
|
|
846
851
|
disabled: (l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly || l.isReadonly || l.isReadonlyNation) && !l.openDisabled,
|
|
847
852
|
modelValue: e.states.model[l.field.nationCode],
|
|
848
|
-
"onUpdate:modelValue": (
|
|
853
|
+
"onUpdate:modelValue": (a) => e.states.model[l.field.nationCode] = a,
|
|
849
854
|
placeholder: ((T = l.nationOptions) == null ? void 0 : T.placeholder) || "",
|
|
850
|
-
class:
|
|
855
|
+
class: b(
|
|
851
856
|
(l.isReadonly || l.isReadonlyNation || e.formOptions.isAllReadonly) && !l.openDisabled ? "selectreadonly" : ""
|
|
852
857
|
),
|
|
853
|
-
style:
|
|
858
|
+
style: h("width:" + l.widthNation),
|
|
854
859
|
"fit-input-width": !0
|
|
855
860
|
}, {
|
|
856
|
-
default:
|
|
857
|
-
var
|
|
861
|
+
default: d(() => {
|
|
862
|
+
var a;
|
|
858
863
|
return [
|
|
859
|
-
(
|
|
860
|
-
label:
|
|
861
|
-
value:
|
|
862
|
-
key:
|
|
864
|
+
(n(!0), r(k, null, R((a = l.nationOptions) == null ? void 0 : a.data, (D, I) => (n(), i(v, {
|
|
865
|
+
label: D.name,
|
|
866
|
+
value: D.code,
|
|
867
|
+
key: I
|
|
863
868
|
}, null, 8, ["label", "value"]))), 128))
|
|
864
869
|
];
|
|
865
870
|
}),
|
|
866
871
|
_: 2
|
|
867
|
-
}, 1032, ["disabled", "modelValue", "onUpdate:modelValue", "placeholder", "class", "style"])) :
|
|
868
|
-
e.phoneWrap ?
|
|
869
|
-
l.field.areaCode && !e.phoneWrap ? (
|
|
872
|
+
}, 1032, ["disabled", "modelValue", "onUpdate:modelValue", "placeholder", "class", "style"])) : f("", !0),
|
|
873
|
+
e.phoneWrap ? f("", !0) : (n(), r("div", zl, "-")),
|
|
874
|
+
l.field.areaCode && !e.phoneWrap ? (n(), i(N, {
|
|
870
875
|
key: 3,
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
876
|
+
onBlur: (a) => e.inputBlur(
|
|
877
|
+
a,
|
|
878
|
+
typeof l.field == "string" ? l.field : ""
|
|
879
|
+
),
|
|
880
|
+
onFocus: (a) => e.inputFocus(
|
|
881
|
+
a,
|
|
882
|
+
typeof l.field == "string" ? l.field : ""
|
|
883
|
+
),
|
|
884
|
+
onChange: (a) => e.inputChange(
|
|
885
|
+
a,
|
|
886
|
+
typeof l.field == "string" ? l.field : ""
|
|
887
|
+
),
|
|
888
|
+
onInput: (a) => e.inputInput(
|
|
889
|
+
a,
|
|
890
|
+
typeof l.field == "string" ? l.field : ""
|
|
891
|
+
),
|
|
892
|
+
maxlength: l.maxlength,
|
|
874
893
|
modelValue: e.states.model[l.field.areaCode],
|
|
875
|
-
"onUpdate:modelValue": (
|
|
894
|
+
"onUpdate:modelValue": (a) => e.states.model[l.field.areaCode] = a,
|
|
895
|
+
disabled: (l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly || l.isReadonly || l.isReadonlyArea) && !l.openDisabled,
|
|
876
896
|
placeholder: ((s = l.areaOptions) == null ? void 0 : s.placeholder) || "",
|
|
877
|
-
class:
|
|
878
|
-
(l.isReadonly || l.isReadonlyArea || e.formOptions.isAllReadonly) && !l.openDisabled ? "selectreadonly" : "
|
|
897
|
+
class: b(
|
|
898
|
+
(l.isReadonly || l.isReadonlyArea || e.formOptions.isAllReadonly) && !l.openDisabled ? "selectreadonly" : "areaCode_input"
|
|
879
899
|
),
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
var d;
|
|
885
|
-
return [
|
|
886
|
-
(a(!0), r(N, null, A((d = l.areaOptions) == null ? void 0 : d.data, (f, R) => (a(), i(V, {
|
|
887
|
-
label: f.name,
|
|
888
|
-
value: f.code,
|
|
889
|
-
key: R
|
|
890
|
-
}, null, 8, ["label", "value"]))), 128))
|
|
891
|
-
];
|
|
892
|
-
}),
|
|
893
|
-
_: 2
|
|
894
|
-
}, 1032, ["disabled", "modelValue", "onUpdate:modelValue", "placeholder", "class", "style"])) : c("", !0),
|
|
895
|
-
e.phoneWrap ? c("", !0) : (a(), r("div", Tl, "-")),
|
|
896
|
-
l.field.phoneNumber ? (a(), i(x, {
|
|
900
|
+
clearable: l.clearable
|
|
901
|
+
}, null, 8, ["onBlur", "onFocus", "onChange", "onInput", "maxlength", "modelValue", "onUpdate:modelValue", "disabled", "placeholder", "class", "clearable"])) : f("", !0),
|
|
902
|
+
e.phoneWrap ? f("", !0) : (n(), r("div", Ll, "-")),
|
|
903
|
+
l.field.phoneNumber ? (n(), i(N, {
|
|
897
904
|
key: 5,
|
|
898
|
-
onBlur: (
|
|
899
|
-
|
|
905
|
+
onBlur: (a) => e.inputBlur(
|
|
906
|
+
a,
|
|
900
907
|
typeof l.field == "string" ? l.field : ""
|
|
901
908
|
),
|
|
902
|
-
onFocus: (
|
|
903
|
-
|
|
909
|
+
onFocus: (a) => e.inputFocus(
|
|
910
|
+
a,
|
|
904
911
|
typeof l.field == "string" ? l.field : ""
|
|
905
912
|
),
|
|
906
|
-
onChange: (
|
|
907
|
-
|
|
913
|
+
onChange: (a) => e.inputChange(
|
|
914
|
+
a,
|
|
908
915
|
typeof l.field == "string" ? l.field : ""
|
|
909
916
|
),
|
|
910
|
-
onInput: (
|
|
911
|
-
|
|
917
|
+
onInput: (a) => e.inputInput(
|
|
918
|
+
a,
|
|
912
919
|
typeof l.field == "string" ? l.field : ""
|
|
913
920
|
),
|
|
914
921
|
maxlength: l.maxlength,
|
|
915
922
|
modelValue: e.states.model[l.field.phoneNumber],
|
|
916
|
-
"onUpdate:modelValue": (
|
|
923
|
+
"onUpdate:modelValue": (a) => e.states.model[l.field.phoneNumber] = a,
|
|
917
924
|
disabled: (l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly || l.isReadonly || l.isReadonlyPhoneNumber) && !l.openDisabled,
|
|
918
925
|
placeholder: l.placeholder || "",
|
|
919
|
-
class:
|
|
926
|
+
class: b(
|
|
920
927
|
(l.isReadonly || l.isReadonlyPhoneNumber || e.formOptions.isAllReadonly) && !l.openDisabled ? "readonly" : ""
|
|
921
928
|
),
|
|
922
929
|
clearable: l.clearable
|
|
923
|
-
}, null, 8, ["onBlur", "onFocus", "onChange", "onInput", "maxlength", "modelValue", "onUpdate:modelValue", "disabled", "placeholder", "class", "clearable"])) :
|
|
930
|
+
}, null, 8, ["onBlur", "onFocus", "onChange", "onInput", "maxlength", "modelValue", "onUpdate:modelValue", "disabled", "placeholder", "class", "clearable"])) : f("", !0)
|
|
924
931
|
], 2)
|
|
925
932
|
];
|
|
926
933
|
}),
|
|
927
934
|
_: 2
|
|
928
|
-
}, 1032, ["label", "rules", "prop"])) : l.type === "line" ? (
|
|
935
|
+
}, 1032, ["label", "rules", "prop"])) : l.type === "line" ? (n(), i(u, {
|
|
929
936
|
key: 12,
|
|
930
937
|
label: l.label
|
|
931
938
|
}, {
|
|
932
|
-
default:
|
|
933
|
-
|
|
939
|
+
default: d(() => [
|
|
940
|
+
Tl
|
|
934
941
|
]),
|
|
935
942
|
_: 2
|
|
936
|
-
}, 1032, ["label"])) : (
|
|
943
|
+
}, 1032, ["label"])) : l.type === "number" && typeof l.field == "string" ? (n(), i(u, {
|
|
937
944
|
key: 13,
|
|
938
945
|
rules: l.isHide || e.noFormRule || l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly ? [] : l.rules,
|
|
939
946
|
prop: l.field,
|
|
940
|
-
class:
|
|
947
|
+
class: b(l.prepend ? "input-item" : "")
|
|
948
|
+
}, {
|
|
949
|
+
label: d(() => [
|
|
950
|
+
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (n(), r("div", {
|
|
951
|
+
key: 0,
|
|
952
|
+
style: h(l.labelStyle)
|
|
953
|
+
}, [
|
|
954
|
+
g(c(l.label) + " ", 1),
|
|
955
|
+
l.required ? (n(), r("span", El, "*")) : f("", !0)
|
|
956
|
+
], 4))
|
|
957
|
+
]),
|
|
958
|
+
default: d(() => [
|
|
959
|
+
t(N, {
|
|
960
|
+
onBlur: (o) => e.inputBlur(
|
|
961
|
+
o,
|
|
962
|
+
typeof l.field == "string" ? l.field : ""
|
|
963
|
+
),
|
|
964
|
+
onFocus: (o) => e.inputFocus(
|
|
965
|
+
o,
|
|
966
|
+
typeof l.field == "string" ? l.field : ""
|
|
967
|
+
),
|
|
968
|
+
onChange: (o) => e.inputChange(
|
|
969
|
+
o,
|
|
970
|
+
typeof l.field == "string" ? l.field : ""
|
|
971
|
+
),
|
|
972
|
+
onInput: (o) => e.inputInput(
|
|
973
|
+
o,
|
|
974
|
+
typeof l.field == "string" ? l.field : ""
|
|
975
|
+
),
|
|
976
|
+
maxlength: l.maxlength,
|
|
977
|
+
modelValue: e.states.model[typeof l.field == "string" ? l.field : ""],
|
|
978
|
+
"onUpdate:modelValue": (o) => e.states.model[typeof l.field == "string" ? l.field : ""] = o,
|
|
979
|
+
modelModifiers: { number: !0 },
|
|
980
|
+
"show-word-limit": l.showWordLimit,
|
|
981
|
+
readonly: l.readonly,
|
|
982
|
+
type: l.type ? l.type : "number",
|
|
983
|
+
rows: l.rows,
|
|
984
|
+
placeholder: l.placeholder || l.label,
|
|
985
|
+
disabled: (l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly || l.isReadonly) && !l.openDisabled,
|
|
986
|
+
showPassword: l.showPassword,
|
|
987
|
+
clearable: l.clearable,
|
|
988
|
+
class: b(
|
|
989
|
+
(l.isReadonly || e.formOptions.isAllReadonly) && !l.openDisabled ? "readonly" : ""
|
|
990
|
+
),
|
|
991
|
+
onKeyup: V((o) => e.handleKeyUp(l.enterable), ["enter"])
|
|
992
|
+
}, Z({ _: 2 }, [
|
|
993
|
+
l.prepend ? {
|
|
994
|
+
name: "prepend",
|
|
995
|
+
fn: d(() => [
|
|
996
|
+
g(c(l.prepend), 1)
|
|
997
|
+
]),
|
|
998
|
+
key: "0"
|
|
999
|
+
} : void 0,
|
|
1000
|
+
l.append ? {
|
|
1001
|
+
name: "append",
|
|
1002
|
+
fn: d(() => [
|
|
1003
|
+
g(c(l.append), 1)
|
|
1004
|
+
]),
|
|
1005
|
+
key: "1"
|
|
1006
|
+
} : void 0
|
|
1007
|
+
]), 1032, ["onBlur", "onFocus", "onChange", "onInput", "maxlength", "modelValue", "onUpdate:modelValue", "show-word-limit", "readonly", "type", "rows", "placeholder", "disabled", "showPassword", "clearable", "class", "onKeyup"])
|
|
1008
|
+
]),
|
|
1009
|
+
_: 2
|
|
1010
|
+
}, 1032, ["rules", "prop", "class"])) : (n(), i(u, {
|
|
1011
|
+
key: 14,
|
|
1012
|
+
rules: l.isHide || e.noFormRule || l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly ? [] : l.rules,
|
|
1013
|
+
prop: l.field,
|
|
1014
|
+
class: b(l.prepend ? "input-item" : "")
|
|
941
1015
|
}, {
|
|
942
|
-
label:
|
|
943
|
-
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (
|
|
1016
|
+
label: d(() => [
|
|
1017
|
+
l.slotLabelName ? C(p.$slots, l.slotLabelName, { key: 1 }, void 0, !0) : (n(), r("div", {
|
|
944
1018
|
key: 0,
|
|
945
|
-
style:
|
|
1019
|
+
style: h(l.labelStyle)
|
|
946
1020
|
}, [
|
|
947
|
-
|
|
948
|
-
l.required ? (
|
|
1021
|
+
g(c(l.label) + " ", 1),
|
|
1022
|
+
l.required ? (n(), r("span", Sl, "*")) : f("", !0)
|
|
949
1023
|
], 4))
|
|
950
1024
|
]),
|
|
951
|
-
default:
|
|
952
|
-
|
|
1025
|
+
default: d(() => [
|
|
1026
|
+
t(N, {
|
|
953
1027
|
onBlur: (o) => e.inputBlur(
|
|
954
1028
|
o,
|
|
955
1029
|
typeof l.field == "string" ? l.field : ""
|
|
@@ -977,22 +1051,22 @@ function Sl(p, g, w, e, k, K) {
|
|
|
977
1051
|
disabled: (l.disabled || e.formOptions.isAllDisabled || e.formOptions.isAllReadonly || l.isReadonly) && !l.openDisabled,
|
|
978
1052
|
showPassword: l.showPassword,
|
|
979
1053
|
clearable: l.clearable,
|
|
980
|
-
class:
|
|
1054
|
+
class: b(
|
|
981
1055
|
(l.isReadonly || e.formOptions.isAllReadonly) && !l.openDisabled ? "readonly" : ""
|
|
982
1056
|
),
|
|
983
|
-
onKeyup:
|
|
984
|
-
},
|
|
1057
|
+
onKeyup: V((o) => e.handleKeyUp(l.enterable), ["enter"])
|
|
1058
|
+
}, Z({ _: 2 }, [
|
|
985
1059
|
l.prepend ? {
|
|
986
1060
|
name: "prepend",
|
|
987
|
-
fn:
|
|
988
|
-
|
|
1061
|
+
fn: d(() => [
|
|
1062
|
+
g(c(l.prepend), 1)
|
|
989
1063
|
]),
|
|
990
1064
|
key: "0"
|
|
991
1065
|
} : void 0,
|
|
992
1066
|
l.append ? {
|
|
993
1067
|
name: "append",
|
|
994
|
-
fn:
|
|
995
|
-
|
|
1068
|
+
fn: d(() => [
|
|
1069
|
+
g(c(l.append), 1)
|
|
996
1070
|
]),
|
|
997
1071
|
key: "1"
|
|
998
1072
|
} : void 0
|
|
@@ -1009,14 +1083,14 @@ function Sl(p, g, w, e, k, K) {
|
|
|
1009
1083
|
]),
|
|
1010
1084
|
_: 3
|
|
1011
1085
|
}),
|
|
1012
|
-
|
|
1013
|
-
default:
|
|
1086
|
+
t(u, { class: "btnsItem" }, {
|
|
1087
|
+
default: d(() => [
|
|
1014
1088
|
C(p.$slots, "buttons", {
|
|
1015
1089
|
model: w.model,
|
|
1016
1090
|
onBtnClick: e.onSubmit
|
|
1017
1091
|
}, () => [
|
|
1018
|
-
(
|
|
1019
|
-
l.isShow ? (
|
|
1092
|
+
(n(!0), r(k, null, R(e.formOptions.btnConfig, (l, L) => (n(), r("div", { key: L }, [
|
|
1093
|
+
l.isShow ? (n(), i(Y, {
|
|
1020
1094
|
key: 0,
|
|
1021
1095
|
btnCode: l.btnCode,
|
|
1022
1096
|
plain: l.plain,
|
|
@@ -1039,15 +1113,15 @@ function Sl(p, g, w, e, k, K) {
|
|
|
1039
1113
|
size: l.size,
|
|
1040
1114
|
fontSize: l.fontSize,
|
|
1041
1115
|
fontWeight: l.fontWeight,
|
|
1042
|
-
style:
|
|
1043
|
-
class:
|
|
1116
|
+
style: h(l.style),
|
|
1117
|
+
class: b(l.class),
|
|
1044
1118
|
onHandleClick: (o) => e.handleClick(o, l.isRule, l.emitName)
|
|
1045
1119
|
}, {
|
|
1046
|
-
default:
|
|
1047
|
-
|
|
1120
|
+
default: d(() => [
|
|
1121
|
+
g(c(l.name), 1)
|
|
1048
1122
|
]),
|
|
1049
1123
|
_: 2
|
|
1050
|
-
}, 1032, ["btnCode", "plain", "primary", "info", "text", "debounced", "link", "loading", "loadingColor", "width", "height", "circle", "color", "bgColor", "borderColor", "borderStyle", "borderWidth", "icon", "size", "fontSize", "fontWeight", "style", "class", "onHandleClick"])) :
|
|
1124
|
+
}, 1032, ["btnCode", "plain", "primary", "info", "text", "debounced", "link", "loading", "loadingColor", "width", "height", "circle", "color", "bgColor", "borderColor", "borderStyle", "borderWidth", "icon", "size", "fontSize", "fontWeight", "style", "class", "onHandleClick"])) : f("", !0)
|
|
1051
1125
|
]))), 128))
|
|
1052
1126
|
], !0)
|
|
1053
1127
|
]),
|
|
@@ -1057,11 +1131,11 @@ function Sl(p, g, w, e, k, K) {
|
|
|
1057
1131
|
_: 3
|
|
1058
1132
|
}, 16, ["model", "label-position"]);
|
|
1059
1133
|
}
|
|
1060
|
-
const
|
|
1061
|
-
function
|
|
1062
|
-
|
|
1134
|
+
const m = /* @__PURE__ */ tl(ul, [["render", Bl], ["__scopeId", "data-v-837d3003"]]);
|
|
1135
|
+
function H(p, _ = {}) {
|
|
1136
|
+
H.installed || (H.installed = !0, p.component("common-el-form", m));
|
|
1063
1137
|
}
|
|
1064
|
-
|
|
1138
|
+
m.install = H;
|
|
1065
1139
|
export {
|
|
1066
|
-
|
|
1140
|
+
m as default
|
|
1067
1141
|
};
|