yh-mobile-components 1.0.8 → 1.0.19
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/index.es.js +2086 -0
- package/index.es.js.map +1 -0
- package/package.json +27 -14
- package/style.css +1 -0
- package/README.md +0 -261
- package/custom.scss +0 -167
- package/form/yhm-form.vue +0 -174
- package/form/yhmCascader.vue +0 -5
- package/form/yhmCheckbox.vue +0 -60
- package/form/yhmDateTime/chooseDate.vue +0 -345
- package/form/yhmDateTime/chooseTime.vue +0 -45
- package/form/yhmDateTime/inputDateTime.vue +0 -262
- package/form/yhmDatetime.vue +0 -176
- package/form/yhmInput.vue +0 -81
- package/form/yhmPassword.vue +0 -116
- package/form/yhmRadio.vue +0 -59
- package/form/yhmRate.vue +0 -5
- package/form/yhmSelect.vue +0 -87
- package/form/yhmSignature.vue +0 -5
- package/form/yhmSlider.vue +0 -5
- package/form/yhmStepper.vue +0 -5
- package/form/yhmSwitch.vue +0 -91
- package/index.ts +0 -47
- package/info/yhmDropdownItem.vue +0 -35
- package/info/yhmInfo.vue +0 -37
- package/info/yhmInfoItem.vue +0 -123
- package/info/yhmList.vue +0 -216
- package/info/yhmTable.vue +0 -99
- package/info/yhmTabs.vue +0 -92
- package/types.ts +0 -137
package/index.es.js
ADDED
|
@@ -0,0 +1,2086 @@
|
|
|
1
|
+
import { defineComponent as W, ref as D, reactive as we, computed as P, watch as pe, onMounted as ge, onActivated as Me, resolveComponent as x, openBlock as u, createElementBlock as V, createElementVNode as k, Fragment as A, renderList as X, unref as U, createBlock as E, createCommentVNode as te, withCtx as B, createVNode as R, renderSlot as he, normalizeClass as se, toDisplayString as J, nextTick as me, useCssVars as ke, createTextVNode as oe, resolveDynamicComponent as De, mergeProps as ae, withDirectives as re, vShow as Ve, createStaticVNode as Ce, vModelText as ie, createSlots as $e } from "vue";
|
|
2
|
+
import { cloneDeep as Se } from "lodash-es";
|
|
3
|
+
import Le from "vant";
|
|
4
|
+
const He = { class: "yhm-list-container" }, Te = { class: "list-condition-container" }, Ie = ["onClick"], Oe = /* @__PURE__ */ W({
|
|
5
|
+
__name: "yhmList",
|
|
6
|
+
props: {
|
|
7
|
+
hasSearch: { type: Boolean, default: !1 },
|
|
8
|
+
searchType: { default: "update" },
|
|
9
|
+
searchPlaceholder: { default: "输入关键词搜索" },
|
|
10
|
+
paramType: null,
|
|
11
|
+
align: { default: "right" },
|
|
12
|
+
descAlign: { default: "left" },
|
|
13
|
+
fontSize: null,
|
|
14
|
+
paramConfig: null,
|
|
15
|
+
listConfig: null,
|
|
16
|
+
getData: null
|
|
17
|
+
},
|
|
18
|
+
setup(e, { expose: _ }) {
|
|
19
|
+
const a = e, t = D(), f = D("");
|
|
20
|
+
function i(h) {
|
|
21
|
+
f.value = h, me(() => {
|
|
22
|
+
w(!0);
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
const l = we({}), o = D([]), y = D(!1), d = D(!1), v = D(1), b = D(15), Y = D(!1), T = D(!1), C = P(() => {
|
|
26
|
+
var h;
|
|
27
|
+
return (h = a.paramConfig) == null ? void 0 : h.filter(($) => $.type === "tabs");
|
|
28
|
+
}), I = P(() => {
|
|
29
|
+
var h;
|
|
30
|
+
return (h = a.paramConfig) == null ? void 0 : h.filter(($) => $.type === "dropdown");
|
|
31
|
+
}), z = P(() => {
|
|
32
|
+
var h;
|
|
33
|
+
return (h = a.paramConfig) == null ? void 0 : h.filter(($) => $.type === "custom").map(($) => $.custom);
|
|
34
|
+
});
|
|
35
|
+
let g = null;
|
|
36
|
+
async function w(h = !1) {
|
|
37
|
+
g && clearTimeout(g), d.value = !1, g = setTimeout(async () => {
|
|
38
|
+
var K;
|
|
39
|
+
y.value = !0, h && (o.value = [], T.value = !1, Y.value = !0, v.value = 1);
|
|
40
|
+
let { data: $, total: j } = await a.getData(v.value, b.value, l, f);
|
|
41
|
+
try {
|
|
42
|
+
h ? o.value = $ : o.value = o.value.concat($), o.value.length >= j && (T.value = !0), g = null, v.value++, Y.value = !1, y.value = !1;
|
|
43
|
+
} catch {
|
|
44
|
+
g = null, d.value = !0, Y.value = !1, y.value = !1;
|
|
45
|
+
}
|
|
46
|
+
!T.value && !d.value && ((K = t.value) == null || K.check());
|
|
47
|
+
}, 500);
|
|
48
|
+
}
|
|
49
|
+
function S(h) {
|
|
50
|
+
a.searchType == h && w(!0);
|
|
51
|
+
}
|
|
52
|
+
pe(
|
|
53
|
+
() => l,
|
|
54
|
+
() => {
|
|
55
|
+
w(!0);
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
deep: !0,
|
|
59
|
+
immediate: !0
|
|
60
|
+
}
|
|
61
|
+
);
|
|
62
|
+
const Z = P(() => o.value.map((h) => ({
|
|
63
|
+
cols: a.listConfig.items.filter((j) => !j.show || j.show && j.show(h)).map(({ label: j, span: K, align: G, descAlign: M, fontSize: n, status: N, description: O, defaultDescription: p, slot: r, value: c, defaultValue: m }) => ({
|
|
64
|
+
label: j,
|
|
65
|
+
span: K,
|
|
66
|
+
align: G,
|
|
67
|
+
descAlign: M || a.descAlign,
|
|
68
|
+
fontSize: n || a.fontSize,
|
|
69
|
+
status: N ? N(h) : "",
|
|
70
|
+
description: O ? h[O] || p : "",
|
|
71
|
+
value: c ? h[c] || m : "",
|
|
72
|
+
slot: r
|
|
73
|
+
})),
|
|
74
|
+
data: h
|
|
75
|
+
})));
|
|
76
|
+
return ge(() => {
|
|
77
|
+
if (a.paramConfig && a.paramConfig.length)
|
|
78
|
+
for (let h = 0; h < a.paramConfig.length; h++) {
|
|
79
|
+
const $ = a.paramConfig[h];
|
|
80
|
+
l[$.value] = $.defaultValue;
|
|
81
|
+
}
|
|
82
|
+
}), Me(() => {
|
|
83
|
+
}), _({
|
|
84
|
+
getList: w,
|
|
85
|
+
setKeyowrd: i
|
|
86
|
+
}), (h, $) => {
|
|
87
|
+
const j = x("yhm-tabs"), K = x("van-search"), G = x("yhm-dropdown-item"), M = x("yhm-form"), n = x("van-dropdown-item"), N = x("van-dropdown-menu"), O = x("yhm-info-item"), p = x("yhm-info"), r = x("van-list"), c = x("van-pull-refresh");
|
|
88
|
+
return u(), V("section", He, [
|
|
89
|
+
k("section", Te, [
|
|
90
|
+
(u(!0), V(A, null, X(U(C), (m) => (u(), E(j, {
|
|
91
|
+
valueObj: l,
|
|
92
|
+
value: m.value,
|
|
93
|
+
optionData: m.optionData
|
|
94
|
+
}, null, 8, ["valueObj", "value", "optionData"]))), 256)),
|
|
95
|
+
e.hasSearch ? (u(), E(K, {
|
|
96
|
+
key: 0,
|
|
97
|
+
modelValue: f.value,
|
|
98
|
+
"onUpdate:modelValue": [
|
|
99
|
+
$[0] || ($[0] = (m) => f.value = m),
|
|
100
|
+
$[1] || ($[1] = (m) => S("update"))
|
|
101
|
+
],
|
|
102
|
+
placeholder: e.searchPlaceholder,
|
|
103
|
+
onSearch: $[2] || ($[2] = (m) => S("search")),
|
|
104
|
+
clearable: !1
|
|
105
|
+
}, null, 8, ["modelValue", "placeholder"])) : te("", !0),
|
|
106
|
+
U(I) && U(I).length || U(z) && U(z).length ? (u(), E(N, { key: 1 }, {
|
|
107
|
+
default: B(() => [
|
|
108
|
+
(u(!0), V(A, null, X(U(I), (m) => (u(), E(G, {
|
|
109
|
+
valueObj: l,
|
|
110
|
+
value: m.value,
|
|
111
|
+
optionData: m.optionData
|
|
112
|
+
}, null, 8, ["valueObj", "value", "optionData"]))), 256)),
|
|
113
|
+
U(z) && U(z).length ? (u(), E(n, {
|
|
114
|
+
key: 0,
|
|
115
|
+
title: "筛选",
|
|
116
|
+
class: "custom-param-container"
|
|
117
|
+
}, {
|
|
118
|
+
default: B(() => [
|
|
119
|
+
R(M, {
|
|
120
|
+
formData: l,
|
|
121
|
+
options: U(z)
|
|
122
|
+
}, null, 8, ["formData", "options"])
|
|
123
|
+
]),
|
|
124
|
+
_: 1
|
|
125
|
+
})) : te("", !0)
|
|
126
|
+
]),
|
|
127
|
+
_: 1
|
|
128
|
+
})) : te("", !0)
|
|
129
|
+
]),
|
|
130
|
+
R(c, {
|
|
131
|
+
modelValue: Y.value,
|
|
132
|
+
"onUpdate:modelValue": $[4] || ($[4] = (m) => Y.value = m),
|
|
133
|
+
onRefresh: $[5] || ($[5] = (m) => w(!0))
|
|
134
|
+
}, {
|
|
135
|
+
default: B(() => [
|
|
136
|
+
R(r, {
|
|
137
|
+
loading: y.value,
|
|
138
|
+
"onUpdate:loading": $[3] || ($[3] = (m) => y.value = m),
|
|
139
|
+
finished: T.value,
|
|
140
|
+
error: d.value,
|
|
141
|
+
"error-text": "遇到错误了,点击重试",
|
|
142
|
+
"finished-text": "没有更多了",
|
|
143
|
+
ref_key: "scrollContent",
|
|
144
|
+
ref: t,
|
|
145
|
+
onLoad: w
|
|
146
|
+
}, {
|
|
147
|
+
default: B(() => [
|
|
148
|
+
(u(!0), V(A, null, X(U(Z), (m) => (u(), V(A, null, [
|
|
149
|
+
R(p, { "has-top": "" }, {
|
|
150
|
+
default: B(() => [
|
|
151
|
+
(u(!0), V(A, null, X(m.cols, (s) => (u(), V(A, null, [
|
|
152
|
+
s.slot ? he(h.$slots, s.slot, {
|
|
153
|
+
key: 0,
|
|
154
|
+
row: m
|
|
155
|
+
}) : (u(), E(O, {
|
|
156
|
+
key: 1,
|
|
157
|
+
label: s.label,
|
|
158
|
+
"regular-value": "",
|
|
159
|
+
span: s.span,
|
|
160
|
+
align: s.align || e.align,
|
|
161
|
+
"desc-align": s.descAlign || e.descAlign,
|
|
162
|
+
"font-size": s.fontSize || e.fontSize,
|
|
163
|
+
status: s.status,
|
|
164
|
+
description: s.description,
|
|
165
|
+
value: s.value
|
|
166
|
+
}, null, 8, ["label", "span", "align", "desc-align", "font-size", "status", "description", "value"]))
|
|
167
|
+
], 64))), 256))
|
|
168
|
+
]),
|
|
169
|
+
_: 2
|
|
170
|
+
}, 1024),
|
|
171
|
+
e.listConfig.btns && e.listConfig.btns.length > 0 ? (u(), E(p, {
|
|
172
|
+
key: 0,
|
|
173
|
+
class: "yhm-list-item-actions"
|
|
174
|
+
}, {
|
|
175
|
+
default: B(() => [
|
|
176
|
+
(u(!0), V(A, null, X(e.listConfig.btns, (s) => (u(), V(A, null, [
|
|
177
|
+
!s.show || s.show && s.show(m.data) ? (u(), V("div", {
|
|
178
|
+
key: 0,
|
|
179
|
+
class: se(`yhm-list-btn${s.type ? " " + s.type : ""}${s.size ? " " + s.size : ""}`),
|
|
180
|
+
onClick: () => s.callback(m.data)
|
|
181
|
+
}, J(s.text), 11, Ie)) : te("", !0)
|
|
182
|
+
], 64))), 256))
|
|
183
|
+
]),
|
|
184
|
+
_: 2
|
|
185
|
+
}, 1024)) : te("", !0)
|
|
186
|
+
], 64))), 256))
|
|
187
|
+
]),
|
|
188
|
+
_: 3
|
|
189
|
+
}, 8, ["loading", "finished", "error"])
|
|
190
|
+
]),
|
|
191
|
+
_: 3
|
|
192
|
+
}, 8, ["modelValue"])
|
|
193
|
+
]);
|
|
194
|
+
};
|
|
195
|
+
}
|
|
196
|
+
});
|
|
197
|
+
const Be = /* @__PURE__ */ W({
|
|
198
|
+
__name: "yhmDropdownItem",
|
|
199
|
+
props: {
|
|
200
|
+
valueObj: null,
|
|
201
|
+
value: null,
|
|
202
|
+
optionData: null
|
|
203
|
+
},
|
|
204
|
+
emits: ["change"],
|
|
205
|
+
setup(e, { emit: _ }) {
|
|
206
|
+
const a = e, t = P({
|
|
207
|
+
get() {
|
|
208
|
+
return a.valueObj[a.value];
|
|
209
|
+
},
|
|
210
|
+
set(i) {
|
|
211
|
+
a.valueObj[a.value] = i;
|
|
212
|
+
}
|
|
213
|
+
});
|
|
214
|
+
function f(i) {
|
|
215
|
+
t.value = i, _("change");
|
|
216
|
+
}
|
|
217
|
+
return (i, l) => {
|
|
218
|
+
const o = x("van-dropdown-item");
|
|
219
|
+
return u(), E(o, {
|
|
220
|
+
"model-value": U(t),
|
|
221
|
+
"onUpdate:modelValue": f,
|
|
222
|
+
options: e.optionData
|
|
223
|
+
}, null, 8, ["model-value", "options"]);
|
|
224
|
+
};
|
|
225
|
+
}
|
|
226
|
+
}), Ye = ["onClick"], Ue = /* @__PURE__ */ W({
|
|
227
|
+
__name: "yhmTabs",
|
|
228
|
+
props: {
|
|
229
|
+
valueObj: null,
|
|
230
|
+
value: null,
|
|
231
|
+
optionData: null
|
|
232
|
+
},
|
|
233
|
+
emits: ["change"],
|
|
234
|
+
setup(e, { emit: _ }) {
|
|
235
|
+
const a = e, t = P({
|
|
236
|
+
get() {
|
|
237
|
+
return a.valueObj[a.value];
|
|
238
|
+
},
|
|
239
|
+
set(l) {
|
|
240
|
+
a.valueObj[a.value] = l;
|
|
241
|
+
}
|
|
242
|
+
}), f = D();
|
|
243
|
+
pe(
|
|
244
|
+
() => t.value,
|
|
245
|
+
(l) => {
|
|
246
|
+
var y;
|
|
247
|
+
let o = a.optionData.map((d) => d.value);
|
|
248
|
+
if (o && o.length && f.value) {
|
|
249
|
+
let d = Array.from(f.value.querySelectorAll(".yhm-tab-item")), v = o.indexOf(l);
|
|
250
|
+
(y = d[v]) == null || y.scrollIntoView({ behavior: "smooth", block: "center", inline: "center" });
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
);
|
|
254
|
+
function i(l, o) {
|
|
255
|
+
t.value = o, _("change");
|
|
256
|
+
}
|
|
257
|
+
return (l, o) => (u(), V("section", {
|
|
258
|
+
class: "yhm-tabs",
|
|
259
|
+
ref_key: "yhmTabsRef",
|
|
260
|
+
ref: f
|
|
261
|
+
}, [
|
|
262
|
+
(u(!0), V(A, null, X(e.optionData, (y) => (u(), V("div", {
|
|
263
|
+
class: se(["yhm-tab-item", { active: y.value === U(t) }]),
|
|
264
|
+
onClick: (d) => i(d, y.value)
|
|
265
|
+
}, J(y.text), 11, Ye))), 256))
|
|
266
|
+
], 512));
|
|
267
|
+
}
|
|
268
|
+
});
|
|
269
|
+
const Re = /* @__PURE__ */ W({
|
|
270
|
+
__name: "yhmInfo",
|
|
271
|
+
props: {
|
|
272
|
+
hasTop: { type: Boolean, default: !1 }
|
|
273
|
+
},
|
|
274
|
+
setup(e) {
|
|
275
|
+
return (_, a) => (u(), V("section", {
|
|
276
|
+
class: se(["yhm-info", {
|
|
277
|
+
"has-top": e.hasTop
|
|
278
|
+
}])
|
|
279
|
+
}, [
|
|
280
|
+
he(_.$slots, "default")
|
|
281
|
+
], 2));
|
|
282
|
+
}
|
|
283
|
+
});
|
|
284
|
+
const je = { class: "yhm-info-item-label" }, ze = { class: "yhm-info-item-value" }, Ne = {
|
|
285
|
+
key: 0,
|
|
286
|
+
class: "yhm-info-description"
|
|
287
|
+
}, Fe = /* @__PURE__ */ W({
|
|
288
|
+
__name: "yhmInfoItem",
|
|
289
|
+
props: {
|
|
290
|
+
span: { default: 24 },
|
|
291
|
+
label: null,
|
|
292
|
+
value: null,
|
|
293
|
+
description: null,
|
|
294
|
+
regularValue: { type: Boolean },
|
|
295
|
+
fontSize: { default: 14 },
|
|
296
|
+
align: { default: "right" },
|
|
297
|
+
descAlign: { default: "left" },
|
|
298
|
+
status: null
|
|
299
|
+
},
|
|
300
|
+
setup(e) {
|
|
301
|
+
const _ = e;
|
|
302
|
+
ke((f) => ({
|
|
303
|
+
"5116e62f": U(t),
|
|
304
|
+
"0f0cc1b6": U(a),
|
|
305
|
+
"2b7b0829": f.$props.align,
|
|
306
|
+
"56815a18": f.$props.descAlign
|
|
307
|
+
}));
|
|
308
|
+
const a = P(() => `${_.fontSize}px`), t = P(() => 24 / _.span);
|
|
309
|
+
return (f, i) => (u(), V("section", {
|
|
310
|
+
class: se(`yhm-info-item-container${e.status ? " " + e.status : ""}`)
|
|
311
|
+
}, [
|
|
312
|
+
k("div", {
|
|
313
|
+
class: se(`yhm-info-item${e.regularValue ? " regular-value" : ""}`)
|
|
314
|
+
}, [
|
|
315
|
+
k("div", je, [
|
|
316
|
+
he(f.$slots, "label", {}, () => [
|
|
317
|
+
oe(J(e.label), 1)
|
|
318
|
+
])
|
|
319
|
+
]),
|
|
320
|
+
k("div", ze, [
|
|
321
|
+
he(f.$slots, "value", {}, () => [
|
|
322
|
+
oe(J(e.value), 1)
|
|
323
|
+
])
|
|
324
|
+
])
|
|
325
|
+
], 2),
|
|
326
|
+
e.description ? (u(), V("div", Ne, [
|
|
327
|
+
he(f.$slots, "description", {}, () => [
|
|
328
|
+
oe(J(e.description), 1)
|
|
329
|
+
])
|
|
330
|
+
])) : te("", !0)
|
|
331
|
+
], 2));
|
|
332
|
+
}
|
|
333
|
+
});
|
|
334
|
+
const Ae = { class: "yhm-table-container" }, Pe = { class: "yhm-table" }, We = {
|
|
335
|
+
key: 0,
|
|
336
|
+
width: "50"
|
|
337
|
+
}, Ee = ["width", "align"], Ze = { key: 0 }, qe = ["align"], Ke = {
|
|
338
|
+
key: 0,
|
|
339
|
+
aling: "center"
|
|
340
|
+
}, Je = ["align"], Ge = /* @__PURE__ */ W({
|
|
341
|
+
__name: "yhmTable",
|
|
342
|
+
props: {
|
|
343
|
+
data: { default: [] },
|
|
344
|
+
hasIndex: { type: Boolean, default: !1 },
|
|
345
|
+
columns: { default: [] }
|
|
346
|
+
},
|
|
347
|
+
setup(e) {
|
|
348
|
+
const _ = e;
|
|
349
|
+
ke((t) => ({
|
|
350
|
+
"60f0d7f6": U(a)
|
|
351
|
+
}));
|
|
352
|
+
const a = P(() => {
|
|
353
|
+
let t = _.columns.reduce((f, i) => {
|
|
354
|
+
let l = parseInt(i.width);
|
|
355
|
+
return isNaN(l) || (l = 0), f + l;
|
|
356
|
+
}, 0);
|
|
357
|
+
return _.hasIndex ? t === 0 ? "100%" : `${t + 50}px` : t === 0 ? "100%" : `${t}px`;
|
|
358
|
+
});
|
|
359
|
+
return (t, f) => (u(), V("section", Ae, [
|
|
360
|
+
k("table", Pe, [
|
|
361
|
+
k("colgroup", null, [
|
|
362
|
+
e.hasIndex ? (u(), V("col", We)) : te("", !0),
|
|
363
|
+
(u(!0), V(A, null, X(e.columns, (i) => (u(), V("col", {
|
|
364
|
+
width: i.width,
|
|
365
|
+
align: i.align
|
|
366
|
+
}, null, 8, Ee))), 256))
|
|
367
|
+
]),
|
|
368
|
+
k("tr", null, [
|
|
369
|
+
e.hasIndex ? (u(), V("th", Ze, "#")) : te("", !0),
|
|
370
|
+
(u(!0), V(A, null, X(e.columns, (i) => (u(), V("th", {
|
|
371
|
+
align: i.align
|
|
372
|
+
}, J(i.label), 9, qe))), 256))
|
|
373
|
+
]),
|
|
374
|
+
(u(!0), V(A, null, X(e.data, (i, l) => (u(), V("tr", null, [
|
|
375
|
+
e.hasIndex ? (u(), V("td", Ke, J(l + 1), 1)) : te("", !0),
|
|
376
|
+
(u(!0), V(A, null, X(e.columns, (o) => (u(), V("td", {
|
|
377
|
+
align: o.align
|
|
378
|
+
}, J(i[o.prop]), 9, Je))), 256))
|
|
379
|
+
]))), 256))
|
|
380
|
+
])
|
|
381
|
+
]));
|
|
382
|
+
}
|
|
383
|
+
});
|
|
384
|
+
const Qe = { class: "yhm-form-container" }, Xe = { class: "yhm-form-actions" }, et = /* @__PURE__ */ W({
|
|
385
|
+
__name: "yhm-form",
|
|
386
|
+
props: {
|
|
387
|
+
options: null,
|
|
388
|
+
formData: null,
|
|
389
|
+
verification: { type: Boolean }
|
|
390
|
+
},
|
|
391
|
+
emits: ["update:verification"],
|
|
392
|
+
setup(e, { emit: _ }) {
|
|
393
|
+
const a = e, t = P(() => a.options.map((l) => {
|
|
394
|
+
let { label: o, required: y, name: d, defaultValue: v, disabled: b, placeholder: Y, type: T, rexMsg: C, rex: I, itemChange: z, labelAlign: g, config: w } = l, S = !1, Z = "", h = "yhm-input";
|
|
395
|
+
switch (T) {
|
|
396
|
+
case "year":
|
|
397
|
+
case "month":
|
|
398
|
+
case "datetime":
|
|
399
|
+
case "date":
|
|
400
|
+
case "time":
|
|
401
|
+
h = "yhm-datetime", v || (v = "");
|
|
402
|
+
break;
|
|
403
|
+
case "radio":
|
|
404
|
+
h = "yhm-radio", v || (v = "");
|
|
405
|
+
break;
|
|
406
|
+
case "select":
|
|
407
|
+
h = "yhm-select", v || (v = "");
|
|
408
|
+
break;
|
|
409
|
+
case "switch":
|
|
410
|
+
h = "yhm-switch", v || (v = w.activeValue || "");
|
|
411
|
+
break;
|
|
412
|
+
case "checkbox":
|
|
413
|
+
h = "yhm-checkbox", v || (v = []);
|
|
414
|
+
break;
|
|
415
|
+
}
|
|
416
|
+
return {
|
|
417
|
+
component: h,
|
|
418
|
+
rex: I,
|
|
419
|
+
rexMsg: C,
|
|
420
|
+
name: d,
|
|
421
|
+
defaultValue: v,
|
|
422
|
+
error: S,
|
|
423
|
+
errorMessage: Z,
|
|
424
|
+
attrs: {
|
|
425
|
+
label: o,
|
|
426
|
+
required: y,
|
|
427
|
+
disabled: b,
|
|
428
|
+
placeholder: Y,
|
|
429
|
+
type: T,
|
|
430
|
+
labelAlign: g,
|
|
431
|
+
...w
|
|
432
|
+
},
|
|
433
|
+
itemChange: z
|
|
434
|
+
};
|
|
435
|
+
})), f = we({});
|
|
436
|
+
pe(
|
|
437
|
+
() => f,
|
|
438
|
+
(l) => {
|
|
439
|
+
let o = Object.values(l), y = !(o && o.includes(!0));
|
|
440
|
+
_("update:verification", y);
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
deep: !0,
|
|
444
|
+
immediate: !0
|
|
445
|
+
}
|
|
446
|
+
);
|
|
447
|
+
function i(l, o) {
|
|
448
|
+
let {
|
|
449
|
+
name: y,
|
|
450
|
+
itemChange: d,
|
|
451
|
+
rex: v,
|
|
452
|
+
rexMsg: b,
|
|
453
|
+
attrs: { required: Y }
|
|
454
|
+
} = o;
|
|
455
|
+
a.formData[y] = l, d && typeof d == "function" && d(l, a.formData);
|
|
456
|
+
let T = !1;
|
|
457
|
+
l instanceof Array ? T = l.length > 0 : typeof l == "number" ? T = !isNaN(l) : T = !!l;
|
|
458
|
+
let C = !0;
|
|
459
|
+
v && v instanceof RegExp && (C = v.test(l), C || (o.error = !0, o.errorMessage = b)), v === void 0 && typeof Y == "boolean" && Y && !T && (C = !1, o.error = !0, o.errorMessage = `${o.attrs.label}不能为空`), C ? (f[y] = !1, o.error = !1, o.errorMessage = "") : f[y] = !0;
|
|
460
|
+
}
|
|
461
|
+
return ge(() => {
|
|
462
|
+
t.value.forEach((l) => {
|
|
463
|
+
i(l.defaultValue || "", l);
|
|
464
|
+
});
|
|
465
|
+
}), (l, o) => {
|
|
466
|
+
const y = x("van-form");
|
|
467
|
+
return u(), V("section", Qe, [
|
|
468
|
+
R(y, null, {
|
|
469
|
+
default: B(() => [
|
|
470
|
+
(u(!0), V(A, null, X(U(t), (d) => (u(), E(De(d.component), ae(d.attrs, {
|
|
471
|
+
error: d.error,
|
|
472
|
+
"error-message": d.errorMessage,
|
|
473
|
+
"model-value": e.formData[d.name],
|
|
474
|
+
"onUpdate:modelValue": (v) => i(v, d)
|
|
475
|
+
}), null, 16, ["error", "error-message", "model-value", "onUpdate:modelValue"]))), 256))
|
|
476
|
+
]),
|
|
477
|
+
_: 1
|
|
478
|
+
}),
|
|
479
|
+
k("div", Xe, [
|
|
480
|
+
he(l.$slots, "default")
|
|
481
|
+
])
|
|
482
|
+
]);
|
|
483
|
+
};
|
|
484
|
+
}
|
|
485
|
+
});
|
|
486
|
+
var tt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
487
|
+
function nt(e) {
|
|
488
|
+
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
489
|
+
}
|
|
490
|
+
var xe = { exports: {} };
|
|
491
|
+
(function(e, _) {
|
|
492
|
+
(function(a, t) {
|
|
493
|
+
e.exports = t();
|
|
494
|
+
})(tt, function() {
|
|
495
|
+
var a = 1e3, t = 6e4, f = 36e5, i = "millisecond", l = "second", o = "minute", y = "hour", d = "day", v = "week", b = "month", Y = "quarter", T = "year", C = "date", I = "Invalid Date", z = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, g = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, w = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(p) {
|
|
496
|
+
var r = ["th", "st", "nd", "rd"], c = p % 100;
|
|
497
|
+
return "[" + p + (r[(c - 20) % 10] || r[c] || r[0]) + "]";
|
|
498
|
+
} }, S = function(p, r, c) {
|
|
499
|
+
var m = String(p);
|
|
500
|
+
return !m || m.length >= r ? p : "" + Array(r + 1 - m.length).join(c) + p;
|
|
501
|
+
}, Z = { s: S, z: function(p) {
|
|
502
|
+
var r = -p.utcOffset(), c = Math.abs(r), m = Math.floor(c / 60), s = c % 60;
|
|
503
|
+
return (r <= 0 ? "+" : "-") + S(m, 2, "0") + ":" + S(s, 2, "0");
|
|
504
|
+
}, m: function p(r, c) {
|
|
505
|
+
if (r.date() < c.date())
|
|
506
|
+
return -p(c, r);
|
|
507
|
+
var m = 12 * (c.year() - r.year()) + (c.month() - r.month()), s = r.clone().add(m, b), L = c - s < 0, H = r.clone().add(m + (L ? -1 : 1), b);
|
|
508
|
+
return +(-(m + (c - s) / (L ? s - H : H - s)) || 0);
|
|
509
|
+
}, a: function(p) {
|
|
510
|
+
return p < 0 ? Math.ceil(p) || 0 : Math.floor(p);
|
|
511
|
+
}, p: function(p) {
|
|
512
|
+
return { M: b, y: T, w: v, d, D: C, h: y, m: o, s: l, ms: i, Q: Y }[p] || String(p || "").toLowerCase().replace(/s$/, "");
|
|
513
|
+
}, u: function(p) {
|
|
514
|
+
return p === void 0;
|
|
515
|
+
} }, h = "en", $ = {};
|
|
516
|
+
$[h] = w;
|
|
517
|
+
var j = "$isDayjsObject", K = function(p) {
|
|
518
|
+
return p instanceof N || !(!p || !p[j]);
|
|
519
|
+
}, G = function p(r, c, m) {
|
|
520
|
+
var s;
|
|
521
|
+
if (!r)
|
|
522
|
+
return h;
|
|
523
|
+
if (typeof r == "string") {
|
|
524
|
+
var L = r.toLowerCase();
|
|
525
|
+
$[L] && (s = L), c && ($[L] = c, s = L);
|
|
526
|
+
var H = r.split("-");
|
|
527
|
+
if (!s && H.length > 1)
|
|
528
|
+
return p(H[0]);
|
|
529
|
+
} else {
|
|
530
|
+
var F = r.name;
|
|
531
|
+
$[F] = r, s = F;
|
|
532
|
+
}
|
|
533
|
+
return !m && s && (h = s), s || !m && h;
|
|
534
|
+
}, M = function(p, r) {
|
|
535
|
+
if (K(p))
|
|
536
|
+
return p.clone();
|
|
537
|
+
var c = typeof r == "object" ? r : {};
|
|
538
|
+
return c.date = p, c.args = arguments, new N(c);
|
|
539
|
+
}, n = Z;
|
|
540
|
+
n.l = G, n.i = K, n.w = function(p, r) {
|
|
541
|
+
return M(p, { locale: r.$L, utc: r.$u, x: r.$x, $offset: r.$offset });
|
|
542
|
+
};
|
|
543
|
+
var N = function() {
|
|
544
|
+
function p(c) {
|
|
545
|
+
this.$L = G(c.locale, null, !0), this.parse(c), this.$x = this.$x || c.x || {}, this[j] = !0;
|
|
546
|
+
}
|
|
547
|
+
var r = p.prototype;
|
|
548
|
+
return r.parse = function(c) {
|
|
549
|
+
this.$d = function(m) {
|
|
550
|
+
var s = m.date, L = m.utc;
|
|
551
|
+
if (s === null)
|
|
552
|
+
return /* @__PURE__ */ new Date(NaN);
|
|
553
|
+
if (n.u(s))
|
|
554
|
+
return /* @__PURE__ */ new Date();
|
|
555
|
+
if (s instanceof Date)
|
|
556
|
+
return new Date(s);
|
|
557
|
+
if (typeof s == "string" && !/Z$/i.test(s)) {
|
|
558
|
+
var H = s.match(z);
|
|
559
|
+
if (H) {
|
|
560
|
+
var F = H[2] - 1 || 0, q = (H[7] || "0").substring(0, 3);
|
|
561
|
+
return L ? new Date(Date.UTC(H[1], F, H[3] || 1, H[4] || 0, H[5] || 0, H[6] || 0, q)) : new Date(H[1], F, H[3] || 1, H[4] || 0, H[5] || 0, H[6] || 0, q);
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
return new Date(s);
|
|
565
|
+
}(c), this.init();
|
|
566
|
+
}, r.init = function() {
|
|
567
|
+
var c = this.$d;
|
|
568
|
+
this.$y = c.getFullYear(), this.$M = c.getMonth(), this.$D = c.getDate(), this.$W = c.getDay(), this.$H = c.getHours(), this.$m = c.getMinutes(), this.$s = c.getSeconds(), this.$ms = c.getMilliseconds();
|
|
569
|
+
}, r.$utils = function() {
|
|
570
|
+
return n;
|
|
571
|
+
}, r.isValid = function() {
|
|
572
|
+
return this.$d.toString() !== I;
|
|
573
|
+
}, r.isSame = function(c, m) {
|
|
574
|
+
var s = M(c);
|
|
575
|
+
return this.startOf(m) <= s && s <= this.endOf(m);
|
|
576
|
+
}, r.isAfter = function(c, m) {
|
|
577
|
+
return M(c) < this.startOf(m);
|
|
578
|
+
}, r.isBefore = function(c, m) {
|
|
579
|
+
return this.endOf(m) < M(c);
|
|
580
|
+
}, r.$g = function(c, m, s) {
|
|
581
|
+
return n.u(c) ? this[m] : this.set(s, c);
|
|
582
|
+
}, r.unix = function() {
|
|
583
|
+
return Math.floor(this.valueOf() / 1e3);
|
|
584
|
+
}, r.valueOf = function() {
|
|
585
|
+
return this.$d.getTime();
|
|
586
|
+
}, r.startOf = function(c, m) {
|
|
587
|
+
var s = this, L = !!n.u(m) || m, H = n.p(c), F = function(ce, ne) {
|
|
588
|
+
var ue = n.w(s.$u ? Date.UTC(s.$y, ne, ce) : new Date(s.$y, ne, ce), s);
|
|
589
|
+
return L ? ue : ue.endOf(d);
|
|
590
|
+
}, q = function(ce, ne) {
|
|
591
|
+
return n.w(s.toDate()[ce].apply(s.toDate("s"), (L ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(ne)), s);
|
|
592
|
+
}, Q = this.$W, ee = this.$M, le = this.$D, fe = "set" + (this.$u ? "UTC" : "");
|
|
593
|
+
switch (H) {
|
|
594
|
+
case T:
|
|
595
|
+
return L ? F(1, 0) : F(31, 11);
|
|
596
|
+
case b:
|
|
597
|
+
return L ? F(1, ee) : F(0, ee + 1);
|
|
598
|
+
case v:
|
|
599
|
+
var de = this.$locale().weekStart || 0, ve = (Q < de ? Q + 7 : Q) - de;
|
|
600
|
+
return F(L ? le - ve : le + (6 - ve), ee);
|
|
601
|
+
case d:
|
|
602
|
+
case C:
|
|
603
|
+
return q(fe + "Hours", 0);
|
|
604
|
+
case y:
|
|
605
|
+
return q(fe + "Minutes", 1);
|
|
606
|
+
case o:
|
|
607
|
+
return q(fe + "Seconds", 2);
|
|
608
|
+
case l:
|
|
609
|
+
return q(fe + "Milliseconds", 3);
|
|
610
|
+
default:
|
|
611
|
+
return this.clone();
|
|
612
|
+
}
|
|
613
|
+
}, r.endOf = function(c) {
|
|
614
|
+
return this.startOf(c, !1);
|
|
615
|
+
}, r.$set = function(c, m) {
|
|
616
|
+
var s, L = n.p(c), H = "set" + (this.$u ? "UTC" : ""), F = (s = {}, s[d] = H + "Date", s[C] = H + "Date", s[b] = H + "Month", s[T] = H + "FullYear", s[y] = H + "Hours", s[o] = H + "Minutes", s[l] = H + "Seconds", s[i] = H + "Milliseconds", s)[L], q = L === d ? this.$D + (m - this.$W) : m;
|
|
617
|
+
if (L === b || L === T) {
|
|
618
|
+
var Q = this.clone().set(C, 1);
|
|
619
|
+
Q.$d[F](q), Q.init(), this.$d = Q.set(C, Math.min(this.$D, Q.daysInMonth())).$d;
|
|
620
|
+
} else
|
|
621
|
+
F && this.$d[F](q);
|
|
622
|
+
return this.init(), this;
|
|
623
|
+
}, r.set = function(c, m) {
|
|
624
|
+
return this.clone().$set(c, m);
|
|
625
|
+
}, r.get = function(c) {
|
|
626
|
+
return this[n.p(c)]();
|
|
627
|
+
}, r.add = function(c, m) {
|
|
628
|
+
var s, L = this;
|
|
629
|
+
c = Number(c);
|
|
630
|
+
var H = n.p(m), F = function(ee) {
|
|
631
|
+
var le = M(L);
|
|
632
|
+
return n.w(le.date(le.date() + Math.round(ee * c)), L);
|
|
633
|
+
};
|
|
634
|
+
if (H === b)
|
|
635
|
+
return this.set(b, this.$M + c);
|
|
636
|
+
if (H === T)
|
|
637
|
+
return this.set(T, this.$y + c);
|
|
638
|
+
if (H === d)
|
|
639
|
+
return F(1);
|
|
640
|
+
if (H === v)
|
|
641
|
+
return F(7);
|
|
642
|
+
var q = (s = {}, s[o] = t, s[y] = f, s[l] = a, s)[H] || 1, Q = this.$d.getTime() + c * q;
|
|
643
|
+
return n.w(Q, this);
|
|
644
|
+
}, r.subtract = function(c, m) {
|
|
645
|
+
return this.add(-1 * c, m);
|
|
646
|
+
}, r.format = function(c) {
|
|
647
|
+
var m = this, s = this.$locale();
|
|
648
|
+
if (!this.isValid())
|
|
649
|
+
return s.invalidDate || I;
|
|
650
|
+
var L = c || "YYYY-MM-DDTHH:mm:ssZ", H = n.z(this), F = this.$H, q = this.$m, Q = this.$M, ee = s.weekdays, le = s.months, fe = s.meridiem, de = function(ne, ue, ye, _e) {
|
|
651
|
+
return ne && (ne[ue] || ne(m, L)) || ye[ue].slice(0, _e);
|
|
652
|
+
}, ve = function(ne) {
|
|
653
|
+
return n.s(F % 12 || 12, ne, "0");
|
|
654
|
+
}, ce = fe || function(ne, ue, ye) {
|
|
655
|
+
var _e = ne < 12 ? "AM" : "PM";
|
|
656
|
+
return ye ? _e.toLowerCase() : _e;
|
|
657
|
+
};
|
|
658
|
+
return L.replace(g, function(ne, ue) {
|
|
659
|
+
return ue || function(ye) {
|
|
660
|
+
switch (ye) {
|
|
661
|
+
case "YY":
|
|
662
|
+
return String(m.$y).slice(-2);
|
|
663
|
+
case "YYYY":
|
|
664
|
+
return n.s(m.$y, 4, "0");
|
|
665
|
+
case "M":
|
|
666
|
+
return Q + 1;
|
|
667
|
+
case "MM":
|
|
668
|
+
return n.s(Q + 1, 2, "0");
|
|
669
|
+
case "MMM":
|
|
670
|
+
return de(s.monthsShort, Q, le, 3);
|
|
671
|
+
case "MMMM":
|
|
672
|
+
return de(le, Q);
|
|
673
|
+
case "D":
|
|
674
|
+
return m.$D;
|
|
675
|
+
case "DD":
|
|
676
|
+
return n.s(m.$D, 2, "0");
|
|
677
|
+
case "d":
|
|
678
|
+
return String(m.$W);
|
|
679
|
+
case "dd":
|
|
680
|
+
return de(s.weekdaysMin, m.$W, ee, 2);
|
|
681
|
+
case "ddd":
|
|
682
|
+
return de(s.weekdaysShort, m.$W, ee, 3);
|
|
683
|
+
case "dddd":
|
|
684
|
+
return ee[m.$W];
|
|
685
|
+
case "H":
|
|
686
|
+
return String(F);
|
|
687
|
+
case "HH":
|
|
688
|
+
return n.s(F, 2, "0");
|
|
689
|
+
case "h":
|
|
690
|
+
return ve(1);
|
|
691
|
+
case "hh":
|
|
692
|
+
return ve(2);
|
|
693
|
+
case "a":
|
|
694
|
+
return ce(F, q, !0);
|
|
695
|
+
case "A":
|
|
696
|
+
return ce(F, q, !1);
|
|
697
|
+
case "m":
|
|
698
|
+
return String(q);
|
|
699
|
+
case "mm":
|
|
700
|
+
return n.s(q, 2, "0");
|
|
701
|
+
case "s":
|
|
702
|
+
return String(m.$s);
|
|
703
|
+
case "ss":
|
|
704
|
+
return n.s(m.$s, 2, "0");
|
|
705
|
+
case "SSS":
|
|
706
|
+
return n.s(m.$ms, 3, "0");
|
|
707
|
+
case "Z":
|
|
708
|
+
return H;
|
|
709
|
+
}
|
|
710
|
+
return null;
|
|
711
|
+
}(ne) || H.replace(":", "");
|
|
712
|
+
});
|
|
713
|
+
}, r.utcOffset = function() {
|
|
714
|
+
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
715
|
+
}, r.diff = function(c, m, s) {
|
|
716
|
+
var L, H = this, F = n.p(m), q = M(c), Q = (q.utcOffset() - this.utcOffset()) * t, ee = this - q, le = function() {
|
|
717
|
+
return n.m(H, q);
|
|
718
|
+
};
|
|
719
|
+
switch (F) {
|
|
720
|
+
case T:
|
|
721
|
+
L = le() / 12;
|
|
722
|
+
break;
|
|
723
|
+
case b:
|
|
724
|
+
L = le();
|
|
725
|
+
break;
|
|
726
|
+
case Y:
|
|
727
|
+
L = le() / 3;
|
|
728
|
+
break;
|
|
729
|
+
case v:
|
|
730
|
+
L = (ee - Q) / 6048e5;
|
|
731
|
+
break;
|
|
732
|
+
case d:
|
|
733
|
+
L = (ee - Q) / 864e5;
|
|
734
|
+
break;
|
|
735
|
+
case y:
|
|
736
|
+
L = ee / f;
|
|
737
|
+
break;
|
|
738
|
+
case o:
|
|
739
|
+
L = ee / t;
|
|
740
|
+
break;
|
|
741
|
+
case l:
|
|
742
|
+
L = ee / a;
|
|
743
|
+
break;
|
|
744
|
+
default:
|
|
745
|
+
L = ee;
|
|
746
|
+
}
|
|
747
|
+
return s ? L : n.a(L);
|
|
748
|
+
}, r.daysInMonth = function() {
|
|
749
|
+
return this.endOf(b).$D;
|
|
750
|
+
}, r.$locale = function() {
|
|
751
|
+
return $[this.$L];
|
|
752
|
+
}, r.locale = function(c, m) {
|
|
753
|
+
if (!c)
|
|
754
|
+
return this.$L;
|
|
755
|
+
var s = this.clone(), L = G(c, m, !0);
|
|
756
|
+
return L && (s.$L = L), s;
|
|
757
|
+
}, r.clone = function() {
|
|
758
|
+
return n.w(this.$d, this);
|
|
759
|
+
}, r.toDate = function() {
|
|
760
|
+
return new Date(this.valueOf());
|
|
761
|
+
}, r.toJSON = function() {
|
|
762
|
+
return this.isValid() ? this.toISOString() : null;
|
|
763
|
+
}, r.toISOString = function() {
|
|
764
|
+
return this.$d.toISOString();
|
|
765
|
+
}, r.toString = function() {
|
|
766
|
+
return this.$d.toUTCString();
|
|
767
|
+
}, p;
|
|
768
|
+
}(), O = N.prototype;
|
|
769
|
+
return M.prototype = O, [["$ms", i], ["$s", l], ["$m", o], ["$H", y], ["$W", d], ["$M", b], ["$y", T], ["$D", C]].forEach(function(p) {
|
|
770
|
+
O[p[1]] = function(r) {
|
|
771
|
+
return this.$g(r, p[0], p[1]);
|
|
772
|
+
};
|
|
773
|
+
}), M.extend = function(p, r) {
|
|
774
|
+
return p.$i || (p(r, N, M), p.$i = !0), M;
|
|
775
|
+
}, M.locale = G, M.isDayjs = K, M.unix = function(p) {
|
|
776
|
+
return M(1e3 * p);
|
|
777
|
+
}, M.en = $[h], M.Ls = $, M.p = {}, M;
|
|
778
|
+
});
|
|
779
|
+
})(xe);
|
|
780
|
+
var at = xe.exports;
|
|
781
|
+
const be = /* @__PURE__ */ nt(at), lt = { class: "yh-calendar" }, ot = { class: "top-bar" }, st = /* @__PURE__ */ k("svg", {
|
|
782
|
+
class: "icon",
|
|
783
|
+
viewBox: "0 0 1000 1000",
|
|
784
|
+
version: "1.1",
|
|
785
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
786
|
+
width: "100%",
|
|
787
|
+
height: "100%"
|
|
788
|
+
}, [
|
|
789
|
+
/* @__PURE__ */ k("path", {
|
|
790
|
+
d: "M600 300 L 400 500 L 600 700",
|
|
791
|
+
fill: "transparent",
|
|
792
|
+
stroke: "black",
|
|
793
|
+
"stroke-width": "40"
|
|
794
|
+
})
|
|
795
|
+
], -1), rt = [
|
|
796
|
+
st
|
|
797
|
+
], ut = { class: "moment" }, it = /* @__PURE__ */ k("svg", {
|
|
798
|
+
class: "icon",
|
|
799
|
+
viewBox: "0 0 1000 1000",
|
|
800
|
+
version: "1.1",
|
|
801
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
802
|
+
width: "100%",
|
|
803
|
+
height: "100%"
|
|
804
|
+
}, [
|
|
805
|
+
/* @__PURE__ */ k("path", {
|
|
806
|
+
d: "M400 300 L 600 500 L 400 700",
|
|
807
|
+
fill: "transparent",
|
|
808
|
+
stroke: "black",
|
|
809
|
+
"stroke-width": "40"
|
|
810
|
+
})
|
|
811
|
+
], -1), dt = [
|
|
812
|
+
it
|
|
813
|
+
], ct = {
|
|
814
|
+
key: 0,
|
|
815
|
+
class: "yh-calendar-row week"
|
|
816
|
+
}, mt = /* @__PURE__ */ Ce('<div class="yh-calendar-item"><div class="bottom-info">周一</div></div><div class="yh-calendar-item"><div class="bottom-info">周二</div></div><div class="yh-calendar-item"><div class="bottom-info">周三</div></div><div class="yh-calendar-item"><div class="bottom-info">周四</div></div><div class="yh-calendar-item"><div class="bottom-info">周五</div></div><div class="yh-calendar-item"><div class="bottom-info">周六</div></div><div class="yh-calendar-item"><div class="bottom-info">周日</div></div>', 7), ft = [
|
|
817
|
+
mt
|
|
818
|
+
], ht = ["onClick"], vt = { class: "solar-info" }, yt = ["onClick"], pt = { class: "solar-info" }, gt = ["onClick"], _t = { class: "solar-info" }, bt = /* @__PURE__ */ W({
|
|
819
|
+
__name: "chooseDate",
|
|
820
|
+
props: {
|
|
821
|
+
type: null,
|
|
822
|
+
modelValue: null
|
|
823
|
+
},
|
|
824
|
+
emits: ["update:modelValue", "change"],
|
|
825
|
+
setup(e, { expose: _, emit: a }) {
|
|
826
|
+
const t = e, f = D("day");
|
|
827
|
+
pe(
|
|
828
|
+
() => t.type,
|
|
829
|
+
(g) => {
|
|
830
|
+
switch (g) {
|
|
831
|
+
case "year":
|
|
832
|
+
f.value = "year";
|
|
833
|
+
break;
|
|
834
|
+
case "month":
|
|
835
|
+
f.value = "month";
|
|
836
|
+
break;
|
|
837
|
+
case "date":
|
|
838
|
+
case "datetime":
|
|
839
|
+
f.value = "day";
|
|
840
|
+
break;
|
|
841
|
+
}
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
deep: !0,
|
|
845
|
+
immediate: !0
|
|
846
|
+
}
|
|
847
|
+
);
|
|
848
|
+
const i = D(be()), l = P(() => t.modelValue.format("YYYY")), o = P(() => t.modelValue.format("MM")), y = P(() => t.modelValue.format("DD")), d = P(() => f.value === "day" ? "month" : "year"), v = P(() => {
|
|
849
|
+
if (f.value === "day") {
|
|
850
|
+
let g = i.value.date(1), w = g.endOf("month").date(), S = 1 - (g.day() === 0 ? 7 : g.day()), Z = i.value.date(w).day(), h = 0;
|
|
851
|
+
Z === 0 ? h = w : h = w - (Z - 7);
|
|
852
|
+
let $ = [];
|
|
853
|
+
for (let G = S; G < h; G++) {
|
|
854
|
+
let M = g.add(G, "day");
|
|
855
|
+
$.push(M);
|
|
856
|
+
}
|
|
857
|
+
let j = Math.ceil($.length / 7), K = [];
|
|
858
|
+
for (let G = 0; G < j; G++)
|
|
859
|
+
K.push($.splice(0, 7));
|
|
860
|
+
return K;
|
|
861
|
+
} else if (f.value === "month") {
|
|
862
|
+
let g = i.value.month(), w = 0 - g, S = -(g - 12), Z = [];
|
|
863
|
+
for (let $ = w; $ < S; $++) {
|
|
864
|
+
let j = i.value.add($, "month");
|
|
865
|
+
Z.push(j);
|
|
866
|
+
}
|
|
867
|
+
let h = [];
|
|
868
|
+
for (let $ = 0; $ < 4; $++)
|
|
869
|
+
h.push(Z.splice(0, 3));
|
|
870
|
+
return h;
|
|
871
|
+
} else {
|
|
872
|
+
let g = [];
|
|
873
|
+
for (let S = -11; S < 13; S++) {
|
|
874
|
+
let Z = i.value.add(S, "year");
|
|
875
|
+
g.push(Z);
|
|
876
|
+
}
|
|
877
|
+
let w = [];
|
|
878
|
+
for (let S = 0; S < 4; S++)
|
|
879
|
+
w.push(g.splice(0, 3));
|
|
880
|
+
return w;
|
|
881
|
+
}
|
|
882
|
+
});
|
|
883
|
+
function b(g) {
|
|
884
|
+
a("update:modelValue", g), a("change", g);
|
|
885
|
+
}
|
|
886
|
+
function Y(g) {
|
|
887
|
+
b(g), ["date", "datetime"].includes(t.type) && (f.value = "day");
|
|
888
|
+
}
|
|
889
|
+
function T(g) {
|
|
890
|
+
b(g), ["month", "date", "datetime"].includes(t.type) && (f.value = "month");
|
|
891
|
+
}
|
|
892
|
+
function C() {
|
|
893
|
+
let g = -1;
|
|
894
|
+
d.value === "year" && (g = -12);
|
|
895
|
+
let w = t.modelValue.add(g, d.value).date(1);
|
|
896
|
+
i.value = w, b(w);
|
|
897
|
+
}
|
|
898
|
+
function I() {
|
|
899
|
+
let g = 1;
|
|
900
|
+
d.value === "year" && (g = 12);
|
|
901
|
+
let w = t.modelValue.add(g, d.value).date(1);
|
|
902
|
+
i.value = w, b(w);
|
|
903
|
+
}
|
|
904
|
+
function z() {
|
|
905
|
+
t.modelValue.isValid() && (i.value = Se(t.modelValue));
|
|
906
|
+
}
|
|
907
|
+
return _({
|
|
908
|
+
syncModelValue: z
|
|
909
|
+
}), ge(() => {
|
|
910
|
+
}), (g, w) => (u(), V("div", lt, [
|
|
911
|
+
k("div", ot, [
|
|
912
|
+
k("div", {
|
|
913
|
+
class: "prev",
|
|
914
|
+
onClick: C
|
|
915
|
+
}, rt),
|
|
916
|
+
k("div", ut, [
|
|
917
|
+
k("span", {
|
|
918
|
+
class: "yh-calendar-btn",
|
|
919
|
+
onClick: w[0] || (w[0] = (S) => f.value = "year")
|
|
920
|
+
}, J(U(l)) + "年 ", 1),
|
|
921
|
+
re(k("span", {
|
|
922
|
+
class: "yh-calendar-btn",
|
|
923
|
+
onClick: w[1] || (w[1] = (S) => f.value = "month")
|
|
924
|
+
}, J(U(o)) + "月 ", 513), [
|
|
925
|
+
[Ve, ["month", "date", "datetime"].includes(e.type)]
|
|
926
|
+
]),
|
|
927
|
+
re(k("span", {
|
|
928
|
+
class: "yh-calendar-btn",
|
|
929
|
+
onClick: w[2] || (w[2] = (S) => f.value = "day")
|
|
930
|
+
}, J(U(y)) + "日 ", 513), [
|
|
931
|
+
[Ve, ["date", "datetime"].includes(e.type)]
|
|
932
|
+
])
|
|
933
|
+
]),
|
|
934
|
+
k("div", {
|
|
935
|
+
class: "next",
|
|
936
|
+
onClick: I
|
|
937
|
+
}, dt)
|
|
938
|
+
]),
|
|
939
|
+
f.value === "day" ? (u(), V("div", ct, ft)) : te("", !0),
|
|
940
|
+
(u(!0), V(A, null, X(U(v), (S, Z) => (u(), V("div", {
|
|
941
|
+
class: "yh-calendar-row",
|
|
942
|
+
key: Z
|
|
943
|
+
}, [
|
|
944
|
+
f.value === "day" ? (u(!0), V(A, { key: 0 }, X(S, (h, $) => (u(), V("div", {
|
|
945
|
+
class: se(["yh-calendar-item", { "not-moment": h.month() !== e.modelValue.month(), choose: h.year() === e.modelValue.year() && h.month() === e.modelValue.month() && h.date() === e.modelValue.date() }]),
|
|
946
|
+
onClick: (j) => b(h),
|
|
947
|
+
key: $
|
|
948
|
+
}, [
|
|
949
|
+
k("div", vt, J(h.date()), 1)
|
|
950
|
+
], 10, ht))), 128)) : te("", !0),
|
|
951
|
+
f.value === "month" ? (u(!0), V(A, { key: 1 }, X(S, (h, $) => (u(), V("div", {
|
|
952
|
+
class: se(["yh-calendar-item month", { choose: h.year() === e.modelValue.year() && h.month() === e.modelValue.month() && h.date() === e.modelValue.date() }]),
|
|
953
|
+
onClick: (j) => Y(h),
|
|
954
|
+
key: $
|
|
955
|
+
}, [
|
|
956
|
+
k("div", pt, J(h.month() + 1) + "月", 1)
|
|
957
|
+
], 10, yt))), 128)) : te("", !0),
|
|
958
|
+
f.value === "year" ? (u(!0), V(A, { key: 2 }, X(S, (h, $) => (u(), V("div", {
|
|
959
|
+
class: se(["yh-calendar-item year", { choose: h.year() === e.modelValue.year() && h.month() === e.modelValue.month() && h.date() === e.modelValue.date() }]),
|
|
960
|
+
onClick: (j) => T(h),
|
|
961
|
+
key: $
|
|
962
|
+
}, [
|
|
963
|
+
k("div", _t, J(h.year()), 1)
|
|
964
|
+
], 10, gt))), 128)) : te("", !0)
|
|
965
|
+
]))), 128))
|
|
966
|
+
]));
|
|
967
|
+
}
|
|
968
|
+
});
|
|
969
|
+
const $t = /* @__PURE__ */ W({
|
|
970
|
+
__name: "chooseTime",
|
|
971
|
+
props: {
|
|
972
|
+
type: null,
|
|
973
|
+
modelValue: null
|
|
974
|
+
},
|
|
975
|
+
setup(e, { expose: _ }) {
|
|
976
|
+
const a = e, t = D(["00", "00", "00"]);
|
|
977
|
+
function f() {
|
|
978
|
+
if (a.modelValue.isValid()) {
|
|
979
|
+
let l = a.modelValue.format("HH"), o = a.modelValue.format("mm"), y = a.modelValue.format("ss");
|
|
980
|
+
t.value[0] = l, t.value[1] = o, t.value[2] = y;
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
function i({ selectedIndexes: l }) {
|
|
984
|
+
console.log(l);
|
|
985
|
+
}
|
|
986
|
+
return _({
|
|
987
|
+
syncModelValue: f
|
|
988
|
+
}), ge(() => {
|
|
989
|
+
}), (l, o) => {
|
|
990
|
+
const y = x("van-time-picker");
|
|
991
|
+
return u(), E(y, {
|
|
992
|
+
"show-toolbar": !1,
|
|
993
|
+
"columns-type": ["hour", "minute", "second"],
|
|
994
|
+
modelValue: t.value,
|
|
995
|
+
"onUpdate:modelValue": o[0] || (o[0] = (d) => t.value = d),
|
|
996
|
+
onChange: i
|
|
997
|
+
}, null, 8, ["modelValue"]);
|
|
998
|
+
};
|
|
999
|
+
}
|
|
1000
|
+
}), Vt = { class: "yhm-datetime-input-container" }, wt = /* @__PURE__ */ W({
|
|
1001
|
+
__name: "inputDateTime",
|
|
1002
|
+
props: {
|
|
1003
|
+
format: null,
|
|
1004
|
+
type: null,
|
|
1005
|
+
typeName: null,
|
|
1006
|
+
modelValue: null
|
|
1007
|
+
},
|
|
1008
|
+
emits: ["update:modelValue", "change"],
|
|
1009
|
+
setup(e, { expose: _, emit: a }) {
|
|
1010
|
+
const t = e, f = D(""), i = D("1900"), l = D(), o = D("01"), y = D(), d = D("01"), v = D(), b = D("00"), Y = D(), T = D("00"), C = D(), I = D("00"), z = D();
|
|
1011
|
+
function g(M) {
|
|
1012
|
+
var N, O;
|
|
1013
|
+
let n = M.target.value;
|
|
1014
|
+
n.length === 4 && (K(t.modelValue.year(parseInt(n))), (N = y.value) == null || N.focus(), (O = y.value) == null || O.select());
|
|
1015
|
+
}
|
|
1016
|
+
function w(M) {
|
|
1017
|
+
M.target.select();
|
|
1018
|
+
}
|
|
1019
|
+
function S(M) {
|
|
1020
|
+
var N, O;
|
|
1021
|
+
let n = M.target.value;
|
|
1022
|
+
n.length === 2 && !isNaN(parseInt(n)) ? (n = parseInt(n), n > 12 ? (n = 12, o.value = "12") : n < 1 && (n = 1, o.value = "01"), me(() => {
|
|
1023
|
+
var p, r;
|
|
1024
|
+
K(t.modelValue.month(n - 1)), (p = v.value) == null || p.focus(), (r = v.value) == null || r.select();
|
|
1025
|
+
})) : n.length === 0 && (o.value = t.modelValue.format("MM"), (N = l.value) == null || N.focus(), (O = l.value) == null || O.select());
|
|
1026
|
+
}
|
|
1027
|
+
function Z(M) {
|
|
1028
|
+
var N, O;
|
|
1029
|
+
let n = M.target.value;
|
|
1030
|
+
n.length === 2 && !isNaN(parseInt(n)) ? (n = parseInt(n), n > 31 ? (n = 31, d.value = "31") : n < 1 && (n = 1, d.value = "01"), me(() => {
|
|
1031
|
+
var p, r;
|
|
1032
|
+
K(t.modelValue.date(n)), (p = Y.value) == null || p.focus(), (r = Y.value) == null || r.select();
|
|
1033
|
+
})) : n.length === 0 && (d.value = t.modelValue.format("DD"), (N = y.value) == null || N.focus(), (O = y.value) == null || O.select());
|
|
1034
|
+
}
|
|
1035
|
+
function h(M) {
|
|
1036
|
+
var N, O;
|
|
1037
|
+
let n = M.target.value;
|
|
1038
|
+
n.length === 2 && !isNaN(parseInt(n)) ? (n = parseInt(n), n > 24 ? (n = 24, b.value = "24") : n < 1 && (n = 1, b.value = "01"), me(() => {
|
|
1039
|
+
var p, r;
|
|
1040
|
+
K(t.modelValue.hour(n)), (p = C.value) == null || p.focus(), (r = C.value) == null || r.select();
|
|
1041
|
+
})) : n.length === 0 && (b.value = t.modelValue.format("HH"), (N = v.value) == null || N.focus(), (O = v.value) == null || O.select());
|
|
1042
|
+
}
|
|
1043
|
+
function $(M) {
|
|
1044
|
+
var N, O;
|
|
1045
|
+
let n = M.target.value;
|
|
1046
|
+
n.length === 2 && !isNaN(parseInt(n)) ? (n = parseInt(n), n > 59 ? (n = 59, T.value = "59") : n < 1 && (n = 1, T.value = "01"), me(() => {
|
|
1047
|
+
var p, r;
|
|
1048
|
+
K(t.modelValue.minute(n)), (p = z.value) == null || p.focus(), (r = z.value) == null || r.select();
|
|
1049
|
+
})) : n.length === 0 && (T.value = t.modelValue.format("mm"), (N = Y.value) == null || N.focus(), (O = Y.value) == null || O.select());
|
|
1050
|
+
}
|
|
1051
|
+
function j(M) {
|
|
1052
|
+
var N, O;
|
|
1053
|
+
let n = M.target.value;
|
|
1054
|
+
n.length === 2 && !isNaN(parseInt(n)) ? (n = parseInt(n), n > 59 ? (n = 59, I.value = "59") : n < 1 && (n = 1, I.value = "01"), me(() => {
|
|
1055
|
+
K(t.modelValue.second(n));
|
|
1056
|
+
})) : n.length === 0 && (I.value = t.modelValue.format("ss"), (N = C.value) == null || N.focus(), (O = C.value) == null || O.select());
|
|
1057
|
+
}
|
|
1058
|
+
function K(M) {
|
|
1059
|
+
a("update:modelValue", M), a("change", M), f.value = M.format(t.format);
|
|
1060
|
+
}
|
|
1061
|
+
function G() {
|
|
1062
|
+
var M, n;
|
|
1063
|
+
t.modelValue.isValid() && (i.value = t.modelValue.format("YYYY"), o.value = t.modelValue.format("MM"), d.value = t.modelValue.format("DD"), b.value = t.modelValue.format("HH"), T.value = t.modelValue.format("mm"), I.value = t.modelValue.format("ss"), f.value = t.modelValue.format(t.format), (M = l.value) == null || M.focus(), (n = l.value) == null || n.select());
|
|
1064
|
+
}
|
|
1065
|
+
return _({
|
|
1066
|
+
syncModelValue: G
|
|
1067
|
+
}), ge(() => {
|
|
1068
|
+
G();
|
|
1069
|
+
}), (M, n) => {
|
|
1070
|
+
const N = x("van-cell");
|
|
1071
|
+
return u(), V(A, null, [
|
|
1072
|
+
R(N, { title: f.value }, null, 8, ["title"]),
|
|
1073
|
+
k("div", Vt, [
|
|
1074
|
+
re(k("input", {
|
|
1075
|
+
type: "digit",
|
|
1076
|
+
"onUpdate:modelValue": n[0] || (n[0] = (O) => i.value = O),
|
|
1077
|
+
ref_key: "yearRef",
|
|
1078
|
+
ref: l,
|
|
1079
|
+
onInput: g,
|
|
1080
|
+
onFocus: w,
|
|
1081
|
+
"max-length": "4"
|
|
1082
|
+
}, null, 544), [
|
|
1083
|
+
[ie, i.value]
|
|
1084
|
+
]),
|
|
1085
|
+
oe(" - "),
|
|
1086
|
+
re(k("input", {
|
|
1087
|
+
type: "digit",
|
|
1088
|
+
"onUpdate:modelValue": n[1] || (n[1] = (O) => o.value = O),
|
|
1089
|
+
ref_key: "monthRef",
|
|
1090
|
+
ref: y,
|
|
1091
|
+
onInput: S,
|
|
1092
|
+
onFocus: w,
|
|
1093
|
+
"max-length": "2"
|
|
1094
|
+
}, null, 544), [
|
|
1095
|
+
[ie, o.value]
|
|
1096
|
+
]),
|
|
1097
|
+
oe(" - "),
|
|
1098
|
+
re(k("input", {
|
|
1099
|
+
type: "digit",
|
|
1100
|
+
"onUpdate:modelValue": n[2] || (n[2] = (O) => d.value = O),
|
|
1101
|
+
ref_key: "dateRef",
|
|
1102
|
+
ref: v,
|
|
1103
|
+
onInput: Z,
|
|
1104
|
+
onFocus: w,
|
|
1105
|
+
"max-length": "2"
|
|
1106
|
+
}, null, 544), [
|
|
1107
|
+
[ie, d.value]
|
|
1108
|
+
]),
|
|
1109
|
+
oe(" "),
|
|
1110
|
+
re(k("input", {
|
|
1111
|
+
type: "digit",
|
|
1112
|
+
"onUpdate:modelValue": n[3] || (n[3] = (O) => b.value = O),
|
|
1113
|
+
ref_key: "hourRef",
|
|
1114
|
+
ref: Y,
|
|
1115
|
+
onInput: h,
|
|
1116
|
+
onFocus: w,
|
|
1117
|
+
"max-length": "2"
|
|
1118
|
+
}, null, 544), [
|
|
1119
|
+
[ie, b.value]
|
|
1120
|
+
]),
|
|
1121
|
+
oe(" : "),
|
|
1122
|
+
re(k("input", {
|
|
1123
|
+
type: "digit",
|
|
1124
|
+
"onUpdate:modelValue": n[4] || (n[4] = (O) => T.value = O),
|
|
1125
|
+
ref_key: "minuteRef",
|
|
1126
|
+
ref: C,
|
|
1127
|
+
onInput: $,
|
|
1128
|
+
onFocus: w,
|
|
1129
|
+
"max-length": "2"
|
|
1130
|
+
}, null, 544), [
|
|
1131
|
+
[ie, T.value]
|
|
1132
|
+
]),
|
|
1133
|
+
oe(" : "),
|
|
1134
|
+
re(k("input", {
|
|
1135
|
+
type: "digit",
|
|
1136
|
+
"onUpdate:modelValue": n[5] || (n[5] = (O) => I.value = O),
|
|
1137
|
+
ref_key: "secondRef",
|
|
1138
|
+
ref: z,
|
|
1139
|
+
onInput: j,
|
|
1140
|
+
onFocus: w,
|
|
1141
|
+
"max-length": "2"
|
|
1142
|
+
}, null, 544), [
|
|
1143
|
+
[ie, I.value]
|
|
1144
|
+
])
|
|
1145
|
+
])
|
|
1146
|
+
], 64);
|
|
1147
|
+
};
|
|
1148
|
+
}
|
|
1149
|
+
});
|
|
1150
|
+
const kt = /* @__PURE__ */ W({
|
|
1151
|
+
__name: "yhmDatetime",
|
|
1152
|
+
props: {
|
|
1153
|
+
type: { default: "datetime" },
|
|
1154
|
+
error: { type: Boolean },
|
|
1155
|
+
errorMessage: null,
|
|
1156
|
+
format: null,
|
|
1157
|
+
disabled: { type: Boolean, default: !1 },
|
|
1158
|
+
modelValue: null,
|
|
1159
|
+
placeholder: { default: "请选择日期" }
|
|
1160
|
+
},
|
|
1161
|
+
emits: ["update:modelValue", "change"],
|
|
1162
|
+
setup(e, { emit: _ }) {
|
|
1163
|
+
const a = e, t = D(), f = D(), i = D(), l = D(be());
|
|
1164
|
+
pe(
|
|
1165
|
+
() => a.modelValue,
|
|
1166
|
+
(z) => {
|
|
1167
|
+
let g = be(z);
|
|
1168
|
+
g.isValid() && g.valueOf() !== l.value.valueOf() && (l.value = g);
|
|
1169
|
+
}
|
|
1170
|
+
);
|
|
1171
|
+
const o = P(() => a.modelValue || a.placeholder), y = P(() => ({
|
|
1172
|
+
placeholder: !a.modelValue
|
|
1173
|
+
})), d = D("YYYY-MM-DD HH:mm:ss"), v = P(() => {
|
|
1174
|
+
switch (a.type) {
|
|
1175
|
+
case "year":
|
|
1176
|
+
return d.value = "YYYY-01-01 00:00:00", "年";
|
|
1177
|
+
case "month":
|
|
1178
|
+
return d.value = "YYYY-MM-01 00:00:00", "年月";
|
|
1179
|
+
case "date":
|
|
1180
|
+
return d.value = "YYYY-MM-DD 00:00:00", "日期";
|
|
1181
|
+
case "time":
|
|
1182
|
+
return d.value = "HH:mm:ss", "时间";
|
|
1183
|
+
case "datetime":
|
|
1184
|
+
return d.value = "YYYY-MM-DD HH:mm:ss", "日期时间";
|
|
1185
|
+
}
|
|
1186
|
+
}), b = D(!1);
|
|
1187
|
+
function Y() {
|
|
1188
|
+
if (a.disabled)
|
|
1189
|
+
return !1;
|
|
1190
|
+
b.value = !0;
|
|
1191
|
+
let z = be(a.modelValue);
|
|
1192
|
+
z.isValid() && z.valueOf() !== l.value.valueOf() && (l.value = z), me(() => {
|
|
1193
|
+
var g, w, S;
|
|
1194
|
+
(g = t.value) == null || g.syncModelValue(), (w = f.value) == null || w.syncModelValue(), (S = i.value) == null || S.syncModelValue();
|
|
1195
|
+
});
|
|
1196
|
+
}
|
|
1197
|
+
function T() {
|
|
1198
|
+
b.value = !1, _("update:modelValue", "");
|
|
1199
|
+
}
|
|
1200
|
+
function C() {
|
|
1201
|
+
let z = l.value.format(a.format || d.value);
|
|
1202
|
+
_("update:modelValue", z), b.value = !1;
|
|
1203
|
+
}
|
|
1204
|
+
const I = D(0);
|
|
1205
|
+
return (z, g) => {
|
|
1206
|
+
const w = x("van-field"), S = x("van-nav-bar"), Z = x("van-tab"), h = x("van-tabs"), $ = x("van-popup");
|
|
1207
|
+
return u(), V(A, null, [
|
|
1208
|
+
R(w, ae({
|
|
1209
|
+
class: "yhm-datetime-container",
|
|
1210
|
+
disabled: e.disabled
|
|
1211
|
+
}, z.$attrs, {
|
|
1212
|
+
error: e.error,
|
|
1213
|
+
"error-message": e.errorMessage
|
|
1214
|
+
}), {
|
|
1215
|
+
input: B(() => [
|
|
1216
|
+
k("div", {
|
|
1217
|
+
class: se(["yhm-datetime-value", U(y)]),
|
|
1218
|
+
onClick: Y
|
|
1219
|
+
}, J(U(o)), 3)
|
|
1220
|
+
]),
|
|
1221
|
+
_: 1
|
|
1222
|
+
}, 16, ["disabled", "error", "error-message"]),
|
|
1223
|
+
R($, {
|
|
1224
|
+
show: b.value,
|
|
1225
|
+
"onUpdate:show": g[4] || (g[4] = (j) => b.value = j),
|
|
1226
|
+
class: "yhm-datetime-container",
|
|
1227
|
+
position: "bottom"
|
|
1228
|
+
}, {
|
|
1229
|
+
default: B(() => [
|
|
1230
|
+
R(S, {
|
|
1231
|
+
"left-text": "清除",
|
|
1232
|
+
onClickLeft: T,
|
|
1233
|
+
title: `请选择${U(v)}`,
|
|
1234
|
+
"right-text": "确认",
|
|
1235
|
+
onClickRight: C
|
|
1236
|
+
}, null, 8, ["title"]),
|
|
1237
|
+
R(h, {
|
|
1238
|
+
active: I.value,
|
|
1239
|
+
"onUpdate:active": g[3] || (g[3] = (j) => I.value = j)
|
|
1240
|
+
}, {
|
|
1241
|
+
default: B(() => [
|
|
1242
|
+
["year", "month", "date", "datetime"].includes(e.type) ? (u(), E(Z, {
|
|
1243
|
+
key: 0,
|
|
1244
|
+
title: "日期选择"
|
|
1245
|
+
}, {
|
|
1246
|
+
default: B(() => [
|
|
1247
|
+
R(bt, {
|
|
1248
|
+
ref_key: "chooseDateRef",
|
|
1249
|
+
ref: t,
|
|
1250
|
+
type: e.type,
|
|
1251
|
+
modelValue: l.value,
|
|
1252
|
+
"onUpdate:modelValue": g[0] || (g[0] = (j) => l.value = j)
|
|
1253
|
+
}, null, 8, ["type", "modelValue"])
|
|
1254
|
+
]),
|
|
1255
|
+
_: 1
|
|
1256
|
+
})) : te("", !0),
|
|
1257
|
+
["datetime", "time"].includes(e.type) ? (u(), E(Z, {
|
|
1258
|
+
key: 1,
|
|
1259
|
+
title: "时间选择"
|
|
1260
|
+
}, {
|
|
1261
|
+
default: B(() => [
|
|
1262
|
+
R($t, {
|
|
1263
|
+
ref_key: "chooseTimeRef",
|
|
1264
|
+
ref: f,
|
|
1265
|
+
type: e.type,
|
|
1266
|
+
modelValue: l.value,
|
|
1267
|
+
"onUpdate:modelValue": g[1] || (g[1] = (j) => l.value = j)
|
|
1268
|
+
}, null, 8, ["type", "modelValue"])
|
|
1269
|
+
]),
|
|
1270
|
+
_: 1
|
|
1271
|
+
})) : te("", !0),
|
|
1272
|
+
R(Z, {
|
|
1273
|
+
title: `${U(v)}输入`
|
|
1274
|
+
}, {
|
|
1275
|
+
default: B(() => [
|
|
1276
|
+
R(wt, {
|
|
1277
|
+
ref_key: "inputDateTimeRef",
|
|
1278
|
+
ref: i,
|
|
1279
|
+
format: e.format || d.value,
|
|
1280
|
+
type: e.type,
|
|
1281
|
+
"type-name": U(v),
|
|
1282
|
+
modelValue: l.value,
|
|
1283
|
+
"onUpdate:modelValue": g[2] || (g[2] = (j) => l.value = j)
|
|
1284
|
+
}, null, 8, ["format", "type", "type-name", "modelValue"])
|
|
1285
|
+
]),
|
|
1286
|
+
_: 1
|
|
1287
|
+
}, 8, ["title"])
|
|
1288
|
+
]),
|
|
1289
|
+
_: 1
|
|
1290
|
+
}, 8, ["active"])
|
|
1291
|
+
]),
|
|
1292
|
+
_: 1
|
|
1293
|
+
}, 8, ["show"])
|
|
1294
|
+
], 64);
|
|
1295
|
+
};
|
|
1296
|
+
}
|
|
1297
|
+
});
|
|
1298
|
+
const xt = { class: "yhm-radio-list" }, Mt = /* @__PURE__ */ W({
|
|
1299
|
+
__name: "yhmRadio",
|
|
1300
|
+
props: {
|
|
1301
|
+
error: { type: Boolean },
|
|
1302
|
+
errorMessage: null,
|
|
1303
|
+
modelValue: null,
|
|
1304
|
+
disabled: { type: Boolean },
|
|
1305
|
+
optionData: null
|
|
1306
|
+
},
|
|
1307
|
+
emits: ["update:modelValue", "change"],
|
|
1308
|
+
setup(e, { emit: _ }) {
|
|
1309
|
+
function a(t) {
|
|
1310
|
+
_("update:modelValue", t);
|
|
1311
|
+
}
|
|
1312
|
+
return (t, f) => {
|
|
1313
|
+
const i = x("van-radio"), l = x("van-radio-group"), o = x("van-field");
|
|
1314
|
+
return u(), E(o, ae({ class: "yhm-radio-container" }, t.$attrs, {
|
|
1315
|
+
disabled: e.disabled,
|
|
1316
|
+
error: e.error,
|
|
1317
|
+
"error-message": e.errorMessage
|
|
1318
|
+
}), {
|
|
1319
|
+
input: B(() => [
|
|
1320
|
+
k("div", xt, [
|
|
1321
|
+
R(l, {
|
|
1322
|
+
disabled: e.disabled,
|
|
1323
|
+
"model-value": e.modelValue,
|
|
1324
|
+
"onUpdate:modelValue": a
|
|
1325
|
+
}, {
|
|
1326
|
+
default: B(() => [
|
|
1327
|
+
(u(!0), V(A, null, X(e.optionData, (y) => (u(), E(i, {
|
|
1328
|
+
name: y.value
|
|
1329
|
+
}, {
|
|
1330
|
+
default: B(() => [
|
|
1331
|
+
oe(J(y.text), 1)
|
|
1332
|
+
]),
|
|
1333
|
+
_: 2
|
|
1334
|
+
}, 1032, ["name"]))), 256))
|
|
1335
|
+
]),
|
|
1336
|
+
_: 1
|
|
1337
|
+
}, 8, ["disabled", "model-value"])
|
|
1338
|
+
])
|
|
1339
|
+
]),
|
|
1340
|
+
_: 1
|
|
1341
|
+
}, 16, ["disabled", "error", "error-message"]);
|
|
1342
|
+
};
|
|
1343
|
+
}
|
|
1344
|
+
});
|
|
1345
|
+
const Dt = { class: "yhm-radio-list" }, Ct = /* @__PURE__ */ W({
|
|
1346
|
+
__name: "yhmCheckbox",
|
|
1347
|
+
props: {
|
|
1348
|
+
error: { type: Boolean },
|
|
1349
|
+
errorMessage: null,
|
|
1350
|
+
modelValue: null,
|
|
1351
|
+
disabled: { type: Boolean },
|
|
1352
|
+
optionData: null
|
|
1353
|
+
},
|
|
1354
|
+
emits: ["update:modelValue", "change"],
|
|
1355
|
+
setup(e, { emit: _ }) {
|
|
1356
|
+
function a(t) {
|
|
1357
|
+
_("update:modelValue", t);
|
|
1358
|
+
}
|
|
1359
|
+
return (t, f) => {
|
|
1360
|
+
const i = x("van-checkbox"), l = x("van-checkbox-group"), o = x("van-field");
|
|
1361
|
+
return u(), E(o, ae({ class: "yhm-radio-container" }, t.$attrs, {
|
|
1362
|
+
disabled: e.disabled,
|
|
1363
|
+
error: e.error,
|
|
1364
|
+
"error-message": e.errorMessage
|
|
1365
|
+
}), {
|
|
1366
|
+
input: B(() => [
|
|
1367
|
+
k("div", Dt, [
|
|
1368
|
+
R(l, {
|
|
1369
|
+
shape: "square",
|
|
1370
|
+
disabled: e.disabled,
|
|
1371
|
+
"model-value": e.modelValue,
|
|
1372
|
+
"onUpdate:modelValue": a
|
|
1373
|
+
}, {
|
|
1374
|
+
default: B(() => [
|
|
1375
|
+
(u(!0), V(A, null, X(e.optionData, (y) => (u(), E(i, {
|
|
1376
|
+
name: y.value
|
|
1377
|
+
}, {
|
|
1378
|
+
default: B(() => [
|
|
1379
|
+
oe(J(y.text), 1)
|
|
1380
|
+
]),
|
|
1381
|
+
_: 2
|
|
1382
|
+
}, 1032, ["name"]))), 256))
|
|
1383
|
+
]),
|
|
1384
|
+
_: 1
|
|
1385
|
+
}, 8, ["disabled", "model-value"])
|
|
1386
|
+
])
|
|
1387
|
+
]),
|
|
1388
|
+
_: 1
|
|
1389
|
+
}, 16, ["disabled", "error", "error-message"]);
|
|
1390
|
+
};
|
|
1391
|
+
}
|
|
1392
|
+
});
|
|
1393
|
+
const St = /* @__PURE__ */ W({
|
|
1394
|
+
__name: "yhmSelect",
|
|
1395
|
+
props: {
|
|
1396
|
+
error: { type: Boolean },
|
|
1397
|
+
errorMessage: null,
|
|
1398
|
+
modelValue: null,
|
|
1399
|
+
disabled: { type: Boolean, default: !1 },
|
|
1400
|
+
palceholder: { default: "请选择" },
|
|
1401
|
+
optionData: null,
|
|
1402
|
+
filterabled: { type: Boolean, default: !1 },
|
|
1403
|
+
remoteFilter: { type: Boolean, default: !1 }
|
|
1404
|
+
},
|
|
1405
|
+
emits: ["update:modelValue", "change", "filter"],
|
|
1406
|
+
setup(e, { emit: _ }) {
|
|
1407
|
+
const a = e, t = P(() => {
|
|
1408
|
+
if (a.modelValue) {
|
|
1409
|
+
let C = a.optionData.filter((I) => I.value === a.modelValue)[0];
|
|
1410
|
+
return C ? C.text : a.modelValue;
|
|
1411
|
+
} else
|
|
1412
|
+
return a.palceholder || "请选择";
|
|
1413
|
+
}), f = P(() => ({
|
|
1414
|
+
placeholder: !a.modelValue
|
|
1415
|
+
})), i = D(!1), l = D(), o = D(""), y = P(() => a.filterabled && !a.remoteFilter ? a.optionData.filter(({ text: C, value: I }) => C.indexOf(o.value) > -1 || I.indexOf(o.value) > -1) : a.optionData);
|
|
1416
|
+
let d = null;
|
|
1417
|
+
function v() {
|
|
1418
|
+
d && (clearTimeout(d), d = null), d = setTimeout(() => {
|
|
1419
|
+
_("filter", o.value);
|
|
1420
|
+
}, 300);
|
|
1421
|
+
}
|
|
1422
|
+
function b() {
|
|
1423
|
+
if (a.disabled)
|
|
1424
|
+
return !1;
|
|
1425
|
+
i.value = !0;
|
|
1426
|
+
}
|
|
1427
|
+
function Y() {
|
|
1428
|
+
i.value = !1;
|
|
1429
|
+
}
|
|
1430
|
+
function T({ selectedValues: C }) {
|
|
1431
|
+
_("update:modelValue", C[0]), Y();
|
|
1432
|
+
}
|
|
1433
|
+
return (C, I) => {
|
|
1434
|
+
const z = x("van-field"), g = x("van-picker"), w = x("van-popup");
|
|
1435
|
+
return u(), V(A, null, [
|
|
1436
|
+
R(z, ae({
|
|
1437
|
+
class: "yhm-select-container",
|
|
1438
|
+
disabled: e.disabled
|
|
1439
|
+
}, C.$attrs, {
|
|
1440
|
+
error: e.error,
|
|
1441
|
+
"error-message": e.errorMessage
|
|
1442
|
+
}), {
|
|
1443
|
+
input: B(() => [
|
|
1444
|
+
k("div", {
|
|
1445
|
+
class: se(["yhm-select-value", U(f)]),
|
|
1446
|
+
onClick: b
|
|
1447
|
+
}, J(U(t)), 3)
|
|
1448
|
+
]),
|
|
1449
|
+
_: 1
|
|
1450
|
+
}, 16, ["disabled", "error", "error-message"]),
|
|
1451
|
+
R(w, {
|
|
1452
|
+
show: i.value,
|
|
1453
|
+
"onUpdate:show": I[1] || (I[1] = (S) => i.value = S),
|
|
1454
|
+
class: "yhm-select-container",
|
|
1455
|
+
position: "bottom"
|
|
1456
|
+
}, {
|
|
1457
|
+
default: B(() => [
|
|
1458
|
+
R(g, {
|
|
1459
|
+
title: e.palceholder,
|
|
1460
|
+
columns: U(y),
|
|
1461
|
+
modelValue: [e.modelValue],
|
|
1462
|
+
ref_key: "pickerRef",
|
|
1463
|
+
ref: l,
|
|
1464
|
+
onConfirm: T,
|
|
1465
|
+
onCancel: Y
|
|
1466
|
+
}, $e({ _: 2 }, [
|
|
1467
|
+
e.filterabled ? {
|
|
1468
|
+
name: "title",
|
|
1469
|
+
fn: B(() => [
|
|
1470
|
+
re(k("input", {
|
|
1471
|
+
class: "yhm-select-filter-input",
|
|
1472
|
+
placeholder: "输入关键词筛选",
|
|
1473
|
+
type: "text",
|
|
1474
|
+
"onUpdate:modelValue": I[0] || (I[0] = (S) => o.value = S),
|
|
1475
|
+
onInput: v
|
|
1476
|
+
}, null, 544), [
|
|
1477
|
+
[ie, o.value]
|
|
1478
|
+
])
|
|
1479
|
+
]),
|
|
1480
|
+
key: "0"
|
|
1481
|
+
} : void 0
|
|
1482
|
+
]), 1032, ["title", "columns", "modelValue"])
|
|
1483
|
+
]),
|
|
1484
|
+
_: 1
|
|
1485
|
+
}, 8, ["show"])
|
|
1486
|
+
], 64);
|
|
1487
|
+
};
|
|
1488
|
+
}
|
|
1489
|
+
});
|
|
1490
|
+
const Lt = {
|
|
1491
|
+
width: "20px",
|
|
1492
|
+
height: "20px",
|
|
1493
|
+
style: { "vertical-align": "middle" },
|
|
1494
|
+
viewBox: "0 0 1000 1000",
|
|
1495
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1496
|
+
}, Ht = /* @__PURE__ */ k("path", {
|
|
1497
|
+
stroke: "var(--van-field-right-icon-color)",
|
|
1498
|
+
"stroke-width": "60",
|
|
1499
|
+
"stroke-linejoin": "round",
|
|
1500
|
+
fill: "none",
|
|
1501
|
+
d: "M200,350 L200,200 L400,200 M600,200 L800,200 L800,400 M800,600 L800,800 L600,800 M400,800 L200,800 L200,600 M0,500 L1000,500"
|
|
1502
|
+
}, null, -1), Tt = [
|
|
1503
|
+
Ht
|
|
1504
|
+
], It = /* @__PURE__ */ W({
|
|
1505
|
+
__name: "yhmInput",
|
|
1506
|
+
props: {
|
|
1507
|
+
type: { default: "text" },
|
|
1508
|
+
error: { type: Boolean },
|
|
1509
|
+
errorMessage: null,
|
|
1510
|
+
modelValue: null,
|
|
1511
|
+
precision: null,
|
|
1512
|
+
scanCallback: null
|
|
1513
|
+
},
|
|
1514
|
+
emits: ["update:modelValue", "change", "scan"],
|
|
1515
|
+
setup(e, { expose: _, emit: a }) {
|
|
1516
|
+
const t = e, f = P(() => t.type === "scan" ? "text" : t.type);
|
|
1517
|
+
function i(v) {
|
|
1518
|
+
if (t.type === "number" && t.precision && !isNaN(t.precision)) {
|
|
1519
|
+
let b = v.split(".");
|
|
1520
|
+
b[1] && b[1].length && b[1].length > t.precision && (v = `${b[0]}.${b[1].substring(0, t.precision)}`);
|
|
1521
|
+
}
|
|
1522
|
+
a("update:modelValue", v), a("change", v);
|
|
1523
|
+
}
|
|
1524
|
+
function l(v) {
|
|
1525
|
+
v.key === "Enter" && t.type === "scan" && t.scanCallback && typeof t.scanCallback == "function" && t.scanCallback(t.modelValue);
|
|
1526
|
+
}
|
|
1527
|
+
const o = D();
|
|
1528
|
+
function y() {
|
|
1529
|
+
var v;
|
|
1530
|
+
(v = o.value) == null || v.focus();
|
|
1531
|
+
}
|
|
1532
|
+
function d() {
|
|
1533
|
+
var v;
|
|
1534
|
+
(v = o.value) == null || v.blur();
|
|
1535
|
+
}
|
|
1536
|
+
return _({ fieldRef: o, focus: y, blur: d }), (v, b) => {
|
|
1537
|
+
const Y = x("van-field");
|
|
1538
|
+
return u(), E(Y, ae({ class: "yhm-input-container" }, v.$attrs, {
|
|
1539
|
+
"model-value": e.modelValue,
|
|
1540
|
+
"onUpdate:modelValue": i,
|
|
1541
|
+
onKeydown: l,
|
|
1542
|
+
type: U(f),
|
|
1543
|
+
error: e.error,
|
|
1544
|
+
ref_key: "fieldRef",
|
|
1545
|
+
ref: o,
|
|
1546
|
+
"error-message": e.errorMessage
|
|
1547
|
+
}), $e({ _: 2 }, [
|
|
1548
|
+
t.type === "scan" ? {
|
|
1549
|
+
name: "right-icon",
|
|
1550
|
+
fn: B(() => [
|
|
1551
|
+
(u(), V("svg", Lt, Tt))
|
|
1552
|
+
]),
|
|
1553
|
+
key: "0"
|
|
1554
|
+
} : void 0
|
|
1555
|
+
]), 1040, ["model-value", "type", "error", "error-message"]);
|
|
1556
|
+
};
|
|
1557
|
+
}
|
|
1558
|
+
});
|
|
1559
|
+
const Ot = { class: "yhm-switch-value" }, Bt = { class: "yhm-switch-value-text" }, Yt = /* @__PURE__ */ W({
|
|
1560
|
+
__name: "yhmSwitch",
|
|
1561
|
+
props: {
|
|
1562
|
+
error: { type: Boolean },
|
|
1563
|
+
errorMessage: null,
|
|
1564
|
+
modelValue: null,
|
|
1565
|
+
disabled: { type: Boolean, default: !1 },
|
|
1566
|
+
size: { default: 18 },
|
|
1567
|
+
activeValue: { type: Boolean, default: !0 },
|
|
1568
|
+
inactiveValue: { type: Boolean, default: !1 },
|
|
1569
|
+
activeText: { default: "" },
|
|
1570
|
+
inactiveText: { default: "" }
|
|
1571
|
+
},
|
|
1572
|
+
emits: ["update:modelValue", "change"],
|
|
1573
|
+
setup(e, { emit: _ }) {
|
|
1574
|
+
function a(t) {
|
|
1575
|
+
_("update:modelValue", t), _("change", t);
|
|
1576
|
+
}
|
|
1577
|
+
return (t, f) => {
|
|
1578
|
+
const i = x("van-switch"), l = x("van-field");
|
|
1579
|
+
return u(), E(l, ae({ class: "yhm-switch-container" }, t.$attrs, {
|
|
1580
|
+
disabled: e.disabled,
|
|
1581
|
+
error: e.error,
|
|
1582
|
+
"error-message": e.errorMessage
|
|
1583
|
+
}), {
|
|
1584
|
+
input: B(() => [
|
|
1585
|
+
k("div", Ot, [
|
|
1586
|
+
R(i, {
|
|
1587
|
+
disabled: e.disabled,
|
|
1588
|
+
"model-value": e.modelValue,
|
|
1589
|
+
"active-value": e.activeValue,
|
|
1590
|
+
"inactive-value": e.inactiveValue,
|
|
1591
|
+
size: e.size,
|
|
1592
|
+
"onUpdate:modelValue": a
|
|
1593
|
+
}, {
|
|
1594
|
+
background: B(() => [
|
|
1595
|
+
k("div", Bt, J(e.modelValue === e.activeValue ? e.activeText : e.inactiveText), 1)
|
|
1596
|
+
]),
|
|
1597
|
+
_: 1
|
|
1598
|
+
}, 8, ["disabled", "model-value", "active-value", "inactive-value", "size"])
|
|
1599
|
+
])
|
|
1600
|
+
]),
|
|
1601
|
+
_: 1
|
|
1602
|
+
}, 16, ["disabled", "error", "error-message"]);
|
|
1603
|
+
};
|
|
1604
|
+
}
|
|
1605
|
+
});
|
|
1606
|
+
const Ut = /* @__PURE__ */ k("path", {
|
|
1607
|
+
d: "M100,500 L100,200 S100,100 200,100 L1800,100 S1900,100 1900,200 L1900,800 S1900,900 1800,900 L200,900 S100,900 100,800 Z",
|
|
1608
|
+
stroke: "var(--van-field-right-icon-color)",
|
|
1609
|
+
"stroke-width": "50",
|
|
1610
|
+
fill: "none"
|
|
1611
|
+
}, null, -1), Rt = { key: 0 }, jt = /* @__PURE__ */ k("circle", {
|
|
1612
|
+
r: "150",
|
|
1613
|
+
"stroke-width": "0",
|
|
1614
|
+
fill: "var(--van-field-right-icon-color)",
|
|
1615
|
+
cx: "500",
|
|
1616
|
+
cy: "500"
|
|
1617
|
+
}, null, -1), zt = /* @__PURE__ */ k("circle", {
|
|
1618
|
+
r: "150",
|
|
1619
|
+
"stroke-width": "0",
|
|
1620
|
+
fill: "var(--van-field-right-icon-color)",
|
|
1621
|
+
cx: "1000",
|
|
1622
|
+
cy: "500"
|
|
1623
|
+
}, null, -1), Nt = /* @__PURE__ */ k("circle", {
|
|
1624
|
+
r: "150",
|
|
1625
|
+
"stroke-width": "0",
|
|
1626
|
+
fill: "var(--van-field-right-icon-color)",
|
|
1627
|
+
cx: "1500",
|
|
1628
|
+
cy: "500"
|
|
1629
|
+
}, null, -1), Ft = [
|
|
1630
|
+
jt,
|
|
1631
|
+
zt,
|
|
1632
|
+
Nt
|
|
1633
|
+
], At = { key: 1 }, Pt = /* @__PURE__ */ k("polyline", {
|
|
1634
|
+
points: "350,300 650,300 500,300 500 700",
|
|
1635
|
+
stroke: "var(--van-field-right-icon-color)",
|
|
1636
|
+
"stroke-width": "60",
|
|
1637
|
+
"stroke-linecap": "round",
|
|
1638
|
+
"stroke-linejoin": "round",
|
|
1639
|
+
fill: "none"
|
|
1640
|
+
}, null, -1), Wt = /* @__PURE__ */ k("polyline", {
|
|
1641
|
+
points: "850,300 1150,300 1000,300 1000 700",
|
|
1642
|
+
stroke: "var(--van-field-right-icon-color)",
|
|
1643
|
+
"stroke-width": "60",
|
|
1644
|
+
"stroke-linecap": "round",
|
|
1645
|
+
"stroke-linejoin": "round",
|
|
1646
|
+
fill: "none"
|
|
1647
|
+
}, null, -1), Et = /* @__PURE__ */ k("polyline", {
|
|
1648
|
+
points: "1350,300 1650,300 1500,300 1500 700",
|
|
1649
|
+
stroke: "var(--van-field-right-icon-color)",
|
|
1650
|
+
"stroke-width": "60",
|
|
1651
|
+
"stroke-linecap": "round",
|
|
1652
|
+
"stroke-linejoin": "round",
|
|
1653
|
+
fill: "none"
|
|
1654
|
+
}, null, -1), Zt = [
|
|
1655
|
+
Pt,
|
|
1656
|
+
Wt,
|
|
1657
|
+
Et
|
|
1658
|
+
], qt = /* @__PURE__ */ W({
|
|
1659
|
+
__name: "yhmPassword",
|
|
1660
|
+
props: {
|
|
1661
|
+
error: { type: Boolean },
|
|
1662
|
+
errorMessage: null,
|
|
1663
|
+
modelValue: null
|
|
1664
|
+
},
|
|
1665
|
+
emits: ["update:modelValue", "change"],
|
|
1666
|
+
setup(e, { emit: _ }) {
|
|
1667
|
+
const a = D(!1), t = P(() => a.value ? "text" : "password");
|
|
1668
|
+
function f(o) {
|
|
1669
|
+
_("update:modelValue", o), _("change", o);
|
|
1670
|
+
}
|
|
1671
|
+
const i = D();
|
|
1672
|
+
function l() {
|
|
1673
|
+
var o;
|
|
1674
|
+
a.value = !a.value, (o = i.value) == null || o.focus();
|
|
1675
|
+
}
|
|
1676
|
+
return (o, y) => {
|
|
1677
|
+
const d = x("van-field");
|
|
1678
|
+
return u(), E(d, ae({
|
|
1679
|
+
class: "yhm-password-container",
|
|
1680
|
+
ref_key: "passwordRef",
|
|
1681
|
+
ref: i
|
|
1682
|
+
}, o.$attrs, {
|
|
1683
|
+
"model-value": e.modelValue,
|
|
1684
|
+
"onUpdate:modelValue": f,
|
|
1685
|
+
type: U(t),
|
|
1686
|
+
error: e.error,
|
|
1687
|
+
"error-message": e.errorMessage
|
|
1688
|
+
}), {
|
|
1689
|
+
"right-icon": B(() => [
|
|
1690
|
+
(u(), V("svg", {
|
|
1691
|
+
width: "40px",
|
|
1692
|
+
height: "20px",
|
|
1693
|
+
style: { "vertical-align": "middle" },
|
|
1694
|
+
viewBox: "0 0 2000 1000",
|
|
1695
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1696
|
+
onClick: l
|
|
1697
|
+
}, [
|
|
1698
|
+
Ut,
|
|
1699
|
+
oe(" pa "),
|
|
1700
|
+
a.value ? (u(), V("g", At, Zt)) : (u(), V("g", Rt, Ft))
|
|
1701
|
+
]))
|
|
1702
|
+
]),
|
|
1703
|
+
_: 1
|
|
1704
|
+
}, 16, ["model-value", "type", "error", "error-message"]);
|
|
1705
|
+
};
|
|
1706
|
+
}
|
|
1707
|
+
});
|
|
1708
|
+
const Kt = /* @__PURE__ */ W({
|
|
1709
|
+
__name: "yhmCascader",
|
|
1710
|
+
props: {
|
|
1711
|
+
placeholder: { default: "请选择" },
|
|
1712
|
+
disabled: { type: Boolean, default: !1 },
|
|
1713
|
+
error: { type: Boolean },
|
|
1714
|
+
errorMessage: null,
|
|
1715
|
+
modelValue: null,
|
|
1716
|
+
optionData: null
|
|
1717
|
+
},
|
|
1718
|
+
emits: ["update:modelValue", "change"],
|
|
1719
|
+
setup(e, { emit: _ }) {
|
|
1720
|
+
const a = e, t = D(!1), f = D("");
|
|
1721
|
+
function i() {
|
|
1722
|
+
a.disabled || (t.value = !0);
|
|
1723
|
+
}
|
|
1724
|
+
function l(d) {
|
|
1725
|
+
_("update:modelValue", d), _("change", d);
|
|
1726
|
+
}
|
|
1727
|
+
function o({ selectedOptions: d }) {
|
|
1728
|
+
let v = d.map((b) => b.value).join("/");
|
|
1729
|
+
f.value = d.map((b) => b.text).join("/"), l(v), t.value = !1;
|
|
1730
|
+
}
|
|
1731
|
+
function y() {
|
|
1732
|
+
l(""), t.value = !1;
|
|
1733
|
+
}
|
|
1734
|
+
return (d, v) => {
|
|
1735
|
+
const b = x("van-field"), Y = x("van-cascader"), T = x("van-popup");
|
|
1736
|
+
return u(), V(A, null, [
|
|
1737
|
+
R(b, ae({ class: "yhm-cascader-container" }, d.$attrs, {
|
|
1738
|
+
error: e.error,
|
|
1739
|
+
"error-message": e.errorMessage,
|
|
1740
|
+
disabled: e.disabled
|
|
1741
|
+
}), {
|
|
1742
|
+
input: B(() => [
|
|
1743
|
+
k("div", { onClick: i }, [
|
|
1744
|
+
k("span", {
|
|
1745
|
+
class: se({ placeholder: !e.modelValue })
|
|
1746
|
+
}, J(f.value || e.placeholder), 3)
|
|
1747
|
+
])
|
|
1748
|
+
]),
|
|
1749
|
+
_: 1
|
|
1750
|
+
}, 16, ["error", "error-message", "disabled"]),
|
|
1751
|
+
R(T, {
|
|
1752
|
+
class: "yhm-cascader-container",
|
|
1753
|
+
show: t.value,
|
|
1754
|
+
"onUpdate:show": v[0] || (v[0] = (C) => t.value = C),
|
|
1755
|
+
position: "bottom"
|
|
1756
|
+
}, {
|
|
1757
|
+
default: B(() => [
|
|
1758
|
+
R(Y, {
|
|
1759
|
+
"value-model": e.modelValue,
|
|
1760
|
+
title: e.placeholder,
|
|
1761
|
+
options: e.optionData,
|
|
1762
|
+
onClose: y,
|
|
1763
|
+
onFinish: o
|
|
1764
|
+
}, null, 8, ["value-model", "title", "options"])
|
|
1765
|
+
]),
|
|
1766
|
+
_: 1
|
|
1767
|
+
}, 8, ["show"])
|
|
1768
|
+
], 64);
|
|
1769
|
+
};
|
|
1770
|
+
}
|
|
1771
|
+
});
|
|
1772
|
+
const Jt = /* @__PURE__ */ W({
|
|
1773
|
+
__name: "yhmRate",
|
|
1774
|
+
props: {
|
|
1775
|
+
disabled: { type: Boolean, default: !1 },
|
|
1776
|
+
error: { type: Boolean },
|
|
1777
|
+
errorMessage: null,
|
|
1778
|
+
modelValue: null,
|
|
1779
|
+
count: null,
|
|
1780
|
+
size: null,
|
|
1781
|
+
gutter: null,
|
|
1782
|
+
color: null,
|
|
1783
|
+
allowHalf: { type: Boolean },
|
|
1784
|
+
clearable: { type: Boolean }
|
|
1785
|
+
},
|
|
1786
|
+
emits: ["update:modelValue", "change"],
|
|
1787
|
+
setup(e, { emit: _ }) {
|
|
1788
|
+
function a(t) {
|
|
1789
|
+
_("update:modelValue", t), _("change", t);
|
|
1790
|
+
}
|
|
1791
|
+
return (t, f) => {
|
|
1792
|
+
const i = x("van-rate"), l = x("van-field");
|
|
1793
|
+
return u(), E(l, ae({ class: "yhm-rate-container" }, t.$attrs, {
|
|
1794
|
+
error: e.error,
|
|
1795
|
+
"error-message": e.errorMessage,
|
|
1796
|
+
disabled: e.disabled
|
|
1797
|
+
}), {
|
|
1798
|
+
input: B(() => [
|
|
1799
|
+
R(i, {
|
|
1800
|
+
disabled: e.disabled,
|
|
1801
|
+
"model-value": e.modelValue,
|
|
1802
|
+
"onUpdate:modelValue": a,
|
|
1803
|
+
count: e.count,
|
|
1804
|
+
size: e.size,
|
|
1805
|
+
gutter: e.gutter,
|
|
1806
|
+
color: e.color,
|
|
1807
|
+
"allow-half": e.allowHalf,
|
|
1808
|
+
clearable: e.clearable
|
|
1809
|
+
}, null, 8, ["disabled", "model-value", "count", "size", "gutter", "color", "allow-half", "clearable"])
|
|
1810
|
+
]),
|
|
1811
|
+
_: 1
|
|
1812
|
+
}, 16, ["error", "error-message", "disabled"]);
|
|
1813
|
+
};
|
|
1814
|
+
}
|
|
1815
|
+
});
|
|
1816
|
+
const Gt = ["src"], Qt = /* @__PURE__ */ W({
|
|
1817
|
+
__name: "yhmSignature",
|
|
1818
|
+
props: {
|
|
1819
|
+
disabled: { type: Boolean, default: !1 },
|
|
1820
|
+
error: { type: Boolean },
|
|
1821
|
+
errorMessage: null,
|
|
1822
|
+
modelValue: null
|
|
1823
|
+
},
|
|
1824
|
+
emits: ["update:modelValue", "change"],
|
|
1825
|
+
setup(e, { emit: _ }) {
|
|
1826
|
+
const a = e, t = D(!1);
|
|
1827
|
+
function f() {
|
|
1828
|
+
a.disabled || (t.value = !0);
|
|
1829
|
+
}
|
|
1830
|
+
function i(y) {
|
|
1831
|
+
_("update:modelValue", y), _("change", y);
|
|
1832
|
+
}
|
|
1833
|
+
function l({ image: y }) {
|
|
1834
|
+
i(y), t.value = !1;
|
|
1835
|
+
}
|
|
1836
|
+
function o() {
|
|
1837
|
+
i(""), t.value = !1;
|
|
1838
|
+
}
|
|
1839
|
+
return (y, d) => {
|
|
1840
|
+
const v = x("van-field"), b = x("van-signature"), Y = x("van-popup");
|
|
1841
|
+
return u(), V(A, null, [
|
|
1842
|
+
R(v, ae({ class: "yhm-signature-container" }, y.$attrs, {
|
|
1843
|
+
error: e.error,
|
|
1844
|
+
"error-message": e.errorMessage,
|
|
1845
|
+
disabled: e.disabled
|
|
1846
|
+
}), {
|
|
1847
|
+
input: B(() => [
|
|
1848
|
+
e.modelValue ? (u(), V("img", {
|
|
1849
|
+
key: 1,
|
|
1850
|
+
class: "signature-image",
|
|
1851
|
+
onClick: f,
|
|
1852
|
+
src: e.modelValue,
|
|
1853
|
+
alt: "签名"
|
|
1854
|
+
}, null, 8, Gt)) : (u(), V("span", {
|
|
1855
|
+
key: 0,
|
|
1856
|
+
onClick: f,
|
|
1857
|
+
class: "placeholder"
|
|
1858
|
+
}, " 点击进行签名 "))
|
|
1859
|
+
]),
|
|
1860
|
+
_: 1
|
|
1861
|
+
}, 16, ["error", "error-message", "disabled"]),
|
|
1862
|
+
R(Y, {
|
|
1863
|
+
class: "yhm-signature-container",
|
|
1864
|
+
show: t.value,
|
|
1865
|
+
"onUpdate:show": d[0] || (d[0] = (T) => t.value = T),
|
|
1866
|
+
position: "bottom"
|
|
1867
|
+
}, {
|
|
1868
|
+
default: B(() => [
|
|
1869
|
+
R(b, {
|
|
1870
|
+
onSubmit: l,
|
|
1871
|
+
onClear: o
|
|
1872
|
+
})
|
|
1873
|
+
]),
|
|
1874
|
+
_: 1
|
|
1875
|
+
}, 8, ["show"])
|
|
1876
|
+
], 64);
|
|
1877
|
+
};
|
|
1878
|
+
}
|
|
1879
|
+
});
|
|
1880
|
+
const Xt = /* @__PURE__ */ W({
|
|
1881
|
+
__name: "yhmSlider",
|
|
1882
|
+
props: {
|
|
1883
|
+
disabled: { type: Boolean, default: !1 },
|
|
1884
|
+
error: { type: Boolean },
|
|
1885
|
+
errorMessage: null,
|
|
1886
|
+
modelValue: null,
|
|
1887
|
+
step: { default: 1 },
|
|
1888
|
+
min: { default: 1 },
|
|
1889
|
+
max: null,
|
|
1890
|
+
barHeight: { default: "2px" },
|
|
1891
|
+
buttonSize: { default: "24px" }
|
|
1892
|
+
},
|
|
1893
|
+
emits: ["update:modelValue", "change"],
|
|
1894
|
+
setup(e, { emit: _ }) {
|
|
1895
|
+
function a(t) {
|
|
1896
|
+
_("update:modelValue", t), _("change", t);
|
|
1897
|
+
}
|
|
1898
|
+
return (t, f) => {
|
|
1899
|
+
const i = x("van-slider"), l = x("van-field");
|
|
1900
|
+
return u(), E(l, ae({ class: "yhm-slider-container" }, t.$attrs, {
|
|
1901
|
+
error: e.error,
|
|
1902
|
+
"error-message": e.errorMessage,
|
|
1903
|
+
disabled: e.disabled
|
|
1904
|
+
}), {
|
|
1905
|
+
input: B(() => [
|
|
1906
|
+
R(i, {
|
|
1907
|
+
disabled: e.disabled,
|
|
1908
|
+
"model-value": e.modelValue,
|
|
1909
|
+
"onUpdate:modelValue": a,
|
|
1910
|
+
step: e.step,
|
|
1911
|
+
min: e.min,
|
|
1912
|
+
max: e.max,
|
|
1913
|
+
"bar-height": e.barHeight,
|
|
1914
|
+
"button-size": e.buttonSize
|
|
1915
|
+
}, null, 8, ["disabled", "model-value", "step", "min", "max", "bar-height", "button-size"])
|
|
1916
|
+
]),
|
|
1917
|
+
_: 1
|
|
1918
|
+
}, 16, ["error", "error-message", "disabled"]);
|
|
1919
|
+
};
|
|
1920
|
+
}
|
|
1921
|
+
});
|
|
1922
|
+
const en = /* @__PURE__ */ W({
|
|
1923
|
+
__name: "yhmStepper",
|
|
1924
|
+
props: {
|
|
1925
|
+
disabled: { type: Boolean, default: !1 },
|
|
1926
|
+
error: { type: Boolean },
|
|
1927
|
+
errorMessage: null,
|
|
1928
|
+
modelValue: null,
|
|
1929
|
+
step: { default: 1 },
|
|
1930
|
+
min: { default: 1 },
|
|
1931
|
+
max: null,
|
|
1932
|
+
decimalLength: { default: 0 }
|
|
1933
|
+
},
|
|
1934
|
+
emits: ["update:modelValue", "change"],
|
|
1935
|
+
setup(e, { emit: _ }) {
|
|
1936
|
+
function a(t) {
|
|
1937
|
+
_("update:modelValue", t), _("change", t);
|
|
1938
|
+
}
|
|
1939
|
+
return (t, f) => {
|
|
1940
|
+
const i = x("van-stepper"), l = x("van-field");
|
|
1941
|
+
return u(), E(l, ae({ class: "yhm-stepper-container" }, t.$attrs, {
|
|
1942
|
+
error: e.error,
|
|
1943
|
+
"error-message": e.errorMessage,
|
|
1944
|
+
disabled: e.disabled
|
|
1945
|
+
}), {
|
|
1946
|
+
input: B(() => [
|
|
1947
|
+
R(i, {
|
|
1948
|
+
disabled: e.disabled,
|
|
1949
|
+
"model-value": e.modelValue,
|
|
1950
|
+
"onUpdate:modelValue": a,
|
|
1951
|
+
step: e.step,
|
|
1952
|
+
min: e.min,
|
|
1953
|
+
max: e.max,
|
|
1954
|
+
decimalLength: e.decimalLength
|
|
1955
|
+
}, null, 8, ["disabled", "model-value", "step", "min", "max", "decimalLength"])
|
|
1956
|
+
]),
|
|
1957
|
+
_: 1
|
|
1958
|
+
}, 16, ["error", "error-message", "disabled"]);
|
|
1959
|
+
};
|
|
1960
|
+
}
|
|
1961
|
+
});
|
|
1962
|
+
const tn = {
|
|
1963
|
+
width: "20px",
|
|
1964
|
+
height: "20px",
|
|
1965
|
+
style: { "vertical-align": "middle" },
|
|
1966
|
+
viewBox: "0 0 1000 1000",
|
|
1967
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1968
|
+
}, nn = /* @__PURE__ */ k("path", {
|
|
1969
|
+
stroke: "var(--van-field-right-icon-color)",
|
|
1970
|
+
"stroke-width": "60",
|
|
1971
|
+
"stroke-linejoin": "round",
|
|
1972
|
+
fill: "none",
|
|
1973
|
+
d: "M200,350 L200,200 L400,200 M600,200 L800,200 L800,400 M800,600 L800,800 L600,800 M400,800 L200,800 L200,600 M0,500 L1000,500"
|
|
1974
|
+
}, null, -1), an = [
|
|
1975
|
+
nn
|
|
1976
|
+
], ln = ["d"], on = /* @__PURE__ */ W({
|
|
1977
|
+
__name: "yhmScanAndSelect",
|
|
1978
|
+
props: {
|
|
1979
|
+
error: { type: Boolean },
|
|
1980
|
+
errorMessage: null,
|
|
1981
|
+
disabled: { type: Boolean, default: !1 },
|
|
1982
|
+
palceholder: { default: "请选择" },
|
|
1983
|
+
optionData: null,
|
|
1984
|
+
filterabled: { type: Boolean, default: !1 },
|
|
1985
|
+
remoteFilter: { type: Boolean, default: !1 }
|
|
1986
|
+
},
|
|
1987
|
+
emits: ["scan"],
|
|
1988
|
+
setup(e, { emit: _ }) {
|
|
1989
|
+
const a = e, t = D(), f = P(() => i.value ? "M100,700 L500,300 L900,700 L500,700 Z" : "M100,300 L500,300 L900,300 L500,700 Z"), i = D(!1), l = D(), o = D(""), y = P(() => a.filterabled && !a.remoteFilter ? a.optionData.filter(({ text: C, value: I }) => C.indexOf(o.value) > -1 || I.indexOf(o.value) > -1) : a.optionData);
|
|
1990
|
+
function d(C) {
|
|
1991
|
+
C.key === "Enter" && v();
|
|
1992
|
+
}
|
|
1993
|
+
function v() {
|
|
1994
|
+
_("scan", t.value);
|
|
1995
|
+
}
|
|
1996
|
+
function b() {
|
|
1997
|
+
if (a.disabled)
|
|
1998
|
+
return !1;
|
|
1999
|
+
i.value = !0;
|
|
2000
|
+
}
|
|
2001
|
+
function Y() {
|
|
2002
|
+
i.value = !1;
|
|
2003
|
+
}
|
|
2004
|
+
function T({ selectedValues: C }) {
|
|
2005
|
+
t.value = C[0], _("scan", t.value), Y();
|
|
2006
|
+
}
|
|
2007
|
+
return (C, I) => {
|
|
2008
|
+
const z = x("van-field"), g = x("van-picker"), w = x("van-popup");
|
|
2009
|
+
return u(), V(A, null, [
|
|
2010
|
+
R(z, ae({
|
|
2011
|
+
class: "yhm-scan-and-select-container",
|
|
2012
|
+
disabled: e.disabled
|
|
2013
|
+
}, C.$attrs, {
|
|
2014
|
+
modelValue: t.value,
|
|
2015
|
+
"onUpdate:modelValue": I[0] || (I[0] = (S) => t.value = S),
|
|
2016
|
+
onKeydown: d,
|
|
2017
|
+
error: e.error,
|
|
2018
|
+
"error-message": e.errorMessage
|
|
2019
|
+
}), {
|
|
2020
|
+
"right-icon": B(() => [
|
|
2021
|
+
(u(), V("svg", tn, an)),
|
|
2022
|
+
(u(), V("svg", {
|
|
2023
|
+
width: "20px",
|
|
2024
|
+
height: "20px",
|
|
2025
|
+
style: { "vertical-align": "middle", "margin-left": "5px" },
|
|
2026
|
+
viewBox: "0 0 1000 1000",
|
|
2027
|
+
onClick: b,
|
|
2028
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
2029
|
+
}, [
|
|
2030
|
+
k("path", {
|
|
2031
|
+
stroke: "none",
|
|
2032
|
+
fill: "var(--van-gray-8)",
|
|
2033
|
+
class: "select-icon",
|
|
2034
|
+
d: U(f)
|
|
2035
|
+
}, null, 8, ln)
|
|
2036
|
+
]))
|
|
2037
|
+
]),
|
|
2038
|
+
_: 1
|
|
2039
|
+
}, 16, ["disabled", "modelValue", "error", "error-message"]),
|
|
2040
|
+
R(w, {
|
|
2041
|
+
show: i.value,
|
|
2042
|
+
"onUpdate:show": I[2] || (I[2] = (S) => i.value = S),
|
|
2043
|
+
class: "yhm-select-container",
|
|
2044
|
+
position: "bottom"
|
|
2045
|
+
}, {
|
|
2046
|
+
default: B(() => [
|
|
2047
|
+
R(g, {
|
|
2048
|
+
title: e.palceholder,
|
|
2049
|
+
columns: U(y),
|
|
2050
|
+
modelValue: [t.value],
|
|
2051
|
+
ref_key: "pickerRef",
|
|
2052
|
+
ref: l,
|
|
2053
|
+
onConfirm: T,
|
|
2054
|
+
onCancel: Y
|
|
2055
|
+
}, $e({ _: 2 }, [
|
|
2056
|
+
e.filterabled ? {
|
|
2057
|
+
name: "title",
|
|
2058
|
+
fn: B(() => [
|
|
2059
|
+
re(k("input", {
|
|
2060
|
+
class: "yhm-select-filter-input",
|
|
2061
|
+
placeholder: "输入关键词筛选",
|
|
2062
|
+
type: "text",
|
|
2063
|
+
"onUpdate:modelValue": I[1] || (I[1] = (S) => o.value = S)
|
|
2064
|
+
}, null, 512), [
|
|
2065
|
+
[ie, o.value]
|
|
2066
|
+
])
|
|
2067
|
+
]),
|
|
2068
|
+
key: "0"
|
|
2069
|
+
} : void 0
|
|
2070
|
+
]), 1032, ["title", "columns", "modelValue"])
|
|
2071
|
+
]),
|
|
2072
|
+
_: 1
|
|
2073
|
+
}, 8, ["show"])
|
|
2074
|
+
], 64);
|
|
2075
|
+
};
|
|
2076
|
+
}
|
|
2077
|
+
});
|
|
2078
|
+
const dn = {
|
|
2079
|
+
install(e) {
|
|
2080
|
+
e.component("yhm-list", Oe), e.component("yhm-dropdown-item", Be), e.component("yhm-tabs", Ue), e.component("yhm-info", Re), e.component("yhm-info-item", Fe), e.component("yhm-table", Ge), e.component("yhm-form", et), e.component("yhm-datetime", kt), e.component("yhm-radio", Mt), e.component("yhm-checkbox", Ct), e.component("yhm-input", It), e.component("yhm-select", St), e.component("yhm-switch", Yt), e.component("yhm-password", qt), e.component("yhm-cascader", Kt), e.component("yhm-rate", Jt), e.component("yhm-signature", Qt), e.component("yhm-slider", Xt), e.component("yhm-stepper", en), e.component("yhm-scan-and-select", on), e.use(Le);
|
|
2081
|
+
}
|
|
2082
|
+
};
|
|
2083
|
+
export {
|
|
2084
|
+
dn as default
|
|
2085
|
+
};
|
|
2086
|
+
//# sourceMappingURL=index.es.js.map
|