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