@vtj/ui 0.8.44 → 0.8.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +128 -117
- package/dist/index.umd.js +3 -3
- package/package.json +3 -3
- package/types/adapter.d.ts +1 -0
- package/types/version.d.ts +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getCurrentInstance as _o, inject as yt, defineComponent as nt, useAttrs as ol, computed as Z, markRaw as _i, openBlock as we, createBlock as Ze, unref as V, normalizeClass as kn, normalizeStyle as rl, withCtx as Ve, renderSlot as bt, resolveDynamicComponent as Jn, createCommentVNode as je, createElementBlock as mt, mergeProps as Mt, createElementVNode as
|
|
1
|
+
import { getCurrentInstance as _o, inject as yt, defineComponent as nt, useAttrs as ol, computed as Z, markRaw as _i, openBlock as we, createBlock as Ze, unref as V, normalizeClass as kn, normalizeStyle as rl, withCtx as Ve, renderSlot as bt, resolveDynamicComponent as Jn, createCommentVNode as je, createElementBlock as mt, mergeProps as Mt, createElementVNode as Bt, toDisplayString as Wt, Fragment as Dn, renderList as Un, isVNode as K0, h as m, shallowRef as Mu, ref as Ce, watch as tt, onMounted as fn, onUnmounted as vn, toRef as ps, createTextVNode as Vt, useSlots as Gh, toRaw as xr, createVNode as rt, normalizeProps as Ri, guardReactiveProps as Ii, effectScope as Yh, reactive as Ut, watchEffect as od, nextTick as oe, Teleport as _r, withDirectives as Kn, createSlots as kr, render as uf, vShow as pr, isRef as Cr, withModifiers as qh, KeepAlive as Z0, provide as Qt, resolveComponent as Bn, createApp as J0, onBeforeUnmount as rd, TransitionGroup as Q0, onActivated as Xh, onDeactivated as e2, withKeys as Ni } from "vue";
|
|
2
2
|
import { ElIcon as Xs, ElSubMenu as t2, ElBadge as _u, ElMenuItem as n2, ElMenu as o2, ElButton as wr, ElDropdown as r2, ElDropdownMenu as l2, ElDropdownItem as s2, ElTooltip as Kh, ElDivider as vr, ElSwitch as ld, ElInput as tr, ElEmpty as sd, ElTabs as Zh, ElTabPane as Ru, ElPopover as Jh, ElAvatar as i2, ElMessageBox as ei, ElSelect as id, ElOption as ad, ElCheckboxButton as a2, ElCheckbox as c2, ElCheckboxGroup as u2, ElRadioButton as d2, ElRadio as f2, ElRadioGroup as p2, ElDatePicker as Fa, ElImage as Iu, ElLink as Nu, ElTag as df, ElText as ff, ElPagination as Qh, ElNotification as em, ElInputNumber as h2, ElTimePicker as m2, ElRate as g2, ElSlider as v2, ElCascader as b2, formContextKey as x2, ElFormItem as y2, ElForm as C2, ElInfiniteScroll as pf, ElDescriptions as hf, ElDescriptionsItem as Fc, ElMessage as Pa, vLoading as tm, ElUpload as w2, ElImageViewer as E2 } from "element-plus";
|
|
3
3
|
import { storage as mf, rAF as S2, cAF as T2, isEqual as ec, isObject as cd, uid as nm, arrayToMap as O2, isUrl as k2, upperFirstCamelCase as om, isString as D2, isFunction as Fu, camelCase as ud, merge as rm, kebabCase as $2, delay as M2, cloneDeep as Pu, toArray as Aa, get as Ta, set as Pc, dedupArray as _2, numberFormat as R2, downloadRemoteFile as I2, downloadUrl as gf } from "@vtj/utils";
|
|
4
4
|
import { ArrowRight as N2, Minimize as F2, Popup as P2, Maximize as A2, RawClose as L2, StarFilled as lm, Menu as V2, Search as Au, Close as sm, Expand as B2, Fold as z2, Star as im, Document as jl, Refresh as am, CopyDocument as H2, Moon as j2, Sunny as W2, MoreFilled as cm, UserFilled as U2, HomeFilled as G2, CaretBottom as Y2, CaretTop as q2, VtjIconDatabase as X2, VtjIconNpSearch as K2, VtjIconNpReturn as Z2, WarningFilled as J2, EditPen as Q2, SuccessFilled as eb, CircleCloseFilled as tb, ZoomIn as nb, Download as ob, Delete as rb, Plus as lb } from "@vtj/icons";
|
|
@@ -8,10 +8,10 @@ import { useRouter as dd, RouterView as ub, useRoute as dm, routeLocationKey as
|
|
|
8
8
|
* Copyright (c) 2024, VTJ.PRO All rights reserved.
|
|
9
9
|
* @name @vtj/ui
|
|
10
10
|
* @author CHC chenhuachun1549@dingtalk.com
|
|
11
|
-
* @version 0.8.
|
|
11
|
+
* @version 0.8.46
|
|
12
12
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
|
13
13
|
*/
|
|
14
|
-
const cI = "0.8.
|
|
14
|
+
const cI = "0.8.46", fb = {
|
|
15
15
|
default: 14,
|
|
16
16
|
small: 12,
|
|
17
17
|
large: 18
|
|
@@ -67,8 +67,11 @@ const hb = {
|
|
|
67
67
|
}
|
|
68
68
|
}, uI = {
|
|
69
69
|
install(e, t = {}) {
|
|
70
|
-
const n = Object.assign(hb, t);
|
|
71
|
-
|
|
70
|
+
const n = Object.assign(hb, t), { components: o = [], fieldEditors: r = {} } = n;
|
|
71
|
+
tR(r);
|
|
72
|
+
for (const l of o)
|
|
73
|
+
l.name && e.component(l.name, l);
|
|
74
|
+
e.config.globalProperties.$adapter = n, e.provide(fd, n);
|
|
72
75
|
}
|
|
73
76
|
}, dI = (e = []) => ({
|
|
74
77
|
install: (n, o = {}) => {
|
|
@@ -117,10 +120,10 @@ const hb = {
|
|
|
117
120
|
}), gb = { class: "x-menu__wrapper" }, vb = {
|
|
118
121
|
key: 1,
|
|
119
122
|
class: "x-menu__title"
|
|
120
|
-
}, bb = /* @__PURE__ */
|
|
123
|
+
}, bb = /* @__PURE__ */ Bt("i", null, null, -1), xb = {
|
|
121
124
|
key: 0,
|
|
122
125
|
class: "x-menu__title"
|
|
123
|
-
}, yb = /* @__PURE__ */
|
|
126
|
+
}, yb = /* @__PURE__ */ Bt("i", null, null, -1), fm = /* @__PURE__ */ nt({
|
|
124
127
|
inheritAttrs: !1,
|
|
125
128
|
name: "XMenuItem",
|
|
126
129
|
__name: "MenuItem",
|
|
@@ -141,7 +144,7 @@ const hb = {
|
|
|
141
144
|
index: String(t.item.id)
|
|
142
145
|
}), {
|
|
143
146
|
title: Ve(() => [
|
|
144
|
-
|
|
147
|
+
Bt("div", gb, [
|
|
145
148
|
t.item.icon ? (we(), Ze(V(nr), {
|
|
146
149
|
key: 0,
|
|
147
150
|
icon: o(t.item.icon)
|
|
@@ -434,7 +437,7 @@ const Ob = { key: 0 }, kb = /* @__PURE__ */ nt({
|
|
|
434
437
|
disabled: V(l)
|
|
435
438
|
}, n.button, { onClick: a }), {
|
|
436
439
|
default: Ve(() => [
|
|
437
|
-
|
|
440
|
+
Vt(Wt(s.label), 1)
|
|
438
441
|
]),
|
|
439
442
|
_: 1
|
|
440
443
|
}, 16, ["icon", "type", "size", "disabled"])) : (we(), mt("div", {
|
|
@@ -831,9 +834,9 @@ const Ob = { key: 0 }, kb = /* @__PURE__ */ nt({
|
|
|
831
834
|
class: "x-header__icon",
|
|
832
835
|
onClick: V(o).onClickIcon || V(o).onClick
|
|
833
836
|
}, null, 8, ["onClick"])) : je("", !0),
|
|
834
|
-
|
|
837
|
+
Bt("span", Rb, [
|
|
835
838
|
bt(l.$slots, "default", {}, () => [
|
|
836
|
-
|
|
839
|
+
Vt(Wt(t.content), 1)
|
|
837
840
|
])
|
|
838
841
|
]),
|
|
839
842
|
t.more ? (we(), Ze(V(nr), {
|
|
@@ -848,7 +851,7 @@ const Ob = { key: 0 }, kb = /* @__PURE__ */ nt({
|
|
|
848
851
|
(...a) => V(o).onClick && V(o).onClick(...a))
|
|
849
852
|
}, [
|
|
850
853
|
bt(l.$slots, "subtitle", {}, () => [
|
|
851
|
-
|
|
854
|
+
Vt(Wt(t.subtitle), 1)
|
|
852
855
|
])
|
|
853
856
|
])) : je("", !0)
|
|
854
857
|
]),
|
|
@@ -1424,7 +1427,7 @@ const Wb = ["src"], md = /* @__PURE__ */ nt({
|
|
|
1424
1427
|
key: 0,
|
|
1425
1428
|
to: "body"
|
|
1426
1429
|
}, [
|
|
1427
|
-
|
|
1430
|
+
Bt("div", {
|
|
1428
1431
|
ref_key: "wrapper",
|
|
1429
1432
|
ref: i,
|
|
1430
1433
|
class: kn(["x-dialog__wrapper", V(C)])
|
|
@@ -1450,7 +1453,7 @@ const Wb = ["src"], md = /* @__PURE__ */ nt({
|
|
|
1450
1453
|
onClick: V(w)
|
|
1451
1454
|
}, de.$attrs), kr({
|
|
1452
1455
|
title: Ve(() => [
|
|
1453
|
-
|
|
1456
|
+
Vt(Wt(o.title), 1)
|
|
1454
1457
|
]),
|
|
1455
1458
|
actions: Ve(() => [
|
|
1456
1459
|
bt(de.$slots, "actions"),
|
|
@@ -1524,7 +1527,7 @@ const Wb = ["src"], md = /* @__PURE__ */ nt({
|
|
|
1524
1527
|
onClick: V(P)
|
|
1525
1528
|
}, {
|
|
1526
1529
|
default: Ve(() => [
|
|
1527
|
-
|
|
1530
|
+
Vt(Wt(typeof o.cancel == "string" ? o.cancel : "取消"), 1)
|
|
1528
1531
|
]),
|
|
1529
1532
|
_: 1
|
|
1530
1533
|
}, 8, ["size", "onClick"])) : je("", !0),
|
|
@@ -1535,7 +1538,7 @@ const Wb = ["src"], md = /* @__PURE__ */ nt({
|
|
|
1535
1538
|
onClick: V(D)
|
|
1536
1539
|
}, {
|
|
1537
1540
|
default: Ve(() => [
|
|
1538
|
-
|
|
1541
|
+
Vt(Wt(typeof o.submit == "string" ? o.submit : "确定"), 1)
|
|
1539
1542
|
]),
|
|
1540
1543
|
_: 1
|
|
1541
1544
|
}, 8, ["size", "onClick"])) : je("", !0)
|
|
@@ -1567,7 +1570,7 @@ function gd(e, t) {
|
|
|
1567
1570
|
destroy: r
|
|
1568
1571
|
};
|
|
1569
1572
|
}
|
|
1570
|
-
const Ub = /* @__PURE__ */
|
|
1573
|
+
const Ub = /* @__PURE__ */ Bt("div", { class: "x-mask-sidebar__helper" }, null, -1), Gb = /* @__PURE__ */ nt({
|
|
1571
1574
|
__name: "Sidebar",
|
|
1572
1575
|
props: {
|
|
1573
1576
|
collapsed: { type: Boolean }
|
|
@@ -1756,7 +1759,7 @@ const Ub = /* @__PURE__ */ Vt("div", { class: "x-mask-sidebar__helper" }, null,
|
|
|
1756
1759
|
default: Ve(() => [
|
|
1757
1760
|
t.title ? (we(), mt("span", Xb, [
|
|
1758
1761
|
bt(r.$slots, "title", {}, () => [
|
|
1759
|
-
|
|
1762
|
+
Vt(Wt(t.title), 1)
|
|
1760
1763
|
])
|
|
1761
1764
|
])) : je("", !0)
|
|
1762
1765
|
]),
|
|
@@ -2128,7 +2131,7 @@ const Ub = /* @__PURE__ */ Vt("div", { class: "x-mask-sidebar__helper" }, null,
|
|
|
2128
2131
|
name: n.home.id
|
|
2129
2132
|
}, {
|
|
2130
2133
|
label: Ve(() => [
|
|
2131
|
-
|
|
2134
|
+
Bt("div", t1, [
|
|
2132
2135
|
n.home.icon ? (we(), Ze(Jn(V(hs)(n.home.icon)), { key: 0 })) : je("", !0),
|
|
2133
2136
|
n.home.title ? (we(), mt("span", n1, Wt(n.home.title), 1)) : je("", !0)
|
|
2134
2137
|
])
|
|
@@ -2150,7 +2153,7 @@ const Ub = /* @__PURE__ */ Vt("div", { class: "x-mask-sidebar__helper" }, null,
|
|
|
2150
2153
|
disabled: v.id !== n.value
|
|
2151
2154
|
}, {
|
|
2152
2155
|
reference: Ve(() => [
|
|
2153
|
-
|
|
2156
|
+
Bt("div", {
|
|
2154
2157
|
class: "x-mask-tabs__trigger",
|
|
2155
2158
|
draggable: "true",
|
|
2156
2159
|
onDragstart: (x) => s(v, x),
|
|
@@ -2261,8 +2264,8 @@ const Ub = /* @__PURE__ */ Vt("div", { class: "x-mask-sidebar__helper" }, null,
|
|
|
2261
2264
|
onCommand: i
|
|
2262
2265
|
}, {
|
|
2263
2266
|
item: Ve(({ item: h }) => [
|
|
2264
|
-
|
|
2265
|
-
|
|
2267
|
+
Bt("span", i1, [
|
|
2268
|
+
Vt(Wt(h.label) + " ", 1),
|
|
2266
2269
|
["other", "all"].includes(h.command) ? je("", !0) : (we(), Ze(V(nr), {
|
|
2267
2270
|
key: 0,
|
|
2268
2271
|
onClick: qh((v) => l(h), ["stop"]),
|
|
@@ -2823,7 +2826,7 @@ const vd = /* @__PURE__ */ nt({
|
|
|
2823
2826
|
ref_for: !0
|
|
2824
2827
|
}, l), {
|
|
2825
2828
|
default: Ve(() => [
|
|
2826
|
-
|
|
2829
|
+
Vt(Wt(l.label), 1)
|
|
2827
2830
|
]),
|
|
2828
2831
|
_: 2
|
|
2829
2832
|
}, 1040))), 128))
|
|
@@ -2848,7 +2851,7 @@ const vd = /* @__PURE__ */ nt({
|
|
|
2848
2851
|
ref_for: !0
|
|
2849
2852
|
}, l), {
|
|
2850
2853
|
default: Ve(() => [
|
|
2851
|
-
|
|
2854
|
+
Vt(Wt(l.label), 1)
|
|
2852
2855
|
]),
|
|
2853
2856
|
_: 2
|
|
2854
2857
|
}, 1040))), 128))
|
|
@@ -3003,7 +3006,7 @@ function Q1() {
|
|
|
3003
3006
|
function ex(e) {
|
|
3004
3007
|
return J1(q1, e);
|
|
3005
3008
|
}
|
|
3006
|
-
Ml.VERSION = "3.5.
|
|
3009
|
+
Ml.VERSION = "3.5.27";
|
|
3007
3010
|
Ml.mixin = Q1;
|
|
3008
3011
|
Ml.setup = ex;
|
|
3009
3012
|
var tx = Ml;
|
|
@@ -8597,7 +8600,7 @@ const hr = 12, DM = 20, $M = 8, Sr = nt({
|
|
|
8597
8600
|
const et = mh(ne, Pe);
|
|
8598
8601
|
ne !== et && Ee(et, { type: "init" });
|
|
8599
8602
|
}
|
|
8600
|
-
}, St = ($) => e.max === null || f.toNumber($) <= f.toNumber(e.max), ht = ($) => e.min === null || f.toNumber($) >= f.toNumber(e.min),
|
|
8603
|
+
}, St = ($) => e.max === null || f.toNumber($) <= f.toNumber(e.max), ht = ($) => e.min === null || f.toNumber($) >= f.toNumber(e.min), zt = () => {
|
|
8601
8604
|
s.inputValue = e.multiple ? U.value : s.datePanelLabel;
|
|
8602
8605
|
}, _t = ($) => {
|
|
8603
8606
|
const ne = f.getWhatMonth($, 0, "first");
|
|
@@ -8650,7 +8653,7 @@ const hr = 12, DM = 20, $M = 8, Sr = nt({
|
|
|
8650
8653
|
s.inputValue = f.toDateString(S, p, { firstDay: A }), M && Yt(S);
|
|
8651
8654
|
}
|
|
8652
8655
|
else
|
|
8653
|
-
|
|
8656
|
+
zt();
|
|
8654
8657
|
} else
|
|
8655
8658
|
Ee("", { type: "check" });
|
|
8656
8659
|
}
|
|
@@ -9561,10 +9564,10 @@ const Il = nt({
|
|
|
9561
9564
|
}, { boundingTop: Ft, boundingLeft: z, visibleHeight: At, visibleWidth: $t } = Zo(We);
|
|
9562
9565
|
let St = "bottom";
|
|
9563
9566
|
if (W) {
|
|
9564
|
-
let ht = z,
|
|
9565
|
-
Q === "top" ? (St = "top",
|
|
9567
|
+
let ht = z, zt = Ft + Ke;
|
|
9568
|
+
Q === "top" ? (St = "top", zt = Ft - st) : Q || (zt + st + ot > At && (St = "top", zt = Ft - st), zt < ot && (St = "bottom", zt = Ft + Ke)), ht + ut + ot > $t && (ht -= ht + ut + ot - $t), ht < ot && (ht = ot), Object.assign(pt, {
|
|
9566
9569
|
left: `${ht}px`,
|
|
9567
|
-
top: `${
|
|
9570
|
+
top: `${zt}px`,
|
|
9568
9571
|
minWidth: `${lt}px`
|
|
9569
9572
|
});
|
|
9570
9573
|
} else
|
|
@@ -9618,14 +9621,14 @@ const Il = nt({
|
|
|
9618
9621
|
const z = We[Ft], At = z[lt], $t = z.disabled;
|
|
9619
9622
|
if (At)
|
|
9620
9623
|
for (let St = 0; St < At.length; St++) {
|
|
9621
|
-
const ht = At[St],
|
|
9622
|
-
if (!st && !_t && (st = ht), pt &&
|
|
9624
|
+
const ht = At[St], zt = Gr(ht), _t = $t || ht.disabled;
|
|
9625
|
+
if (!st && !_t && (st = ht), pt && zt && !_t && (ot = ht, !Q))
|
|
9623
9626
|
return { offsetOption: ot };
|
|
9624
9627
|
if (W === ht[Ke]) {
|
|
9625
9628
|
if (pt = ht, Q)
|
|
9626
9629
|
return { offsetOption: ut };
|
|
9627
9630
|
} else
|
|
9628
|
-
|
|
9631
|
+
zt && !_t && (ut = ht);
|
|
9629
9632
|
}
|
|
9630
9633
|
}
|
|
9631
9634
|
else
|
|
@@ -9688,12 +9691,12 @@ const Il = nt({
|
|
|
9688
9691
|
}, Ie = (W, Q, Ee) => !!(Q.disabled || Ee && Ee.disabled || k.value && !W), ee = (W, Q) => {
|
|
9689
9692
|
const { optionKey: Ee, modelValue: We, multiple: Ue } = e, { currentValue: Ke } = s, lt = N.value, st = b.value, ut = E.value, ot = B.value, { useKey: pt } = lt, Ft = n.option;
|
|
9690
9693
|
return W.map((z, At) => {
|
|
9691
|
-
const { slots: $t, className: St } = z, ht = z[ut],
|
|
9694
|
+
const { slots: $t, className: St } = z, ht = z[ut], zt = Ue ? We && We.indexOf(ht) > -1 : We === ht, _t = !ot || Gr(z), Yt = Ie(zt, z, Q), Nt = F(z), Ht = $t ? $t.default : null, en = { option: z, group: null, $select: y };
|
|
9692
9695
|
return _t ? m("div", {
|
|
9693
9696
|
key: pt || Ee ? Nt : At,
|
|
9694
9697
|
class: ["vxe-select-option", St ? f.isFunction(St) ? St(en) : St : "", {
|
|
9695
9698
|
"is--disabled": Yt,
|
|
9696
|
-
"is--selected":
|
|
9699
|
+
"is--selected": zt,
|
|
9697
9700
|
"is--hover": Ke === ht
|
|
9698
9701
|
}],
|
|
9699
9702
|
// attrs
|
|
@@ -13068,13 +13071,13 @@ const es = "body", i_ = {
|
|
|
13068
13071
|
])
|
|
13069
13072
|
] : [];
|
|
13070
13073
|
}, ke = (be, Se, ye, Be, Je, Qe, Xe, Fe, Ie, ee, he, $e) => {
|
|
13071
|
-
const { columnKey: De, height: W, showOverflow: Q, cellClassName: Ee, cellStyle: We, align: Ue, spanMethod: Ke, mouseConfig: lt, editConfig: st, editRules: ut, tooltipConfig: ot } = r, { tableData: pt, overflowX: Ft, scrollYLoad: z, currentColumn: At, mergeList: $t, editStore: St, isAllOverflow: ht, validErrorMaps:
|
|
13074
|
+
const { columnKey: De, height: W, showOverflow: Q, cellClassName: Ee, cellStyle: We, align: Ue, spanMethod: Ke, mouseConfig: lt, editConfig: st, editRules: ut, tooltipConfig: ot } = r, { tableData: pt, overflowX: Ft, scrollYLoad: z, currentColumn: At, mergeList: $t, editStore: St, isAllOverflow: ht, validErrorMaps: zt } = i, { afterFullData: _t } = a, Yt = N.value, Nt = k.value, Ht = C.value, en = b.value, an = B.value, wn = R.value, pn = ie.value, { type: hn, cellRender: $n, editRender: tn, align: on, showOverflow: rn, className: bn, treeNode: Fn, slots: xn } = Ie, { actived: Qn } = St, { rHeight: wo } = wn, { height: No } = an, cl = tn || $n, Ar = cl ? at.renderer.get(cl.name) : null, Ll = Ar ? Ar.cellClassName : "", ul = Ar ? Ar.cellStyle : "", eo = en.showAll, _n = t.getColumnIndex(Ie), Eo = t.getVTColumnIndex(Ie), So = Tt(tn);
|
|
13072
13075
|
let Fo = ye ? Ie.fixed !== ye : Ie.fixed && Ft;
|
|
13073
13076
|
const cr = f.isUndefined(rn) || f.isNull(rn) ? Q : rn;
|
|
13074
13077
|
let Uo = cr === "ellipsis";
|
|
13075
13078
|
const To = cr === "title", Hn = cr === !0 || cr === "tooltip";
|
|
13076
13079
|
let Oo = To || Hn || Uo, Lr;
|
|
13077
|
-
const Go = {}, Yo = on || Ue, ko =
|
|
13080
|
+
const Go = {}, Yo = on || Ue, ko = zt[`${Se}:${Ie.id}`], Vr = ut && Yt.showMessage && (Yt.message === "default" ? W || pt.length > 1 : Yt.message === "inline"), to = { colid: Ie.id }, Sn = { $table: t, $grid: t.xegrid, seq: be, rowid: Se, row: Je, rowIndex: Qe, $rowIndex: Xe, _rowIndex: Fe, column: Ie, columnIndex: _n, $columnIndex: ee, _columnIndex: Eo, fixed: ye, type: es, isHidden: Fo, level: Be, visibleData: _t, data: pt, items: $e };
|
|
13078
13081
|
if (z && !Oo && (Uo = Oo = !0), (To || Hn || eo || ot) && (Go.onMouseenter = (Xt) => {
|
|
13079
13082
|
I() || (To ? Ld(Xt.currentTarget, Ie) : (Hn || eo) && t.triggerBodyTooltipEvent(Xt, Sn), t.dispatchEvent("cell-mouseenter", Object.assign({ cell: Xt.currentTarget }, Sn), Xt));
|
|
13080
13083
|
}), (Hn || eo || ot) && (Go.onMouseleave = (Xt) => {
|
|
@@ -13160,11 +13163,11 @@ const es = "body", i_ = {
|
|
|
13160
13163
|
}, xe = (be, Se, ye) => {
|
|
13161
13164
|
const { stripe: Be, rowKey: Je, highlightHoverRow: Qe, rowClassName: Xe, rowStyle: Fe, showOverflow: Ie, editConfig: ee, treeConfig: he } = r, { hasFixedColumn: $e, treeExpandedMaps: De, scrollYLoad: W, rowExpandedMaps: Q, expandColumn: Ee, selectRadioRow: We, pendingRowMaps: Ue, pendingRowList: Ke } = i, { fullAllDataRowIdData: lt } = a, st = k.value, ut = E.value, ot = P.value, pt = C.value, Ft = B.value, { transform: z } = ot, At = ot.children || ot.childrenField, $t = [];
|
|
13162
13165
|
return Se.forEach((St, ht) => {
|
|
13163
|
-
const
|
|
13166
|
+
const zt = {};
|
|
13164
13167
|
let _t = ht;
|
|
13165
|
-
_t = t.getRowIndex(St), (Ft.isHover || Qe) && (
|
|
13168
|
+
_t = t.getRowIndex(St), (Ft.isHover || Qe) && (zt.onMouseenter = (on) => {
|
|
13166
13169
|
I() || t.triggerHoverEvent(on, { row: St, rowIndex: _t });
|
|
13167
|
-
},
|
|
13170
|
+
}, zt.onMouseleave = () => {
|
|
13168
13171
|
I() || t.clearHoverRow();
|
|
13169
13172
|
});
|
|
13170
13173
|
const Yt = qe(t, St), Nt = lt[Yt];
|
|
@@ -13186,11 +13189,11 @@ const es = "body", i_ = {
|
|
|
13186
13189
|
"row--pending": Ke.length && !!Ue[Yt]
|
|
13187
13190
|
},
|
|
13188
13191
|
Kr(Xe, wn)
|
|
13189
|
-
], rowid: Yt, style: Fe ? f.isFunction(Fe) ? Fe(wn) : Fe : null, key: Je || Ft.useKey || he ? Yt : ht },
|
|
13192
|
+
], rowid: Yt, style: Fe ? f.isFunction(Fe) ? Fe(wn) : Fe : null, key: Je || Ft.useKey || he ? Yt : ht }, zt), ye.map((on, rn) => ke(en, Yt, be, Ht, St, _t, ht, an, on, rn, ye, Se)))), pn) {
|
|
13190
13193
|
const on = D.value, { height: rn } = on, bn = {};
|
|
13191
13194
|
rn && (bn.height = `${rn}px`), he && (bn.paddingLeft = `${Ht * ot.indent + 30}px`);
|
|
13192
13195
|
const { showOverflow: Fn } = Ee, xn = f.isUndefined(Fn) || f.isNull(Fn) ? Ie : Fn, Qn = { $table: t, seq: en, column: Ee, fixed: be, type: es, level: Ht, row: St, rowIndex: _t, $rowIndex: ht, _rowIndex: an };
|
|
13193
|
-
$t.push(m("tr", Object.assign({ class: "vxe-body--expanded-row", key: `expand_${Yt}`, style: Fe ? f.isFunction(Fe) ? Fe(Qn) : Fe : null },
|
|
13196
|
+
$t.push(m("tr", Object.assign({ class: "vxe-body--expanded-row", key: `expand_${Yt}`, style: Fe ? f.isFunction(Fe) ? Fe(Qn) : Fe : null }, zt), [
|
|
13194
13197
|
m("td", {
|
|
13195
13198
|
class: {
|
|
13196
13199
|
"vxe-body--expanded-column": 1,
|
|
@@ -13222,8 +13225,8 @@ const es = "body", i_ = {
|
|
|
13222
13225
|
}, pe = (be) => {
|
|
13223
13226
|
const { fixedType: Se } = e, { highlightHoverRow: ye } = r, { scrollXLoad: Be, scrollYLoad: Je } = i, { elemStore: Qe, lastScrollTop: Xe, lastScrollLeft: Fe } = a, Ie = B.value, ee = s.value, he = u.value, $e = c.value, De = h.value, W = v.value, Q = x.value, Ee = de.value, We = ee ? ee.$el : null, Ue = $e ? $e.$el : null, Ke = he.$el, lt = De ? De.$el : null, st = W ? W.$el : null, ut = Qe["main-body-ySpace"], ot = ut ? ut.value : null, pt = Qe["main-body-xSpace"], Ft = pt ? pt.value : null, z = Je && ot ? ot.clientHeight : Ke.clientHeight, At = Be && Ft ? Ft.clientWidth : Ke.clientWidth;
|
|
13224
13227
|
let $t = Ee.scrollTop;
|
|
13225
|
-
const St = Ke.scrollLeft, ht = St !== Fe,
|
|
13226
|
-
a.lastScrollTop = $t, a.lastScrollLeft = St, i.lastScrollTime = Date.now(), (Ie.isHover || ye) && t.clearHoverRow(), lt && Se === "left" ? ($t = lt.scrollTop, He(Se, $t, Ke, st)) : st && Se === "right" ? ($t = st.scrollTop, He(Se, $t, Ke, lt)) : (ht && (We && (We.scrollLeft = Ke.scrollLeft), Ue && (Ue.scrollLeft = Ke.scrollLeft)), (lt || st) && (t.checkScrolling(),
|
|
13228
|
+
const St = Ke.scrollLeft, ht = St !== Fe, zt = $t !== Xe;
|
|
13229
|
+
a.lastScrollTop = $t, a.lastScrollLeft = St, i.lastScrollTime = Date.now(), (Ie.isHover || ye) && t.clearHoverRow(), lt && Se === "left" ? ($t = lt.scrollTop, He(Se, $t, Ke, st)) : st && Se === "right" ? ($t = st.scrollTop, He(Se, $t, Ke, lt)) : (ht && (We && (We.scrollLeft = Ke.scrollLeft), Ue && (Ue.scrollLeft = Ke.scrollLeft)), (lt || st) && (t.checkScrolling(), zt && He(Se, $t, lt, st))), Be && ht && t.triggerScrollXEvent(be), Je && zt && t.triggerScrollYEvent(be), ht && Q && Q.reactData.visible && Q.updatePlacement(), t.dispatchEvent("scroll", {
|
|
13227
13230
|
type: es,
|
|
13228
13231
|
fixed: Se,
|
|
13229
13232
|
scrollTop: $t,
|
|
@@ -13233,7 +13236,7 @@ const es = "body", i_ = {
|
|
|
13233
13236
|
bodyHeight: z,
|
|
13234
13237
|
bodyWidth: At,
|
|
13235
13238
|
isX: ht,
|
|
13236
|
-
isY:
|
|
13239
|
+
isY: zt
|
|
13237
13240
|
}, be);
|
|
13238
13241
|
};
|
|
13239
13242
|
let H, le = 0, fe = 0, ve = 0, _e = !1;
|
|
@@ -14319,7 +14322,7 @@ const kh = nt({
|
|
|
14319
14322
|
return f.each(d, (S, M) => {
|
|
14320
14323
|
p[M] && (g[M] = S);
|
|
14321
14324
|
}), g;
|
|
14322
|
-
},
|
|
14325
|
+
}, zt = (d) => {
|
|
14323
14326
|
const { fullDataRowIdData: p } = u, g = [];
|
|
14324
14327
|
return f.each(d, (S, M) => {
|
|
14325
14328
|
p[M] && z.findRowIndexOf(g, p[M].row) === -1 && g.push(p[M].row);
|
|
@@ -14768,7 +14771,7 @@ const kh = nt({
|
|
|
14768
14771
|
const Le = qe(z, re);
|
|
14769
14772
|
K[Le] && _n(K[Le].row, !0);
|
|
14770
14773
|
}
|
|
14771
|
-
s.selectCheckboxMaps = ht(S), Me.reserve && Eo(
|
|
14774
|
+
s.selectCheckboxMaps = ht(S), Me.reserve && Eo(zt(u.checkboxReserveRowMap), !0, !0), g && !X[qe(z, g)] && (s.currentRow = null), s.rowExpandedMaps = p ? ht(A) : {}, p && te.reserve && c.setRowExpand(zt(u.rowExpandedReserveRowMap), !0), s.treeExpandedMaps = d ? ht(L) : {}, d && Te.reserve && c.setTreeExpand(zt(u.treeExpandedReserveRowMap), !0);
|
|
14772
14775
|
}, cr = () => {
|
|
14773
14776
|
const { treeConfig: d } = e;
|
|
14774
14777
|
if (d) {
|
|
@@ -18656,13 +18659,13 @@ const v_ = Object.keys(jd), Rh = ["clearAll", "syncData", "updateData", "loadDat
|
|
|
18656
18659
|
*/
|
|
18657
18660
|
commitProxy(ee, ...he) {
|
|
18658
18661
|
const { toolbarConfig: $e, pagerConfig: De, editRules: W, validConfig: Q } = e, { tablePage: Ee, formData: We } = a, Ue = D.value, Ke = E.value, lt = P.value, st = N.value, { beforeQuery: ut, afterQuery: ot, beforeDelete: pt, afterDelete: Ft, beforeSave: z, afterSave: At, ajax: $t = {} } = Ke, St = Ke.response || Ke.props || {}, ht = u.value;
|
|
18659
|
-
let
|
|
18662
|
+
let zt = null, _t = null;
|
|
18660
18663
|
if (f.isString(ee)) {
|
|
18661
18664
|
const { buttons: Nt } = st, Ht = $e && Tt(st) && Nt ? f.findTree(Nt, (en) => en.code === ee, { children: "dropdowns" }) : null;
|
|
18662
|
-
|
|
18665
|
+
zt = Ht ? Ht.item : null, _t = ee;
|
|
18663
18666
|
} else
|
|
18664
|
-
|
|
18665
|
-
const Yt =
|
|
18667
|
+
zt = ee, _t = zt.code;
|
|
18668
|
+
const Yt = zt ? zt.params : null;
|
|
18666
18669
|
switch (_t) {
|
|
18667
18670
|
case "insert":
|
|
18668
18671
|
return ht.insert({});
|
|
@@ -18708,7 +18711,7 @@ const v_ = Object.keys(jd), Rh = ["clearAll", "syncData", "updateData", "loadDat
|
|
|
18708
18711
|
en ? ht.clearAll() : (an = ht.getSortColumns(), wn = ht.getCheckedFilters());
|
|
18709
18712
|
const hn = {
|
|
18710
18713
|
code: _t,
|
|
18711
|
-
button:
|
|
18714
|
+
button: zt,
|
|
18712
18715
|
isInited: Ht,
|
|
18713
18716
|
isReload: en,
|
|
18714
18717
|
$grid: q,
|
|
@@ -18744,7 +18747,7 @@ const v_ = Object.keys(jd), Rh = ["clearAll", "syncData", "updateData", "loadDat
|
|
|
18744
18747
|
case "delete": {
|
|
18745
18748
|
const Nt = $t.delete;
|
|
18746
18749
|
if (Nt) {
|
|
18747
|
-
const Ht = b.getCheckboxRecords(), en = Ht.filter((hn) => !ht.isInsertByRow(hn)), pn = [{ $grid: q, code: _t, button:
|
|
18750
|
+
const Ht = b.getCheckboxRecords(), en = Ht.filter((hn) => !ht.isInsertByRow(hn)), pn = [{ $grid: q, code: _t, button: zt, body: { removeRecords: en }, form: We, options: Nt }].concat(he);
|
|
18748
18751
|
if (Ht.length)
|
|
18749
18752
|
return J(_t, "vxe.grid.deleteSelectRecord", () => en.length ? (a.tableLoading = !0, Promise.resolve((pt || Nt)(...pn)).then((hn) => (a.tableLoading = !1, ht.setPendingRow(en, !1), Ue && at.modal.message({ content: G(hn, "vxe.grid.delSuccess"), status: "success" }), Ft ? Ft(...pn) : Y.commitProxy("query"), { status: !0 })).catch((hn) => (a.tableLoading = !1, Ue && at.modal.message({ id: _t, content: G(hn, "vxe.grid.operError"), status: "error" }), { status: !1 }))) : ht.remove(Ht));
|
|
18750
18753
|
Ue && at.modal.message({ id: _t, content: T.i18n("vxe.grid.selectOneRecord"), status: "warning" });
|
|
@@ -18754,7 +18757,7 @@ const v_ = Object.keys(jd), Rh = ["clearAll", "syncData", "updateData", "loadDat
|
|
|
18754
18757
|
case "save": {
|
|
18755
18758
|
const Nt = $t.save;
|
|
18756
18759
|
if (Nt) {
|
|
18757
|
-
const Ht = ht.getRecordset(), { insertRecords: en, removeRecords: an, updateRecords: wn, pendingRecords: pn } = Ht, $n = [{ $grid: q, code: _t, button:
|
|
18760
|
+
const Ht = ht.getRecordset(), { insertRecords: en, removeRecords: an, updateRecords: wn, pendingRecords: pn } = Ht, $n = [{ $grid: q, code: _t, button: zt, body: Ht, form: We, options: Nt }].concat(he);
|
|
18758
18761
|
en.length && (Ht.pendingRecords = pn.filter((on) => ht.findRowIndexOf(en, on) === -1)), pn.length && (Ht.insertRecords = en.filter((on) => ht.findRowIndexOf(pn, on) === -1));
|
|
18759
18762
|
let tn = Promise.resolve();
|
|
18760
18763
|
return W && (tn = ht[Q && Q.msgMode === "full" ? "fullValidate" : "validate"](Ht.insertRecords.concat(wn))), tn.then((on) => {
|
|
@@ -18769,7 +18772,7 @@ const v_ = Object.keys(jd), Rh = ["clearAll", "syncData", "updateData", "loadDat
|
|
|
18769
18772
|
}
|
|
18770
18773
|
default: {
|
|
18771
18774
|
const Nt = at.commands.get(_t);
|
|
18772
|
-
Nt && Nt.commandMethod && Nt.commandMethod({ code: _t, button:
|
|
18775
|
+
Nt && Nt.commandMethod && Nt.commandMethod({ code: _t, button: zt, $grid: q, $table: ht }, ...he);
|
|
18773
18776
|
}
|
|
18774
18777
|
}
|
|
18775
18778
|
return oe();
|
|
@@ -20842,14 +20845,14 @@ const pc = {
|
|
|
20842
20845
|
autofocus: ".el-input__inner",
|
|
20843
20846
|
renderDefault(e, t) {
|
|
20844
20847
|
const { row: n, column: o } = t;
|
|
20845
|
-
return [
|
|
20848
|
+
return [Vt(n[o.field] ?? "")];
|
|
20846
20849
|
},
|
|
20847
20850
|
renderEdit(e, t) {
|
|
20848
20851
|
return [m(M_, { params: t, renderOpts: e })];
|
|
20849
20852
|
},
|
|
20850
20853
|
renderCell(e, t) {
|
|
20851
20854
|
const { row: n, column: o } = t;
|
|
20852
|
-
return [
|
|
20855
|
+
return [Vt(n[o.field] ?? "")];
|
|
20853
20856
|
}
|
|
20854
20857
|
}, R_ = {
|
|
20855
20858
|
cellClassName: "x-grid__edit",
|
|
@@ -22302,11 +22305,11 @@ const u7 = {
|
|
|
22302
22305
|
},
|
|
22303
22306
|
renderCell(e, t) {
|
|
22304
22307
|
const { row: n, column: o } = t;
|
|
22305
|
-
return [
|
|
22308
|
+
return [Vt(n[o.field])];
|
|
22306
22309
|
},
|
|
22307
22310
|
renderDefault(e, t) {
|
|
22308
22311
|
const { row: n, column: o } = t;
|
|
22309
|
-
return [
|
|
22312
|
+
return [Vt(n[o.field])];
|
|
22310
22313
|
},
|
|
22311
22314
|
...pc,
|
|
22312
22315
|
renderFilter(e, t) {
|
|
@@ -22429,6 +22432,14 @@ const u7 = {
|
|
|
22429
22432
|
...pc,
|
|
22430
22433
|
renderFilter(e, t) {
|
|
22431
22434
|
return [m(x7, { params: t, renderOpts: e })];
|
|
22435
|
+
},
|
|
22436
|
+
renderDefault(e, t) {
|
|
22437
|
+
const { row: n, column: o } = t;
|
|
22438
|
+
return [Vt(n[o.field] ?? "")];
|
|
22439
|
+
},
|
|
22440
|
+
renderCell(e, t) {
|
|
22441
|
+
const { row: n, column: o } = t;
|
|
22442
|
+
return [Vt(n[o.field] ?? "")];
|
|
22432
22443
|
}
|
|
22433
22444
|
}, C7 = {
|
|
22434
22445
|
...$s,
|
|
@@ -22491,11 +22502,11 @@ const u7 = {
|
|
|
22491
22502
|
},
|
|
22492
22503
|
renderCell(e, t) {
|
|
22493
22504
|
const { row: n, column: o } = t;
|
|
22494
|
-
return [
|
|
22505
|
+
return [Vt(n[o.field])];
|
|
22495
22506
|
},
|
|
22496
22507
|
renderDefault(e, t) {
|
|
22497
22508
|
const { row: n, column: o } = t;
|
|
22498
|
-
return [
|
|
22509
|
+
return [Vt(n[o.field])];
|
|
22499
22510
|
},
|
|
22500
22511
|
...pc,
|
|
22501
22512
|
renderFilter(e, t) {
|
|
@@ -23235,7 +23246,7 @@ const q7 = {
|
|
|
23235
23246
|
])) : je("", !0)
|
|
23236
23247
|
]),
|
|
23237
23248
|
default: Ve(() => [
|
|
23238
|
-
|
|
23249
|
+
Bt("div", {
|
|
23239
23250
|
class: kn(["x-query-form__inner", V(s)]),
|
|
23240
23251
|
style: rl(V(u))
|
|
23241
23252
|
}, [
|
|
@@ -23541,7 +23552,7 @@ const $0 = /* @__PURE__ */ nt({
|
|
|
23541
23552
|
const P = D.target.value;
|
|
23542
23553
|
if (o.queryKey && (v.value[o.queryKey] = P), R(), !o.multiple && o.preload) {
|
|
23543
23554
|
const k = await y({});
|
|
23544
|
-
k?.list && k.list.length === 1 ? E(k.list[0]) : i.value = !0;
|
|
23555
|
+
k?.list && k.list.length === 1 ? (w(), E(k.list[0])) : i.value = !0;
|
|
23545
23556
|
} else
|
|
23546
23557
|
i.value = !0;
|
|
23547
23558
|
}, b = (D) => {
|
|
@@ -23948,7 +23959,7 @@ const lR = {
|
|
|
23948
23959
|
])
|
|
23949
23960
|
]),
|
|
23950
23961
|
default: Ve(() => [
|
|
23951
|
-
|
|
23962
|
+
Bt("div", {
|
|
23952
23963
|
class: kn(["x-field__editor_wrap", { "is-inline": o.inline }])
|
|
23953
23964
|
}, [
|
|
23954
23965
|
bt(k.$slots, "editor", { editor: E.value }, () => [
|
|
@@ -23971,7 +23982,7 @@ const lR = {
|
|
|
23971
23982
|
]),
|
|
23972
23983
|
o.tip || k.$slots.tip ? (we(), mt("div", sR, [
|
|
23973
23984
|
bt(k.$slots, "tip", {}, () => [
|
|
23974
|
-
|
|
23985
|
+
Vt(Wt(o.tip), 1)
|
|
23975
23986
|
])
|
|
23976
23987
|
])) : je("", !0)
|
|
23977
23988
|
], 2),
|
|
@@ -24098,7 +24109,7 @@ const lR = {
|
|
|
24098
24109
|
onClick: u
|
|
24099
24110
|
}, {
|
|
24100
24111
|
default: Ve(() => [
|
|
24101
|
-
|
|
24112
|
+
Vt(Wt(o.submitText), 1)
|
|
24102
24113
|
]),
|
|
24103
24114
|
_: 1
|
|
24104
24115
|
}, 8, ["loading"])) : je("", !0),
|
|
@@ -24108,7 +24119,7 @@ const lR = {
|
|
|
24108
24119
|
onClick: v[0] || (v[0] = () => c())
|
|
24109
24120
|
}, {
|
|
24110
24121
|
default: Ve(() => [
|
|
24111
|
-
|
|
24122
|
+
Vt(Wt(o.resetText), 1)
|
|
24112
24123
|
]),
|
|
24113
24124
|
_: 1
|
|
24114
24125
|
})) : je("", !0),
|
|
@@ -24292,8 +24303,8 @@ const lR = {
|
|
|
24292
24303
|
key: 0,
|
|
24293
24304
|
class: "x-tabs__icon"
|
|
24294
24305
|
})) : je("", !0),
|
|
24295
|
-
|
|
24296
|
-
|
|
24306
|
+
Bt("div", uR, [
|
|
24307
|
+
Vt(Wt(c.label) + " ", 1),
|
|
24297
24308
|
c.actions && [c.name, c.value].includes(s.$attrs.modelValue) ? (we(), mt("div", dR, [
|
|
24298
24309
|
(we(!0), mt(Dn, null, Un(c.actions, (h) => (we(), Ze(V(so), Mt({
|
|
24299
24310
|
mode: "icon",
|
|
@@ -24434,9 +24445,9 @@ const lR = {
|
|
|
24434
24445
|
key: 0,
|
|
24435
24446
|
class: "x-data-item__icon"
|
|
24436
24447
|
})) : je("", !0),
|
|
24437
|
-
|
|
24448
|
+
Bt("span", pR, [
|
|
24438
24449
|
bt(h.$slots, "title", {}, () => [
|
|
24439
|
-
|
|
24450
|
+
Vt(Wt(n.title), 1)
|
|
24440
24451
|
])
|
|
24441
24452
|
])
|
|
24442
24453
|
]),
|
|
@@ -24444,7 +24455,7 @@ const lR = {
|
|
|
24444
24455
|
}, 8, ["onClick"])) : je("", !0),
|
|
24445
24456
|
n.description || h.$slots.description ? (we(), mt("div", hR, [
|
|
24446
24457
|
bt(h.$slots, "description", {}, () => [
|
|
24447
|
-
|
|
24458
|
+
Vt(Wt(n.description), 1)
|
|
24448
24459
|
])
|
|
24449
24460
|
])) : je("", !0),
|
|
24450
24461
|
h.$slots.default ? (we(), mt("div", mR, [
|
|
@@ -24576,7 +24587,7 @@ const lR = {
|
|
|
24576
24587
|
!V(i).total && !V(a) ? bt(D.$slots, "empty", { key: 0 }, () => [
|
|
24577
24588
|
rt(V(sd))
|
|
24578
24589
|
]) : je("", !0),
|
|
24579
|
-
|
|
24590
|
+
Bt("div", Mt({ class: "x-list__content" }, V(R)), [
|
|
24580
24591
|
o.itemHeight ? Kn((we(), mt("div", Mt({
|
|
24581
24592
|
key: 0,
|
|
24582
24593
|
class: "x-list__wrapper",
|
|
@@ -24587,16 +24598,16 @@ const lR = {
|
|
|
24587
24598
|
key: E(k.data),
|
|
24588
24599
|
ref_for: !0
|
|
24589
24600
|
}, { item: k.data, index: N }), () => [
|
|
24590
|
-
|
|
24601
|
+
Bt("div", null, Wt(k), 1)
|
|
24591
24602
|
])), 128)),
|
|
24592
24603
|
V(a) ? (we(), mt("div", bR, [
|
|
24593
24604
|
bt(D.$slots, "loading", {}, () => [
|
|
24594
|
-
|
|
24605
|
+
Vt(" 正在加载数据... ")
|
|
24595
24606
|
])
|
|
24596
24607
|
])) : je("", !0),
|
|
24597
24608
|
u.value ? (we(), mt("div", xR, [
|
|
24598
24609
|
bt(D.$slots, "nomore", {}, () => [
|
|
24599
|
-
|
|
24610
|
+
Vt(" 没有更多数据 ")
|
|
24600
24611
|
])
|
|
24601
24612
|
])) : je("", !0)
|
|
24602
24613
|
], 16)), [
|
|
@@ -24609,16 +24620,16 @@ const lR = {
|
|
|
24609
24620
|
key: E(k),
|
|
24610
24621
|
ref_for: !0
|
|
24611
24622
|
}, { item: k, index: N }), () => [
|
|
24612
|
-
|
|
24623
|
+
Bt("div", null, Wt(k), 1)
|
|
24613
24624
|
])), 128)),
|
|
24614
24625
|
V(a) ? (we(), mt("div", yR, [
|
|
24615
24626
|
bt(D.$slots, "loading", {}, () => [
|
|
24616
|
-
|
|
24627
|
+
Vt(" 正在加载数据... ")
|
|
24617
24628
|
])
|
|
24618
24629
|
])) : je("", !0),
|
|
24619
24630
|
u.value ? (we(), mt("div", CR, [
|
|
24620
24631
|
bt(D.$slots, "nomore", {}, () => [
|
|
24621
|
-
|
|
24632
|
+
Vt(" 没有更多数据 ")
|
|
24622
24633
|
])
|
|
24623
24634
|
])) : je("", !0)
|
|
24624
24635
|
], 16)), [
|
|
@@ -24669,12 +24680,12 @@ const lR = {
|
|
|
24669
24680
|
}
|
|
24670
24681
|
};
|
|
24671
24682
|
return (o, r) => (we(), mt("div", SR, [
|
|
24672
|
-
|
|
24673
|
-
|
|
24674
|
-
|
|
24683
|
+
Bt("div", TR, [
|
|
24684
|
+
Bt("div", OR, [
|
|
24685
|
+
Bt("span", kR, Wt(t.name), 1)
|
|
24675
24686
|
]),
|
|
24676
|
-
|
|
24677
|
-
|
|
24687
|
+
Bt("div", DR, Wt(t.tagline), 1),
|
|
24688
|
+
Bt("div", $R, [
|
|
24678
24689
|
rt(V(wr), {
|
|
24679
24690
|
type: "primary",
|
|
24680
24691
|
size: "large",
|
|
@@ -24683,7 +24694,7 @@ const lR = {
|
|
|
24683
24694
|
onClick: n
|
|
24684
24695
|
}, {
|
|
24685
24696
|
default: Ve(() => [
|
|
24686
|
-
|
|
24697
|
+
Vt(Wt(t.actionText), 1)
|
|
24687
24698
|
]),
|
|
24688
24699
|
_: 1
|
|
24689
24700
|
}, 8, ["icon"])
|
|
@@ -24768,19 +24779,19 @@ const lR = {
|
|
|
24768
24779
|
default: Ve(() => [
|
|
24769
24780
|
rt(V(vr), null, {
|
|
24770
24781
|
default: Ve(() => [
|
|
24771
|
-
|
|
24782
|
+
Vt("内部数据")
|
|
24772
24783
|
]),
|
|
24773
24784
|
_: 1
|
|
24774
24785
|
}),
|
|
24775
24786
|
rt(V(Gt), null, {
|
|
24776
24787
|
default: Ve(() => [
|
|
24777
|
-
|
|
24788
|
+
Vt(Wt(s.value), 1)
|
|
24778
24789
|
]),
|
|
24779
24790
|
_: 1
|
|
24780
24791
|
}),
|
|
24781
24792
|
rt(V(vr), null, {
|
|
24782
24793
|
default: Ve(() => [
|
|
24783
|
-
|
|
24794
|
+
Vt("属性")
|
|
24784
24795
|
]),
|
|
24785
24796
|
_: 1
|
|
24786
24797
|
}),
|
|
@@ -24791,7 +24802,7 @@ const lR = {
|
|
|
24791
24802
|
default: Ve(() => [
|
|
24792
24803
|
(we(!0), mt(Dn, null, Un(l.value, ([y, R]) => (we(), Ze(V(Fc), { label: y }, {
|
|
24793
24804
|
default: Ve(() => [
|
|
24794
|
-
|
|
24805
|
+
Bt("pre", null, Wt(JSON.stringify(R, null, 2)), 1)
|
|
24795
24806
|
]),
|
|
24796
24807
|
_: 2
|
|
24797
24808
|
}, 1032, ["label"]))), 256))
|
|
@@ -24800,7 +24811,7 @@ const lR = {
|
|
|
24800
24811
|
}),
|
|
24801
24812
|
rt(V(vr), null, {
|
|
24802
24813
|
default: Ve(() => [
|
|
24803
|
-
|
|
24814
|
+
Vt("插槽")
|
|
24804
24815
|
]),
|
|
24805
24816
|
_: 1
|
|
24806
24817
|
}),
|
|
@@ -24816,12 +24827,12 @@ const lR = {
|
|
|
24816
24827
|
card: ""
|
|
24817
24828
|
}, {
|
|
24818
24829
|
default: Ve(() => [
|
|
24819
|
-
|
|
24830
|
+
Bt("div", _R, [
|
|
24820
24831
|
bt(x.$slots, "default", {
|
|
24821
24832
|
props: o,
|
|
24822
24833
|
data: s.value
|
|
24823
24834
|
}, () => [
|
|
24824
|
-
|
|
24835
|
+
Bt("pre", null, Wt(JSON.stringify({ props: o, data: s.value }, null, 2)), 1)
|
|
24825
24836
|
])
|
|
24826
24837
|
])
|
|
24827
24838
|
]),
|
|
@@ -24833,12 +24844,12 @@ const lR = {
|
|
|
24833
24844
|
card: ""
|
|
24834
24845
|
}, {
|
|
24835
24846
|
default: Ve(() => [
|
|
24836
|
-
|
|
24847
|
+
Bt("div", RR, [
|
|
24837
24848
|
bt(x.$slots, "extra", {
|
|
24838
24849
|
props: o,
|
|
24839
24850
|
data: s.value
|
|
24840
24851
|
}, () => [
|
|
24841
|
-
|
|
24852
|
+
Bt("pre", null, Wt(JSON.stringify({ props: o, data: s.value }, null, 2)), 1)
|
|
24842
24853
|
])
|
|
24843
24854
|
])
|
|
24844
24855
|
]),
|
|
@@ -24849,7 +24860,7 @@ const lR = {
|
|
|
24849
24860
|
}),
|
|
24850
24861
|
rt(V(vr), null, {
|
|
24851
24862
|
default: Ve(() => [
|
|
24852
|
-
|
|
24863
|
+
Vt("双向绑定")
|
|
24853
24864
|
]),
|
|
24854
24865
|
_: 1
|
|
24855
24866
|
}),
|
|
@@ -24886,7 +24897,7 @@ const lR = {
|
|
|
24886
24897
|
}),
|
|
24887
24898
|
rt(V(vr), null, {
|
|
24888
24899
|
default: Ve(() => [
|
|
24889
|
-
|
|
24900
|
+
Vt("事件和方法")
|
|
24890
24901
|
]),
|
|
24891
24902
|
_: 1
|
|
24892
24903
|
}),
|
|
@@ -24894,19 +24905,19 @@ const lR = {
|
|
|
24894
24905
|
default: Ve(() => [
|
|
24895
24906
|
rt(V(wr), { onClick: u }, {
|
|
24896
24907
|
default: Ve(() => [
|
|
24897
|
-
|
|
24908
|
+
Vt("click")
|
|
24898
24909
|
]),
|
|
24899
24910
|
_: 1
|
|
24900
24911
|
}),
|
|
24901
24912
|
rt(V(wr), { onClick: c }, {
|
|
24902
24913
|
default: Ve(() => [
|
|
24903
|
-
|
|
24914
|
+
Vt("submit")
|
|
24904
24915
|
]),
|
|
24905
24916
|
_: 1
|
|
24906
24917
|
}),
|
|
24907
24918
|
rt(V(wr), { onClick: v }, {
|
|
24908
24919
|
default: Ve(() => [
|
|
24909
|
-
|
|
24920
|
+
Vt("change")
|
|
24910
24921
|
]),
|
|
24911
24922
|
_: 1
|
|
24912
24923
|
})
|
|
@@ -25022,7 +25033,7 @@ const lR = {
|
|
|
25022
25033
|
key: 0,
|
|
25023
25034
|
class: "x-input-unit__unit"
|
|
25024
25035
|
}, [
|
|
25025
|
-
|
|
25036
|
+
Bt("span", null, Wt(a.value), 1)
|
|
25026
25037
|
])) : je("", !0)
|
|
25027
25038
|
]),
|
|
25028
25039
|
key: "1"
|
|
@@ -25094,7 +25105,7 @@ const lR = {
|
|
|
25094
25105
|
placeholder: t.placeholder
|
|
25095
25106
|
}, {
|
|
25096
25107
|
prepend: Ve(() => [
|
|
25097
|
-
|
|
25108
|
+
Bt("img", {
|
|
25098
25109
|
class: kn(["x-image-code-input__image", a.value]),
|
|
25099
25110
|
onClick: h,
|
|
25100
25111
|
src: r.value
|
|
@@ -26663,7 +26674,7 @@ Xi.toString = nf.bind(null, function(e, t, n) {
|
|
|
26663
26674
|
const O9 = ["src"], k9 = {
|
|
26664
26675
|
key: 0,
|
|
26665
26676
|
class: "x-qrcode__maskWrapper"
|
|
26666
|
-
}, D9 = /* @__PURE__ */
|
|
26677
|
+
}, D9 = /* @__PURE__ */ Bt("div", null, "刷新", -1), $9 = { class: "x-qrcode__tip" }, TI = /* @__PURE__ */ nt({
|
|
26667
26678
|
name: "XQrcode",
|
|
26668
26679
|
__name: "Qrcode",
|
|
26669
26680
|
props: PR,
|
|
@@ -26709,13 +26720,13 @@ const O9 = ["src"], k9 = {
|
|
|
26709
26720
|
ref_key: "qrcodeRef",
|
|
26710
26721
|
ref: C
|
|
26711
26722
|
}, [
|
|
26712
|
-
|
|
26723
|
+
Bt("img", Mt({ class: "x-qrcode__qrcode" }, V(l), { src: v.value }), null, 16, O9),
|
|
26713
26724
|
v.value && i.value ? (we(), mt("div", k9, [
|
|
26714
|
-
|
|
26725
|
+
Bt("div", {
|
|
26715
26726
|
class: "x-qrcode__mask",
|
|
26716
26727
|
style: rl({ scale: s.value })
|
|
26717
26728
|
}, [
|
|
26718
|
-
|
|
26729
|
+
Bt("div", {
|
|
26719
26730
|
class: "x-qrcode__logo",
|
|
26720
26731
|
onClick: h
|
|
26721
26732
|
}, [
|
|
@@ -26727,9 +26738,9 @@ const O9 = ["src"], k9 = {
|
|
|
26727
26738
|
D9
|
|
26728
26739
|
])
|
|
26729
26740
|
]),
|
|
26730
|
-
|
|
26741
|
+
Bt("div", $9, [
|
|
26731
26742
|
bt(y.$slots, "tip", {}, () => [
|
|
26732
|
-
|
|
26743
|
+
Vt(Wt(o.tip), 1)
|
|
26733
26744
|
])
|
|
26734
26745
|
])
|
|
26735
26746
|
], 4)
|
|
@@ -26738,10 +26749,10 @@ const O9 = ["src"], k9 = {
|
|
|
26738
26749
|
[V(tm), a.value]
|
|
26739
26750
|
]);
|
|
26740
26751
|
}
|
|
26741
|
-
}), M9 = { class: "x-sms-code-input" }, _9 = /* @__PURE__ */
|
|
26742
|
-
/* @__PURE__ */
|
|
26743
|
-
/* @__PURE__ */
|
|
26744
|
-
], -1), R9 = /* @__PURE__ */
|
|
26752
|
+
}), M9 = { class: "x-sms-code-input" }, _9 = /* @__PURE__ */ Bt("span", null, [
|
|
26753
|
+
/* @__PURE__ */ Bt("strong", null, "59"),
|
|
26754
|
+
/* @__PURE__ */ Vt("s")
|
|
26755
|
+
], -1), R9 = /* @__PURE__ */ Bt("div", { class: "x-sms-code-input__image" }, "图片验证码", -1), OI = /* @__PURE__ */ nt({
|
|
26745
26756
|
__name: "SmsCodeInput",
|
|
26746
26757
|
setup(e) {
|
|
26747
26758
|
return (t, n) => (we(), mt("div", M9, [
|
|
@@ -26753,7 +26764,7 @@ const O9 = ["src"], k9 = {
|
|
|
26753
26764
|
underline: !1
|
|
26754
26765
|
}, {
|
|
26755
26766
|
default: Ve(() => [
|
|
26756
|
-
|
|
26767
|
+
Vt("获取验证码")
|
|
26757
26768
|
]),
|
|
26758
26769
|
_: 1
|
|
26759
26770
|
})
|
|
@@ -27024,17 +27035,17 @@ const N9 = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
|
|
|
27024
27035
|
class: kn(["x-attachment__item", { "is-selected": P(Y.response || Y) }]),
|
|
27025
27036
|
onClick: (U) => k(Y.response || Y)
|
|
27026
27037
|
}, [
|
|
27027
|
-
|
|
27028
|
-
|
|
27038
|
+
Bt("div", q9, [
|
|
27039
|
+
Bt("img", {
|
|
27029
27040
|
class: kn(["el-upload-list__item-thumbnail", { "is-icon": !V($u)(Y.response || Y) }]),
|
|
27030
27041
|
src: R(Y.response || Y)
|
|
27031
27042
|
}, null, 10, X9),
|
|
27032
|
-
|
|
27043
|
+
Bt("div", {
|
|
27033
27044
|
class: "el-upload-list__item-name",
|
|
27034
27045
|
title: (Y.response || Y).url
|
|
27035
27046
|
}, [
|
|
27036
27047
|
Y.name ? (we(), mt("span", Z9, Wt((Y.response || Y).name), 1)) : je("", !0),
|
|
27037
|
-
|
|
27048
|
+
Bt("span", J9, Wt((Y.response || Y).url), 1)
|
|
27038
27049
|
], 8, K9)
|
|
27039
27050
|
]),
|
|
27040
27051
|
y.value ? (we(), mt("div", Q9, [
|
|
@@ -27083,7 +27094,7 @@ const N9 = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
|
|
|
27083
27094
|
bt(j.$slots, "tip")
|
|
27084
27095
|
]),
|
|
27085
27096
|
default: Ve(() => [
|
|
27086
|
-
|
|
27097
|
+
Bt("div", G9, [
|
|
27087
27098
|
rt(V(Xs), null, {
|
|
27088
27099
|
default: Ve(() => [
|
|
27089
27100
|
rt(V(lb))
|