@xto/form 1.6.3 → 1.6.4
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/es/index.mjs +493 -477
- package/lib/index.cjs +1 -1
- package/package.json +1 -1
package/es/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as le, computed as V, openBlock as i, createElementBlock as d, normalizeStyle as te, normalizeClass as u, createElementVNode as r, renderSlot as se, createTextVNode as de, toDisplayString as U, ref as R, useSlots as Le, watch as ie, unref as n, createCommentVNode as N, withDirectives as oe, vModelDynamic as
|
|
2
|
-
import { useNamespace as ae, useZIndex as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as le, computed as V, openBlock as i, createElementBlock as d, normalizeStyle as te, normalizeClass as u, createElementVNode as r, renderSlot as se, createTextVNode as de, toDisplayString as U, ref as R, useSlots as Le, watch as ie, unref as n, createCommentVNode as N, withDirectives as oe, vModelDynamic as qe, createVNode as Q, vModelText as Ve, inject as xe, withModifiers as ue, provide as $e, toRef as je, onMounted as ge, onUnmounted as De, Fragment as J, renderList as _, createBlock as fe, Teleport as Ie, Transition as Pe, withCtx as He, vModelSelect as Ce, vShow as be, nextTick as ze, defineAsyncComponent as Ue, shallowRef as Ge, onBeforeUnmount as Je } from "vue";
|
|
2
|
+
import { useNamespace as ae, useZIndex as Ee } from "@xto/core";
|
|
3
|
+
const Xe = {
|
|
4
4
|
// 箭头类
|
|
5
5
|
"arrow-up": "M12 19V5m0 0l-7 7m7-7l7 7",
|
|
6
6
|
"arrow-down": "M12 5v14m0 0l7-7m-7 7l-7-7",
|
|
@@ -201,10 +201,10 @@ const Ue = {
|
|
|
201
201
|
up: "M5 15l7-7 7 7"
|
|
202
202
|
// 上箭头
|
|
203
203
|
};
|
|
204
|
-
function
|
|
205
|
-
return s in
|
|
204
|
+
function Ze(s) {
|
|
205
|
+
return s in Xe;
|
|
206
206
|
}
|
|
207
|
-
const
|
|
207
|
+
const Qe = ["aria-hidden", "aria-label"], _e = ["stroke-width"], el = ["d"], ee = /* @__PURE__ */ le({
|
|
208
208
|
name: "XIcon",
|
|
209
209
|
__name: "index",
|
|
210
210
|
props: {
|
|
@@ -224,7 +224,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
224
224
|
})), m = V(() => [
|
|
225
225
|
e.b(),
|
|
226
226
|
e.is("spin", a.spin)
|
|
227
|
-
]), b = V(() => a.name &&
|
|
227
|
+
]), b = V(() => a.name && Ze(a.name) ? Xe[a.name] : "");
|
|
228
228
|
return k({
|
|
229
229
|
iconSize: t,
|
|
230
230
|
iconStyle: l,
|
|
@@ -247,13 +247,13 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
247
247
|
style: te(c.value),
|
|
248
248
|
"aria-hidden": "true"
|
|
249
249
|
}, [
|
|
250
|
-
r("path", { d: b.value }, null, 8,
|
|
251
|
-
], 12,
|
|
250
|
+
r("path", { d: b.value }, null, 8, el)
|
|
251
|
+
], 12, _e)) : se(T.$slots, "default", { key: 1 }, () => [
|
|
252
252
|
de(U(s.name), 1)
|
|
253
253
|
])
|
|
254
|
-
], 14,
|
|
254
|
+
], 14, Qe));
|
|
255
255
|
}
|
|
256
|
-
}),
|
|
256
|
+
}), ll = ["type", "placeholder", "disabled", "readonly", "maxlength", "minlength"], Ja = /* @__PURE__ */ le({
|
|
257
257
|
name: "XInput",
|
|
258
258
|
__name: "index",
|
|
259
259
|
props: {
|
|
@@ -282,8 +282,8 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
282
282
|
ie(
|
|
283
283
|
[() => e.modelValue, () => e.value],
|
|
284
284
|
([B, F]) => {
|
|
285
|
-
const
|
|
286
|
-
|
|
285
|
+
const Y = B ?? F ?? "";
|
|
286
|
+
Y !== $.value && ($.value = Y);
|
|
287
287
|
},
|
|
288
288
|
{ immediate: !0 }
|
|
289
289
|
);
|
|
@@ -301,7 +301,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
301
301
|
t("change", F);
|
|
302
302
|
}, H = (B) => {
|
|
303
303
|
m.value = !0, t("focus", B);
|
|
304
|
-
},
|
|
304
|
+
}, E = (B) => {
|
|
305
305
|
m.value = !1, t("blur", B);
|
|
306
306
|
}, M = () => {
|
|
307
307
|
$.value = "", t("update:modelValue", ""), t("update:value", ""), t("clear");
|
|
@@ -334,7 +334,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
334
334
|
oe(r("input", {
|
|
335
335
|
ref_key: "inputRef",
|
|
336
336
|
ref: c,
|
|
337
|
-
"onUpdate:modelValue": F[0] || (F[0] = (
|
|
337
|
+
"onUpdate:modelValue": F[0] || (F[0] = (Y) => $.value = Y),
|
|
338
338
|
type: D.value,
|
|
339
339
|
placeholder: s.placeholder,
|
|
340
340
|
disabled: s.disabled,
|
|
@@ -342,12 +342,12 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
342
342
|
maxlength: s.maxlength,
|
|
343
343
|
minlength: s.minlength,
|
|
344
344
|
class: u(n(l).e("inner")),
|
|
345
|
-
onInput: F[1] || (F[1] = (
|
|
345
|
+
onInput: F[1] || (F[1] = (Y) => S(Y.target.value)),
|
|
346
346
|
onChange: L,
|
|
347
347
|
onFocus: H,
|
|
348
|
-
onBlur:
|
|
349
|
-
}, null, 42,
|
|
350
|
-
[
|
|
348
|
+
onBlur: E
|
|
349
|
+
}, null, 42, ll), [
|
|
350
|
+
[qe, $.value]
|
|
351
351
|
]),
|
|
352
352
|
B.$slots.suffix || s.suffixIcon || s.clearable || z.value || s.showWordLimit ? (i(), d("span", {
|
|
353
353
|
key: 1,
|
|
@@ -382,7 +382,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
382
382
|
], 2)) : N("", !0)
|
|
383
383
|
], 2));
|
|
384
384
|
}
|
|
385
|
-
}),
|
|
385
|
+
}), al = ["disabled"], tl = ["value", "placeholder", "disabled"], nl = ["disabled"], Za = /* @__PURE__ */ le({
|
|
386
386
|
name: "XInputNumber",
|
|
387
387
|
__name: "index",
|
|
388
388
|
props: {
|
|
@@ -421,7 +421,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
421
421
|
function S(o) {
|
|
422
422
|
return o > e.max ? e.max : o < e.min ? e.min : o;
|
|
423
423
|
}
|
|
424
|
-
const I = V(() => e.modelValue ?? e.value ?? void 0), y = V(() => b.value !== null ? b.value : I.value === void 0 || I.value === null ? "" : $(I.value)), L = V(() => e.disabled ? !0 : I.value === void 0 ? e.min !== -1 / 0 : I.value <= e.min), H = V(() => e.disabled ? !0 : I.value === void 0 ? e.max !== 1 / 0 : I.value >= e.max),
|
|
424
|
+
const I = V(() => e.modelValue ?? e.value ?? void 0), y = V(() => b.value !== null ? b.value : I.value === void 0 || I.value === null ? "" : $(I.value)), L = V(() => e.disabled ? !0 : I.value === void 0 ? e.min !== -1 / 0 : I.value <= e.min), H = V(() => e.disabled ? !0 : I.value === void 0 ? e.max !== 1 / 0 : I.value >= e.max), E = V(() => [
|
|
425
425
|
l.b(),
|
|
426
426
|
e.size !== "default" ? l.m(e.size) : "",
|
|
427
427
|
l.is("disabled", e.disabled),
|
|
@@ -473,7 +473,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
473
473
|
}
|
|
474
474
|
t("blur", o);
|
|
475
475
|
}
|
|
476
|
-
function
|
|
476
|
+
function Y(o) {
|
|
477
477
|
m.value = !0, T.value = e.modelValue, t("focus", o);
|
|
478
478
|
}
|
|
479
479
|
function j(o) {
|
|
@@ -511,7 +511,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
511
511
|
increase: M,
|
|
512
512
|
decrease: h
|
|
513
513
|
}), (o, f) => (i(), d("div", {
|
|
514
|
-
class: u(
|
|
514
|
+
class: u(E.value)
|
|
515
515
|
}, [
|
|
516
516
|
s.controls ? (i(), d("button", {
|
|
517
517
|
key: 0,
|
|
@@ -519,7 +519,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
519
519
|
class: u([n(l).e("decrease"), n(l).is("disabled", L.value)]),
|
|
520
520
|
disabled: L.value,
|
|
521
521
|
onClick: h
|
|
522
|
-
}, " − ", 10,
|
|
522
|
+
}, " − ", 10, al)) : N("", !0),
|
|
523
523
|
r("div", {
|
|
524
524
|
class: u(n(l).e("wrapper"))
|
|
525
525
|
}, [
|
|
@@ -533,10 +533,10 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
533
533
|
type: "text",
|
|
534
534
|
autocomplete: "off",
|
|
535
535
|
onInput: B,
|
|
536
|
-
onFocus:
|
|
536
|
+
onFocus: Y,
|
|
537
537
|
onBlur: F,
|
|
538
538
|
onKeydown: j
|
|
539
|
-
}, null, 42,
|
|
539
|
+
}, null, 42, tl)
|
|
540
540
|
], 2),
|
|
541
541
|
s.controls ? (i(), d("button", {
|
|
542
542
|
key: 1,
|
|
@@ -544,10 +544,10 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
544
544
|
class: u([n(l).e("increase"), n(l).is("disabled", H.value)]),
|
|
545
545
|
disabled: H.value,
|
|
546
546
|
onClick: M
|
|
547
|
-
}, " + ", 10,
|
|
547
|
+
}, " + ", 10, nl)) : N("", !0)
|
|
548
548
|
], 2));
|
|
549
549
|
}
|
|
550
|
-
}),
|
|
550
|
+
}), sl = ["placeholder", "disabled", "readonly", "maxlength", "minlength", "rows"], Qa = /* @__PURE__ */ le({
|
|
551
551
|
name: "XTextarea",
|
|
552
552
|
__name: "index",
|
|
553
553
|
props: {
|
|
@@ -629,8 +629,8 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
629
629
|
onChange: I,
|
|
630
630
|
onFocus: y,
|
|
631
631
|
onBlur: L
|
|
632
|
-
}, null, 46,
|
|
633
|
-
[
|
|
632
|
+
}, null, 46, sl), [
|
|
633
|
+
[Ve, b.value]
|
|
634
634
|
]),
|
|
635
635
|
s.showWordLimit && s.maxlength ? (i(), d("span", {
|
|
636
636
|
key: 0,
|
|
@@ -638,7 +638,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
638
638
|
}, U(z.value) + "/" + U(s.maxlength), 3)) : N("", !0)
|
|
639
639
|
], 6));
|
|
640
640
|
}
|
|
641
|
-
}),
|
|
641
|
+
}), _a = /* @__PURE__ */ le({
|
|
642
642
|
name: "XSwitch",
|
|
643
643
|
__name: "index",
|
|
644
644
|
props: {
|
|
@@ -682,7 +682,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
682
682
|
], 2)) : N("", !0)
|
|
683
683
|
], 2));
|
|
684
684
|
}
|
|
685
|
-
}),
|
|
685
|
+
}), ul = ["checked", "disabled", "name", "value"], et = /* @__PURE__ */ le({
|
|
686
686
|
name: "XRadio",
|
|
687
687
|
__name: "index",
|
|
688
688
|
props: {
|
|
@@ -694,7 +694,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
694
694
|
},
|
|
695
695
|
emits: ["update:modelValue", "change"],
|
|
696
696
|
setup(s, { emit: k }) {
|
|
697
|
-
const a = s, e = k, t = ae("radio"), l =
|
|
697
|
+
const a = s, e = k, t = ae("radio"), l = xe("radioGroup", null), c = V(() => !!l), m = V(() => c.value ? l.modelValue.value : a.modelValue), b = V(() => a.value ?? a.label), T = V(() => m.value === b.value), z = V(() => a.disabled || c.value && l.disabled), D = V(() => a.name || (c.value ? l.name : void 0)), $ = V(() => [
|
|
698
698
|
t.b(),
|
|
699
699
|
t.is("checked", T.value),
|
|
700
700
|
t.is("disabled", z.value)
|
|
@@ -714,7 +714,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
714
714
|
disabled: z.value,
|
|
715
715
|
name: D.value,
|
|
716
716
|
value: b.value
|
|
717
|
-
}, null, 8,
|
|
717
|
+
}, null, 8, ul)
|
|
718
718
|
], 2),
|
|
719
719
|
I.$slots.default || s.label ? (i(), d("span", {
|
|
720
720
|
key: 0,
|
|
@@ -726,7 +726,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
726
726
|
], 2)) : N("", !0)
|
|
727
727
|
], 2));
|
|
728
728
|
}
|
|
729
|
-
}),
|
|
729
|
+
}), lt = /* @__PURE__ */ le({
|
|
730
730
|
name: "XRadioGroup",
|
|
731
731
|
__name: "group",
|
|
732
732
|
props: {
|
|
@@ -740,7 +740,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
740
740
|
const a = s, e = k, t = ae("radio-group"), l = (c) => {
|
|
741
741
|
a.modelValue !== void 0 && e("update:modelValue", c), a.value !== void 0 && e("update:value", c), a.modelValue === void 0 && a.value === void 0 && e("update:modelValue", c), e("change", c);
|
|
742
742
|
};
|
|
743
|
-
return
|
|
743
|
+
return $e("radioGroup", {
|
|
744
744
|
modelValue: V(() => a.modelValue ?? a.value),
|
|
745
745
|
name: a.name || `radio-group-${Date.now()}`,
|
|
746
746
|
disabled: a.disabled,
|
|
@@ -752,7 +752,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
752
752
|
se(c.$slots, "default")
|
|
753
753
|
], 2));
|
|
754
754
|
}
|
|
755
|
-
}),
|
|
755
|
+
}), ol = ["checked", "disabled", "value"], at = /* @__PURE__ */ le({
|
|
756
756
|
name: "XRadioButton",
|
|
757
757
|
__name: "button",
|
|
758
758
|
props: {
|
|
@@ -763,7 +763,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
763
763
|
},
|
|
764
764
|
emits: ["update:modelValue", "change"],
|
|
765
765
|
setup(s, { emit: k }) {
|
|
766
|
-
const a = s, e = ae("radio-button"), t =
|
|
766
|
+
const a = s, e = ae("radio-button"), t = xe("radioGroup", null), l = V(() => !!t), c = V(() => l.value ? t.modelValue.value : null), m = V(() => a.value ?? a.label), b = V(() => c.value === m.value), T = V(() => a.disabled || l.value && t.disabled), z = V(() => [
|
|
767
767
|
e.b(),
|
|
768
768
|
e.is("active", b.value),
|
|
769
769
|
e.is("disabled", T.value)
|
|
@@ -780,7 +780,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
780
780
|
disabled: T.value,
|
|
781
781
|
value: m.value,
|
|
782
782
|
class: u(n(e).e("input"))
|
|
783
|
-
}, null, 10,
|
|
783
|
+
}, null, 10, ol),
|
|
784
784
|
r("span", {
|
|
785
785
|
class: u(n(e).e("inner"))
|
|
786
786
|
}, [
|
|
@@ -790,7 +790,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
790
790
|
], 2)
|
|
791
791
|
], 2));
|
|
792
792
|
}
|
|
793
|
-
}),
|
|
793
|
+
}), il = ["checked", "disabled", "name", "value"], tt = /* @__PURE__ */ le({
|
|
794
794
|
name: "XCheckbox",
|
|
795
795
|
__name: "index",
|
|
796
796
|
props: {
|
|
@@ -803,7 +803,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
803
803
|
},
|
|
804
804
|
emits: ["update:modelValue", "change"],
|
|
805
805
|
setup(s, { emit: k }) {
|
|
806
|
-
const a = s, e = k, t = ae("checkbox"), l =
|
|
806
|
+
const a = s, e = k, t = ae("checkbox"), l = xe("checkboxGroup", null), c = V(() => !!l), m = V(() => a.value ?? a.label), b = V(() => c.value ? l.modelValue.value.includes(m.value) : Array.isArray(a.modelValue) ? a.modelValue.includes(m.value) : !!a.modelValue), T = V(() => {
|
|
807
807
|
if (a.disabled) return !0;
|
|
808
808
|
if (c.value) {
|
|
809
809
|
const $ = l.disabled, S = l.min > 0 && l.modelValue.value.length <= l.min, I = l.max > 0 && l.modelValue.value.length >= l.max;
|
|
@@ -842,7 +842,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
842
842
|
disabled: T.value,
|
|
843
843
|
name: s.name,
|
|
844
844
|
value: m.value
|
|
845
|
-
}, null, 8,
|
|
845
|
+
}, null, 8, il)
|
|
846
846
|
], 2),
|
|
847
847
|
$.$slots.default || s.label !== void 0 ? (i(), d("span", {
|
|
848
848
|
key: 0,
|
|
@@ -854,7 +854,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
854
854
|
], 2)) : N("", !0)
|
|
855
855
|
], 2));
|
|
856
856
|
}
|
|
857
|
-
}),
|
|
857
|
+
}), nt = /* @__PURE__ */ le({
|
|
858
858
|
name: "XCheckboxGroup",
|
|
859
859
|
__name: "group",
|
|
860
860
|
props: {
|
|
@@ -869,7 +869,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
869
869
|
const m = [...a.modelValue], b = m.indexOf(c);
|
|
870
870
|
b > -1 ? m.splice(b, 1) : m.push(c), e("update:modelValue", m), e("change", m);
|
|
871
871
|
};
|
|
872
|
-
return
|
|
872
|
+
return $e("checkboxGroup", {
|
|
873
873
|
modelValue: V(() => a.modelValue),
|
|
874
874
|
disabled: a.disabled,
|
|
875
875
|
min: a.min,
|
|
@@ -882,7 +882,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
882
882
|
se(c.$slots, "default")
|
|
883
883
|
], 2));
|
|
884
884
|
}
|
|
885
|
-
}),
|
|
885
|
+
}), st = /* @__PURE__ */ le({
|
|
886
886
|
name: "XForm",
|
|
887
887
|
__name: "index",
|
|
888
888
|
props: {
|
|
@@ -934,10 +934,10 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
934
934
|
});
|
|
935
935
|
}, H = (h) => {
|
|
936
936
|
console.log("[XForm] handleSubmit triggered", h), h.preventDefault(), t("submit");
|
|
937
|
-
},
|
|
937
|
+
}, E = (h) => {
|
|
938
938
|
console.log("[XForm] handleReset triggered", h), h.preventDefault(), y(), t("reset");
|
|
939
|
-
}, M =
|
|
940
|
-
return
|
|
939
|
+
}, M = je(e, "model");
|
|
940
|
+
return $e("form", {
|
|
941
941
|
model: M,
|
|
942
942
|
rules: e.rules,
|
|
943
943
|
labelWidth: e.labelWidth,
|
|
@@ -956,12 +956,12 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
956
956
|
}), (h, v) => (i(), d("form", {
|
|
957
957
|
class: u(T.value),
|
|
958
958
|
onSubmit: H,
|
|
959
|
-
onReset:
|
|
959
|
+
onReset: E
|
|
960
960
|
}, [
|
|
961
961
|
se(h.$slots, "default")
|
|
962
962
|
], 34));
|
|
963
963
|
}
|
|
964
|
-
}),
|
|
964
|
+
}), ut = /* @__PURE__ */ le({
|
|
965
965
|
name: "XFormItem",
|
|
966
966
|
__name: "item",
|
|
967
967
|
props: {
|
|
@@ -973,7 +973,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
973
973
|
showMessage: { type: Boolean }
|
|
974
974
|
},
|
|
975
975
|
setup(s, { expose: k }) {
|
|
976
|
-
const a = s, e = Le(), t = ae("form-item"), l =
|
|
976
|
+
const a = s, e = Le(), t = ae("form-item"), l = xe("form", null), c = R(""), m = R(""), b = V(() => a.required ? !0 : T().some((E) => E.required)), T = () => {
|
|
977
977
|
const H = [];
|
|
978
978
|
return a.rules && H.push(...a.rules), l && a.prop && l.rules[a.prop] && H.push(...l.rules[a.prop]), H;
|
|
979
979
|
}, z = () => {
|
|
@@ -983,12 +983,12 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
983
983
|
}, D = (H) => {
|
|
984
984
|
!l || !a.prop || l.model.value && (l.model.value[a.prop] = H);
|
|
985
985
|
}, $ = async (H) => {
|
|
986
|
-
const
|
|
987
|
-
if (
|
|
986
|
+
const E = T();
|
|
987
|
+
if (E.length === 0)
|
|
988
988
|
return c.value = "valid", !0;
|
|
989
989
|
const M = z();
|
|
990
990
|
let h = !0, v = "";
|
|
991
|
-
for (const x of
|
|
991
|
+
for (const x of E)
|
|
992
992
|
if (!(H && x.trigger && x.trigger !== H)) {
|
|
993
993
|
if (x.required && (M == null || M === "" || Array.isArray(M) && M.length === 0)) {
|
|
994
994
|
h = !1, v = x.message || "该字段为必填项";
|
|
@@ -1012,8 +1012,8 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
1012
1012
|
if (x.validator)
|
|
1013
1013
|
try {
|
|
1014
1014
|
await new Promise((B, F) => {
|
|
1015
|
-
x.validator(x, M, (
|
|
1016
|
-
|
|
1015
|
+
x.validator(x, M, (Y) => {
|
|
1016
|
+
Y ? F(Y) : B();
|
|
1017
1017
|
});
|
|
1018
1018
|
});
|
|
1019
1019
|
} catch (B) {
|
|
@@ -1037,14 +1037,14 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
1037
1037
|
});
|
|
1038
1038
|
return ie(() => z(), () => {
|
|
1039
1039
|
c.value === "invalid" && $("change");
|
|
1040
|
-
}),
|
|
1040
|
+
}), ge(() => {
|
|
1041
1041
|
l && a.prop && l.addField({
|
|
1042
1042
|
prop: a.prop,
|
|
1043
1043
|
validate: $,
|
|
1044
1044
|
resetField: S,
|
|
1045
1045
|
clearValidate: I
|
|
1046
1046
|
});
|
|
1047
|
-
}),
|
|
1047
|
+
}), De(() => {
|
|
1048
1048
|
l && a.prop && l.removeField({
|
|
1049
1049
|
prop: a.prop,
|
|
1050
1050
|
validate: $,
|
|
@@ -1055,7 +1055,7 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
1055
1055
|
validate: $,
|
|
1056
1056
|
resetField: S,
|
|
1057
1057
|
clearValidate: I
|
|
1058
|
-
}), (H,
|
|
1058
|
+
}), (H, E) => (i(), d("div", {
|
|
1059
1059
|
class: u(y.value)
|
|
1060
1060
|
}, [
|
|
1061
1061
|
s.label || n(e).label ? (i(), d("label", {
|
|
@@ -1079,25 +1079,25 @@ const Je = ["aria-hidden", "aria-label"], Ze = ["stroke-width"], Qe = ["d"], ee
|
|
|
1079
1079
|
], 2));
|
|
1080
1080
|
}
|
|
1081
1081
|
});
|
|
1082
|
-
function
|
|
1082
|
+
function rl(s, k) {
|
|
1083
1083
|
return new Date(s, k + 1, 0).getDate();
|
|
1084
1084
|
}
|
|
1085
|
-
function
|
|
1085
|
+
function dl(s, k) {
|
|
1086
1086
|
return new Date(s, k, 1).getDay();
|
|
1087
1087
|
}
|
|
1088
|
-
function
|
|
1088
|
+
function pe(s, k) {
|
|
1089
1089
|
return !s || !k ? !1 : s.getFullYear() === k.getFullYear() && s.getMonth() === k.getMonth() && s.getDate() === k.getDate();
|
|
1090
1090
|
}
|
|
1091
|
-
function
|
|
1091
|
+
function cl(s, k) {
|
|
1092
1092
|
return !s || !k ? !1 : s.getFullYear() === k.getFullYear() && s.getMonth() === k.getMonth();
|
|
1093
1093
|
}
|
|
1094
|
-
function
|
|
1094
|
+
function Ne(s, k, a) {
|
|
1095
1095
|
if (!k || !a) return !1;
|
|
1096
1096
|
const e = s.getTime();
|
|
1097
1097
|
return e >= k.getTime() && e <= a.getTime();
|
|
1098
1098
|
}
|
|
1099
|
-
function
|
|
1100
|
-
const e = [], t =
|
|
1099
|
+
function vl(s, k, a = 0) {
|
|
1100
|
+
const e = [], t = rl(s, k), l = dl(s, k);
|
|
1101
1101
|
let c = new Date(s, k, 1);
|
|
1102
1102
|
const m = (l - a + 7) % 7;
|
|
1103
1103
|
c.setDate(1 - m);
|
|
@@ -1125,23 +1125,23 @@ function ve(s) {
|
|
|
1125
1125
|
}
|
|
1126
1126
|
return k;
|
|
1127
1127
|
}
|
|
1128
|
-
function
|
|
1128
|
+
function fl(s) {
|
|
1129
1129
|
const k = new Date(s);
|
|
1130
1130
|
return k.setMonth(k.getMonth() - 1), k;
|
|
1131
1131
|
}
|
|
1132
|
-
function
|
|
1132
|
+
function ml(s) {
|
|
1133
1133
|
const k = new Date(s);
|
|
1134
1134
|
return k.setMonth(k.getMonth() + 1), k;
|
|
1135
1135
|
}
|
|
1136
|
-
function
|
|
1136
|
+
function hl(s) {
|
|
1137
1137
|
const k = new Date(s);
|
|
1138
1138
|
return k.setFullYear(k.getFullYear() - 1), k;
|
|
1139
1139
|
}
|
|
1140
|
-
function
|
|
1140
|
+
function pl(s) {
|
|
1141
1141
|
const k = new Date(s);
|
|
1142
1142
|
return k.setFullYear(k.getFullYear() + 1), k;
|
|
1143
1143
|
}
|
|
1144
|
-
function
|
|
1144
|
+
function Ke(s) {
|
|
1145
1145
|
const k = Math.floor(s / 10) * 10;
|
|
1146
1146
|
return [k, k + 9];
|
|
1147
1147
|
}
|
|
@@ -1149,13 +1149,13 @@ function Be(s) {
|
|
|
1149
1149
|
const k = new Date(s);
|
|
1150
1150
|
return k.setHours(0, 0, 0, 0), k;
|
|
1151
1151
|
}
|
|
1152
|
-
function
|
|
1152
|
+
function gl(s, k, a, e) {
|
|
1153
1153
|
if (k && k(s))
|
|
1154
1154
|
return !0;
|
|
1155
1155
|
const t = Be(s).getTime();
|
|
1156
1156
|
return !!(a && t < Be(a).getTime() || e && t > Be(e).getTime());
|
|
1157
1157
|
}
|
|
1158
|
-
const
|
|
1158
|
+
const bl = [
|
|
1159
1159
|
"一月",
|
|
1160
1160
|
"二月",
|
|
1161
1161
|
"三月",
|
|
@@ -1168,7 +1168,7 @@ const pl = [
|
|
|
1168
1168
|
"十月",
|
|
1169
1169
|
"十一月",
|
|
1170
1170
|
"十二月"
|
|
1171
|
-
],
|
|
1171
|
+
], yl = ["日", "一", "二", "三", "四", "五", "六"], kl = ["onClick", "onMouseenter"], Ml = /* @__PURE__ */ le({
|
|
1172
1172
|
name: "XDateTable",
|
|
1173
1173
|
__name: "DateTable",
|
|
1174
1174
|
props: {
|
|
@@ -1186,31 +1186,31 @@ const pl = [
|
|
|
1186
1186
|
},
|
|
1187
1187
|
emits: ["pick", "range-select", "range-move", "update:viewedMonth"],
|
|
1188
1188
|
setup(s, { emit: k }) {
|
|
1189
|
-
const a = s, e = k, t = ae("date-table"), l = R(null), c = V(() => a.viewedMonth.getFullYear()), m = V(() => a.viewedMonth.getMonth()), b = V(() =>
|
|
1189
|
+
const a = s, e = k, t = ae("date-table"), l = R(null), c = V(() => a.viewedMonth.getFullYear()), m = V(() => a.viewedMonth.getMonth()), b = V(() => vl(c.value, m.value, 0)), T = (h) => a.modelValue ? pe(h, a.modelValue) : !1, z = (h) => pe(h, /* @__PURE__ */ new Date()), D = (h) => cl(h, a.viewedMonth), $ = (h) => {
|
|
1190
1190
|
if (a.selectionMode !== "range") return !1;
|
|
1191
1191
|
const { startDate: v, endDate: x, selecting: B } = a.rangeState || {};
|
|
1192
1192
|
if (B && v) {
|
|
1193
1193
|
const F = l.value;
|
|
1194
1194
|
if (F) {
|
|
1195
|
-
const
|
|
1196
|
-
return
|
|
1195
|
+
const Y = v < F ? v : F, j = v < F ? F : v;
|
|
1196
|
+
return Ne(h, Y, j);
|
|
1197
1197
|
}
|
|
1198
|
-
return
|
|
1198
|
+
return pe(h, v);
|
|
1199
1199
|
}
|
|
1200
|
-
return v && x ?
|
|
1200
|
+
return v && x ? Ne(h, v, x) : !1;
|
|
1201
1201
|
}, S = (h) => {
|
|
1202
1202
|
if (a.selectionMode !== "range") return !1;
|
|
1203
1203
|
const { startDate: v, selecting: x } = a.rangeState || {};
|
|
1204
|
-
return x && v && l.value ?
|
|
1204
|
+
return x && v && l.value ? pe(h, v < l.value ? v : l.value) : v ? pe(h, v) : !1;
|
|
1205
1205
|
}, I = (h) => {
|
|
1206
1206
|
if (a.selectionMode !== "range") return !1;
|
|
1207
1207
|
const { endDate: v, selecting: x } = a.rangeState || {};
|
|
1208
1208
|
if (x && l.value) {
|
|
1209
1209
|
const { startDate: B } = a.rangeState || {};
|
|
1210
|
-
return
|
|
1210
|
+
return pe(h, B < l.value ? l.value : B);
|
|
1211
1211
|
}
|
|
1212
|
-
return v ?
|
|
1213
|
-
}, y = (h) =>
|
|
1212
|
+
return v ? pe(h, v) : !1;
|
|
1213
|
+
}, y = (h) => gl(h, a.disabledDate, a.minDate, a.maxDate), L = (h) => [
|
|
1214
1214
|
t.e("cell"),
|
|
1215
1215
|
t.is("selected", T(h)),
|
|
1216
1216
|
t.is("today", z(h)),
|
|
@@ -1222,7 +1222,7 @@ const pl = [
|
|
|
1222
1222
|
t.is("next-month", !D(h) && h.getMonth() > m.value)
|
|
1223
1223
|
], H = (h) => {
|
|
1224
1224
|
y(h) || (a.selectionMode === "range" ? e("range-select", h) : e("pick", h));
|
|
1225
|
-
},
|
|
1225
|
+
}, E = (h) => {
|
|
1226
1226
|
l.value = h;
|
|
1227
1227
|
}, M = () => {
|
|
1228
1228
|
l.value = null;
|
|
@@ -1234,7 +1234,7 @@ const pl = [
|
|
|
1234
1234
|
}, [
|
|
1235
1235
|
r("thead", null, [
|
|
1236
1236
|
r("tr", null, [
|
|
1237
|
-
(i(!0), d(J, null, _(n(
|
|
1237
|
+
(i(!0), d(J, null, _(n(yl), (x) => (i(), d("th", {
|
|
1238
1238
|
key: x,
|
|
1239
1239
|
class: u(n(t).e("header-cell"))
|
|
1240
1240
|
}, U(x), 3))), 128))
|
|
@@ -1242,22 +1242,22 @@ const pl = [
|
|
|
1242
1242
|
]),
|
|
1243
1243
|
r("tbody", null, [
|
|
1244
1244
|
(i(!0), d(J, null, _(b.value, (x, B) => (i(), d("tr", { key: B }, [
|
|
1245
|
-
(i(!0), d(J, null, _(x, (F,
|
|
1246
|
-
key:
|
|
1245
|
+
(i(!0), d(J, null, _(x, (F, Y) => (i(), d("td", {
|
|
1246
|
+
key: Y,
|
|
1247
1247
|
class: u(L(F)),
|
|
1248
1248
|
onClick: (j) => H(F),
|
|
1249
|
-
onMouseenter: (j) =>
|
|
1249
|
+
onMouseenter: (j) => E(F),
|
|
1250
1250
|
onMouseleave: M
|
|
1251
1251
|
}, [
|
|
1252
1252
|
r("span", {
|
|
1253
1253
|
class: u(n(t).e("cell-text"))
|
|
1254
1254
|
}, U(F.getDate()), 3)
|
|
1255
|
-
], 42,
|
|
1255
|
+
], 42, kl))), 128))
|
|
1256
1256
|
]))), 128))
|
|
1257
1257
|
])
|
|
1258
1258
|
], 2));
|
|
1259
1259
|
}
|
|
1260
|
-
}),
|
|
1260
|
+
}), Vl = ["onClick"], xl = /* @__PURE__ */ le({
|
|
1261
1261
|
name: "XMonthTable",
|
|
1262
1262
|
__name: "MonthTable",
|
|
1263
1263
|
props: {
|
|
@@ -1303,13 +1303,13 @@ const pl = [
|
|
|
1303
1303
|
}, [
|
|
1304
1304
|
r("span", {
|
|
1305
1305
|
class: u(n(t).e("cell-text"))
|
|
1306
|
-
}, U(n(
|
|
1307
|
-
], 10,
|
|
1306
|
+
}, U(n(bl)[y]), 3)
|
|
1307
|
+
], 10, Vl))), 128))
|
|
1308
1308
|
]))), 128))
|
|
1309
1309
|
])
|
|
1310
1310
|
], 2));
|
|
1311
1311
|
}
|
|
1312
|
-
}),
|
|
1312
|
+
}), wl = ["onClick"], Cl = /* @__PURE__ */ le({
|
|
1313
1313
|
name: "XYearTable",
|
|
1314
1314
|
__name: "YearTable",
|
|
1315
1315
|
props: {
|
|
@@ -1319,7 +1319,7 @@ const pl = [
|
|
|
1319
1319
|
},
|
|
1320
1320
|
emits: ["pick"],
|
|
1321
1321
|
setup(s, { emit: k }) {
|
|
1322
|
-
const a = s, e = k, t = ae("year-table"), l = V(() => (/* @__PURE__ */ new Date()).getFullYear()), c = V(() =>
|
|
1322
|
+
const a = s, e = k, t = ae("year-table"), l = V(() => (/* @__PURE__ */ new Date()).getFullYear()), c = V(() => Ke(a.viewedYear)), m = V(() => {
|
|
1323
1323
|
const [y] = c.value, L = [];
|
|
1324
1324
|
L.push(y - 1);
|
|
1325
1325
|
for (let H = 0; H < 10; H++)
|
|
@@ -1352,7 +1352,7 @@ const pl = [
|
|
|
1352
1352
|
cellpadding: "0"
|
|
1353
1353
|
}, [
|
|
1354
1354
|
r("tbody", null, [
|
|
1355
|
-
(i(!0), d(J, null, _(b.value, (H,
|
|
1355
|
+
(i(!0), d(J, null, _(b.value, (H, E) => (i(), d("tr", { key: E }, [
|
|
1356
1356
|
(i(!0), d(J, null, _(H, (M) => (i(), d("td", {
|
|
1357
1357
|
key: M,
|
|
1358
1358
|
class: u(S(M)),
|
|
@@ -1361,12 +1361,12 @@ const pl = [
|
|
|
1361
1361
|
r("span", {
|
|
1362
1362
|
class: u(n(t).e("cell-text"))
|
|
1363
1363
|
}, U(M), 3)
|
|
1364
|
-
], 10,
|
|
1364
|
+
], 10, wl))), 128))
|
|
1365
1365
|
]))), 128))
|
|
1366
1366
|
])
|
|
1367
1367
|
], 2));
|
|
1368
1368
|
}
|
|
1369
|
-
}),
|
|
1369
|
+
}), $l = ["placeholder", "disabled", "value"], Dl = ["placeholder", "disabled", "value"], zl = ["placeholder", "disabled", "value"], Sl = ["value"], Tl = ["value"], Hl = ["value"], ot = /* @__PURE__ */ le({
|
|
1370
1370
|
name: "XDatePicker",
|
|
1371
1371
|
__name: "index",
|
|
1372
1372
|
props: {
|
|
@@ -1394,11 +1394,11 @@ const pl = [
|
|
|
1394
1394
|
}, D = R(), $ = R(), S = R({
|
|
1395
1395
|
top: "0px",
|
|
1396
1396
|
left: "0px"
|
|
1397
|
-
}), I = () =>
|
|
1397
|
+
}), I = () => Ee().next(), y = R("date"), L = R(/* @__PURE__ */ new Date()), H = R({
|
|
1398
1398
|
hours: (/* @__PURE__ */ new Date()).getHours(),
|
|
1399
1399
|
minutes: (/* @__PURE__ */ new Date()).getMinutes(),
|
|
1400
1400
|
seconds: (/* @__PURE__ */ new Date()).getSeconds()
|
|
1401
|
-
}),
|
|
1401
|
+
}), E = R({
|
|
1402
1402
|
selecting: !1,
|
|
1403
1403
|
startDate: null,
|
|
1404
1404
|
endDate: null
|
|
@@ -1407,9 +1407,9 @@ const pl = [
|
|
|
1407
1407
|
if (!A) return null;
|
|
1408
1408
|
if (e.type === "daterange") {
|
|
1409
1409
|
if (!Array.isArray(A)) return null;
|
|
1410
|
-
const [
|
|
1410
|
+
const [P, W] = A;
|
|
1411
1411
|
return [
|
|
1412
|
-
|
|
1412
|
+
P instanceof Date ? P : ve(P),
|
|
1413
1413
|
W instanceof Date ? W : ve(W)
|
|
1414
1414
|
];
|
|
1415
1415
|
}
|
|
@@ -1418,28 +1418,28 @@ const pl = [
|
|
|
1418
1418
|
if (e.type === "daterange") return "";
|
|
1419
1419
|
const A = T();
|
|
1420
1420
|
if (!A) return "";
|
|
1421
|
-
const
|
|
1422
|
-
if (!
|
|
1421
|
+
const P = A instanceof Date ? A : ve(A);
|
|
1422
|
+
if (!P) return "";
|
|
1423
1423
|
const W = e.showTime ? "YYYY-MM-DD HH:mm:ss" : e.format;
|
|
1424
|
-
return ce(
|
|
1424
|
+
return ce(P, W);
|
|
1425
1425
|
}), v = V(() => {
|
|
1426
1426
|
const A = T();
|
|
1427
1427
|
if (!A || !Array.isArray(A)) return "";
|
|
1428
|
-
const [
|
|
1429
|
-
if (!
|
|
1430
|
-
const W =
|
|
1428
|
+
const [P] = A;
|
|
1429
|
+
if (!P) return "";
|
|
1430
|
+
const W = P instanceof Date ? P : ve(P);
|
|
1431
1431
|
return W ? ce(W, e.format) : "";
|
|
1432
1432
|
}), x = V(() => {
|
|
1433
1433
|
const A = T();
|
|
1434
1434
|
if (!A || !Array.isArray(A)) return "";
|
|
1435
|
-
const [,
|
|
1436
|
-
if (!
|
|
1437
|
-
const W =
|
|
1435
|
+
const [, P] = A;
|
|
1436
|
+
if (!P) return "";
|
|
1437
|
+
const W = P instanceof Date ? P : ve(P);
|
|
1438
1438
|
return W ? ce(W, e.format) : "";
|
|
1439
1439
|
}), B = V(() => {
|
|
1440
1440
|
const A = T();
|
|
1441
1441
|
return !A || Array.isArray(A) ? null : A instanceof Date ? A : ve(A);
|
|
1442
|
-
}), F = V(() => L.value.getFullYear()),
|
|
1442
|
+
}), F = V(() => L.value.getFullYear()), Y = V(() => L.value.getMonth()), j = V(() => Ke(F.value)), p = V(() => y.value === "year" ? `${j.value[0]} 年 - ${j.value[1]} 年` : y.value === "month" ? `${F.value} 年` : `${F.value} 年 ${Y.value + 1} 月`), w = V(() => [
|
|
1443
1443
|
l.b(),
|
|
1444
1444
|
l.m(e.size),
|
|
1445
1445
|
l.is("disabled", e.disabled),
|
|
@@ -1451,13 +1451,13 @@ const pl = [
|
|
|
1451
1451
|
]), o = () => {
|
|
1452
1452
|
e.disabled || e.readonly || (c.value ? g() : f());
|
|
1453
1453
|
}, f = () => {
|
|
1454
|
-
c.value = !0, m.value = I(),
|
|
1454
|
+
c.value = !0, m.value = I(), ze(() => {
|
|
1455
1455
|
if (b.value && D.value) {
|
|
1456
|
-
const A = b.value.getBoundingClientRect(),
|
|
1457
|
-
let W = A.bottom + 8,
|
|
1458
|
-
|
|
1456
|
+
const A = b.value.getBoundingClientRect(), P = D.value.getBoundingClientRect();
|
|
1457
|
+
let W = A.bottom + 8, he = A.left;
|
|
1458
|
+
he + P.width > window.innerWidth && (he = window.innerWidth - P.width - 8), W + P.height > window.innerHeight && (W = A.top - P.height - 8), S.value = {
|
|
1459
1459
|
top: `${W}px`,
|
|
1460
|
-
left: `${
|
|
1460
|
+
left: `${he}px`
|
|
1461
1461
|
};
|
|
1462
1462
|
}
|
|
1463
1463
|
}), t("focus", {});
|
|
@@ -1466,80 +1466,80 @@ const pl = [
|
|
|
1466
1466
|
}, X = (A) => {
|
|
1467
1467
|
if (e.type === "date") {
|
|
1468
1468
|
e.showTime && (A.setHours(H.value.hours), A.setMinutes(H.value.minutes), A.setSeconds(H.value.seconds));
|
|
1469
|
-
const
|
|
1469
|
+
const P = e.showTime ? "YYYY-MM-DD HH:mm:ss" : e.valueFormat, W = P ? ce(A, P) : A;
|
|
1470
1470
|
z(W), e.showTime || g();
|
|
1471
1471
|
}
|
|
1472
1472
|
}, ne = () => {
|
|
1473
1473
|
const A = T();
|
|
1474
1474
|
if (A) {
|
|
1475
|
-
const
|
|
1476
|
-
if (
|
|
1477
|
-
|
|
1478
|
-
const W = e.valueFormat ? ce(
|
|
1475
|
+
const P = A instanceof Date ? A : ve(A);
|
|
1476
|
+
if (P) {
|
|
1477
|
+
P.setHours(H.value.hours), P.setMinutes(H.value.minutes), P.setSeconds(H.value.seconds);
|
|
1478
|
+
const W = e.valueFormat ? ce(P, e.valueFormat) : P;
|
|
1479
1479
|
z(W);
|
|
1480
1480
|
}
|
|
1481
1481
|
} else {
|
|
1482
|
-
const
|
|
1483
|
-
|
|
1484
|
-
const W = e.valueFormat ? ce(
|
|
1482
|
+
const P = /* @__PURE__ */ new Date();
|
|
1483
|
+
P.setHours(H.value.hours), P.setMinutes(H.value.minutes), P.setSeconds(H.value.seconds);
|
|
1484
|
+
const W = e.valueFormat ? ce(P, e.valueFormat) : P;
|
|
1485
1485
|
z(W);
|
|
1486
1486
|
}
|
|
1487
1487
|
g();
|
|
1488
1488
|
}, K = (A) => {
|
|
1489
|
-
if (!
|
|
1490
|
-
|
|
1489
|
+
if (!E.value.selecting)
|
|
1490
|
+
E.value.selecting = !0, E.value.startDate = A, E.value.endDate = null;
|
|
1491
1491
|
else {
|
|
1492
|
-
|
|
1493
|
-
const
|
|
1494
|
-
z([
|
|
1492
|
+
E.value.selecting = !1, E.value.startDate && A < E.value.startDate ? [E.value.startDate, E.value.endDate] = [A, E.value.startDate] : E.value.endDate = A;
|
|
1493
|
+
const P = e.valueFormat ? ce(E.value.startDate, e.valueFormat) : E.value.startDate, W = e.valueFormat ? ce(E.value.endDate, e.valueFormat) : E.value.endDate;
|
|
1494
|
+
z([P, W]), g();
|
|
1495
1495
|
}
|
|
1496
1496
|
}, re = (A) => {
|
|
1497
1497
|
if (L.value = new Date(F.value, A, 1), e.type === "month") {
|
|
1498
|
-
const
|
|
1498
|
+
const P = new Date(F.value, A, 1), W = e.valueFormat ? ce(P, e.valueFormat) : P;
|
|
1499
1499
|
z(W), g();
|
|
1500
1500
|
} else
|
|
1501
1501
|
y.value = "date";
|
|
1502
1502
|
}, q = (A) => {
|
|
1503
|
-
if (L.value = new Date(A,
|
|
1504
|
-
const
|
|
1503
|
+
if (L.value = new Date(A, Y.value, 1), e.type === "year") {
|
|
1504
|
+
const P = new Date(A, 0, 1), W = e.valueFormat ? ce(P, e.valueFormat) : P;
|
|
1505
1505
|
z(W), g();
|
|
1506
1506
|
} else
|
|
1507
1507
|
y.value = "month";
|
|
1508
1508
|
}, me = () => {
|
|
1509
|
-
L.value =
|
|
1510
|
-
},
|
|
1511
|
-
L.value =
|
|
1512
|
-
}, ze = () => {
|
|
1513
|
-
y.value === "year" ? L.value = new Date(F.value - 10, O.value, 1) : L.value = fl(L.value);
|
|
1514
|
-
}, xe = () => {
|
|
1515
|
-
y.value === "year" ? L.value = new Date(F.value + 10, O.value, 1) : L.value = ml(L.value);
|
|
1509
|
+
L.value = fl(L.value);
|
|
1510
|
+
}, ye = () => {
|
|
1511
|
+
L.value = ml(L.value);
|
|
1516
1512
|
}, Se = () => {
|
|
1513
|
+
y.value === "year" ? L.value = new Date(F.value - 10, Y.value, 1) : L.value = hl(L.value);
|
|
1514
|
+
}, we = () => {
|
|
1515
|
+
y.value === "year" ? L.value = new Date(F.value + 10, Y.value, 1) : L.value = pl(L.value);
|
|
1516
|
+
}, Te = () => {
|
|
1517
1517
|
y.value = "month";
|
|
1518
1518
|
}, Re = () => {
|
|
1519
1519
|
y.value = "year";
|
|
1520
|
-
},
|
|
1521
|
-
z(null), t("clear"),
|
|
1520
|
+
}, O = () => {
|
|
1521
|
+
z(null), t("clear"), E.value = {
|
|
1522
1522
|
selecting: !1,
|
|
1523
1523
|
startDate: null,
|
|
1524
1524
|
endDate: null
|
|
1525
1525
|
};
|
|
1526
1526
|
}, G = (A) => {
|
|
1527
1527
|
if (!b.value) return;
|
|
1528
|
-
const
|
|
1529
|
-
b.value.contains(
|
|
1528
|
+
const P = A.target;
|
|
1529
|
+
b.value.contains(P) || D.value && D.value.contains(P) || g();
|
|
1530
1530
|
};
|
|
1531
1531
|
ie(
|
|
1532
1532
|
T,
|
|
1533
1533
|
(A) => {
|
|
1534
1534
|
if (A)
|
|
1535
1535
|
if (Array.isArray(M.value)) {
|
|
1536
|
-
const [
|
|
1537
|
-
|
|
1536
|
+
const [P] = M.value;
|
|
1537
|
+
P && (L.value = new Date(P));
|
|
1538
1538
|
} else M.value && (L.value = new Date(M.value));
|
|
1539
1539
|
},
|
|
1540
1540
|
{ immediate: !0 }
|
|
1541
1541
|
), ie(c, (A) => {
|
|
1542
|
-
A && (y.value = "date", e.type === "daterange" && (
|
|
1542
|
+
A && (y.value = "date", e.type === "daterange" && (E.value = {
|
|
1543
1543
|
selecting: !1,
|
|
1544
1544
|
startDate: Array.isArray(M.value) ? M.value[0] : null,
|
|
1545
1545
|
endDate: Array.isArray(M.value) ? M.value[1] : null
|
|
@@ -1548,9 +1548,9 @@ const pl = [
|
|
|
1548
1548
|
const Z = (A) => {
|
|
1549
1549
|
A.key === "Escape" && g();
|
|
1550
1550
|
};
|
|
1551
|
-
return
|
|
1551
|
+
return ge(() => {
|
|
1552
1552
|
document.addEventListener("click", G), document.addEventListener("keydown", Z);
|
|
1553
|
-
}),
|
|
1553
|
+
}), De(() => {
|
|
1554
1554
|
document.removeEventListener("click", G), document.removeEventListener("keydown", Z);
|
|
1555
1555
|
}), k({
|
|
1556
1556
|
focus: () => {
|
|
@@ -1561,7 +1561,7 @@ const pl = [
|
|
|
1561
1561
|
var A;
|
|
1562
1562
|
return (A = $.value) == null ? void 0 : A.blur();
|
|
1563
1563
|
}
|
|
1564
|
-
}), (A,
|
|
1564
|
+
}), (A, P) => (i(), d("div", {
|
|
1565
1565
|
ref_key: "pickerRef",
|
|
1566
1566
|
ref: b,
|
|
1567
1567
|
class: u(w.value)
|
|
@@ -1580,14 +1580,14 @@ const pl = [
|
|
|
1580
1580
|
readonly: !0,
|
|
1581
1581
|
value: h.value,
|
|
1582
1582
|
class: u(n(l).e("input-inner"))
|
|
1583
|
-
}, null, 10,
|
|
1583
|
+
}, null, 10, $l),
|
|
1584
1584
|
r("span", {
|
|
1585
1585
|
class: u(n(l).e("suffix"))
|
|
1586
1586
|
}, [
|
|
1587
1587
|
s.clearable && h.value && !s.disabled ? (i(), d("span", {
|
|
1588
1588
|
key: 0,
|
|
1589
1589
|
class: u(n(l).e("clear")),
|
|
1590
|
-
onClick: ue(
|
|
1590
|
+
onClick: ue(O, ["stop"])
|
|
1591
1591
|
}, [
|
|
1592
1592
|
Q(n(ee), {
|
|
1593
1593
|
name: "close",
|
|
@@ -1615,7 +1615,7 @@ const pl = [
|
|
|
1615
1615
|
readonly: !0,
|
|
1616
1616
|
value: v.value,
|
|
1617
1617
|
class: u(n(l).e("input-inner"))
|
|
1618
|
-
}, null, 10,
|
|
1618
|
+
}, null, 10, Dl),
|
|
1619
1619
|
r("span", {
|
|
1620
1620
|
class: u(n(l).e("separator"))
|
|
1621
1621
|
}, "至", 2),
|
|
@@ -1626,14 +1626,14 @@ const pl = [
|
|
|
1626
1626
|
readonly: !0,
|
|
1627
1627
|
value: x.value,
|
|
1628
1628
|
class: u(n(l).e("input-inner"))
|
|
1629
|
-
}, null, 10,
|
|
1629
|
+
}, null, 10, zl),
|
|
1630
1630
|
r("span", {
|
|
1631
1631
|
class: u(n(l).e("suffix"))
|
|
1632
1632
|
}, [
|
|
1633
1633
|
s.clearable && (v.value || x.value) && !s.disabled ? (i(), d("span", {
|
|
1634
1634
|
key: 0,
|
|
1635
1635
|
class: u(n(l).e("clear")),
|
|
1636
|
-
onClick: ue(
|
|
1636
|
+
onClick: ue(O, ["stop"])
|
|
1637
1637
|
}, [
|
|
1638
1638
|
Q(n(ee), {
|
|
1639
1639
|
name: "close",
|
|
@@ -1665,32 +1665,32 @@ const pl = [
|
|
|
1665
1665
|
r("button", {
|
|
1666
1666
|
type: "button",
|
|
1667
1667
|
class: u(n(l).e("prev-btn")),
|
|
1668
|
-
onClick:
|
|
1668
|
+
onClick: P[0] || (P[0] = (W) => y.value === "date" ? me() : Se())
|
|
1669
1669
|
}, " ‹ ", 2),
|
|
1670
1670
|
r("div", {
|
|
1671
1671
|
class: u(n(l).e("header-title"))
|
|
1672
1672
|
}, [
|
|
1673
1673
|
y.value === "year" ? (i(), d("span", {
|
|
1674
1674
|
key: 0,
|
|
1675
|
-
onClick:
|
|
1675
|
+
onClick: P[1] || (P[1] = (W) => y.value = "month")
|
|
1676
1676
|
}, U(p.value), 1)) : (i(), d(J, { key: 1 }, [
|
|
1677
1677
|
r("span", { onClick: Re }, U(F.value) + " 年", 1),
|
|
1678
1678
|
y.value === "date" ? (i(), d("span", {
|
|
1679
1679
|
key: 0,
|
|
1680
|
-
onClick:
|
|
1681
|
-
}, U(
|
|
1680
|
+
onClick: Te
|
|
1681
|
+
}, U(Y.value + 1) + " 月", 1)) : N("", !0)
|
|
1682
1682
|
], 64))
|
|
1683
1683
|
], 2),
|
|
1684
1684
|
r("button", {
|
|
1685
1685
|
type: "button",
|
|
1686
1686
|
class: u(n(l).e("next-btn")),
|
|
1687
|
-
onClick:
|
|
1687
|
+
onClick: P[2] || (P[2] = (W) => y.value === "date" ? ye() : we())
|
|
1688
1688
|
}, " › ", 2)
|
|
1689
1689
|
], 2),
|
|
1690
1690
|
r("div", {
|
|
1691
1691
|
class: u(n(l).e("content"))
|
|
1692
1692
|
}, [
|
|
1693
|
-
y.value === "date" ? (i(), fe(
|
|
1693
|
+
y.value === "date" ? (i(), fe(Ml, {
|
|
1694
1694
|
key: 0,
|
|
1695
1695
|
"model-value": B.value,
|
|
1696
1696
|
"viewed-month": L.value,
|
|
@@ -1698,16 +1698,16 @@ const pl = [
|
|
|
1698
1698
|
"min-date": s.minDate ? n(ve)(s.minDate) : null,
|
|
1699
1699
|
"max-date": s.maxDate ? n(ve)(s.maxDate) : null,
|
|
1700
1700
|
"selection-mode": s.type === "daterange" ? "range" : "single",
|
|
1701
|
-
"range-state":
|
|
1701
|
+
"range-state": E.value,
|
|
1702
1702
|
onPick: X,
|
|
1703
1703
|
onRangeSelect: K
|
|
1704
|
-
}, null, 8, ["model-value", "viewed-month", "disabled-date", "min-date", "max-date", "selection-mode", "range-state"])) : y.value === "month" ? (i(), fe(
|
|
1704
|
+
}, null, 8, ["model-value", "viewed-month", "disabled-date", "min-date", "max-date", "selection-mode", "range-state"])) : y.value === "month" ? (i(), fe(xl, {
|
|
1705
1705
|
key: 1,
|
|
1706
1706
|
"model-value": B.value,
|
|
1707
1707
|
"viewed-year": F.value,
|
|
1708
1708
|
"disabled-date": s.disabledDate,
|
|
1709
1709
|
onPick: re
|
|
1710
|
-
}, null, 8, ["model-value", "viewed-year", "disabled-date"])) : y.value === "year" ? (i(), fe(
|
|
1710
|
+
}, null, 8, ["model-value", "viewed-year", "disabled-date"])) : y.value === "year" ? (i(), fe(Cl, {
|
|
1711
1711
|
key: 2,
|
|
1712
1712
|
"model-value": B.value,
|
|
1713
1713
|
"viewed-year": F.value,
|
|
@@ -1723,64 +1723,64 @@ const pl = [
|
|
|
1723
1723
|
class: u(n(l).e("time-item"))
|
|
1724
1724
|
}, [
|
|
1725
1725
|
oe(r("select", {
|
|
1726
|
-
"onUpdate:modelValue":
|
|
1726
|
+
"onUpdate:modelValue": P[3] || (P[3] = (W) => H.value.hours = W),
|
|
1727
1727
|
class: u(n(l).e("time-select"))
|
|
1728
1728
|
}, [
|
|
1729
1729
|
(i(), d(J, null, _(24, (W) => r("option", {
|
|
1730
1730
|
key: W,
|
|
1731
1731
|
value: W - 1
|
|
1732
|
-
}, U(String(W - 1).padStart(2, "0")), 9,
|
|
1732
|
+
}, U(String(W - 1).padStart(2, "0")), 9, Sl)), 64))
|
|
1733
1733
|
], 2), [
|
|
1734
1734
|
[
|
|
1735
|
-
|
|
1735
|
+
Ce,
|
|
1736
1736
|
H.value.hours,
|
|
1737
1737
|
void 0,
|
|
1738
1738
|
{ number: !0 }
|
|
1739
1739
|
]
|
|
1740
1740
|
]),
|
|
1741
|
-
|
|
1741
|
+
P[6] || (P[6] = r("span", null, "时", -1))
|
|
1742
1742
|
], 2),
|
|
1743
1743
|
r("div", {
|
|
1744
1744
|
class: u(n(l).e("time-item"))
|
|
1745
1745
|
}, [
|
|
1746
1746
|
oe(r("select", {
|
|
1747
|
-
"onUpdate:modelValue":
|
|
1747
|
+
"onUpdate:modelValue": P[4] || (P[4] = (W) => H.value.minutes = W),
|
|
1748
1748
|
class: u(n(l).e("time-select"))
|
|
1749
1749
|
}, [
|
|
1750
1750
|
(i(), d(J, null, _(60, (W) => r("option", {
|
|
1751
1751
|
key: W,
|
|
1752
1752
|
value: W - 1
|
|
1753
|
-
}, U(String(W - 1).padStart(2, "0")), 9,
|
|
1753
|
+
}, U(String(W - 1).padStart(2, "0")), 9, Tl)), 64))
|
|
1754
1754
|
], 2), [
|
|
1755
1755
|
[
|
|
1756
|
-
|
|
1756
|
+
Ce,
|
|
1757
1757
|
H.value.minutes,
|
|
1758
1758
|
void 0,
|
|
1759
1759
|
{ number: !0 }
|
|
1760
1760
|
]
|
|
1761
1761
|
]),
|
|
1762
|
-
|
|
1762
|
+
P[7] || (P[7] = r("span", null, "分", -1))
|
|
1763
1763
|
], 2),
|
|
1764
1764
|
r("div", {
|
|
1765
1765
|
class: u(n(l).e("time-item"))
|
|
1766
1766
|
}, [
|
|
1767
1767
|
oe(r("select", {
|
|
1768
|
-
"onUpdate:modelValue":
|
|
1768
|
+
"onUpdate:modelValue": P[5] || (P[5] = (W) => H.value.seconds = W),
|
|
1769
1769
|
class: u(n(l).e("time-select"))
|
|
1770
1770
|
}, [
|
|
1771
1771
|
(i(), d(J, null, _(60, (W) => r("option", {
|
|
1772
1772
|
key: W,
|
|
1773
1773
|
value: W - 1
|
|
1774
|
-
}, U(String(W - 1).padStart(2, "0")), 9,
|
|
1774
|
+
}, U(String(W - 1).padStart(2, "0")), 9, Hl)), 64))
|
|
1775
1775
|
], 2), [
|
|
1776
1776
|
[
|
|
1777
|
-
|
|
1777
|
+
Ce,
|
|
1778
1778
|
H.value.seconds,
|
|
1779
1779
|
void 0,
|
|
1780
1780
|
{ number: !0 }
|
|
1781
1781
|
]
|
|
1782
1782
|
]),
|
|
1783
|
-
|
|
1783
|
+
P[8] || (P[8] = r("span", null, "秒", -1))
|
|
1784
1784
|
], 2)
|
|
1785
1785
|
], 2)) : N("", !0),
|
|
1786
1786
|
s.showTime && s.type !== "daterange" ? (i(), d("div", {
|
|
@@ -1794,7 +1794,7 @@ const pl = [
|
|
|
1794
1794
|
}, "确定", 2)
|
|
1795
1795
|
], 2)) : N("", !0)
|
|
1796
1796
|
], 6), [
|
|
1797
|
-
[
|
|
1797
|
+
[be, c.value]
|
|
1798
1798
|
])
|
|
1799
1799
|
]),
|
|
1800
1800
|
_: 1
|
|
@@ -1803,7 +1803,7 @@ const pl = [
|
|
|
1803
1803
|
], 2));
|
|
1804
1804
|
}
|
|
1805
1805
|
});
|
|
1806
|
-
function
|
|
1806
|
+
function ke(s, k = "HH:mm:ss") {
|
|
1807
1807
|
if (!s) return "";
|
|
1808
1808
|
const a = s.getHours(), e = s.getMinutes(), t = s.getSeconds();
|
|
1809
1809
|
return k.replace(/HH/g, String(a).padStart(2, "0")).replace(/H/g, String(a)).replace(/mm/g, String(e).padStart(2, "0")).replace(/m/g, String(e)).replace(/ss/g, String(t).padStart(2, "0")).replace(/s/g, String(t));
|
|
@@ -1824,10 +1824,10 @@ function Ae(s) {
|
|
|
1824
1824
|
const a = new Date(s);
|
|
1825
1825
|
return isNaN(a.getTime()) ? null : a;
|
|
1826
1826
|
}
|
|
1827
|
-
function
|
|
1827
|
+
function Me(s) {
|
|
1828
1828
|
return String(s).padStart(2, "0");
|
|
1829
1829
|
}
|
|
1830
|
-
const
|
|
1830
|
+
const Ll = ["onClick"], Rl = ["onClick"], Bl = ["onClick"], Al = /* @__PURE__ */ le({
|
|
1831
1831
|
name: "XTimePanel",
|
|
1832
1832
|
__name: "TimePanel",
|
|
1833
1833
|
props: {
|
|
@@ -1857,16 +1857,16 @@ const Tl = ["onClick"], Hl = ["onClick"], Ll = ["onClick"], Rl = /* @__PURE__ */
|
|
|
1857
1857
|
for (let q = 0; q < 60; q += re)
|
|
1858
1858
|
K.push(q);
|
|
1859
1859
|
return K;
|
|
1860
|
-
}), y = V(() => a.disabledHours ? new Set(a.disabledHours()) : /* @__PURE__ */ new Set()), L = V(() => a.disabledMinutes ? new Set(a.disabledMinutes(l.value)) : /* @__PURE__ */ new Set()), H = V(() => a.disabledSeconds ? new Set(a.disabledSeconds(l.value, c.value)) : /* @__PURE__ */ new Set()),
|
|
1861
|
-
M(K) || (l.value = K, w(b.value,
|
|
1860
|
+
}), y = V(() => a.disabledHours ? new Set(a.disabledHours()) : /* @__PURE__ */ new Set()), L = V(() => a.disabledMinutes ? new Set(a.disabledMinutes(l.value)) : /* @__PURE__ */ new Set()), H = V(() => a.disabledSeconds ? new Set(a.disabledSeconds(l.value, c.value)) : /* @__PURE__ */ new Set()), E = V(() => `${Me(l.value)}:${Me(c.value)}${D.value ? ":" + Me(m.value) : ""}`), M = (K) => y.value.has(K), h = (K) => L.value.has(K), v = (K) => H.value.has(K), x = (K) => {
|
|
1861
|
+
M(K) || (l.value = K, w(b.value, Y(K)));
|
|
1862
1862
|
}, B = (K) => {
|
|
1863
1863
|
h(K) || (c.value = K, w(T.value, j(K)));
|
|
1864
1864
|
}, F = (K) => {
|
|
1865
1865
|
v(K) || (m.value = K, w(z.value, p(K)));
|
|
1866
|
-
},
|
|
1866
|
+
}, Y = (K) => $.value.indexOf(K), j = (K) => S.value.indexOf(K), p = (K) => I.value.indexOf(K), w = (K, re) => {
|
|
1867
1867
|
if (!K) return;
|
|
1868
|
-
const q = 32,
|
|
1869
|
-
K.scrollTop = Math.max(0,
|
|
1868
|
+
const q = 32, ye = re * q + 84 - 200 / 2 + q / 2;
|
|
1869
|
+
K.scrollTop = Math.max(0, ye);
|
|
1870
1870
|
}, C = () => {
|
|
1871
1871
|
if (!b.value) return;
|
|
1872
1872
|
const K = b.value.scrollTop, re = Math.round((K - 84 + 100) / 32), q = $.value[Math.max(0, Math.min(re, $.value.length - 1))];
|
|
@@ -1891,8 +1891,8 @@ const Tl = ["onClick"], Hl = ["onClick"], Ll = ["onClick"], Rl = /* @__PURE__ */
|
|
|
1891
1891
|
const K = /* @__PURE__ */ new Date();
|
|
1892
1892
|
l.value = K.getHours(), c.value = K.getMinutes(), m.value = K.getSeconds();
|
|
1893
1893
|
}
|
|
1894
|
-
|
|
1895
|
-
w(b.value,
|
|
1894
|
+
ze(() => {
|
|
1895
|
+
w(b.value, Y(l.value)), w(T.value, j(c.value)), D.value && w(z.value, p(m.value));
|
|
1896
1896
|
});
|
|
1897
1897
|
};
|
|
1898
1898
|
return ie(
|
|
@@ -1901,7 +1901,7 @@ const Tl = ["onClick"], Hl = ["onClick"], Ll = ["onClick"], Rl = /* @__PURE__ */
|
|
|
1901
1901
|
ne();
|
|
1902
1902
|
},
|
|
1903
1903
|
{ immediate: !0 }
|
|
1904
|
-
),
|
|
1904
|
+
), ge(() => {
|
|
1905
1905
|
ne();
|
|
1906
1906
|
}), (K, re) => (i(), d("div", {
|
|
1907
1907
|
class: u(n(t).b())
|
|
@@ -1925,7 +1925,7 @@ const Tl = ["onClick"], Hl = ["onClick"], Ll = ["onClick"], Rl = /* @__PURE__ */
|
|
|
1925
1925
|
key: q,
|
|
1926
1926
|
class: u([n(t).e("item"), n(t).is("selected", l.value === q), n(t).is("disabled", M(q))]),
|
|
1927
1927
|
onClick: (me) => x(q)
|
|
1928
|
-
}, U(n(
|
|
1928
|
+
}, U(n(Me)(q)), 11, Ll))), 128)),
|
|
1929
1929
|
r("div", {
|
|
1930
1930
|
class: u(n(t).e("padding"))
|
|
1931
1931
|
}, null, 2)
|
|
@@ -1943,7 +1943,7 @@ const Tl = ["onClick"], Hl = ["onClick"], Ll = ["onClick"], Rl = /* @__PURE__ */
|
|
|
1943
1943
|
key: q,
|
|
1944
1944
|
class: u([n(t).e("item"), n(t).is("selected", c.value === q), n(t).is("disabled", h(q))]),
|
|
1945
1945
|
onClick: (me) => B(q)
|
|
1946
|
-
}, U(n(
|
|
1946
|
+
}, U(n(Me)(q)), 11, Rl))), 128)),
|
|
1947
1947
|
r("div", {
|
|
1948
1948
|
class: u(n(t).e("padding"))
|
|
1949
1949
|
}, null, 2)
|
|
@@ -1962,7 +1962,7 @@ const Tl = ["onClick"], Hl = ["onClick"], Ll = ["onClick"], Rl = /* @__PURE__ */
|
|
|
1962
1962
|
key: q,
|
|
1963
1963
|
class: u([n(t).e("item"), n(t).is("selected", m.value === q), n(t).is("disabled", v(q))]),
|
|
1964
1964
|
onClick: (me) => F(q)
|
|
1965
|
-
}, U(n(
|
|
1965
|
+
}, U(n(Me)(q)), 11, Bl))), 128)),
|
|
1966
1966
|
r("div", {
|
|
1967
1967
|
class: u(n(t).e("padding"))
|
|
1968
1968
|
}, null, 2)
|
|
@@ -1973,7 +1973,7 @@ const Tl = ["onClick"], Hl = ["onClick"], Ll = ["onClick"], Rl = /* @__PURE__ */
|
|
|
1973
1973
|
}, [
|
|
1974
1974
|
r("span", {
|
|
1975
1975
|
class: u(n(t).e("current-time"))
|
|
1976
|
-
}, U(
|
|
1976
|
+
}, U(E.value), 3),
|
|
1977
1977
|
r("div", {
|
|
1978
1978
|
class: u(n(t).e("actions"))
|
|
1979
1979
|
}, [
|
|
@@ -1989,7 +1989,7 @@ const Tl = ["onClick"], Hl = ["onClick"], Ll = ["onClick"], Rl = /* @__PURE__ */
|
|
|
1989
1989
|
], 2)
|
|
1990
1990
|
], 2));
|
|
1991
1991
|
}
|
|
1992
|
-
}),
|
|
1992
|
+
}), Fl = ["placeholder", "disabled", "value"], Il = ["placeholder", "disabled", "value"], Pl = ["placeholder", "disabled", "value"], it = /* @__PURE__ */ le({
|
|
1993
1993
|
name: "XTimePicker",
|
|
1994
1994
|
__name: "index",
|
|
1995
1995
|
props: {
|
|
@@ -2013,7 +2013,7 @@ const Tl = ["onClick"], Hl = ["onClick"], Ll = ["onClick"], Rl = /* @__PURE__ */
|
|
|
2013
2013
|
},
|
|
2014
2014
|
emits: ["update:modelValue", "change", "focus", "blur", "clear"],
|
|
2015
2015
|
setup(s, { expose: k, emit: a }) {
|
|
2016
|
-
const e = s, t = a, l = ae("time-picker"), c = () =>
|
|
2016
|
+
const e = s, t = a, l = ae("time-picker"), c = () => Ee().next(), m = R(!1), b = R(2e3), T = R(), z = R(), D = R(), $ = R({
|
|
2017
2017
|
top: "0px",
|
|
2018
2018
|
left: "0px"
|
|
2019
2019
|
}), S = R({
|
|
@@ -2026,14 +2026,14 @@ const Tl = ["onClick"], Hl = ["onClick"], Ll = ["onClick"], Rl = /* @__PURE__ */
|
|
|
2026
2026
|
return [Ae(f), Ae(g)];
|
|
2027
2027
|
}
|
|
2028
2028
|
return Ae(e.modelValue);
|
|
2029
|
-
}), L = V(() => !y.value || Array.isArray(y.value) ? "" :
|
|
2029
|
+
}), L = V(() => !y.value || Array.isArray(y.value) ? "" : ke(y.value, e.format)), H = V(() => {
|
|
2030
2030
|
if (!Array.isArray(y.value)) return "";
|
|
2031
2031
|
const [f] = y.value;
|
|
2032
|
-
return f ?
|
|
2033
|
-
}),
|
|
2032
|
+
return f ? ke(f, e.format) : "";
|
|
2033
|
+
}), E = V(() => {
|
|
2034
2034
|
if (!Array.isArray(y.value)) return "";
|
|
2035
2035
|
const [, f] = y.value;
|
|
2036
|
-
return f ?
|
|
2036
|
+
return f ? ke(f, e.format) : "";
|
|
2037
2037
|
}), M = V(() => e.type === "timerange" ? I.value === "start" ? S.value.startTime : S.value.endTime || S.value.startTime : y.value), h = V(() => [
|
|
2038
2038
|
l.b(),
|
|
2039
2039
|
l.m(e.size),
|
|
@@ -2043,11 +2043,11 @@ const Tl = ["onClick"], Hl = ["onClick"], Ll = ["onClick"], Rl = /* @__PURE__ */
|
|
|
2043
2043
|
l.e("input"),
|
|
2044
2044
|
l.is("focus", m.value)
|
|
2045
2045
|
]), x = () => {
|
|
2046
|
-
e.disabled || e.readonly || (m.value ?
|
|
2046
|
+
e.disabled || e.readonly || (m.value ? Y() : F());
|
|
2047
2047
|
}, B = (f) => {
|
|
2048
2048
|
e.disabled || e.readonly || (I.value = f, m.value || F());
|
|
2049
2049
|
}, F = () => {
|
|
2050
|
-
m.value = !0, b.value = c(),
|
|
2050
|
+
m.value = !0, b.value = c(), ze(() => {
|
|
2051
2051
|
if (T.value && z.value) {
|
|
2052
2052
|
const f = T.value.getBoundingClientRect(), g = z.value.getBoundingClientRect();
|
|
2053
2053
|
let X = f.bottom + 8, ne = f.left;
|
|
@@ -2057,7 +2057,7 @@ const Tl = ["onClick"], Hl = ["onClick"], Ll = ["onClick"], Rl = /* @__PURE__ */
|
|
|
2057
2057
|
};
|
|
2058
2058
|
}
|
|
2059
2059
|
}), t("focus", {});
|
|
2060
|
-
},
|
|
2060
|
+
}, Y = () => {
|
|
2061
2061
|
m.value = !1, t("blur", {});
|
|
2062
2062
|
}, j = (f) => {
|
|
2063
2063
|
if (e.type === "timerange")
|
|
@@ -2065,15 +2065,15 @@ const Tl = ["onClick"], Hl = ["onClick"], Ll = ["onClick"], Rl = /* @__PURE__ */
|
|
|
2065
2065
|
S.value.startTime = f, I.value = "end", S.value.endTime && S.value.endTime < f && (S.value.endTime = null);
|
|
2066
2066
|
else {
|
|
2067
2067
|
S.value.startTime && f < S.value.startTime ? (S.value.endTime = S.value.startTime, S.value.startTime = f) : S.value.endTime = f;
|
|
2068
|
-
const g = e.valueFormat ?
|
|
2069
|
-
t("update:modelValue", [g, X]), t("change", [g, X]),
|
|
2068
|
+
const g = e.valueFormat ? ke(S.value.startTime, e.valueFormat) : S.value.startTime, X = e.valueFormat ? ke(S.value.endTime, e.valueFormat) : S.value.endTime;
|
|
2069
|
+
t("update:modelValue", [g, X]), t("change", [g, X]), Y();
|
|
2070
2070
|
}
|
|
2071
2071
|
else {
|
|
2072
|
-
const g = e.valueFormat ?
|
|
2073
|
-
t("update:modelValue", g), t("change", g),
|
|
2072
|
+
const g = e.valueFormat ? ke(f, e.valueFormat) : f;
|
|
2073
|
+
t("update:modelValue", g), t("change", g), Y();
|
|
2074
2074
|
}
|
|
2075
2075
|
}, p = () => {
|
|
2076
|
-
|
|
2076
|
+
Y();
|
|
2077
2077
|
}, w = () => {
|
|
2078
2078
|
t("update:modelValue", null), t("change", null), t("clear"), S.value = {
|
|
2079
2079
|
startTime: null,
|
|
@@ -2082,7 +2082,7 @@ const Tl = ["onClick"], Hl = ["onClick"], Ll = ["onClick"], Rl = /* @__PURE__ */
|
|
|
2082
2082
|
}, C = (f) => {
|
|
2083
2083
|
if (!T.value) return;
|
|
2084
2084
|
const g = f.target;
|
|
2085
|
-
T.value.contains(g) || z.value && z.value.contains(g) ||
|
|
2085
|
+
T.value.contains(g) || z.value && z.value.contains(g) || Y();
|
|
2086
2086
|
};
|
|
2087
2087
|
ie(
|
|
2088
2088
|
() => e.modelValue,
|
|
@@ -2103,11 +2103,11 @@ const Tl = ["onClick"], Hl = ["onClick"], Ll = ["onClick"], Rl = /* @__PURE__ */
|
|
|
2103
2103
|
}, I.value = "start");
|
|
2104
2104
|
});
|
|
2105
2105
|
const o = (f) => {
|
|
2106
|
-
f.key === "Escape" &&
|
|
2106
|
+
f.key === "Escape" && Y();
|
|
2107
2107
|
};
|
|
2108
|
-
return
|
|
2108
|
+
return ge(() => {
|
|
2109
2109
|
document.addEventListener("click", C), document.addEventListener("keydown", o);
|
|
2110
|
-
}),
|
|
2110
|
+
}), De(() => {
|
|
2111
2111
|
document.removeEventListener("click", C), document.removeEventListener("keydown", o);
|
|
2112
2112
|
}), k({
|
|
2113
2113
|
focus: () => {
|
|
@@ -2137,7 +2137,7 @@ const Tl = ["onClick"], Hl = ["onClick"], Ll = ["onClick"], Rl = /* @__PURE__ */
|
|
|
2137
2137
|
readonly: !0,
|
|
2138
2138
|
value: L.value,
|
|
2139
2139
|
class: u(n(l).e("input-inner"))
|
|
2140
|
-
}, null, 10,
|
|
2140
|
+
}, null, 10, Fl),
|
|
2141
2141
|
r("span", {
|
|
2142
2142
|
class: u(n(l).e("suffix"))
|
|
2143
2143
|
}, [
|
|
@@ -2173,7 +2173,7 @@ const Tl = ["onClick"], Hl = ["onClick"], Ll = ["onClick"], Rl = /* @__PURE__ */
|
|
|
2173
2173
|
value: H.value,
|
|
2174
2174
|
class: u([n(l).e("input-inner"), n(l).is("active", I.value === "start")]),
|
|
2175
2175
|
onClick: g[0] || (g[0] = ue((X) => B("start"), ["stop"]))
|
|
2176
|
-
}, null, 10,
|
|
2176
|
+
}, null, 10, Il),
|
|
2177
2177
|
r("span", {
|
|
2178
2178
|
class: u(n(l).e("separator"))
|
|
2179
2179
|
}, "至", 2),
|
|
@@ -2182,14 +2182,14 @@ const Tl = ["onClick"], Hl = ["onClick"], Ll = ["onClick"], Rl = /* @__PURE__ */
|
|
|
2182
2182
|
placeholder: s.endPlaceholder,
|
|
2183
2183
|
disabled: s.disabled,
|
|
2184
2184
|
readonly: !0,
|
|
2185
|
-
value:
|
|
2185
|
+
value: E.value,
|
|
2186
2186
|
class: u([n(l).e("input-inner"), n(l).is("active", I.value === "end")]),
|
|
2187
2187
|
onClick: g[1] || (g[1] = ue((X) => B("end"), ["stop"]))
|
|
2188
|
-
}, null, 10,
|
|
2188
|
+
}, null, 10, Pl),
|
|
2189
2189
|
r("span", {
|
|
2190
2190
|
class: u(n(l).e("suffix"))
|
|
2191
2191
|
}, [
|
|
2192
|
-
s.clearable && (H.value ||
|
|
2192
|
+
s.clearable && (H.value || E.value) && !s.disabled ? (i(), d("span", {
|
|
2193
2193
|
key: 0,
|
|
2194
2194
|
class: u(n(l).e("clear")),
|
|
2195
2195
|
onClick: ue(w, ["stop"])
|
|
@@ -2222,7 +2222,7 @@ const Tl = ["onClick"], Hl = ["onClick"], Ll = ["onClick"], Rl = /* @__PURE__ */
|
|
|
2222
2222
|
key: 0,
|
|
2223
2223
|
class: u(n(l).e("popper-header"))
|
|
2224
2224
|
}, U(I.value === "start" ? "请选择开始时间" : "请选择结束时间"), 3)) : N("", !0),
|
|
2225
|
-
Q(
|
|
2225
|
+
Q(Al, {
|
|
2226
2226
|
"model-value": M.value,
|
|
2227
2227
|
format: s.format,
|
|
2228
2228
|
"disabled-hours": s.disabledHours,
|
|
@@ -2235,7 +2235,7 @@ const Tl = ["onClick"], Hl = ["onClick"], Ll = ["onClick"], Rl = /* @__PURE__ */
|
|
|
2235
2235
|
onCancel: p
|
|
2236
2236
|
}, null, 8, ["model-value", "format", "disabled-hours", "disabled-minutes", "disabled-seconds", "hour-step", "minute-step", "second-step"])
|
|
2237
2237
|
], 6), [
|
|
2238
|
-
[
|
|
2238
|
+
[be, m.value]
|
|
2239
2239
|
])
|
|
2240
2240
|
]),
|
|
2241
2241
|
_: 1
|
|
@@ -2244,15 +2244,15 @@ const Tl = ["onClick"], Hl = ["onClick"], Ll = ["onClick"], Rl = /* @__PURE__ */
|
|
|
2244
2244
|
], 2));
|
|
2245
2245
|
}
|
|
2246
2246
|
});
|
|
2247
|
-
function
|
|
2247
|
+
function El(s, k, a) {
|
|
2248
2248
|
return a ? a(k, s) : s.toLowerCase().includes(k.toLowerCase());
|
|
2249
2249
|
}
|
|
2250
|
-
function
|
|
2250
|
+
function We(s, k, a = "value", e = "children") {
|
|
2251
2251
|
for (const t of s) {
|
|
2252
2252
|
if (t[a] === k)
|
|
2253
2253
|
return t;
|
|
2254
2254
|
if (t[e] && t[e].length > 0) {
|
|
2255
|
-
const l =
|
|
2255
|
+
const l = We(t[e], k, a, e);
|
|
2256
2256
|
if (l) return l;
|
|
2257
2257
|
}
|
|
2258
2258
|
}
|
|
@@ -2274,7 +2274,7 @@ function Fe(s, k, a = "value", e = "children") {
|
|
|
2274
2274
|
}
|
|
2275
2275
|
return l(s), t;
|
|
2276
2276
|
}
|
|
2277
|
-
function
|
|
2277
|
+
function Ol(s, k = "children") {
|
|
2278
2278
|
const a = [];
|
|
2279
2279
|
function e(t, l = 0, c = null) {
|
|
2280
2280
|
for (const m of t)
|
|
@@ -2282,7 +2282,7 @@ function Pl(s, k = "children") {
|
|
|
2282
2282
|
}
|
|
2283
2283
|
return e(s), a;
|
|
2284
2284
|
}
|
|
2285
|
-
const
|
|
2285
|
+
const Yl = ["onClick"], Ul = ["placeholder", "disabled", "readonly", "value"], Nl = ["onClick"], Xl = ["onClick"], rt = /* @__PURE__ */ le({
|
|
2286
2286
|
name: "XSelect",
|
|
2287
2287
|
__name: "index",
|
|
2288
2288
|
props: {
|
|
@@ -2311,66 +2311,82 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2311
2311
|
setup(s, { emit: k }) {
|
|
2312
2312
|
const a = le({
|
|
2313
2313
|
name: "XSelectPopperContent",
|
|
2314
|
-
setup(
|
|
2315
|
-
const Z =
|
|
2316
|
-
return Z &&
|
|
2314
|
+
setup(O, { slots: G }) {
|
|
2315
|
+
const Z = xe("select");
|
|
2316
|
+
return Z && $e("select", Z), () => {
|
|
2317
2317
|
var A;
|
|
2318
2318
|
return (A = G.default) == null ? void 0 : A.call(G);
|
|
2319
2319
|
};
|
|
2320
2320
|
}
|
|
2321
|
-
}), e = s, t = k, l = ae("select"), c = Le(), m = () =>
|
|
2322
|
-
L.value.find((G) => G.value ===
|
|
2323
|
-
},
|
|
2324
|
-
t("update:modelValue",
|
|
2321
|
+
}), e = s, t = k, l = ae("select"), c = Le(), m = () => Ee().next(), b = R(), T = R(), z = R(), D = R(!1), $ = R(2e3), S = R(""), I = R(-1), y = R({ top: "0px", left: "0px" }), L = R([]), H = (O) => {
|
|
2322
|
+
L.value.find((G) => G.value === O.value) || L.value.push(O);
|
|
2323
|
+
}, E = V(() => e.type === "multiple" || e.mode === "multiple"), M = V(() => e.type === "cascader"), h = R([]), v = V(() => e.options && e.options.length > 0 ? e.options : L.value), x = (O) => {
|
|
2324
|
+
t("update:modelValue", O), t("update:value", O), t("change", O);
|
|
2325
2325
|
}, B = V(() => {
|
|
2326
|
-
const
|
|
2327
|
-
return
|
|
2326
|
+
const O = e.modelValue ?? e.value;
|
|
2327
|
+
return E.value ? Array.isArray(O) ? O : [] : M.value ? Array.isArray(O) ? O : O != null && O !== "" ? [O] : [] : O != null && O !== "" ? [O] : [];
|
|
2328
2328
|
}), F = V(() => {
|
|
2329
|
-
const
|
|
2330
|
-
return M.value ?
|
|
2331
|
-
}),
|
|
2332
|
-
const G =
|
|
2333
|
-
return
|
|
2329
|
+
const O = v.value;
|
|
2330
|
+
return M.value ? Ol(O, e.childrenKey) : O.map((G) => ({ ...G, level: 0 }));
|
|
2331
|
+
}), Y = V(() => !e.filterable || !S.value ? F.value : F.value.filter((O) => {
|
|
2332
|
+
const G = O[e.labelKey] || "";
|
|
2333
|
+
return El(G, S.value, e.filterMethod);
|
|
2334
2334
|
})), j = V(() => {
|
|
2335
|
-
const
|
|
2335
|
+
const O = [];
|
|
2336
2336
|
for (const G of B.value) {
|
|
2337
|
-
const Z =
|
|
2338
|
-
Z &&
|
|
2337
|
+
const Z = We(v.value, G, e.valueKey, e.childrenKey);
|
|
2338
|
+
Z && O.push(Z);
|
|
2339
2339
|
}
|
|
2340
|
-
return
|
|
2340
|
+
return O;
|
|
2341
2341
|
}), p = V(() => {
|
|
2342
|
-
if (
|
|
2342
|
+
if (E.value)
|
|
2343
2343
|
return "";
|
|
2344
2344
|
if (M.value)
|
|
2345
2345
|
return Fe(v.value, B.value[B.value.length - 1], e.valueKey, e.childrenKey).map((Z) => Z[e.labelKey]).join(e.separator);
|
|
2346
|
-
const
|
|
2347
|
-
return
|
|
2348
|
-
}), w = V(() =>
|
|
2346
|
+
const O = j.value[0];
|
|
2347
|
+
return O ? O[e.labelKey] : "";
|
|
2348
|
+
}), w = V(() => E.value ? j.value : []), C = V(() => e.collapseTags ? w.value.slice(0, e.maxCollapseTags) : w.value), o = V(() => e.collapseTags ? Math.max(0, w.value.length - e.maxCollapseTags) : 0), f = V(() => [
|
|
2349
2349
|
l.b(),
|
|
2350
2350
|
l.m(e.size),
|
|
2351
2351
|
l.is("disabled", e.disabled),
|
|
2352
|
-
l.is("multiple",
|
|
2352
|
+
l.is("multiple", E.value),
|
|
2353
2353
|
l.is("cascader", M.value),
|
|
2354
2354
|
l.is("filterable", e.filterable),
|
|
2355
2355
|
l.is("focus", D.value)
|
|
2356
2356
|
]), g = () => {
|
|
2357
2357
|
if (!b.value || !z.value || !D.value) return;
|
|
2358
|
-
const
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2358
|
+
const O = b.value.getBoundingClientRect(), G = z.value;
|
|
2359
|
+
G.offsetHeight;
|
|
2360
|
+
const Z = G.getBoundingClientRect();
|
|
2361
|
+
let A = O.bottom + 4, P = O.left;
|
|
2362
|
+
P + Z.width > window.innerWidth && (P = window.innerWidth - Z.width - 8);
|
|
2363
|
+
let W = 274;
|
|
2364
|
+
if (A + Z.height > window.innerHeight) {
|
|
2365
|
+
const he = O.top - Z.height - 4;
|
|
2366
|
+
if (he >= 8)
|
|
2367
|
+
A = he;
|
|
2368
|
+
else {
|
|
2369
|
+
const Oe = window.innerHeight - O.bottom - 8, Ye = O.top - 8;
|
|
2370
|
+
Ye > Oe ? (A = 8, W = Math.max(120, Ye)) : W = Math.max(120, Oe);
|
|
2371
|
+
}
|
|
2372
|
+
}
|
|
2373
|
+
y.value = {
|
|
2374
|
+
top: `${A}px`,
|
|
2375
|
+
left: `${P}px`,
|
|
2376
|
+
maxHeight: `${W}px`
|
|
2363
2377
|
};
|
|
2364
2378
|
}, X = () => {
|
|
2365
|
-
e.disabled || (D.value = !0, $.value = m(), S.value = "",
|
|
2366
|
-
|
|
2379
|
+
e.disabled || (D.value = !0, $.value = m(), S.value = "", ze(() => {
|
|
2380
|
+
requestAnimationFrame(() => {
|
|
2381
|
+
g();
|
|
2382
|
+
});
|
|
2367
2383
|
}), t("visible-change", !0), t("focus", {}));
|
|
2368
2384
|
}, ne = () => {
|
|
2369
2385
|
D.value = !1, S.value = "", h.value = [], t("visible-change", !1), t("blur", {});
|
|
2370
|
-
}, K = (
|
|
2371
|
-
if (!
|
|
2372
|
-
if (
|
|
2373
|
-
const G = [...B.value], Z =
|
|
2386
|
+
}, K = (O) => {
|
|
2387
|
+
if (!O.disabled)
|
|
2388
|
+
if (E.value) {
|
|
2389
|
+
const G = [...B.value], Z = O[e.valueKey], A = G.indexOf(Z);
|
|
2374
2390
|
if (A > -1)
|
|
2375
2391
|
G.splice(A, 1), t("remove-tag", Z);
|
|
2376
2392
|
else {
|
|
@@ -2380,59 +2396,59 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2380
2396
|
}
|
|
2381
2397
|
x(G);
|
|
2382
2398
|
} else if (M.value)
|
|
2383
|
-
if (
|
|
2384
|
-
const G = Fe(v.value,
|
|
2399
|
+
if (O.children && O.children.length > 0) {
|
|
2400
|
+
const G = Fe(v.value, O[e.valueKey], e.valueKey, e.childrenKey);
|
|
2385
2401
|
h.value = G;
|
|
2386
2402
|
} else {
|
|
2387
|
-
const Z = Fe(v.value,
|
|
2403
|
+
const Z = Fe(v.value, O[e.valueKey], e.valueKey, e.childrenKey).map((A) => A[e.valueKey]);
|
|
2388
2404
|
x(Z), ne();
|
|
2389
2405
|
}
|
|
2390
2406
|
else
|
|
2391
|
-
x(
|
|
2392
|
-
}, re = (
|
|
2393
|
-
const G = B.value.filter((Z) => Z !==
|
|
2394
|
-
x(G), t("remove-tag",
|
|
2407
|
+
x(O[e.valueKey]), ne();
|
|
2408
|
+
}, re = (O) => {
|
|
2409
|
+
const G = B.value.filter((Z) => Z !== O[e.valueKey]);
|
|
2410
|
+
x(G), t("remove-tag", O[e.valueKey]);
|
|
2395
2411
|
}, q = () => {
|
|
2396
|
-
const
|
|
2397
|
-
x(
|
|
2398
|
-
}, me = (
|
|
2399
|
-
S.value =
|
|
2400
|
-
},
|
|
2412
|
+
const O = E.value ? [] : "";
|
|
2413
|
+
x(O), t("clear");
|
|
2414
|
+
}, me = (O) => {
|
|
2415
|
+
S.value = O.target.value;
|
|
2416
|
+
}, ye = (O) => {
|
|
2401
2417
|
if (!b.value) return;
|
|
2402
|
-
const G =
|
|
2418
|
+
const G = O.target, Z = z.value && z.value.contains(G);
|
|
2403
2419
|
b.value.contains(G) || Z || ne();
|
|
2404
|
-
},
|
|
2405
|
-
if (
|
|
2420
|
+
}, Se = (O) => {
|
|
2421
|
+
if (O.key === "Escape")
|
|
2406
2422
|
ne();
|
|
2407
|
-
else if (
|
|
2408
|
-
const G =
|
|
2423
|
+
else if (O.key === "Enter" && D.value) {
|
|
2424
|
+
const G = Y.value[I.value];
|
|
2409
2425
|
G && K(G);
|
|
2410
|
-
} else
|
|
2411
|
-
},
|
|
2426
|
+
} else O.key === "ArrowDown" && D.value ? (O.preventDefault(), I.value = Math.min(I.value + 1, Y.value.length - 1)) : O.key === "ArrowUp" && D.value && (O.preventDefault(), I.value = Math.max(I.value - 1, 0));
|
|
2427
|
+
}, we = (O) => B.value.includes(O[e.valueKey]), Te = (O, G) => [
|
|
2412
2428
|
l.e("option"),
|
|
2413
|
-
l.is("selected",
|
|
2414
|
-
l.is("disabled",
|
|
2429
|
+
l.is("selected", we(O)),
|
|
2430
|
+
l.is("disabled", O.disabled === !0),
|
|
2415
2431
|
l.is("hover", I.value === G),
|
|
2416
|
-
l.is("group", !!(
|
|
2432
|
+
l.is("group", !!(O.children && O.children.length > 0))
|
|
2417
2433
|
], Re = V(() => {
|
|
2418
2434
|
if (!M.value) return [];
|
|
2419
|
-
const
|
|
2435
|
+
const O = [v.value];
|
|
2420
2436
|
for (const G of h.value)
|
|
2421
|
-
G.children && G.children.length > 0 &&
|
|
2422
|
-
return
|
|
2437
|
+
G.children && G.children.length > 0 && O.push(G.children);
|
|
2438
|
+
return O;
|
|
2423
2439
|
});
|
|
2424
|
-
return
|
|
2425
|
-
document.addEventListener("mousedown",
|
|
2426
|
-
}),
|
|
2427
|
-
document.removeEventListener("mousedown",
|
|
2428
|
-
}), ie(D, (
|
|
2429
|
-
|
|
2430
|
-
}),
|
|
2440
|
+
return ge(() => {
|
|
2441
|
+
document.addEventListener("mousedown", ye), document.addEventListener("keydown", Se);
|
|
2442
|
+
}), De(() => {
|
|
2443
|
+
document.removeEventListener("mousedown", ye), document.removeEventListener("keydown", Se), document.removeEventListener("scroll", g, !0);
|
|
2444
|
+
}), ie(D, (O) => {
|
|
2445
|
+
O ? document.addEventListener("scroll", g, !0) : document.removeEventListener("scroll", g, !0);
|
|
2446
|
+
}), $e("select", {
|
|
2431
2447
|
selectedValues: B,
|
|
2432
2448
|
handleSelect: K,
|
|
2433
|
-
isSelected:
|
|
2449
|
+
isSelected: we,
|
|
2434
2450
|
registerOption: H
|
|
2435
|
-
}), (
|
|
2451
|
+
}), (O, G) => (i(), d("div", {
|
|
2436
2452
|
ref_key: "selectRef",
|
|
2437
2453
|
ref: b,
|
|
2438
2454
|
class: u(f.value)
|
|
@@ -2441,7 +2457,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2441
2457
|
class: u(n(l).e("wrapper")),
|
|
2442
2458
|
onClick: G[0] || (G[0] = (Z) => D.value ? ne() : X())
|
|
2443
2459
|
}, [
|
|
2444
|
-
|
|
2460
|
+
E.value && w.value.length > 0 ? (i(), d("div", {
|
|
2445
2461
|
key: 0,
|
|
2446
2462
|
class: u(n(l).e("tags"))
|
|
2447
2463
|
}, [
|
|
@@ -2455,7 +2471,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2455
2471
|
r("span", {
|
|
2456
2472
|
class: u(n(l).e("tag-close")),
|
|
2457
2473
|
onClick: ue((A) => re(Z), ["stop"])
|
|
2458
|
-
}, "×", 10,
|
|
2474
|
+
}, "×", 10, Yl)
|
|
2459
2475
|
], 2))), 128)),
|
|
2460
2476
|
o.value > 0 ? (i(), d("span", {
|
|
2461
2477
|
key: 0,
|
|
@@ -2466,12 +2482,12 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2466
2482
|
ref_key: "inputRef",
|
|
2467
2483
|
ref: T,
|
|
2468
2484
|
class: u(n(l).e("input")),
|
|
2469
|
-
placeholder:
|
|
2485
|
+
placeholder: E.value && w.value.length > 0 ? "" : s.placeholder,
|
|
2470
2486
|
disabled: s.disabled,
|
|
2471
2487
|
readonly: !s.filterable || !D.value,
|
|
2472
2488
|
value: s.filterable && D.value ? S.value : p.value,
|
|
2473
2489
|
onInput: me
|
|
2474
|
-
}, null, 42,
|
|
2490
|
+
}, null, 42, Ul),
|
|
2475
2491
|
r("span", {
|
|
2476
2492
|
class: u(n(l).e("suffix"))
|
|
2477
2493
|
}, [
|
|
@@ -2507,32 +2523,32 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2507
2523
|
key: A,
|
|
2508
2524
|
class: u(n(l).e("cascader-panel"))
|
|
2509
2525
|
}, [
|
|
2510
|
-
(i(!0), d(J, null, _(Z, (
|
|
2511
|
-
key:
|
|
2512
|
-
class: u(
|
|
2513
|
-
onClick: ue((
|
|
2526
|
+
(i(!0), d(J, null, _(Z, (P, W) => (i(), d("div", {
|
|
2527
|
+
key: P[s.valueKey],
|
|
2528
|
+
class: u(Te(P, W)),
|
|
2529
|
+
onClick: ue((he) => K(P), ["stop", "prevent"])
|
|
2514
2530
|
}, [
|
|
2515
2531
|
r("span", {
|
|
2516
2532
|
class: u(n(l).e("option-label"))
|
|
2517
|
-
}, U(
|
|
2518
|
-
|
|
2533
|
+
}, U(P[s.labelKey]), 3),
|
|
2534
|
+
P.children && P.children.length > 0 ? (i(), d("span", {
|
|
2519
2535
|
key: 0,
|
|
2520
2536
|
class: u(n(l).e("option-arrow"))
|
|
2521
2537
|
}, "›", 2)) : N("", !0)
|
|
2522
|
-
], 10,
|
|
2538
|
+
], 10, Nl))), 128))
|
|
2523
2539
|
], 2))), 128))
|
|
2524
2540
|
], 2)) : (i(), d(J, { key: 1 }, [
|
|
2525
|
-
|
|
2541
|
+
Y.value.length === 0 && !n(c).default ? (i(), d("div", {
|
|
2526
2542
|
key: 0,
|
|
2527
2543
|
class: u(n(l).e("empty"))
|
|
2528
2544
|
}, U(S.value ? s.noMatchText : s.noDataText), 3)) : (i(), d(J, { key: 1 }, [
|
|
2529
|
-
|
|
2545
|
+
O.$slots.default ? (i(), d("div", {
|
|
2530
2546
|
key: 0,
|
|
2531
2547
|
class: u(n(l).e("options"))
|
|
2532
2548
|
}, [
|
|
2533
2549
|
Q(n(a), null, {
|
|
2534
2550
|
default: He(() => [
|
|
2535
|
-
se(
|
|
2551
|
+
se(O.$slots, "default")
|
|
2536
2552
|
]),
|
|
2537
2553
|
_: 3
|
|
2538
2554
|
})
|
|
@@ -2540,24 +2556,24 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2540
2556
|
key: 1,
|
|
2541
2557
|
class: u(n(l).e("options"))
|
|
2542
2558
|
}, [
|
|
2543
|
-
(i(!0), d(J, null, _(
|
|
2559
|
+
(i(!0), d(J, null, _(Y.value, (Z, A) => (i(), d("div", {
|
|
2544
2560
|
key: Z[s.valueKey],
|
|
2545
|
-
class: u(
|
|
2546
|
-
onClick: ue((
|
|
2561
|
+
class: u(Te(Z, A)),
|
|
2562
|
+
onClick: ue((P) => K(Z), ["stop", "prevent"])
|
|
2547
2563
|
}, [
|
|
2548
2564
|
r("span", {
|
|
2549
2565
|
class: u(n(l).e("option-label"))
|
|
2550
2566
|
}, U(Z[s.labelKey]), 3),
|
|
2551
|
-
|
|
2567
|
+
we(Z) ? (i(), d("span", {
|
|
2552
2568
|
key: 0,
|
|
2553
2569
|
class: u(n(l).e("option-check"))
|
|
2554
2570
|
}, "✓", 2)) : N("", !0)
|
|
2555
|
-
], 10,
|
|
2571
|
+
], 10, Xl))), 128))
|
|
2556
2572
|
], 2))
|
|
2557
2573
|
], 64))
|
|
2558
2574
|
], 64))
|
|
2559
2575
|
], 6), [
|
|
2560
|
-
[
|
|
2576
|
+
[be, D.value]
|
|
2561
2577
|
])
|
|
2562
2578
|
]),
|
|
2563
2579
|
_: 3
|
|
@@ -2565,7 +2581,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2565
2581
|
]))
|
|
2566
2582
|
], 2));
|
|
2567
2583
|
}
|
|
2568
|
-
}),
|
|
2584
|
+
}), dt = /* @__PURE__ */ le({
|
|
2569
2585
|
name: "XSelectOption",
|
|
2570
2586
|
__name: "Option",
|
|
2571
2587
|
props: {
|
|
@@ -2574,8 +2590,8 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2574
2590
|
disabled: { type: Boolean, default: !1 }
|
|
2575
2591
|
},
|
|
2576
2592
|
setup(s) {
|
|
2577
|
-
const k = s, a = ae("select"), e =
|
|
2578
|
-
|
|
2593
|
+
const k = s, a = ae("select"), e = xe("select");
|
|
2594
|
+
ge(() => {
|
|
2579
2595
|
e && e.registerOption && e.registerOption({
|
|
2580
2596
|
value: k.value,
|
|
2581
2597
|
label: k.label,
|
|
@@ -2606,7 +2622,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2606
2622
|
}, "✓", 2)) : N("", !0)
|
|
2607
2623
|
], 2));
|
|
2608
2624
|
}
|
|
2609
|
-
}),
|
|
2625
|
+
}), Kl = ["checked", "indeterminate"], Wl = ["placeholder"], ql = ["onClick"], jl = ["checked", "disabled", "onChange"], Gl = ["disabled"], Jl = ["disabled"], Zl = ["checked", "indeterminate"], Ql = ["placeholder"], _l = ["onClick"], ea = ["checked", "disabled", "onChange"], ct = /* @__PURE__ */ le({
|
|
2610
2626
|
name: "XTransfer",
|
|
2611
2627
|
__name: "index",
|
|
2612
2628
|
props: {
|
|
@@ -2643,7 +2659,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2643
2659
|
return o.includes(X);
|
|
2644
2660
|
});
|
|
2645
2661
|
return e.filterable && z.value && (f = f.filter((g) => e.filterMethod ? e.filterMethod(z.value, g) : I(g).toLowerCase().includes(z.value.toLowerCase()))), e.targetOrder === "push" ? f.sort((g, X) => o.indexOf(S(g)) - o.indexOf(S(X))) : e.targetOrder === "unshift" ? f.sort((g, X) => o.indexOf(S(X)) - o.indexOf(S(g))) : f;
|
|
2646
|
-
}),
|
|
2662
|
+
}), E = V(() => L.value.filter((o) => D.value.includes(S(o))).every((o) => y(o))), M = V(() => H.value.filter((o) => $.value.includes(S(o))).every((o) => y(o))), h = V(() => D.value.length === 0 || E.value), v = V(() => $.value.length === 0 || M.value), x = () => {
|
|
2647
2663
|
const o = D.value.filter((g) => {
|
|
2648
2664
|
const X = e.data.find((ne) => S(ne) === g);
|
|
2649
2665
|
return X && !y(X);
|
|
@@ -2659,7 +2675,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2659
2675
|
}, F = (o) => {
|
|
2660
2676
|
const f = D.value.indexOf(o);
|
|
2661
2677
|
f > -1 ? D.value.splice(f, 1) : D.value.push(o), t("left-check-change", [...D.value]);
|
|
2662
|
-
},
|
|
2678
|
+
}, Y = (o) => {
|
|
2663
2679
|
const f = $.value.indexOf(o);
|
|
2664
2680
|
f > -1 ? $.value.splice(f, 1) : $.value.push(o), t("right-check-change", [...$.value]);
|
|
2665
2681
|
}, j = () => {
|
|
@@ -2688,7 +2704,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2688
2704
|
checked: D.value.length > 0 && D.value.length === L.value.filter((g) => !y(g)).length,
|
|
2689
2705
|
indeterminate: D.value.length > 0 && D.value.length < L.value.filter((g) => !y(g)).length,
|
|
2690
2706
|
onChange: j
|
|
2691
|
-
}, null, 40,
|
|
2707
|
+
}, null, 40, Kl),
|
|
2692
2708
|
r("span", null, U(s.titles[0]), 1)
|
|
2693
2709
|
], 2),
|
|
2694
2710
|
r("span", {
|
|
@@ -2703,8 +2719,8 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2703
2719
|
"onUpdate:modelValue": f[0] || (f[0] = (g) => T.value = g),
|
|
2704
2720
|
placeholder: s.filterPlaceholder,
|
|
2705
2721
|
class: u(n(l).e("filter-input"))
|
|
2706
|
-
}, null, 10,
|
|
2707
|
-
[
|
|
2722
|
+
}, null, 10, Wl), [
|
|
2723
|
+
[Ve, T.value]
|
|
2708
2724
|
]),
|
|
2709
2725
|
T.value ? (i(), d("span", {
|
|
2710
2726
|
key: 0,
|
|
@@ -2734,10 +2750,10 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2734
2750
|
onClick: f[2] || (f[2] = ue(() => {
|
|
2735
2751
|
}, ["stop"])),
|
|
2736
2752
|
onChange: (X) => F(S(g))
|
|
2737
|
-
}, null, 40,
|
|
2753
|
+
}, null, 40, jl),
|
|
2738
2754
|
r("span", null, U(I(g)), 1)
|
|
2739
2755
|
], 2)
|
|
2740
|
-
], 10,
|
|
2756
|
+
], 10, ql))), 128)),
|
|
2741
2757
|
L.value.length === 0 ? (i(), d("div", {
|
|
2742
2758
|
key: 0,
|
|
2743
2759
|
class: u(n(l).e("empty"))
|
|
@@ -2755,12 +2771,12 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2755
2771
|
class: u([n(l).e("button"), n(l).is("disabled", h.value)]),
|
|
2756
2772
|
disabled: h.value,
|
|
2757
2773
|
onClick: x
|
|
2758
|
-
}, U(s.buttonTexts[0] || ">"), 11,
|
|
2774
|
+
}, U(s.buttonTexts[0] || ">"), 11, Gl),
|
|
2759
2775
|
r("button", {
|
|
2760
2776
|
class: u([n(l).e("button"), n(l).is("disabled", v.value)]),
|
|
2761
2777
|
disabled: v.value,
|
|
2762
2778
|
onClick: B
|
|
2763
|
-
}, U(s.buttonTexts[1] || "<"), 11,
|
|
2779
|
+
}, U(s.buttonTexts[1] || "<"), 11, Jl)
|
|
2764
2780
|
], 2),
|
|
2765
2781
|
r("div", {
|
|
2766
2782
|
class: u(n(l).e("panel"))
|
|
@@ -2776,7 +2792,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2776
2792
|
checked: $.value.length > 0 && $.value.length === H.value.filter((g) => !y(g)).length,
|
|
2777
2793
|
indeterminate: $.value.length > 0 && $.value.length < H.value.filter((g) => !y(g)).length,
|
|
2778
2794
|
onChange: p
|
|
2779
|
-
}, null, 40,
|
|
2795
|
+
}, null, 40, Zl),
|
|
2780
2796
|
r("span", null, U(s.titles[1]), 1)
|
|
2781
2797
|
], 2),
|
|
2782
2798
|
r("span", {
|
|
@@ -2791,8 +2807,8 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2791
2807
|
"onUpdate:modelValue": f[3] || (f[3] = (g) => z.value = g),
|
|
2792
2808
|
placeholder: s.filterPlaceholder,
|
|
2793
2809
|
class: u(n(l).e("filter-input"))
|
|
2794
|
-
}, null, 10,
|
|
2795
|
-
[
|
|
2810
|
+
}, null, 10, Ql), [
|
|
2811
|
+
[Ve, z.value]
|
|
2796
2812
|
]),
|
|
2797
2813
|
z.value ? (i(), d("span", {
|
|
2798
2814
|
key: 0,
|
|
@@ -2810,7 +2826,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2810
2826
|
n(l).is("disabled", y(g)),
|
|
2811
2827
|
n(l).is("checked", $.value.includes(S(g)))
|
|
2812
2828
|
]),
|
|
2813
|
-
onClick: (X) => !y(g) &&
|
|
2829
|
+
onClick: (X) => !y(g) && Y(S(g))
|
|
2814
2830
|
}, [
|
|
2815
2831
|
r("label", {
|
|
2816
2832
|
class: u(n(l).e("checkbox"))
|
|
@@ -2821,11 +2837,11 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2821
2837
|
disabled: y(g),
|
|
2822
2838
|
onClick: f[5] || (f[5] = ue(() => {
|
|
2823
2839
|
}, ["stop"])),
|
|
2824
|
-
onChange: (X) =>
|
|
2825
|
-
}, null, 40,
|
|
2840
|
+
onChange: (X) => Y(S(g))
|
|
2841
|
+
}, null, 40, ea),
|
|
2826
2842
|
r("span", null, U(I(g)), 1)
|
|
2827
2843
|
], 2)
|
|
2828
|
-
], 10,
|
|
2844
|
+
], 10, _l))), 128)),
|
|
2829
2845
|
H.value.length === 0 ? (i(), d("div", {
|
|
2830
2846
|
key: 0,
|
|
2831
2847
|
class: u(n(l).e("empty"))
|
|
@@ -2838,7 +2854,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2838
2854
|
], 2)
|
|
2839
2855
|
], 2));
|
|
2840
2856
|
}
|
|
2841
|
-
}),
|
|
2857
|
+
}), la = { key: 0 }, aa = { key: 1 }, vt = /* @__PURE__ */ le({
|
|
2842
2858
|
name: "XSlider",
|
|
2843
2859
|
__name: "index",
|
|
2844
2860
|
props: {
|
|
@@ -2886,13 +2902,13 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2886
2902
|
if (a.disabled) return;
|
|
2887
2903
|
w.preventDefault(), b.value = !0, m.value = !0;
|
|
2888
2904
|
const C = I(w.clientX, w.clientY);
|
|
2889
|
-
y(C), document.addEventListener("mousemove", H), document.addEventListener("mouseup",
|
|
2905
|
+
y(C), document.addEventListener("mousemove", H), document.addEventListener("mouseup", E);
|
|
2890
2906
|
}, H = (w) => {
|
|
2891
2907
|
if (!b.value) return;
|
|
2892
2908
|
const C = I(w.clientX, w.clientY);
|
|
2893
2909
|
y(C);
|
|
2894
|
-
},
|
|
2895
|
-
b.value = !1, e("change", a.modelValue), document.removeEventListener("mousemove", H), document.removeEventListener("mouseup",
|
|
2910
|
+
}, E = () => {
|
|
2911
|
+
b.value = !1, e("change", a.modelValue), document.removeEventListener("mousemove", H), document.removeEventListener("mouseup", E);
|
|
2896
2912
|
}, M = (w) => {
|
|
2897
2913
|
if (a.disabled) return;
|
|
2898
2914
|
w.preventDefault(), b.value = !0, m.value = !0;
|
|
@@ -2909,17 +2925,17 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2909
2925
|
}, B = () => {
|
|
2910
2926
|
b.value || (m.value = !1);
|
|
2911
2927
|
};
|
|
2912
|
-
|
|
2913
|
-
document.removeEventListener("mousemove", H), document.removeEventListener("mouseup",
|
|
2928
|
+
De(() => {
|
|
2929
|
+
document.removeEventListener("mousemove", H), document.removeEventListener("mouseup", E);
|
|
2914
2930
|
});
|
|
2915
2931
|
const F = V(() => [
|
|
2916
2932
|
t.b(),
|
|
2917
2933
|
t.is("disabled", a.disabled),
|
|
2918
2934
|
t.is("vertical", a.vertical)
|
|
2919
|
-
]),
|
|
2935
|
+
]), Y = V(() => a.vertical && a.height ? { height: typeof a.height == "number" ? `${a.height}px` : a.height } : {}), j = V(() => a.vertical ? { height: `${T.value}%` } : { width: `${T.value}%` }), p = V(() => a.vertical ? { bottom: `${T.value}%` } : { left: `${T.value}%` });
|
|
2920
2936
|
return (w, C) => (i(), d("div", {
|
|
2921
2937
|
class: u(F.value),
|
|
2922
|
-
style: te(
|
|
2938
|
+
style: te(Y.value)
|
|
2923
2939
|
}, [
|
|
2924
2940
|
r("div", {
|
|
2925
2941
|
ref_key: "sliderRef",
|
|
@@ -2932,14 +2948,14 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2932
2948
|
class: u(n(t).e("bar")),
|
|
2933
2949
|
style: te(j.value)
|
|
2934
2950
|
}, null, 6),
|
|
2935
|
-
s.showStops ? (i(), d("div",
|
|
2951
|
+
s.showStops ? (i(), d("div", la, [
|
|
2936
2952
|
(i(!0), d(J, null, _(D.value, (o, f) => (i(), d("div", {
|
|
2937
2953
|
key: f,
|
|
2938
2954
|
class: u(n(t).e("stop")),
|
|
2939
2955
|
style: te(s.vertical ? { bottom: `${o}%` } : { left: `${o}%` })
|
|
2940
2956
|
}, null, 6))), 128))
|
|
2941
2957
|
])) : N("", !0),
|
|
2942
|
-
$.value.length > 0 ? (i(), d("div",
|
|
2958
|
+
$.value.length > 0 ? (i(), d("div", aa, [
|
|
2943
2959
|
(i(!0), d(J, null, _($.value, (o) => (i(), d("div", {
|
|
2944
2960
|
key: o.value,
|
|
2945
2961
|
class: u(n(t).e("mark")),
|
|
@@ -2971,22 +2987,22 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
2971
2987
|
], 34)
|
|
2972
2988
|
], 6));
|
|
2973
2989
|
}
|
|
2974
|
-
}),
|
|
2990
|
+
}), ta = ["src"], na = {
|
|
2975
2991
|
key: 0,
|
|
2976
2992
|
class: "status-uploading"
|
|
2977
|
-
},
|
|
2993
|
+
}, sa = { class: "progress-circle" }, ua = { class: "progress-text" }, oa = {
|
|
2978
2994
|
key: 1,
|
|
2979
2995
|
class: "status-error"
|
|
2980
|
-
},
|
|
2996
|
+
}, ia = {
|
|
2981
2997
|
key: 2,
|
|
2982
2998
|
class: "status-success"
|
|
2983
|
-
},
|
|
2999
|
+
}, ra = {
|
|
2984
3000
|
key: 0,
|
|
2985
3001
|
class: "action-preview"
|
|
2986
|
-
},
|
|
3002
|
+
}, da = ["onClick"], ca = ["disabled"], va = { class: "progress-text" }, fa = ["onClick"], ma = ["src"], ha = {
|
|
2987
3003
|
key: 0,
|
|
2988
3004
|
class: "action-success"
|
|
2989
|
-
},
|
|
3005
|
+
}, pa = ["onClick"], ga = ["multiple", "accept", "disabled"], ft = /* @__PURE__ */ le({
|
|
2990
3006
|
name: "XUpload",
|
|
2991
3007
|
__name: "index",
|
|
2992
3008
|
props: {
|
|
@@ -3072,7 +3088,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3072
3088
|
}, C.readAsDataURL(p);
|
|
3073
3089
|
}), H = (p) => {
|
|
3074
3090
|
if (!p.raw) return;
|
|
3075
|
-
p.status = "uploading", (e.httpRequest ||
|
|
3091
|
+
p.status = "uploading", (e.httpRequest || E)({
|
|
3076
3092
|
action: e.action,
|
|
3077
3093
|
headers: e.headers,
|
|
3078
3094
|
data: e.data,
|
|
@@ -3092,7 +3108,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3092
3108
|
p.status = "error", t("error", C, p, m.value), (o = e.onError) == null || o.call(e, C, p, m.value);
|
|
3093
3109
|
}
|
|
3094
3110
|
});
|
|
3095
|
-
},
|
|
3111
|
+
}, E = (p) => new Promise((w, C) => {
|
|
3096
3112
|
const o = new XMLHttpRequest();
|
|
3097
3113
|
o.upload.addEventListener("progress", (g) => {
|
|
3098
3114
|
g.lengthComputable && p.onProgress({ percent: g.loaded / g.total * 100 });
|
|
@@ -3133,7 +3149,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3133
3149
|
p.preventDefault(), !e.disabled && e.drag && (b.value = !0);
|
|
3134
3150
|
}, F = () => {
|
|
3135
3151
|
b.value = !1;
|
|
3136
|
-
},
|
|
3152
|
+
}, Y = (p) => {
|
|
3137
3153
|
var C;
|
|
3138
3154
|
if (p.preventDefault(), b.value = !1, e.disabled) return;
|
|
3139
3155
|
const w = (C = p.dataTransfer) == null ? void 0 : C.files;
|
|
@@ -3159,7 +3175,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3159
3175
|
onClick: x,
|
|
3160
3176
|
onDragover: B,
|
|
3161
3177
|
onDragleave: F,
|
|
3162
|
-
onDrop:
|
|
3178
|
+
onDrop: Y
|
|
3163
3179
|
}, [
|
|
3164
3180
|
se(p.$slots, "drag", {}, () => [
|
|
3165
3181
|
r("span", {
|
|
@@ -3184,20 +3200,20 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3184
3200
|
key: 0,
|
|
3185
3201
|
src: C.thumbUrl,
|
|
3186
3202
|
class: u(n(l).e("file-image"))
|
|
3187
|
-
}, null, 10,
|
|
3203
|
+
}, null, 10, ta)) : (i(), d("div", {
|
|
3188
3204
|
key: 1,
|
|
3189
3205
|
class: u(n(l).e("file-status"))
|
|
3190
3206
|
}, [
|
|
3191
|
-
C.status === "uploading" ? (i(), d("span",
|
|
3192
|
-
r("span",
|
|
3193
|
-
r("span",
|
|
3207
|
+
C.status === "uploading" ? (i(), d("span", na, [
|
|
3208
|
+
r("span", sa, [
|
|
3209
|
+
r("span", ua, U(Math.round(C.percentage || 0)) + "%", 1)
|
|
3194
3210
|
])
|
|
3195
|
-
])) : C.status === "error" ? (i(), d("span",
|
|
3211
|
+
])) : C.status === "error" ? (i(), d("span", oa, [
|
|
3196
3212
|
Q(n(ee), {
|
|
3197
3213
|
name: "close",
|
|
3198
3214
|
size: 16
|
|
3199
3215
|
})
|
|
3200
|
-
])) : C.status === "success" ? (i(), d("span",
|
|
3216
|
+
])) : C.status === "success" ? (i(), d("span", ia, [
|
|
3201
3217
|
Q(n(ee), {
|
|
3202
3218
|
name: "check",
|
|
3203
3219
|
size: 16
|
|
@@ -3207,7 +3223,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3207
3223
|
r("span", {
|
|
3208
3224
|
class: u(n(l).e("file-actions"))
|
|
3209
3225
|
}, [
|
|
3210
|
-
C.url ? (i(), d("span",
|
|
3226
|
+
C.url ? (i(), d("span", ra, [
|
|
3211
3227
|
Q(n(ee), {
|
|
3212
3228
|
name: "eye",
|
|
3213
3229
|
size: 14
|
|
@@ -3221,7 +3237,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3221
3237
|
name: "delete",
|
|
3222
3238
|
size: 14
|
|
3223
3239
|
})
|
|
3224
|
-
], 8,
|
|
3240
|
+
], 8, da)
|
|
3225
3241
|
], 2)
|
|
3226
3242
|
], 2))), 128)),
|
|
3227
3243
|
$.value ? (i(), d("li", {
|
|
@@ -3248,7 +3264,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3248
3264
|
se(p.$slots, "default", {}, () => [
|
|
3249
3265
|
w[2] || (w[2] = de("点击上传", -1))
|
|
3250
3266
|
])
|
|
3251
|
-
], 10,
|
|
3267
|
+
], 10, ca)) : N("", !0)
|
|
3252
3268
|
])
|
|
3253
3269
|
], 2),
|
|
3254
3270
|
s.showFileList && m.value.length > 0 ? (i(), d("ul", {
|
|
@@ -3277,7 +3293,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3277
3293
|
class: "progress-bar",
|
|
3278
3294
|
style: te({ width: C.percentage + "%" })
|
|
3279
3295
|
}, null, 4),
|
|
3280
|
-
r("span",
|
|
3296
|
+
r("span", va, U(Math.round(C.percentage || 0)) + "%", 1)
|
|
3281
3297
|
], 2)) : N("", !0),
|
|
3282
3298
|
C.status === "success" ? (i(), d("span", {
|
|
3283
3299
|
key: 1,
|
|
@@ -3308,14 +3324,14 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3308
3324
|
name: "close",
|
|
3309
3325
|
size: 14
|
|
3310
3326
|
})
|
|
3311
|
-
], 8,
|
|
3327
|
+
], 8, fa)
|
|
3312
3328
|
], 2)
|
|
3313
3329
|
], 64)) : s.listType === "picture" ? (i(), d(J, { key: 1 }, [
|
|
3314
3330
|
C.thumbUrl ? (i(), d("img", {
|
|
3315
3331
|
key: 0,
|
|
3316
3332
|
src: C.thumbUrl,
|
|
3317
3333
|
class: u(n(l).e("file-thumb"))
|
|
3318
|
-
}, null, 10,
|
|
3334
|
+
}, null, 10, ma)) : (i(), d("span", {
|
|
3319
3335
|
key: 1,
|
|
3320
3336
|
class: u(n(l).e("file-icon"))
|
|
3321
3337
|
}, U(D(C)), 3)),
|
|
@@ -3338,7 +3354,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3338
3354
|
r("span", {
|
|
3339
3355
|
class: u(n(l).e("file-actions"))
|
|
3340
3356
|
}, [
|
|
3341
|
-
C.status === "success" ? (i(), d("span",
|
|
3357
|
+
C.status === "success" ? (i(), d("span", ha, [
|
|
3342
3358
|
Q(n(ee), {
|
|
3343
3359
|
name: "check",
|
|
3344
3360
|
size: 14
|
|
@@ -3352,7 +3368,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3352
3368
|
name: "close",
|
|
3353
3369
|
size: 14
|
|
3354
3370
|
})
|
|
3355
|
-
], 8,
|
|
3371
|
+
], 8, pa)
|
|
3356
3372
|
], 2)
|
|
3357
3373
|
], 64)) : N("", !0)
|
|
3358
3374
|
], 2))), 128))
|
|
@@ -3367,7 +3383,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3367
3383
|
accept: s.accept,
|
|
3368
3384
|
disabled: s.disabled,
|
|
3369
3385
|
onChange: I
|
|
3370
|
-
}, null, 42,
|
|
3386
|
+
}, null, 42, ga),
|
|
3371
3387
|
p.$slots.tip ? (i(), d("div", {
|
|
3372
3388
|
key: 3,
|
|
3373
3389
|
class: u(n(l).e("tip"))
|
|
@@ -3376,7 +3392,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3376
3392
|
], 2)) : N("", !0)
|
|
3377
3393
|
], 2));
|
|
3378
3394
|
}
|
|
3379
|
-
}),
|
|
3395
|
+
}), ba = ["onMousemove", "onClick"], mt = /* @__PURE__ */ le({
|
|
3380
3396
|
name: "XRate",
|
|
3381
3397
|
__name: "index",
|
|
3382
3398
|
props: {
|
|
@@ -3421,7 +3437,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3421
3437
|
}), $ = (y, L) => {
|
|
3422
3438
|
if (!(a.disabled || a.readonly))
|
|
3423
3439
|
if (a.allowHalf) {
|
|
3424
|
-
const
|
|
3440
|
+
const E = L.currentTarget.getBoundingClientRect(), M = L.clientX - E.left < E.width / 2;
|
|
3425
3441
|
l.value = M ? y - 0.5 : y;
|
|
3426
3442
|
} else
|
|
3427
3443
|
l.value = y;
|
|
@@ -3447,8 +3463,8 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3447
3463
|
(i(!0), d(J, null, _(s.max, (H) => (i(), d("span", {
|
|
3448
3464
|
key: H,
|
|
3449
3465
|
class: u(n(t).e("item")),
|
|
3450
|
-
onMousemove: (
|
|
3451
|
-
onClick: (
|
|
3466
|
+
onMousemove: (E) => $(H, E),
|
|
3467
|
+
onClick: (E) => I(H, E)
|
|
3452
3468
|
}, [
|
|
3453
3469
|
r("span", {
|
|
3454
3470
|
class: u(n(t).e("void")),
|
|
@@ -3461,7 +3477,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3461
3477
|
clipPath: `inset(0 ${100 - T(H)}% 0 0)`
|
|
3462
3478
|
})
|
|
3463
3479
|
}, U(s.icon), 7)
|
|
3464
|
-
], 42,
|
|
3480
|
+
], 42, ba))), 128))
|
|
3465
3481
|
], 2),
|
|
3466
3482
|
s.showText || s.showScore ? (i(), d("div", {
|
|
3467
3483
|
key: 0,
|
|
@@ -3470,10 +3486,10 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3470
3486
|
}, U(D.value), 7)) : N("", !0)
|
|
3471
3487
|
], 34));
|
|
3472
3488
|
}
|
|
3473
|
-
}),
|
|
3489
|
+
}), ya = ["value"], ka = { class: "field-type" }, Ma = { class: "field-name" }, Va = { class: "field-label" }, xa = {
|
|
3474
3490
|
key: 0,
|
|
3475
3491
|
class: "field-required"
|
|
3476
|
-
},
|
|
3492
|
+
}, wa = ["onClick"], Ca = ["onClick"], $a = ["onClick"], Da = ["onClick"], za = { class: "modal-content" }, Sa = { class: "modal-header" }, Ta = { class: "modal-body" }, Ha = { class: "edit-field" }, La = { class: "edit-field" }, Ra = { class: "edit-field" }, Ba = ["value"], Aa = { class: "edit-field" }, Fa = { class: "edit-field" }, ht = /* @__PURE__ */ le({
|
|
3477
3493
|
name: "XDynamicFields",
|
|
3478
3494
|
__name: "index",
|
|
3479
3495
|
props: {
|
|
@@ -3537,7 +3553,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3537
3553
|
const h = l.value.findIndex((v) => v.id === c.value.id);
|
|
3538
3554
|
h !== -1 && (l.value[h] = c.value, e("update", c.value.id, c.value), e("update:fields", l.value)), c.value = null;
|
|
3539
3555
|
}
|
|
3540
|
-
},
|
|
3556
|
+
}, E = () => {
|
|
3541
3557
|
c.value = null;
|
|
3542
3558
|
}, M = (h) => {
|
|
3543
3559
|
const v = a.availableTypes.find((x) => x.value === h);
|
|
@@ -3557,9 +3573,9 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3557
3573
|
(i(!0), d(J, null, _(s.availableTypes, (x) => (i(), d("option", {
|
|
3558
3574
|
key: x.value,
|
|
3559
3575
|
value: x.value
|
|
3560
|
-
}, U(x.label), 9,
|
|
3576
|
+
}, U(x.label), 9, ya))), 128))
|
|
3561
3577
|
], 2), [
|
|
3562
|
-
[
|
|
3578
|
+
[Ce, m.value]
|
|
3563
3579
|
]),
|
|
3564
3580
|
r("button", {
|
|
3565
3581
|
class: u(n(t).e("add-btn")),
|
|
@@ -3576,10 +3592,10 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3576
3592
|
r("div", {
|
|
3577
3593
|
class: u(n(t).e("info"))
|
|
3578
3594
|
}, [
|
|
3579
|
-
r("span",
|
|
3580
|
-
r("span",
|
|
3581
|
-
r("span",
|
|
3582
|
-
x.required ? (i(), d("span",
|
|
3595
|
+
r("span", ka, U(M(x.type)), 1),
|
|
3596
|
+
r("span", Ma, U(x.name), 1),
|
|
3597
|
+
r("span", Va, U(x.label), 1),
|
|
3598
|
+
x.required ? (i(), d("span", xa, "必填")) : N("", !0)
|
|
3583
3599
|
], 2),
|
|
3584
3600
|
s.editable ? (i(), d("div", {
|
|
3585
3601
|
key: 0,
|
|
@@ -3595,7 +3611,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3595
3611
|
name: "move-up",
|
|
3596
3612
|
size: 14
|
|
3597
3613
|
})
|
|
3598
|
-
], 8,
|
|
3614
|
+
], 8, wa)) : N("", !0),
|
|
3599
3615
|
s.showSort ? (i(), d("button", {
|
|
3600
3616
|
key: 1,
|
|
3601
3617
|
class: "action-btn",
|
|
@@ -3606,7 +3622,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3606
3622
|
name: "move-down",
|
|
3607
3623
|
size: 14
|
|
3608
3624
|
})
|
|
3609
|
-
], 8,
|
|
3625
|
+
], 8, Ca)) : N("", !0),
|
|
3610
3626
|
r("button", {
|
|
3611
3627
|
class: "action-btn",
|
|
3612
3628
|
title: "编辑",
|
|
@@ -3616,7 +3632,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3616
3632
|
name: "edit",
|
|
3617
3633
|
size: 14
|
|
3618
3634
|
})
|
|
3619
|
-
], 8,
|
|
3635
|
+
], 8, $a),
|
|
3620
3636
|
r("button", {
|
|
3621
3637
|
class: "action-btn action-btn--danger",
|
|
3622
3638
|
title: "删除",
|
|
@@ -3626,7 +3642,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3626
3642
|
name: "close",
|
|
3627
3643
|
size: 14
|
|
3628
3644
|
})
|
|
3629
|
-
], 8,
|
|
3645
|
+
], 8, Da)
|
|
3630
3646
|
], 2)) : N("", !0)
|
|
3631
3647
|
], 2))), 128))
|
|
3632
3648
|
], 2),
|
|
@@ -3640,12 +3656,12 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3640
3656
|
key: 2,
|
|
3641
3657
|
class: u(n(t).e("edit-modal"))
|
|
3642
3658
|
}, [
|
|
3643
|
-
r("div",
|
|
3644
|
-
r("div",
|
|
3659
|
+
r("div", za, [
|
|
3660
|
+
r("div", Sa, [
|
|
3645
3661
|
v[7] || (v[7] = r("span", null, "编辑字段", -1)),
|
|
3646
3662
|
r("button", {
|
|
3647
3663
|
class: "close-btn",
|
|
3648
|
-
onClick:
|
|
3664
|
+
onClick: E
|
|
3649
3665
|
}, [
|
|
3650
3666
|
Q(n(ee), {
|
|
3651
3667
|
name: "close",
|
|
@@ -3653,28 +3669,28 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3653
3669
|
})
|
|
3654
3670
|
])
|
|
3655
3671
|
]),
|
|
3656
|
-
r("div",
|
|
3657
|
-
r("div",
|
|
3672
|
+
r("div", Ta, [
|
|
3673
|
+
r("div", Ha, [
|
|
3658
3674
|
v[8] || (v[8] = r("label", null, "字段名称", -1)),
|
|
3659
3675
|
oe(r("input", {
|
|
3660
3676
|
"onUpdate:modelValue": v[1] || (v[1] = (x) => c.value.name = x),
|
|
3661
3677
|
type: "text",
|
|
3662
3678
|
placeholder: "变量名称"
|
|
3663
3679
|
}, null, 512), [
|
|
3664
|
-
[
|
|
3680
|
+
[Ve, c.value.name]
|
|
3665
3681
|
])
|
|
3666
3682
|
]),
|
|
3667
|
-
r("div",
|
|
3683
|
+
r("div", La, [
|
|
3668
3684
|
v[9] || (v[9] = r("label", null, "字段标签", -1)),
|
|
3669
3685
|
oe(r("input", {
|
|
3670
3686
|
"onUpdate:modelValue": v[2] || (v[2] = (x) => c.value.label = x),
|
|
3671
3687
|
type: "text",
|
|
3672
3688
|
placeholder: "显示标签"
|
|
3673
3689
|
}, null, 512), [
|
|
3674
|
-
[
|
|
3690
|
+
[Ve, c.value.label]
|
|
3675
3691
|
])
|
|
3676
3692
|
]),
|
|
3677
|
-
r("div",
|
|
3693
|
+
r("div", Ra, [
|
|
3678
3694
|
v[10] || (v[10] = r("label", null, "字段类型", -1)),
|
|
3679
3695
|
oe(r("select", {
|
|
3680
3696
|
"onUpdate:modelValue": v[3] || (v[3] = (x) => c.value.type = x)
|
|
@@ -3682,33 +3698,33 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3682
3698
|
(i(!0), d(J, null, _(s.availableTypes, (x) => (i(), d("option", {
|
|
3683
3699
|
key: x.value,
|
|
3684
3700
|
value: x.value
|
|
3685
|
-
}, U(x.label), 9,
|
|
3701
|
+
}, U(x.label), 9, Ba))), 128))
|
|
3686
3702
|
], 512), [
|
|
3687
|
-
[
|
|
3703
|
+
[Ce, c.value.type]
|
|
3688
3704
|
])
|
|
3689
3705
|
]),
|
|
3690
|
-
r("div",
|
|
3706
|
+
r("div", Aa, [
|
|
3691
3707
|
v[11] || (v[11] = r("label", null, "是否必填", -1)),
|
|
3692
3708
|
r("button", {
|
|
3693
3709
|
class: u(["switch-btn", { "is-on": c.value.required }]),
|
|
3694
3710
|
onClick: v[4] || (v[4] = (x) => c.value.required = !c.value.required)
|
|
3695
3711
|
}, U(c.value.required ? "必填" : "可选"), 3)
|
|
3696
3712
|
]),
|
|
3697
|
-
r("div",
|
|
3713
|
+
r("div", Fa, [
|
|
3698
3714
|
v[12] || (v[12] = r("label", null, "占位文本", -1)),
|
|
3699
3715
|
oe(r("input", {
|
|
3700
3716
|
"onUpdate:modelValue": v[5] || (v[5] = (x) => c.value.placeholder = x),
|
|
3701
3717
|
type: "text",
|
|
3702
3718
|
placeholder: "输入提示"
|
|
3703
3719
|
}, null, 512), [
|
|
3704
|
-
[
|
|
3720
|
+
[Ve, c.value.placeholder]
|
|
3705
3721
|
])
|
|
3706
3722
|
])
|
|
3707
3723
|
]),
|
|
3708
3724
|
r("div", { class: "modal-footer" }, [
|
|
3709
3725
|
r("button", {
|
|
3710
3726
|
class: "cancel-btn",
|
|
3711
|
-
onClick:
|
|
3727
|
+
onClick: E
|
|
3712
3728
|
}, "取消"),
|
|
3713
3729
|
r("button", {
|
|
3714
3730
|
class: "save-btn",
|
|
@@ -3719,7 +3735,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3719
3735
|
], 2)) : N("", !0)
|
|
3720
3736
|
], 2));
|
|
3721
3737
|
}
|
|
3722
|
-
}),
|
|
3738
|
+
}), pt = /* @__PURE__ */ le({
|
|
3723
3739
|
name: "XRichEditor",
|
|
3724
3740
|
__name: "index",
|
|
3725
3741
|
props: {
|
|
@@ -3733,12 +3749,12 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3733
3749
|
},
|
|
3734
3750
|
emits: ["update:modelValue", "change", "focus", "blur"],
|
|
3735
3751
|
setup(s, { expose: k, emit: a }) {
|
|
3736
|
-
const e = s, t = a, l =
|
|
3752
|
+
const e = s, t = a, l = Ue(
|
|
3737
3753
|
() => import("./index.esm-C9sEwyHF.mjs").then((v) => v.Editor)
|
|
3738
|
-
), c =
|
|
3754
|
+
), c = Ue(
|
|
3739
3755
|
() => import("./index.esm-C9sEwyHF.mjs").then((v) => v.Toolbar)
|
|
3740
|
-
), m =
|
|
3741
|
-
|
|
3756
|
+
), m = Ge(), b = R(e.modelValue), T = R(!1);
|
|
3757
|
+
ge(() => {
|
|
3742
3758
|
T.value = !0;
|
|
3743
3759
|
}), ie(
|
|
3744
3760
|
() => e.modelValue,
|
|
@@ -3853,7 +3869,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3853
3869
|
var v;
|
|
3854
3870
|
b.value = "", (v = m.value) == null || v.clear();
|
|
3855
3871
|
}
|
|
3856
|
-
}),
|
|
3872
|
+
}), Je(() => {
|
|
3857
3873
|
const v = m.value;
|
|
3858
3874
|
v && v.destroy();
|
|
3859
3875
|
}), (v, x) => (i(), d("div", {
|
|
@@ -3886,7 +3902,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3886
3902
|
}, U(s.placeholder), 5))
|
|
3887
3903
|
], 2));
|
|
3888
3904
|
}
|
|
3889
|
-
}),
|
|
3905
|
+
}), Ia = ["value", "placeholder"], Pa = ["onClick"], Ea = ["onClick"], Oa = ["checked", "onChange"], gt = /* @__PURE__ */ le({
|
|
3890
3906
|
name: "XCascader",
|
|
3891
3907
|
__name: "index",
|
|
3892
3908
|
props: {
|
|
@@ -3960,7 +3976,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3960
3976
|
if (p.disabled) return;
|
|
3961
3977
|
const C = c.value.slice(0, w);
|
|
3962
3978
|
C.push(p.value), c.value = C, (!((o = p.children) != null && o.length) || D.value) && (z.value || (l.value = !1, v(C)));
|
|
3963
|
-
},
|
|
3979
|
+
}, E = (p, w, C) => {
|
|
3964
3980
|
const o = [...c.value.slice(0, w), p.value];
|
|
3965
3981
|
C ? m.value.some((f) => JSON.stringify(f) === JSON.stringify(o)) || m.value.push(o) : m.value = m.value.filter((f) => JSON.stringify(f) !== JSON.stringify(o)), x();
|
|
3966
3982
|
}, M = (p, w) => {
|
|
@@ -3976,7 +3992,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
3976
3992
|
c.value = [], m.value = [], e("update:modelValue", z.value ? [] : ""), e("change", z.value ? [] : "");
|
|
3977
3993
|
}, F = (p) => {
|
|
3978
3994
|
b.value = p.target.value;
|
|
3979
|
-
},
|
|
3995
|
+
}, Y = (p) => {
|
|
3980
3996
|
c.value = p.map((w) => w.value), b.value = "", l.value = !1, v(c.value);
|
|
3981
3997
|
}, j = (p) => {
|
|
3982
3998
|
p.target.closest(`.${t.b()}`) || (l.value = !1);
|
|
@@ -4000,7 +4016,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
4000
4016
|
placeholder: $.value || s.placeholder,
|
|
4001
4017
|
class: u(n(t).e("filter-input")),
|
|
4002
4018
|
onInput: F
|
|
4003
|
-
}, null, 42,
|
|
4019
|
+
}, null, 42, Ia)) : (i(), d("span", {
|
|
4004
4020
|
key: 1,
|
|
4005
4021
|
class: u(n(t).e("text"))
|
|
4006
4022
|
}, [
|
|
@@ -4040,8 +4056,8 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
4040
4056
|
(i(!0), d(J, null, _(I.value, (C, o) => (i(), d("div", {
|
|
4041
4057
|
key: o,
|
|
4042
4058
|
class: u(n(t).e("filter-item")),
|
|
4043
|
-
onClick: (f) =>
|
|
4044
|
-
}, U(C.label), 11,
|
|
4059
|
+
onClick: (f) => Y(C.path)
|
|
4060
|
+
}, U(C.label), 11, Pa))), 128)),
|
|
4045
4061
|
I.value.length === 0 ? (i(), d("div", {
|
|
4046
4062
|
key: 0,
|
|
4047
4063
|
class: u(n(t).e("empty"))
|
|
@@ -4076,8 +4092,8 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
4076
4092
|
r("input", {
|
|
4077
4093
|
type: "checkbox",
|
|
4078
4094
|
checked: M(f, o),
|
|
4079
|
-
onChange: (X) =>
|
|
4080
|
-
}, null, 40,
|
|
4095
|
+
onChange: (X) => E(f, o, X.target.checked)
|
|
4096
|
+
}, null, 40, Oa)
|
|
4081
4097
|
], 2)) : N("", !0),
|
|
4082
4098
|
r("span", {
|
|
4083
4099
|
class: u(n(t).e("label"))
|
|
@@ -4091,16 +4107,16 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
4091
4107
|
size: 12
|
|
4092
4108
|
})
|
|
4093
4109
|
], 2)) : N("", !0)
|
|
4094
|
-
], 10,
|
|
4110
|
+
], 10, Ea);
|
|
4095
4111
|
}), 128))
|
|
4096
4112
|
], 2))), 128))
|
|
4097
4113
|
], 2))
|
|
4098
4114
|
], 2), [
|
|
4099
|
-
[
|
|
4115
|
+
[be, l.value]
|
|
4100
4116
|
])
|
|
4101
4117
|
], 2));
|
|
4102
4118
|
}
|
|
4103
|
-
}),
|
|
4119
|
+
}), Ya = ["onClick"], bt = /* @__PURE__ */ le({
|
|
4104
4120
|
name: "XColorPicker",
|
|
4105
4121
|
__name: "index",
|
|
4106
4122
|
props: {
|
|
@@ -4112,46 +4128,46 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
4112
4128
|
},
|
|
4113
4129
|
emits: ["update:modelValue", "change"],
|
|
4114
4130
|
setup(s, { emit: k }) {
|
|
4115
|
-
const a = s, e = k, t = ae("color-picker"), l = R(!1), c = R(0), m = R(100), b = R(100), T = R(100), z = R(), D = R(), $ = V(() => y(c.value, m.value, b.value)), S = V(() => a.showAlpha ? `${$.value}${Math.round(T.value * 2.55).toString(16).padStart(2, "0")}` : $.value), I = V(() => a.modelValue || $.value), y = (F,
|
|
4116
|
-
|
|
4117
|
-
const p = j *
|
|
4131
|
+
const a = s, e = k, t = ae("color-picker"), l = R(!1), c = R(0), m = R(100), b = R(100), T = R(100), z = R(), D = R(), $ = V(() => y(c.value, m.value, b.value)), S = V(() => a.showAlpha ? `${$.value}${Math.round(T.value * 2.55).toString(16).padStart(2, "0")}` : $.value), I = V(() => a.modelValue || $.value), y = (F, Y, j) => {
|
|
4132
|
+
Y /= 100, j /= 100;
|
|
4133
|
+
const p = j * Y, w = p * (1 - Math.abs(F / 60 % 2 - 1)), C = j - p;
|
|
4118
4134
|
let o = 0, f = 0, g = 0;
|
|
4119
4135
|
F >= 0 && F < 60 ? (o = p, f = w, g = 0) : F >= 60 && F < 120 ? (o = w, f = p, g = 0) : F >= 120 && F < 180 ? (o = 0, f = p, g = w) : F >= 180 && F < 240 ? (o = 0, f = w, g = p) : F >= 240 && F < 300 ? (o = w, f = 0, g = p) : (o = p, f = 0, g = w);
|
|
4120
4136
|
const X = (ne) => Math.round((ne + C) * 255).toString(16).padStart(2, "0");
|
|
4121
4137
|
return `#${X(o)}${X(f)}${X(g)}`;
|
|
4122
4138
|
}, L = (F) => {
|
|
4123
4139
|
F = F.replace("#", "");
|
|
4124
|
-
const
|
|
4140
|
+
const Y = parseInt(F.slice(0, 2), 16) / 255, j = parseInt(F.slice(2, 4), 16) / 255, p = parseInt(F.slice(4, 6), 16) / 255, w = Math.max(Y, j, p), C = Math.min(Y, j, p), o = w - C;
|
|
4125
4141
|
let f = 0;
|
|
4126
4142
|
const g = w === 0 ? 0 : o / w, X = w;
|
|
4127
4143
|
if (o !== 0)
|
|
4128
4144
|
switch (w) {
|
|
4129
|
-
case
|
|
4145
|
+
case Y:
|
|
4130
4146
|
f = ((j - p) / o + (j < p ? 6 : 0)) * 60;
|
|
4131
4147
|
break;
|
|
4132
4148
|
case j:
|
|
4133
|
-
f = ((p -
|
|
4149
|
+
f = ((p - Y) / o + 2) * 60;
|
|
4134
4150
|
break;
|
|
4135
4151
|
case p:
|
|
4136
|
-
f = ((
|
|
4152
|
+
f = ((Y - j) / o + 4) * 60;
|
|
4137
4153
|
break;
|
|
4138
4154
|
}
|
|
4139
4155
|
return { h: f, s: g * 100, v: X * 100 };
|
|
4140
4156
|
}, H = (F) => {
|
|
4141
4157
|
if (!z.value) return;
|
|
4142
|
-
const
|
|
4158
|
+
const Y = z.value.getBoundingClientRect(), j = Math.max(0, Math.min(1, (F.clientX - Y.left) / Y.width)), p = Math.max(0, Math.min(1, (F.clientY - Y.top) / Y.height));
|
|
4143
4159
|
m.value = Math.round(j * 100), b.value = Math.round((1 - p) * 100);
|
|
4144
|
-
},
|
|
4160
|
+
}, E = (F) => {
|
|
4145
4161
|
if (!D.value) return;
|
|
4146
|
-
const
|
|
4162
|
+
const Y = D.value.getBoundingClientRect(), j = Math.max(0, Math.min(1, (F.clientX - Y.left) / Y.width));
|
|
4147
4163
|
c.value = Math.round(j * 360);
|
|
4148
4164
|
}, M = (F) => {
|
|
4149
4165
|
if (!D.value) return;
|
|
4150
|
-
const
|
|
4166
|
+
const Y = D.value.getBoundingClientRect(), j = Math.max(0, Math.min(1, (F.clientX - Y.left) / Y.width));
|
|
4151
4167
|
T.value = Math.round(j * 100);
|
|
4152
4168
|
}, h = (F) => {
|
|
4153
|
-
const
|
|
4154
|
-
c.value =
|
|
4169
|
+
const Y = L(F);
|
|
4170
|
+
c.value = Y.h, m.value = Y.s, b.value = Y.v, e("update:modelValue", F), e("change", F);
|
|
4155
4171
|
}, v = () => {
|
|
4156
4172
|
e("update:modelValue", S.value), e("change", S.value), l.value = !1;
|
|
4157
4173
|
}, x = () => {
|
|
@@ -4162,19 +4178,19 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
4162
4178
|
return ie(l, (F) => {
|
|
4163
4179
|
if (F) {
|
|
4164
4180
|
if (document.addEventListener("click", B), a.modelValue) {
|
|
4165
|
-
const
|
|
4166
|
-
c.value =
|
|
4181
|
+
const Y = L(a.modelValue.slice(0, 7));
|
|
4182
|
+
c.value = Y.h, m.value = Y.s, b.value = Y.v, a.showAlpha && a.modelValue.length === 9 && (T.value = Math.round(parseInt(a.modelValue.slice(7, 9), 16) / 2.55));
|
|
4167
4183
|
}
|
|
4168
4184
|
} else
|
|
4169
4185
|
document.removeEventListener("click", B);
|
|
4170
|
-
}), (F,
|
|
4186
|
+
}), (F, Y) => (i(), d("div", {
|
|
4171
4187
|
class: u([n(t).b(), n(t).m(s.size), n(t).is("disabled", s.disabled)]),
|
|
4172
|
-
onClick:
|
|
4188
|
+
onClick: Y[1] || (Y[1] = ue(() => {
|
|
4173
4189
|
}, ["stop"]))
|
|
4174
4190
|
}, [
|
|
4175
4191
|
r("div", {
|
|
4176
4192
|
class: u(n(t).e("trigger")),
|
|
4177
|
-
onClick:
|
|
4193
|
+
onClick: Y[0] || (Y[0] = (j) => !s.disabled && (l.value = !l.value))
|
|
4178
4194
|
}, [
|
|
4179
4195
|
r("div", {
|
|
4180
4196
|
class: u(n(t).e("color")),
|
|
@@ -4220,7 +4236,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
4220
4236
|
ref_key: "sliderRef",
|
|
4221
4237
|
ref: D,
|
|
4222
4238
|
class: u(n(t).e("hue-bar")),
|
|
4223
|
-
onClick:
|
|
4239
|
+
onClick: E
|
|
4224
4240
|
}, [
|
|
4225
4241
|
r("div", {
|
|
4226
4242
|
class: u(n(t).e("hue-thumb")),
|
|
@@ -4254,7 +4270,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
4254
4270
|
class: u(n(t).e("predefine-item")),
|
|
4255
4271
|
style: te({ backgroundColor: j }),
|
|
4256
4272
|
onClick: (w) => h(j)
|
|
4257
|
-
}, null, 14,
|
|
4273
|
+
}, null, 14, Ya))), 128))
|
|
4258
4274
|
], 2)) : N("", !0),
|
|
4259
4275
|
r("div", {
|
|
4260
4276
|
class: u(n(t).e("actions"))
|
|
@@ -4276,11 +4292,11 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
4276
4292
|
], 2)
|
|
4277
4293
|
], 2)
|
|
4278
4294
|
], 2), [
|
|
4279
|
-
[
|
|
4295
|
+
[be, l.value]
|
|
4280
4296
|
])
|
|
4281
4297
|
], 2));
|
|
4282
4298
|
}
|
|
4283
|
-
}),
|
|
4299
|
+
}), Ua = ["value", "placeholder", "disabled"], Na = ["onClick"], yt = /* @__PURE__ */ le({
|
|
4284
4300
|
name: "XAutoComplete",
|
|
4285
4301
|
__name: "index",
|
|
4286
4302
|
props: {
|
|
@@ -4336,11 +4352,11 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
4336
4352
|
}, H = () => {
|
|
4337
4353
|
var M;
|
|
4338
4354
|
c.value = "", e("update:modelValue", ""), e("clear"), l.value = !1, (M = T.value) == null || M.focus();
|
|
4339
|
-
},
|
|
4355
|
+
}, E = (M) => {
|
|
4340
4356
|
M.target.closest(`.${t.b()}`) || (l.value = !1);
|
|
4341
4357
|
};
|
|
4342
4358
|
return ie(l, (M) => {
|
|
4343
|
-
M ? document.addEventListener("click",
|
|
4359
|
+
M ? document.addEventListener("click", E) : (document.removeEventListener("click", E), b.value = -1);
|
|
4344
4360
|
}), ie(() => a.modelValue, (M) => {
|
|
4345
4361
|
c.value = M;
|
|
4346
4362
|
}), (M, h) => (i(), d("div", {
|
|
@@ -4361,7 +4377,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
4361
4377
|
onInput: S,
|
|
4362
4378
|
onFocus: I,
|
|
4363
4379
|
onKeydown: L
|
|
4364
|
-
}, null, 42,
|
|
4380
|
+
}, null, 42, Ua),
|
|
4365
4381
|
s.clearable && c.value ? (i(), d("span", {
|
|
4366
4382
|
key: 0,
|
|
4367
4383
|
class: u(n(t).e("clear")),
|
|
@@ -4399,14 +4415,14 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
4399
4415
|
se(M.$slots, "default", { item: v }, () => [
|
|
4400
4416
|
de(U(v[s.valueKey]), 1)
|
|
4401
4417
|
])
|
|
4402
|
-
], 10,
|
|
4418
|
+
], 10, Na))), 128))
|
|
4403
4419
|
], 2)
|
|
4404
4420
|
], 2), [
|
|
4405
|
-
[
|
|
4421
|
+
[be, l.value && m.value.length]
|
|
4406
4422
|
])
|
|
4407
4423
|
], 2));
|
|
4408
4424
|
}
|
|
4409
|
-
}),
|
|
4425
|
+
}), Xa = ["onClick"], kt = /* @__PURE__ */ le({
|
|
4410
4426
|
name: "XSegmented",
|
|
4411
4427
|
__name: "index",
|
|
4412
4428
|
props: {
|
|
@@ -4454,10 +4470,10 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
4454
4470
|
se(z.$slots, "default", { option: $ }, () => [
|
|
4455
4471
|
de(U($.label), 1)
|
|
4456
4472
|
])
|
|
4457
|
-
], 10,
|
|
4473
|
+
], 10, Xa))), 128))
|
|
4458
4474
|
], 2));
|
|
4459
4475
|
}
|
|
4460
|
-
}),
|
|
4476
|
+
}), Ka = ["value", "placeholder", "disabled"], Wa = ["onClick"], qa = ["src"], Mt = /* @__PURE__ */ le({
|
|
4461
4477
|
name: "XMention",
|
|
4462
4478
|
__name: "index",
|
|
4463
4479
|
props: {
|
|
@@ -4486,7 +4502,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
4486
4502
|
e("update:modelValue", l.value), e("change", l.value);
|
|
4487
4503
|
}, y = (M) => {
|
|
4488
4504
|
const h = l.value.slice(0, $.value), v = l.value.slice(D.value), x = `${a.prefix}${M.value}${a.split}`;
|
|
4489
|
-
l.value = h + x + v, e("update:modelValue", l.value), e("select", M, a.prefix), e("change", l.value), c.value = !1,
|
|
4505
|
+
l.value = h + x + v, e("update:modelValue", l.value), e("select", M, a.prefix), e("change", l.value), c.value = !1, ze(() => {
|
|
4490
4506
|
const B = h.length + x.length;
|
|
4491
4507
|
T.value && (T.value.setSelectionRange(B, B), T.value.focus()), z.value && (z.value.setSelectionRange(B, B), z.value.focus());
|
|
4492
4508
|
});
|
|
@@ -4511,11 +4527,11 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
4511
4527
|
}
|
|
4512
4528
|
}, H = () => {
|
|
4513
4529
|
l.value = "", e("update:modelValue", ""), e("change", "");
|
|
4514
|
-
},
|
|
4530
|
+
}, E = (M) => {
|
|
4515
4531
|
M.target.closest(`.${t.b()}`) || (c.value = !1);
|
|
4516
4532
|
};
|
|
4517
4533
|
return ie(c, (M) => {
|
|
4518
|
-
M ? document.addEventListener("click",
|
|
4534
|
+
M ? document.addEventListener("click", E) : document.removeEventListener("click", E);
|
|
4519
4535
|
}), ie(() => a.modelValue, (M) => {
|
|
4520
4536
|
l.value = M;
|
|
4521
4537
|
}), (M, h) => (i(), d("div", {
|
|
@@ -4535,7 +4551,7 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
4535
4551
|
class: u(n(t).e("inner")),
|
|
4536
4552
|
onInput: I,
|
|
4537
4553
|
onKeydown: L
|
|
4538
|
-
}, null, 42,
|
|
4554
|
+
}, null, 42, Ka),
|
|
4539
4555
|
s.clearable && l.value ? (i(), d("span", {
|
|
4540
4556
|
key: 0,
|
|
4541
4557
|
class: u(n(t).e("clear")),
|
|
@@ -4566,46 +4582,46 @@ const Ol = ["onClick"], El = ["placeholder", "disabled", "readonly", "value"], Y
|
|
|
4566
4582
|
key: 0,
|
|
4567
4583
|
src: v.avatar,
|
|
4568
4584
|
class: u(n(t).e("avatar"))
|
|
4569
|
-
}, null, 10,
|
|
4585
|
+
}, null, 10, qa)) : N("", !0),
|
|
4570
4586
|
r("span", {
|
|
4571
4587
|
class: u(n(t).e("label"))
|
|
4572
4588
|
}, U(v.label || v.value), 3),
|
|
4573
4589
|
r("span", {
|
|
4574
4590
|
class: u(n(t).e("value"))
|
|
4575
4591
|
}, U(v.value), 3)
|
|
4576
|
-
], 10,
|
|
4592
|
+
], 10, Wa))), 128))
|
|
4577
4593
|
], 2)
|
|
4578
4594
|
], 2), [
|
|
4579
|
-
[
|
|
4595
|
+
[be, c.value]
|
|
4580
4596
|
])
|
|
4581
4597
|
], 2));
|
|
4582
4598
|
}
|
|
4583
4599
|
});
|
|
4584
4600
|
export {
|
|
4585
|
-
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
|
|
4600
|
-
|
|
4601
|
-
|
|
4602
|
-
|
|
4603
|
-
|
|
4604
|
-
|
|
4605
|
-
|
|
4606
|
-
|
|
4607
|
-
|
|
4608
|
-
|
|
4609
|
-
|
|
4610
|
-
|
|
4601
|
+
yt as AutoComplete,
|
|
4602
|
+
gt as Cascader,
|
|
4603
|
+
tt as Checkbox,
|
|
4604
|
+
nt as CheckboxGroup,
|
|
4605
|
+
bt as ColorPicker,
|
|
4606
|
+
ot as DatePicker,
|
|
4607
|
+
ht as DynamicFields,
|
|
4608
|
+
st as Form,
|
|
4609
|
+
ut as FormItem,
|
|
4610
|
+
Ja as Input,
|
|
4611
|
+
Za as InputNumber,
|
|
4612
|
+
Mt as Mention,
|
|
4613
|
+
et as Radio,
|
|
4614
|
+
at as RadioButton,
|
|
4615
|
+
lt as RadioGroup,
|
|
4616
|
+
mt as Rate,
|
|
4617
|
+
pt as RichEditor,
|
|
4618
|
+
kt as Segmented,
|
|
4619
|
+
rt as Select,
|
|
4620
|
+
dt as SelectOption,
|
|
4621
|
+
vt as Slider,
|
|
4622
|
+
_a as Switch,
|
|
4623
|
+
Qa as Textarea,
|
|
4624
|
+
it as TimePicker,
|
|
4625
|
+
ct as Transfer,
|
|
4626
|
+
ft as Upload
|
|
4611
4627
|
};
|