sand-components-vben 2.3.4 → 2.3.7
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/package.json +1 -1
- package/sand-components-vben.css +1 -1
- package/sand-components-vben.js +235 -235
- package/sand-components-vben.umd.cjs +1 -1
package/sand-components-vben.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as Ot, reactive as Nn, toRefs as vr, onMounted as No, watch as Yt, resolveComponent as qe, openBlock as le, createBlock as Nt, unref as
|
|
1
|
+
import { defineComponent as Ot, reactive as Nn, toRefs as vr, onMounted as No, watch as Yt, resolveComponent as qe, openBlock as le, createBlock as Nt, unref as Q, isRef as Nr, withCtx as He, createElementBlock as Ae, Fragment as Ir, renderList as Xo, createTextVNode as xt, toDisplayString as Ke, Comment as Iae, Text as wae, computed as pe, inject as gs, provide as jl, ref as jn, shallowRef as Gi, getCurrentInstance as qQ, watchEffect as W_, onBeforeUnmount as VQ, triggerRef as Mae, createVNode as V, h as up, onBeforeMount as Lae, onUpdated as Pae, nextTick as pi, Teleport as WQ, onUnmounted as sy, TransitionGroup as jQ, render as q6, toRaw as KQ, renderSlot as ly, createElementVNode as oe, createCommentVNode as St, normalizeStyle as Zr, normalizeClass as dl, createStaticVNode as kae } from "vue";
|
|
2
2
|
const Fae = /* @__PURE__ */ Ot({
|
|
3
3
|
__name: "ApiSelect",
|
|
4
4
|
props: {
|
|
@@ -78,7 +78,7 @@ const Fae = /* @__PURE__ */ Ot({
|
|
|
78
78
|
), (l, u) => {
|
|
79
79
|
const c = qe("a-select-option"), d = qe("a-select");
|
|
80
80
|
return le(), Nt(d, {
|
|
81
|
-
value:
|
|
81
|
+
value: Q(a),
|
|
82
82
|
"onUpdate:value": u[0] || (u[0] = (p) => Nr(a) ? a.value = p : a = p),
|
|
83
83
|
"show-search": e.showSearch,
|
|
84
84
|
placeholder: e.placeholder,
|
|
@@ -88,7 +88,7 @@ const Fae = /* @__PURE__ */ Ot({
|
|
|
88
88
|
optionFilterProp: "label"
|
|
89
89
|
}, {
|
|
90
90
|
default: He(() => [
|
|
91
|
-
(le(!0), Ae(Ir, null, Xo(
|
|
91
|
+
(le(!0), Ae(Ir, null, Xo(Q(o), (p) => (le(), Nt(c, {
|
|
92
92
|
value: p[e.fieldNames.value],
|
|
93
93
|
key: p[e.fieldNames.label]
|
|
94
94
|
}, {
|
|
@@ -651,8 +651,8 @@ const n$ = Symbol("StyleContextKey"), ise = () => {
|
|
|
651
651
|
const t = uy(), n = Gi(de(de({}, r$), {
|
|
652
652
|
cache: Ug()
|
|
653
653
|
}));
|
|
654
|
-
return Yt([() =>
|
|
655
|
-
const r = de({}, t.value), i =
|
|
654
|
+
return Yt([() => Q(e), t], () => {
|
|
655
|
+
const r = de({}, t.value), i = Q(e);
|
|
656
656
|
Object.keys(i).forEach((a) => {
|
|
657
657
|
const s = i[a];
|
|
658
658
|
i[a] !== void 0 && (r[a] = s);
|
|
@@ -2788,7 +2788,7 @@ const Ble = p$(Nle), N$ = {
|
|
|
2788
2788
|
hashed: !0
|
|
2789
2789
|
}, I$ = Symbol("DesignTokenContext"), L2 = Gi(), Ule = (e) => {
|
|
2790
2790
|
jl(I$, e), Yt(e, () => {
|
|
2791
|
-
L2.value =
|
|
2791
|
+
L2.value = Q(e), Mae(L2);
|
|
2792
2792
|
}, {
|
|
2793
2793
|
immediate: !0,
|
|
2794
2794
|
deep: !0
|
|
@@ -15445,14 +15445,14 @@ const age = { class: "flex" }, sge = { class: "flex justify-end" }, lge = /* @__
|
|
|
15445
15445
|
const E = qe("a-input"), m = qe("a-input-search"), v = qe("a-table"), b = qe("a-button"), S = qe("a-drawer");
|
|
15446
15446
|
return le(), Ae("div", age, [
|
|
15447
15447
|
V(E, {
|
|
15448
|
-
value:
|
|
15448
|
+
value: Q(l),
|
|
15449
15449
|
"onUpdate:value": _[0] || (_[0] = (T) => Nr(l) ? l.value = T : l = T),
|
|
15450
15450
|
placeholder: e.placeholder,
|
|
15451
15451
|
onClick: p,
|
|
15452
15452
|
allowClear: ""
|
|
15453
15453
|
}, null, 8, ["value", "placeholder"]),
|
|
15454
15454
|
V(S, {
|
|
15455
|
-
open:
|
|
15455
|
+
open: Q(o),
|
|
15456
15456
|
"onUpdate:open": _[4] || (_[4] = (T) => Nr(o) ? o.value = T : o = T),
|
|
15457
15457
|
class: "custom-class",
|
|
15458
15458
|
"root-class-name": "root-class-name",
|
|
@@ -15486,20 +15486,20 @@ const age = { class: "flex" }, sge = { class: "flex justify-end" }, lge = /* @__
|
|
|
15486
15486
|
]),
|
|
15487
15487
|
default: He(() => [
|
|
15488
15488
|
V(m, {
|
|
15489
|
-
value:
|
|
15489
|
+
value: Q(s),
|
|
15490
15490
|
"onUpdate:value": _[1] || (_[1] = (T) => Nr(s) ? s.value = T : s = T),
|
|
15491
15491
|
placeholder: "社会统一信用代码、机构名称、组织机构代码、注册号、法人",
|
|
15492
|
-
loading:
|
|
15492
|
+
loading: Q(a).loading,
|
|
15493
15493
|
"enter-button": "",
|
|
15494
15494
|
onSearch: _[2] || (_[2] = (T) => d({ pageNo: 1 })),
|
|
15495
15495
|
style: { "margin-bottom": "10px" }
|
|
15496
15496
|
}, null, 8, ["value", "loading"]),
|
|
15497
15497
|
V(v, {
|
|
15498
|
-
columns:
|
|
15498
|
+
columns: Q(a).columns,
|
|
15499
15499
|
"row-key": "id",
|
|
15500
|
-
"data-source":
|
|
15501
|
-
pagination:
|
|
15502
|
-
loading:
|
|
15500
|
+
"data-source": Q(a).data,
|
|
15501
|
+
pagination: Q(a).pagination,
|
|
15502
|
+
loading: Q(a).loading,
|
|
15503
15503
|
onChange: c,
|
|
15504
15504
|
scroll: { x: "1800px" },
|
|
15505
15505
|
bordered: "",
|
|
@@ -19904,7 +19904,7 @@ var td, TJ = function(e, t, n) {
|
|
|
19904
19904
|
return function(ft) {
|
|
19905
19905
|
return /* @__PURE__ */ function(Bn) {
|
|
19906
19906
|
return !!Bn && typeof Bn == "object";
|
|
19907
|
-
}(ft) &&
|
|
19907
|
+
}(ft) && $(ft);
|
|
19908
19908
|
}(Qt) && wt.call(Qt, "callee") && (!fn.call(Qt, "callee") || Xe.call(Qt) == i);
|
|
19909
19909
|
}(H) ? function(Qt, ft) {
|
|
19910
19910
|
for (var Bn = -1, ce = Array(Qt); ++Bn < Qt; ) ce[Bn] = ft(Bn);
|
|
@@ -20150,7 +20150,7 @@ var td, TJ = function(e, t, n) {
|
|
|
20150
20150
|
return X;
|
|
20151
20151
|
});
|
|
20152
20152
|
var z = Array.isArray;
|
|
20153
|
-
function
|
|
20153
|
+
function $(H) {
|
|
20154
20154
|
return H != null && function(X) {
|
|
20155
20155
|
return typeof X == "number" && X > -1 && X % 1 == 0 && X <= r;
|
|
20156
20156
|
}(H.length) && !Me(H);
|
|
@@ -20167,7 +20167,7 @@ var td, TJ = function(e, t, n) {
|
|
|
20167
20167
|
return !!H && (X == "object" || X == "function");
|
|
20168
20168
|
}
|
|
20169
20169
|
function st(H) {
|
|
20170
|
-
return
|
|
20170
|
+
return $(H) ? _e(H) : function(X) {
|
|
20171
20171
|
if (!wo(X)) return yr(X);
|
|
20172
20172
|
var me = [];
|
|
20173
20173
|
for (var De in Object(X)) wt.call(X, De) && De != "constructor" && me.push(De);
|
|
@@ -30664,60 +30664,60 @@ var DLe = { renderElems: [zMe], editorPlugin: function(e) {
|
|
|
30664
30664
|
} catch {
|
|
30665
30665
|
}
|
|
30666
30666
|
}(), F = I && I.isTypedArray;
|
|
30667
|
-
function j(z,
|
|
30668
|
-
for (var ge = -1, Me = z == null ? 0 : z.length; ++ge < Me; ) if (
|
|
30667
|
+
function j(z, $) {
|
|
30668
|
+
for (var ge = -1, Me = z == null ? 0 : z.length; ++ge < Me; ) if ($(z[ge], ge, z)) return !0;
|
|
30669
30669
|
return !1;
|
|
30670
30670
|
}
|
|
30671
30671
|
function ee(z) {
|
|
30672
|
-
var
|
|
30672
|
+
var $ = -1, ge = Array(z.size);
|
|
30673
30673
|
return z.forEach(function(Me, Gt) {
|
|
30674
|
-
ge[
|
|
30674
|
+
ge[++$] = [Gt, Me];
|
|
30675
30675
|
}), ge;
|
|
30676
30676
|
}
|
|
30677
30677
|
function ae(z) {
|
|
30678
|
-
var
|
|
30678
|
+
var $ = -1, ge = Array(z.size);
|
|
30679
30679
|
return z.forEach(function(Me) {
|
|
30680
|
-
ge[
|
|
30680
|
+
ge[++$] = Me;
|
|
30681
30681
|
}), ge;
|
|
30682
30682
|
}
|
|
30683
30683
|
var se = Array.prototype, N = Function.prototype, D = Object.prototype, M = x["__core-js_shared__"], k = N.toString, K = D.hasOwnProperty, q = function() {
|
|
30684
30684
|
var z = /[^.]+$/.exec(M && M.keys && M.keys.IE_PROTO || "");
|
|
30685
30685
|
return z ? "Symbol(src)_1." + z : "";
|
|
30686
|
-
}(), ie = D.toString, ne = RegExp("^" + k.call(K).replace(/[\\^$.*+?()[\]{}|]/g, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"), ye = L ? x.Buffer : void 0, Te = x.Symbol, Z = x.Uint8Array, Fe = D.propertyIsEnumerable, Ie = se.splice, Se = Te ? Te.toStringTag : void 0, ze = Object.getOwnPropertySymbols, wt = ye ? ye.isBuffer : void 0, Xe = /* @__PURE__ */ function(z,
|
|
30686
|
+
}(), ie = D.toString, ne = RegExp("^" + k.call(K).replace(/[\\^$.*+?()[\]{}|]/g, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"), ye = L ? x.Buffer : void 0, Te = x.Symbol, Z = x.Uint8Array, Fe = D.propertyIsEnumerable, Ie = se.splice, Se = Te ? Te.toStringTag : void 0, ze = Object.getOwnPropertySymbols, wt = ye ? ye.isBuffer : void 0, Xe = /* @__PURE__ */ function(z, $) {
|
|
30687
30687
|
return function(ge) {
|
|
30688
|
-
return z(
|
|
30688
|
+
return z($(ge));
|
|
30689
30689
|
};
|
|
30690
30690
|
}(Object.keys, Object), ut = _e(x, "DataView"), Bt = _e(x, "Map"), tn = _e(x, "Promise"), Ge = _e(x, "Set"), Ht = _e(x, "WeakMap"), pn = _e(Object, "create"), fn = Re(ut), Sr = Re(Bt), Kt = Re(tn), Sn = Re(Ge), yr = Re(Ht), Tr = Te ? Te.prototype : void 0, gn = Tr ? Tr.valueOf : void 0;
|
|
30691
30691
|
function nn(z) {
|
|
30692
|
-
var
|
|
30693
|
-
for (this.clear();
|
|
30694
|
-
var Me = z[
|
|
30692
|
+
var $ = -1, ge = z == null ? 0 : z.length;
|
|
30693
|
+
for (this.clear(); ++$ < ge; ) {
|
|
30694
|
+
var Me = z[$];
|
|
30695
30695
|
this.set(Me[0], Me[1]);
|
|
30696
30696
|
}
|
|
30697
30697
|
}
|
|
30698
30698
|
function rn(z) {
|
|
30699
|
-
var
|
|
30700
|
-
for (this.clear();
|
|
30701
|
-
var Me = z[
|
|
30699
|
+
var $ = -1, ge = z == null ? 0 : z.length;
|
|
30700
|
+
for (this.clear(); ++$ < ge; ) {
|
|
30701
|
+
var Me = z[$];
|
|
30702
30702
|
this.set(Me[0], Me[1]);
|
|
30703
30703
|
}
|
|
30704
30704
|
}
|
|
30705
30705
|
function Fn(z) {
|
|
30706
|
-
var
|
|
30707
|
-
for (this.clear();
|
|
30708
|
-
var Me = z[
|
|
30706
|
+
var $ = -1, ge = z == null ? 0 : z.length;
|
|
30707
|
+
for (this.clear(); ++$ < ge; ) {
|
|
30708
|
+
var Me = z[$];
|
|
30709
30709
|
this.set(Me[0], Me[1]);
|
|
30710
30710
|
}
|
|
30711
30711
|
}
|
|
30712
30712
|
function un(z) {
|
|
30713
|
-
var
|
|
30714
|
-
for (this.__data__ = new Fn();
|
|
30713
|
+
var $ = -1, ge = z == null ? 0 : z.length;
|
|
30714
|
+
for (this.__data__ = new Fn(); ++$ < ge; ) this.add(z[$]);
|
|
30715
30715
|
}
|
|
30716
30716
|
function tr(z) {
|
|
30717
|
-
var
|
|
30718
|
-
this.size =
|
|
30717
|
+
var $ = this.__data__ = new rn(z);
|
|
30718
|
+
this.size = $.size;
|
|
30719
30719
|
}
|
|
30720
|
-
function no(z,
|
|
30720
|
+
function no(z, $) {
|
|
30721
30721
|
var ge = Ct(z), Me = !ge && we(z), Gt = !ge && !Me && Mt(z), st = !ge && !Me && !Gt && ai(z), H = ge || Me || Gt || st, X = H ? function(Et, on) {
|
|
30722
30722
|
for (var Qt = -1, ft = Array(Et); ++Qt < Et; ) ft[Qt] = on(Qt);
|
|
30723
30723
|
return ft;
|
|
@@ -30725,29 +30725,29 @@ var DLe = { renderElems: [zMe], editorPlugin: function(e) {
|
|
|
30725
30725
|
for (var De in z) !K.call(z, De) || H && (De == "length" || Gt && (De == "offset" || De == "parent") || st && (De == "buffer" || De == "byteLength" || De == "byteOffset") || Vt(De, me)) || X.push(De);
|
|
30726
30726
|
return X;
|
|
30727
30727
|
}
|
|
30728
|
-
function ii(z,
|
|
30729
|
-
for (var ge = z.length; ge--; ) if (xe(z[ge][0],
|
|
30728
|
+
function ii(z, $) {
|
|
30729
|
+
for (var ge = z.length; ge--; ) if (xe(z[ge][0], $)) return ge;
|
|
30730
30730
|
return -1;
|
|
30731
30731
|
}
|
|
30732
30732
|
function pr(z) {
|
|
30733
|
-
return z == null ? z === void 0 ? "[object Undefined]" : "[object Null]" : Se && Se in Object(z) ? function(
|
|
30734
|
-
var ge = K.call(
|
|
30733
|
+
return z == null ? z === void 0 ? "[object Undefined]" : "[object Null]" : Se && Se in Object(z) ? function($) {
|
|
30734
|
+
var ge = K.call($, Se), Me = $[Se];
|
|
30735
30735
|
try {
|
|
30736
|
-
|
|
30736
|
+
$[Se] = void 0;
|
|
30737
30737
|
var Gt = !0;
|
|
30738
30738
|
} catch {
|
|
30739
30739
|
}
|
|
30740
|
-
var st = ie.call(
|
|
30741
|
-
return Gt && (ge ?
|
|
30742
|
-
}(z) : function(
|
|
30743
|
-
return ie.call(
|
|
30740
|
+
var st = ie.call($);
|
|
30741
|
+
return Gt && (ge ? $[Se] = Me : delete $[Se]), st;
|
|
30742
|
+
}(z) : function($) {
|
|
30743
|
+
return ie.call($);
|
|
30744
30744
|
}(z);
|
|
30745
30745
|
}
|
|
30746
30746
|
function mi(z) {
|
|
30747
30747
|
return wo(z) && pr(z) == i;
|
|
30748
30748
|
}
|
|
30749
|
-
function pt(z,
|
|
30750
|
-
return z ===
|
|
30749
|
+
function pt(z, $, ge, Me, Gt) {
|
|
30750
|
+
return z === $ || (z == null || $ == null || !wo(z) && !wo($) ? z != z && $ != $ : function(st, H, X, me, De, Et) {
|
|
30751
30751
|
var on = Ct(st), Qt = Ct(H), ft = on ? o : Tt(st), Bn = Qt ? o : Tt(H), ce = (ft = ft == i ? p : ft) == p, Pe = (Bn = Bn == i ? p : Bn) == p, et = ft == Bn;
|
|
30752
30752
|
if (et && Mt(st)) {
|
|
30753
30753
|
if (!Mt(H)) return !1;
|
|
@@ -30817,35 +30817,35 @@ var DLe = { renderElems: [zMe], editorPlugin: function(e) {
|
|
|
30817
30817
|
}
|
|
30818
30818
|
return Cr.delete(rt), Cr.delete(Ve), bs;
|
|
30819
30819
|
}(st, H, X, me, De, Et)) : !1;
|
|
30820
|
-
}(z,
|
|
30820
|
+
}(z, $, ge, Me, pt, Gt));
|
|
30821
30821
|
}
|
|
30822
30822
|
function qr(z) {
|
|
30823
|
-
return !(!Ha(z) || function(
|
|
30824
|
-
return !!q && q in
|
|
30823
|
+
return !(!Ha(z) || function($) {
|
|
30824
|
+
return !!q && q in $;
|
|
30825
30825
|
}(z)) && (hi(z) ? ne : S).test(Re(z));
|
|
30826
30826
|
}
|
|
30827
30827
|
function An(z) {
|
|
30828
|
-
if (ge = (
|
|
30829
|
-
var
|
|
30828
|
+
if (ge = ($ = z) && $.constructor, Me = typeof ge == "function" && ge.prototype || D, $ !== Me) return Xe(z);
|
|
30829
|
+
var $, ge, Me, Gt = [];
|
|
30830
30830
|
for (var st in Object(z)) K.call(z, st) && st != "constructor" && Gt.push(st);
|
|
30831
30831
|
return Gt;
|
|
30832
30832
|
}
|
|
30833
|
-
function xn(z,
|
|
30834
|
-
var H = 1 & ge, X = z.length, me =
|
|
30833
|
+
function xn(z, $, ge, Me, Gt, st) {
|
|
30834
|
+
var H = 1 & ge, X = z.length, me = $.length;
|
|
30835
30835
|
if (X != me && !(H && me > X)) return !1;
|
|
30836
30836
|
var De = st.get(z);
|
|
30837
|
-
if (De && st.get(
|
|
30837
|
+
if (De && st.get($)) return De == $;
|
|
30838
30838
|
var Et = -1, on = !0, Qt = 2 & ge ? new un() : void 0;
|
|
30839
|
-
for (st.set(z,
|
|
30840
|
-
var ft = z[Et], Bn =
|
|
30841
|
-
if (Me) var ce = H ? Me(Bn, ft, Et,
|
|
30839
|
+
for (st.set(z, $), st.set($, z); ++Et < X; ) {
|
|
30840
|
+
var ft = z[Et], Bn = $[Et];
|
|
30841
|
+
if (Me) var ce = H ? Me(Bn, ft, Et, $, z, st) : Me(ft, Bn, Et, z, $, st);
|
|
30842
30842
|
if (ce !== void 0) {
|
|
30843
30843
|
if (ce) continue;
|
|
30844
30844
|
on = !1;
|
|
30845
30845
|
break;
|
|
30846
30846
|
}
|
|
30847
30847
|
if (Qt) {
|
|
30848
|
-
if (!j(
|
|
30848
|
+
if (!j($, function(Pe, et) {
|
|
30849
30849
|
if (Rt = et, !Qt.has(Rt) && (ft === Pe || Gt(ft, Pe, ge, Me, st))) return Qt.push(et);
|
|
30850
30850
|
var Rt;
|
|
30851
30851
|
})) {
|
|
@@ -30857,70 +30857,70 @@ var DLe = { renderElems: [zMe], editorPlugin: function(e) {
|
|
|
30857
30857
|
break;
|
|
30858
30858
|
}
|
|
30859
30859
|
}
|
|
30860
|
-
return st.delete(z), st.delete(
|
|
30860
|
+
return st.delete(z), st.delete($), on;
|
|
30861
30861
|
}
|
|
30862
30862
|
function B(z) {
|
|
30863
|
-
return function(
|
|
30864
|
-
var Gt = ge(
|
|
30865
|
-
return Ct(
|
|
30863
|
+
return function($, ge, Me) {
|
|
30864
|
+
var Gt = ge($);
|
|
30865
|
+
return Ct($) ? Gt : function(st, H) {
|
|
30866
30866
|
for (var X = -1, me = H.length, De = st.length; ++X < me; ) st[De + X] = H[X];
|
|
30867
30867
|
return st;
|
|
30868
|
-
}(Gt, Me(
|
|
30868
|
+
}(Gt, Me($));
|
|
30869
30869
|
}(z, ou, Ye);
|
|
30870
30870
|
}
|
|
30871
|
-
function re(z,
|
|
30871
|
+
function re(z, $) {
|
|
30872
30872
|
var ge, Me, Gt = z.__data__;
|
|
30873
|
-
return ((Me = typeof (ge =
|
|
30873
|
+
return ((Me = typeof (ge = $)) == "string" || Me == "number" || Me == "symbol" || Me == "boolean" ? ge !== "__proto__" : ge === null) ? Gt[typeof $ == "string" ? "string" : "hash"] : Gt.map;
|
|
30874
30874
|
}
|
|
30875
|
-
function _e(z,
|
|
30875
|
+
function _e(z, $) {
|
|
30876
30876
|
var ge = function(Me, Gt) {
|
|
30877
30877
|
return Me == null ? void 0 : Me[Gt];
|
|
30878
|
-
}(z,
|
|
30878
|
+
}(z, $);
|
|
30879
30879
|
return qr(ge) ? ge : void 0;
|
|
30880
30880
|
}
|
|
30881
30881
|
nn.prototype.clear = function() {
|
|
30882
30882
|
this.__data__ = pn ? pn(null) : {}, this.size = 0;
|
|
30883
30883
|
}, nn.prototype.delete = function(z) {
|
|
30884
|
-
var
|
|
30885
|
-
return this.size -=
|
|
30884
|
+
var $ = this.has(z) && delete this.__data__[z];
|
|
30885
|
+
return this.size -= $ ? 1 : 0, $;
|
|
30886
30886
|
}, nn.prototype.get = function(z) {
|
|
30887
|
-
var
|
|
30887
|
+
var $ = this.__data__;
|
|
30888
30888
|
if (pn) {
|
|
30889
|
-
var ge =
|
|
30889
|
+
var ge = $[z];
|
|
30890
30890
|
return ge === n ? void 0 : ge;
|
|
30891
30891
|
}
|
|
30892
|
-
return K.call(
|
|
30892
|
+
return K.call($, z) ? $[z] : void 0;
|
|
30893
30893
|
}, nn.prototype.has = function(z) {
|
|
30894
|
-
var
|
|
30895
|
-
return pn ?
|
|
30896
|
-
}, nn.prototype.set = function(z,
|
|
30894
|
+
var $ = this.__data__;
|
|
30895
|
+
return pn ? $[z] !== void 0 : K.call($, z);
|
|
30896
|
+
}, nn.prototype.set = function(z, $) {
|
|
30897
30897
|
var ge = this.__data__;
|
|
30898
|
-
return this.size += this.has(z) ? 0 : 1, ge[z] = pn &&
|
|
30898
|
+
return this.size += this.has(z) ? 0 : 1, ge[z] = pn && $ === void 0 ? n : $, this;
|
|
30899
30899
|
}, rn.prototype.clear = function() {
|
|
30900
30900
|
this.__data__ = [], this.size = 0;
|
|
30901
30901
|
}, rn.prototype.delete = function(z) {
|
|
30902
|
-
var
|
|
30903
|
-
return !(ge < 0) && (ge ==
|
|
30902
|
+
var $ = this.__data__, ge = ii($, z);
|
|
30903
|
+
return !(ge < 0) && (ge == $.length - 1 ? $.pop() : Ie.call($, ge, 1), --this.size, !0);
|
|
30904
30904
|
}, rn.prototype.get = function(z) {
|
|
30905
|
-
var
|
|
30906
|
-
return ge < 0 ? void 0 :
|
|
30905
|
+
var $ = this.__data__, ge = ii($, z);
|
|
30906
|
+
return ge < 0 ? void 0 : $[ge][1];
|
|
30907
30907
|
}, rn.prototype.has = function(z) {
|
|
30908
30908
|
return ii(this.__data__, z) > -1;
|
|
30909
|
-
}, rn.prototype.set = function(z,
|
|
30909
|
+
}, rn.prototype.set = function(z, $) {
|
|
30910
30910
|
var ge = this.__data__, Me = ii(ge, z);
|
|
30911
|
-
return Me < 0 ? (++this.size, ge.push([z,
|
|
30911
|
+
return Me < 0 ? (++this.size, ge.push([z, $])) : ge[Me][1] = $, this;
|
|
30912
30912
|
}, Fn.prototype.clear = function() {
|
|
30913
30913
|
this.size = 0, this.__data__ = { hash: new nn(), map: new (Bt || rn)(), string: new nn() };
|
|
30914
30914
|
}, Fn.prototype.delete = function(z) {
|
|
30915
|
-
var
|
|
30916
|
-
return this.size -=
|
|
30915
|
+
var $ = re(this, z).delete(z);
|
|
30916
|
+
return this.size -= $ ? 1 : 0, $;
|
|
30917
30917
|
}, Fn.prototype.get = function(z) {
|
|
30918
30918
|
return re(this, z).get(z);
|
|
30919
30919
|
}, Fn.prototype.has = function(z) {
|
|
30920
30920
|
return re(this, z).has(z);
|
|
30921
|
-
}, Fn.prototype.set = function(z,
|
|
30921
|
+
}, Fn.prototype.set = function(z, $) {
|
|
30922
30922
|
var ge = re(this, z), Me = ge.size;
|
|
30923
|
-
return ge.set(z,
|
|
30923
|
+
return ge.set(z, $), this.size += ge.size == Me ? 0 : 1, this;
|
|
30924
30924
|
}, un.prototype.add = un.prototype.push = function(z) {
|
|
30925
30925
|
return this.__data__.set(z, n), this;
|
|
30926
30926
|
}, un.prototype.has = function(z) {
|
|
@@ -30928,36 +30928,36 @@ var DLe = { renderElems: [zMe], editorPlugin: function(e) {
|
|
|
30928
30928
|
}, tr.prototype.clear = function() {
|
|
30929
30929
|
this.__data__ = new rn(), this.size = 0;
|
|
30930
30930
|
}, tr.prototype.delete = function(z) {
|
|
30931
|
-
var
|
|
30932
|
-
return this.size =
|
|
30931
|
+
var $ = this.__data__, ge = $.delete(z);
|
|
30932
|
+
return this.size = $.size, ge;
|
|
30933
30933
|
}, tr.prototype.get = function(z) {
|
|
30934
30934
|
return this.__data__.get(z);
|
|
30935
30935
|
}, tr.prototype.has = function(z) {
|
|
30936
30936
|
return this.__data__.has(z);
|
|
30937
|
-
}, tr.prototype.set = function(z,
|
|
30937
|
+
}, tr.prototype.set = function(z, $) {
|
|
30938
30938
|
var ge = this.__data__;
|
|
30939
30939
|
if (ge instanceof rn) {
|
|
30940
30940
|
var Me = ge.__data__;
|
|
30941
|
-
if (!Bt || Me.length < 199) return Me.push([z,
|
|
30941
|
+
if (!Bt || Me.length < 199) return Me.push([z, $]), this.size = ++ge.size, this;
|
|
30942
30942
|
ge = this.__data__ = new Fn(Me);
|
|
30943
30943
|
}
|
|
30944
|
-
return ge.set(z,
|
|
30944
|
+
return ge.set(z, $), this.size = ge.size, this;
|
|
30945
30945
|
};
|
|
30946
30946
|
var Ye = ze ? function(z) {
|
|
30947
|
-
return z == null ? [] : (z = Object(z), function(
|
|
30948
|
-
for (var Me = -1, Gt =
|
|
30949
|
-
var X =
|
|
30950
|
-
ge(X, Me,
|
|
30947
|
+
return z == null ? [] : (z = Object(z), function($, ge) {
|
|
30948
|
+
for (var Me = -1, Gt = $ == null ? 0 : $.length, st = 0, H = []; ++Me < Gt; ) {
|
|
30949
|
+
var X = $[Me];
|
|
30950
|
+
ge(X, Me, $) && (H[st++] = X);
|
|
30951
30951
|
}
|
|
30952
30952
|
return H;
|
|
30953
|
-
}(ze(z), function(
|
|
30954
|
-
return Fe.call(z,
|
|
30953
|
+
}(ze(z), function($) {
|
|
30954
|
+
return Fe.call(z, $);
|
|
30955
30955
|
}));
|
|
30956
30956
|
} : function() {
|
|
30957
30957
|
return [];
|
|
30958
30958
|
}, Tt = pr;
|
|
30959
|
-
function Vt(z,
|
|
30960
|
-
return !!(
|
|
30959
|
+
function Vt(z, $) {
|
|
30960
|
+
return !!($ = $ ?? r) && (typeof z == "number" || T.test(z)) && z > -1 && z % 1 == 0 && z < $;
|
|
30961
30961
|
}
|
|
30962
30962
|
function Re(z) {
|
|
30963
30963
|
if (z != null) {
|
|
@@ -30972,11 +30972,11 @@ var DLe = { renderElems: [zMe], editorPlugin: function(e) {
|
|
|
30972
30972
|
}
|
|
30973
30973
|
return "";
|
|
30974
30974
|
}
|
|
30975
|
-
function xe(z,
|
|
30976
|
-
return z ===
|
|
30975
|
+
function xe(z, $) {
|
|
30976
|
+
return z === $ || z != z && $ != $;
|
|
30977
30977
|
}
|
|
30978
30978
|
(ut && Tt(new ut(new ArrayBuffer(1))) != b || Bt && Tt(new Bt()) != c || tn && Tt(tn.resolve()) != f || Ge && Tt(new Ge()) != h || Ht && Tt(new Ht()) != m) && (Tt = function(z) {
|
|
30979
|
-
var
|
|
30979
|
+
var $ = pr(z), ge = $ == p ? z.constructor : void 0, Me = ge ? Re(ge) : "";
|
|
30980
30980
|
if (Me) switch (Me) {
|
|
30981
30981
|
case fn:
|
|
30982
30982
|
return b;
|
|
@@ -30989,7 +30989,7 @@ var DLe = { renderElems: [zMe], editorPlugin: function(e) {
|
|
|
30989
30989
|
case yr:
|
|
30990
30990
|
return m;
|
|
30991
30991
|
}
|
|
30992
|
-
return
|
|
30992
|
+
return $;
|
|
30993
30993
|
});
|
|
30994
30994
|
var we = mi(/* @__PURE__ */ function() {
|
|
30995
30995
|
return arguments;
|
|
@@ -31000,32 +31000,32 @@ var DLe = { renderElems: [zMe], editorPlugin: function(e) {
|
|
|
31000
31000
|
};
|
|
31001
31001
|
function hi(z) {
|
|
31002
31002
|
if (!Ha(z)) return !1;
|
|
31003
|
-
var
|
|
31004
|
-
return
|
|
31003
|
+
var $ = pr(z);
|
|
31004
|
+
return $ == u || $ == "[object GeneratorFunction]" || $ == "[object AsyncFunction]" || $ == "[object Proxy]";
|
|
31005
31005
|
}
|
|
31006
31006
|
function oi(z) {
|
|
31007
31007
|
return typeof z == "number" && z > -1 && z % 1 == 0 && z <= r;
|
|
31008
31008
|
}
|
|
31009
31009
|
function Ha(z) {
|
|
31010
|
-
var
|
|
31011
|
-
return z != null && (
|
|
31010
|
+
var $ = typeof z;
|
|
31011
|
+
return z != null && ($ == "object" || $ == "function");
|
|
31012
31012
|
}
|
|
31013
31013
|
function wo(z) {
|
|
31014
31014
|
return z != null && typeof z == "object";
|
|
31015
31015
|
}
|
|
31016
31016
|
var ai = F ? /* @__PURE__ */ function(z) {
|
|
31017
|
-
return function(
|
|
31018
|
-
return z(
|
|
31017
|
+
return function($) {
|
|
31018
|
+
return z($);
|
|
31019
31019
|
};
|
|
31020
31020
|
}(F) : function(z) {
|
|
31021
31021
|
return wo(z) && oi(z.length) && !!y[pr(z)];
|
|
31022
31022
|
};
|
|
31023
31023
|
function ou(z) {
|
|
31024
|
-
return (
|
|
31025
|
-
var
|
|
31024
|
+
return ($ = z) != null && oi($.length) && !hi($) ? no(z) : An(z);
|
|
31025
|
+
var $;
|
|
31026
31026
|
}
|
|
31027
|
-
e.exports = function(z,
|
|
31028
|
-
return pt(z,
|
|
31027
|
+
e.exports = function(z, $) {
|
|
31028
|
+
return pt(z, $);
|
|
31029
31029
|
};
|
|
31030
31030
|
});
|
|
31031
31031
|
Di("en", { tableModule: { deleteCol: "Delete column", deleteRow: "Delete row", deleteTable: "Delete table", widthAuto: "Width auto", insertCol: "Insert column", insertRow: "Insert row", insertTable: "Insert table", header: "Header" } }), Di("zh-CN", { tableModule: { deleteCol: "删除列", deleteRow: "删除行", deleteTable: "删除表格", widthAuto: "宽度自适应", insertCol: "插入列", insertRow: "插入行", insertTable: "插入表格", header: "表头" } });
|
|
@@ -36473,19 +36473,19 @@ const g7e = { class: "sand-editor" }, _7e = {
|
|
|
36473
36473
|
a.value = g, r.value.setHtml(g);
|
|
36474
36474
|
});
|
|
36475
36475
|
}), (g, h) => (le(), Ae("div", g7e, [
|
|
36476
|
-
V(
|
|
36476
|
+
V(Q(f7e), {
|
|
36477
36477
|
style: { "border-bottom": "1px solid #ccc" },
|
|
36478
36478
|
editor: r.value,
|
|
36479
|
-
defaultConfig:
|
|
36480
|
-
mode:
|
|
36479
|
+
defaultConfig: Q(c),
|
|
36480
|
+
mode: Q(p)
|
|
36481
36481
|
}, null, 8, ["editor", "defaultConfig", "mode"]),
|
|
36482
|
-
V(
|
|
36482
|
+
V(Q(u7e), {
|
|
36483
36483
|
class: "editor",
|
|
36484
36484
|
style: { "overflow-y": "hidden" },
|
|
36485
|
-
modelValue:
|
|
36485
|
+
modelValue: Q(u),
|
|
36486
36486
|
"onUpdate:modelValue": h[0] || (h[0] = (_) => Nr(u) ? u.value = _ : u = _),
|
|
36487
|
-
defaultConfig:
|
|
36488
|
-
mode:
|
|
36487
|
+
defaultConfig: Q(d),
|
|
36488
|
+
mode: Q(p),
|
|
36489
36489
|
onOnCreated: f
|
|
36490
36490
|
}, null, 8, ["modelValue", "defaultConfig", "mode"])
|
|
36491
36491
|
]));
|
|
@@ -36755,9 +36755,9 @@ const b7e = /* @__PURE__ */ tP(v7e), S7e = { class: "group-box" }, y7e = {
|
|
|
36755
36755
|
V(T, {
|
|
36756
36756
|
class: "fixed-width-cascader",
|
|
36757
36757
|
style: { "text-align": "left", width: "150px" },
|
|
36758
|
-
value:
|
|
36758
|
+
value: Q(u),
|
|
36759
36759
|
"onUpdate:value": S[0] || (S[0] = (w) => Nr(u) ? u.value = w : u = w),
|
|
36760
|
-
options:
|
|
36760
|
+
options: Q(c),
|
|
36761
36761
|
placeholder: "请选择城市",
|
|
36762
36762
|
fieldNames: {
|
|
36763
36763
|
value: "id"
|
|
@@ -36770,7 +36770,7 @@ const b7e = /* @__PURE__ */ tP(v7e), S7e = { class: "group-box" }, y7e = {
|
|
|
36770
36770
|
default: He(() => [
|
|
36771
36771
|
V(y, {
|
|
36772
36772
|
style: { "text-align": "left", width: "100%" },
|
|
36773
|
-
value:
|
|
36773
|
+
value: Q(l),
|
|
36774
36774
|
"onUpdate:value": S[1] || (S[1] = (w) => Nr(l) ? l.value = w : l = w),
|
|
36775
36775
|
placeholder: e.placeholder
|
|
36776
36776
|
}, null, 8, ["value", "placeholder"]),
|
|
@@ -36781,7 +36781,7 @@ const b7e = /* @__PURE__ */ tP(v7e), S7e = { class: "group-box" }, y7e = {
|
|
|
36781
36781
|
onClick: d
|
|
36782
36782
|
}, {
|
|
36783
36783
|
icon: He(() => [
|
|
36784
|
-
V(
|
|
36784
|
+
V(Q(sP))
|
|
36785
36785
|
]),
|
|
36786
36786
|
_: 1
|
|
36787
36787
|
})
|
|
@@ -36793,7 +36793,7 @@ const b7e = /* @__PURE__ */ tP(v7e), S7e = { class: "group-box" }, y7e = {
|
|
|
36793
36793
|
})
|
|
36794
36794
|
]),
|
|
36795
36795
|
V(R, {
|
|
36796
|
-
open:
|
|
36796
|
+
open: Q(o),
|
|
36797
36797
|
"onUpdate:open": S[3] || (S[3] = (w) => Nr(o) ? o.value = w : o = w),
|
|
36798
36798
|
destroyOnClose: "",
|
|
36799
36799
|
onOk: m,
|
|
@@ -36806,7 +36806,7 @@ const b7e = /* @__PURE__ */ tP(v7e), S7e = { class: "group-box" }, y7e = {
|
|
|
36806
36806
|
S[4] || (S[4] = oe("div", { class: "title" }, "选择地址", -1)),
|
|
36807
36807
|
oe("div", T7e, [
|
|
36808
36808
|
V(y, {
|
|
36809
|
-
value:
|
|
36809
|
+
value: Q(a),
|
|
36810
36810
|
"onUpdate:value": S[2] || (S[2] = (w) => Nr(a) ? a.value = w : a = w),
|
|
36811
36811
|
placeholder: "请输入关键词",
|
|
36812
36812
|
style: { width: "300px" },
|
|
@@ -36912,7 +36912,7 @@ const b7e = /* @__PURE__ */ tP(v7e), S7e = { class: "group-box" }, y7e = {
|
|
|
36912
36912
|
return le(), Nt(_, { placement: "top" }, {
|
|
36913
36913
|
content: He(() => [
|
|
36914
36914
|
oe("div", x7e, [
|
|
36915
|
-
|
|
36915
|
+
Q(o).length ? (le(!0), Ae(Ir, { key: 1 }, Xo(Q(o), (E, m) => (le(), Ae("div", {
|
|
36916
36916
|
class: "file-item",
|
|
36917
36917
|
key: m
|
|
36918
36918
|
}, [
|
|
@@ -36969,7 +36969,7 @@ const b7e = /* @__PURE__ */ tP(v7e), S7e = { class: "group-box" }, y7e = {
|
|
|
36969
36969
|
default: He(() => [
|
|
36970
36970
|
V(g, {
|
|
36971
36971
|
type: "primary",
|
|
36972
|
-
disabled:
|
|
36972
|
+
disabled: Q(o).length >= e.limit,
|
|
36973
36973
|
style: Zr(`width:${parseInt(e.width + "")}px`)
|
|
36974
36974
|
}, {
|
|
36975
36975
|
default: He(() => [
|
|
@@ -37071,7 +37071,7 @@ const b7e = /* @__PURE__ */ tP(v7e), S7e = { class: "group-box" }, y7e = {
|
|
|
37071
37071
|
}), (c, d) => {
|
|
37072
37072
|
const p = qe("a-image");
|
|
37073
37073
|
return le(), Ae("div", N7e, [
|
|
37074
|
-
(le(!0), Ae(Ir, null, Xo(
|
|
37074
|
+
(le(!0), Ae(Ir, null, Xo(Q(o), (f, g) => (le(), Ae("div", {
|
|
37075
37075
|
class: "image-item",
|
|
37076
37076
|
key: g,
|
|
37077
37077
|
style: Zr(`height:${parseInt(e.imageWidth + "")}px;width:${parseInt(
|
|
@@ -37088,10 +37088,10 @@ const b7e = /* @__PURE__ */ tP(v7e), S7e = { class: "group-box" }, y7e = {
|
|
|
37088
37088
|
class: "delete-image",
|
|
37089
37089
|
onClick: (h) => s(g)
|
|
37090
37090
|
}, [
|
|
37091
|
-
V(
|
|
37091
|
+
V(Q(Ql))
|
|
37092
37092
|
], 8, I7e))
|
|
37093
37093
|
], 4))), 128)),
|
|
37094
|
-
|
|
37094
|
+
Q(o).length < e.limit && !e.disabled ? (le(), Nt(pP, {
|
|
37095
37095
|
key: 0,
|
|
37096
37096
|
type: "image",
|
|
37097
37097
|
size: e.size,
|
|
@@ -37108,7 +37108,7 @@ const b7e = /* @__PURE__ */ tP(v7e), S7e = { class: "group-box" }, y7e = {
|
|
|
37108
37108
|
)}px`)
|
|
37109
37109
|
}, [
|
|
37110
37110
|
oe("div", w7e, [
|
|
37111
|
-
V(
|
|
37111
|
+
V(Q(nP)),
|
|
37112
37112
|
xt(" " + Ke(e.buttonTitle), 1)
|
|
37113
37113
|
]),
|
|
37114
37114
|
oe("div", M7e, Ke(e.placeholder), 1)
|
|
@@ -37247,10 +37247,10 @@ const b7e = /* @__PURE__ */ tP(v7e), S7e = { class: "group-box" }, y7e = {
|
|
|
37247
37247
|
]),
|
|
37248
37248
|
_: 1
|
|
37249
37249
|
})) : St("", !0),
|
|
37250
|
-
|
|
37250
|
+
Q(r).length ? (le(), Ae("div", $7e, [
|
|
37251
37251
|
V(f, null, {
|
|
37252
37252
|
default: He(() => [
|
|
37253
|
-
(le(!0), Ae(Ir, null, Xo(
|
|
37253
|
+
(le(!0), Ae(Ir, null, Xo(Q(r), (h, _) => (le(), Nt(p, {
|
|
37254
37254
|
key: _,
|
|
37255
37255
|
color: "#E4E7ED"
|
|
37256
37256
|
}, {
|
|
@@ -37403,7 +37403,7 @@ const b7e = /* @__PURE__ */ tP(v7e), S7e = { class: "group-box" }, y7e = {
|
|
|
37403
37403
|
title: e.help
|
|
37404
37404
|
}, {
|
|
37405
37405
|
default: He(() => [
|
|
37406
|
-
V(
|
|
37406
|
+
V(Q(rP))
|
|
37407
37407
|
]),
|
|
37408
37408
|
_: 1
|
|
37409
37409
|
}, 8, ["title"])) : St("", !0)
|
|
@@ -37618,28 +37618,28 @@ const b7e = /* @__PURE__ */ tP(v7e), S7e = { class: "group-box" }, y7e = {
|
|
|
37618
37618
|
oe("div", KUe, [
|
|
37619
37619
|
oe("div", QUe, [
|
|
37620
37620
|
V(m, {
|
|
37621
|
-
modelValue:
|
|
37621
|
+
modelValue: Q(r),
|
|
37622
37622
|
"onUpdate:modelValue": E[0] || (E[0] = (S) => Nr(r) ? r.value = S : r = S)
|
|
37623
37623
|
}, null, 8, ["modelValue"]),
|
|
37624
37624
|
E[7] || (E[7] = xt(" 横向 "))
|
|
37625
37625
|
]),
|
|
37626
37626
|
oe("div", $Ue, [
|
|
37627
37627
|
V(m, {
|
|
37628
|
-
modelValue:
|
|
37628
|
+
modelValue: Q(i),
|
|
37629
37629
|
"onUpdate:modelValue": E[1] || (E[1] = (S) => Nr(i) ? i.value = S : i = S)
|
|
37630
37630
|
}, null, 8, ["modelValue"]),
|
|
37631
37631
|
E[8] || (E[8] = xt(" 可收起 "))
|
|
37632
37632
|
]),
|
|
37633
37633
|
oe("div", XUe, [
|
|
37634
37634
|
V(m, {
|
|
37635
|
-
modelValue:
|
|
37635
|
+
modelValue: Q(s),
|
|
37636
37636
|
"onUpdate:modelValue": E[2] || (E[2] = (S) => Nr(s) ? s.value = S : s = S)
|
|
37637
37637
|
}, null, 8, ["modelValue"]),
|
|
37638
37638
|
E[9] || (E[9] = xt(" 禁止编辑 "))
|
|
37639
37639
|
]),
|
|
37640
37640
|
oe("div", ZUe, [
|
|
37641
37641
|
V(m, {
|
|
37642
|
-
modelValue:
|
|
37642
|
+
modelValue: Q(o),
|
|
37643
37643
|
"onUpdate:modelValue": E[3] || (E[3] = (S) => Nr(o) ? o.value = S : o = S)
|
|
37644
37644
|
}, null, 8, ["modelValue"]),
|
|
37645
37645
|
E[10] || (E[10] = xt(" 仅拖动当前节点 "))
|
|
@@ -37655,26 +37655,26 @@ const b7e = /* @__PURE__ */ tP(v7e), S7e = { class: "group-box" }, y7e = {
|
|
|
37655
37655
|
oe("div", eGe, [
|
|
37656
37656
|
E[12] || (E[12] = xt(" 背景色:")),
|
|
37657
37657
|
V(v, {
|
|
37658
|
-
modelValue:
|
|
37659
|
-
"onUpdate:modelValue": E[5] || (E[5] = (S) =>
|
|
37658
|
+
modelValue: Q(l).background,
|
|
37659
|
+
"onUpdate:modelValue": E[5] || (E[5] = (S) => Q(l).background = S),
|
|
37660
37660
|
size: "small"
|
|
37661
37661
|
}, null, 8, ["modelValue"]),
|
|
37662
37662
|
E[13] || (E[13] = xt(" 文字颜色:")),
|
|
37663
37663
|
V(v, {
|
|
37664
|
-
modelValue:
|
|
37665
|
-
"onUpdate:modelValue": E[6] || (E[6] = (S) =>
|
|
37664
|
+
modelValue: Q(l).color,
|
|
37665
|
+
"onUpdate:modelValue": E[6] || (E[6] = (S) => Q(l).color = S),
|
|
37666
37666
|
size: "small"
|
|
37667
37667
|
}, null, 8, ["modelValue"]),
|
|
37668
37668
|
E[14] || (E[14] = xt(" "))
|
|
37669
37669
|
]),
|
|
37670
37670
|
oe("div", tGe, [
|
|
37671
37671
|
V(b, {
|
|
37672
|
-
data:
|
|
37672
|
+
data: Q(n),
|
|
37673
37673
|
center: "",
|
|
37674
|
-
horizontal:
|
|
37675
|
-
collapsable:
|
|
37676
|
-
"label-style":
|
|
37677
|
-
"only-one-node":
|
|
37674
|
+
horizontal: Q(r),
|
|
37675
|
+
collapsable: Q(i),
|
|
37676
|
+
"label-style": Q(l),
|
|
37677
|
+
"only-one-node": Q(o),
|
|
37678
37678
|
"clone-node-drag": _.cloneNodeDrag,
|
|
37679
37679
|
"before-drag-end": p,
|
|
37680
37680
|
onOnNodeDrag: d,
|
|
@@ -37818,15 +37818,15 @@ const NGe = { class: "avatar" }, IGe = ["src"], wGe = { key: 1 }, MGe = {
|
|
|
37818
37818
|
const c = qe("a-popover");
|
|
37819
37819
|
return le(), Ae("div", null, [
|
|
37820
37820
|
V(c, {
|
|
37821
|
-
open:
|
|
37821
|
+
open: Q(i),
|
|
37822
37822
|
"onUpdate:open": u[1] || (u[1] = (d) => Nr(i) ? i.value = d : i = d),
|
|
37823
37823
|
trigger: "click",
|
|
37824
37824
|
placement: "bottom"
|
|
37825
37825
|
}, {
|
|
37826
37826
|
content: He(() => [
|
|
37827
37827
|
V(Joe, {
|
|
37828
|
-
userInfo:
|
|
37829
|
-
loading:
|
|
37828
|
+
userInfo: Q(a),
|
|
37829
|
+
loading: Q(o)
|
|
37830
37830
|
}, null, 8, ["userInfo", "loading"])
|
|
37831
37831
|
]),
|
|
37832
37832
|
default: He(() => [
|
|
@@ -37844,7 +37844,7 @@ const NGe = { class: "avatar" }, IGe = ["src"], wGe = { key: 1 }, MGe = {
|
|
|
37844
37844
|
class: "close-tag",
|
|
37845
37845
|
onClick: u[0] || (u[0] = (d) => n("deleteTag", e.userInfo))
|
|
37846
37846
|
}, [
|
|
37847
|
-
V(
|
|
37847
|
+
V(Q(Ql))
|
|
37848
37848
|
])
|
|
37849
37849
|
])) : St("", !0)
|
|
37850
37850
|
]),
|
|
@@ -37896,18 +37896,18 @@ const NGe = { class: "avatar" }, IGe = ["src"], wGe = { key: 1 }, MGe = {
|
|
|
37896
37896
|
const E = qe("a-input"), m = qe("a-tree");
|
|
37897
37897
|
return le(), Ae("div", kGe, [
|
|
37898
37898
|
V(E, {
|
|
37899
|
-
value:
|
|
37899
|
+
value: Q(o),
|
|
37900
37900
|
"onUpdate:value": _[0] || (_[0] = (v) => Nr(o) ? o.value = v : o = v),
|
|
37901
37901
|
placeholder: "请输入部门名称"
|
|
37902
37902
|
}, {
|
|
37903
37903
|
prefix: He(() => [
|
|
37904
|
-
V(
|
|
37904
|
+
V(Q($L))
|
|
37905
37905
|
]),
|
|
37906
37906
|
_: 1
|
|
37907
37907
|
}, 8, ["value"]),
|
|
37908
37908
|
oe("div", FGe, [
|
|
37909
37909
|
V(m, {
|
|
37910
|
-
"tree-data":
|
|
37910
|
+
"tree-data": Q(i),
|
|
37911
37911
|
autoExpandParent: f.value,
|
|
37912
37912
|
"expanded-keys": d.value,
|
|
37913
37913
|
onExpand: g,
|
|
@@ -37919,10 +37919,10 @@ const NGe = { class: "avatar" }, IGe = ["src"], wGe = { key: 1 }, MGe = {
|
|
|
37919
37919
|
}
|
|
37920
37920
|
}, {
|
|
37921
37921
|
title: He(({ name: v }) => [
|
|
37922
|
-
v.indexOf(
|
|
37923
|
-
xt(Ke(v.substring(0, v.indexOf(
|
|
37924
|
-
oe("span", UGe, Ke(
|
|
37925
|
-
xt(" " + Ke(v.substring(v.indexOf(
|
|
37922
|
+
v.indexOf(Q(o)) > -1 ? (le(), Ae("span", BGe, [
|
|
37923
|
+
xt(Ke(v.substring(0, v.indexOf(Q(o)))) + " ", 1),
|
|
37924
|
+
oe("span", UGe, Ke(Q(o)), 1),
|
|
37925
|
+
xt(" " + Ke(v.substring(v.indexOf(Q(o)) + Q(o).length)), 1)
|
|
37926
37926
|
])) : (le(), Ae("span", GGe, Ke(v), 1))
|
|
37927
37927
|
]),
|
|
37928
37928
|
_: 1
|
|
@@ -38050,7 +38050,7 @@ const NGe = { class: "avatar" }, IGe = ["src"], wGe = { key: 1 }, MGe = {
|
|
|
38050
38050
|
}), (T, y) => {
|
|
38051
38051
|
const C = qe("a-input"), A = qe("a-form-item"), x = qe("a-button"), R = qe("a-tag"), w = qe("a-table"), L = qe("a-empty"), G = qe("a-modal");
|
|
38052
38052
|
return le(), Nt(G, {
|
|
38053
|
-
open:
|
|
38053
|
+
open: Q(a),
|
|
38054
38054
|
"onUpdate:open": y[3] || (y[3] = (I) => Nr(a) ? a.value = I : a = I),
|
|
38055
38055
|
title: "人员选择",
|
|
38056
38056
|
width: "80vw",
|
|
@@ -38068,8 +38068,8 @@ const NGe = { class: "avatar" }, IGe = ["src"], wGe = { key: 1 }, MGe = {
|
|
|
38068
38068
|
}, {
|
|
38069
38069
|
default: He(() => [
|
|
38070
38070
|
V(C, {
|
|
38071
|
-
value:
|
|
38072
|
-
"onUpdate:value": y[0] || (y[0] = (I) =>
|
|
38071
|
+
value: Q(s).username,
|
|
38072
|
+
"onUpdate:value": y[0] || (y[0] = (I) => Q(s).username = I),
|
|
38073
38073
|
placeholder: "请输入用户名称"
|
|
38074
38074
|
}, null, 8, ["value"])
|
|
38075
38075
|
]),
|
|
@@ -38081,8 +38081,8 @@ const NGe = { class: "avatar" }, IGe = ["src"], wGe = { key: 1 }, MGe = {
|
|
|
38081
38081
|
}, {
|
|
38082
38082
|
default: He(() => [
|
|
38083
38083
|
V(C, {
|
|
38084
|
-
value:
|
|
38085
|
-
"onUpdate:value": y[1] || (y[1] = (I) =>
|
|
38084
|
+
value: Q(s).mobile,
|
|
38085
|
+
"onUpdate:value": y[1] || (y[1] = (I) => Q(s).mobile = I),
|
|
38086
38086
|
placeholder: "请输入手机号码"
|
|
38087
38087
|
}, null, 8, ["value"])
|
|
38088
38088
|
]),
|
|
@@ -38110,7 +38110,7 @@ const NGe = { class: "avatar" }, IGe = ["src"], wGe = { key: 1 }, MGe = {
|
|
|
38110
38110
|
])
|
|
38111
38111
|
]),
|
|
38112
38112
|
V(w, {
|
|
38113
|
-
loading:
|
|
38113
|
+
loading: Q(u).loading,
|
|
38114
38114
|
bordered: "",
|
|
38115
38115
|
rowKey: "id",
|
|
38116
38116
|
scroll: { y: "44vh" },
|
|
@@ -38121,9 +38121,9 @@ const NGe = { class: "avatar" }, IGe = ["src"], wGe = { key: 1 }, MGe = {
|
|
|
38121
38121
|
onSelect: E,
|
|
38122
38122
|
type: e.types
|
|
38123
38123
|
},
|
|
38124
|
-
pagination:
|
|
38125
|
-
columns:
|
|
38126
|
-
"data-source":
|
|
38124
|
+
pagination: Q(u).pagination,
|
|
38125
|
+
columns: Q(u).columns,
|
|
38126
|
+
"data-source": Q(u).data,
|
|
38127
38127
|
onChange: g
|
|
38128
38128
|
}, {
|
|
38129
38129
|
bodyCell: He(({ column: I, record: F }) => [
|
|
@@ -38155,9 +38155,9 @@ const NGe = { class: "avatar" }, IGe = ["src"], wGe = { key: 1 }, MGe = {
|
|
|
38155
38155
|
]),
|
|
38156
38156
|
oe("div", jGe, [
|
|
38157
38157
|
oe("div", KGe, [
|
|
38158
|
-
oe("div", QGe, "已选用户(" + Ke(
|
|
38159
|
-
|
|
38160
|
-
(le(!0), Ae(Ir, null, Xo(
|
|
38158
|
+
oe("div", QGe, "已选用户(" + Ke(Q(d).length) + ")", 1),
|
|
38159
|
+
Q(d).length ? (le(), Ae("div", $Ge, [
|
|
38160
|
+
(le(!0), Ae(Ir, null, Xo(Q(d), (I) => (le(), Nt(R, {
|
|
38161
38161
|
key: I.id,
|
|
38162
38162
|
color: "geekblue",
|
|
38163
38163
|
bordered: !1,
|
|
@@ -38175,9 +38175,9 @@ const NGe = { class: "avatar" }, IGe = ["src"], wGe = { key: 1 }, MGe = {
|
|
|
38175
38175
|
}))
|
|
38176
38176
|
]),
|
|
38177
38177
|
oe("div", XGe, [
|
|
38178
|
-
oe("div", ZGe, "新增选择用户(" + Ke(
|
|
38179
|
-
|
|
38180
|
-
(le(!0), Ae(Ir, null, Xo(
|
|
38178
|
+
oe("div", ZGe, "新增选择用户(" + Ke(Q(c).length) + ")", 1),
|
|
38179
|
+
Q(c).length ? (le(), Ae("div", JGe, [
|
|
38180
|
+
(le(!0), Ae(Ir, null, Xo(Q(c), (I) => (le(), Nt(R, {
|
|
38181
38181
|
key: I.id,
|
|
38182
38182
|
color: "success",
|
|
38183
38183
|
bordered: !1,
|
|
@@ -38279,7 +38279,7 @@ const NGe = { class: "avatar" }, IGe = ["src"], wGe = { key: 1 }, MGe = {
|
|
|
38279
38279
|
}), Yt(a, async (p) => d(p)), Yt(() => r.value, async (p) => d(p)), (p, f) => {
|
|
38280
38280
|
const g = qe("a-popover");
|
|
38281
38281
|
return le(), Ae("div", tHe, [
|
|
38282
|
-
e.isEdit && (e.types === "checkbox" ||
|
|
38282
|
+
e.isEdit && (e.types === "checkbox" || Q(o).length === 0 && e.types !== "checkbox") ? (le(), Ae("div", {
|
|
38283
38283
|
key: 0,
|
|
38284
38284
|
class: "add-user-button",
|
|
38285
38285
|
onClick: c,
|
|
@@ -38287,11 +38287,11 @@ const NGe = { class: "avatar" }, IGe = ["src"], wGe = { key: 1 }, MGe = {
|
|
|
38287
38287
|
opacity: e.addBtnDisabled ? "0.5" : "1"
|
|
38288
38288
|
})
|
|
38289
38289
|
}, [
|
|
38290
|
-
V(
|
|
38290
|
+
V(Q(cP)),
|
|
38291
38291
|
xt(" " + Ke(e.addButtonText), 1)
|
|
38292
38292
|
], 4)) : St("", !0),
|
|
38293
38293
|
oe("div", nHe, [
|
|
38294
|
-
(le(!0), Ae(Ir, null, Xo(
|
|
38294
|
+
(le(!0), Ae(Ir, null, Xo(Q(o), (h, _) => (le(), Ae(Ir, {
|
|
38295
38295
|
key: h.id
|
|
38296
38296
|
}, [
|
|
38297
38297
|
_ <= e.maxLength - 1 ? (le(), Nt(wL, {
|
|
@@ -38305,13 +38305,13 @@ const NGe = { class: "avatar" }, IGe = ["src"], wGe = { key: 1 }, MGe = {
|
|
|
38305
38305
|
}, null, 8, ["isEdit", "userInfo", "style"])) : St("", !0)
|
|
38306
38306
|
], 64))), 128))
|
|
38307
38307
|
]),
|
|
38308
|
-
|
|
38308
|
+
Q(o).length > e.maxLength ? (le(), Nt(g, {
|
|
38309
38309
|
key: 1,
|
|
38310
38310
|
title: "更多人员"
|
|
38311
38311
|
}, {
|
|
38312
38312
|
content: He(() => [
|
|
38313
38313
|
oe("div", rHe, [
|
|
38314
|
-
(le(!0), Ae(Ir, null, Xo(
|
|
38314
|
+
(le(!0), Ae(Ir, null, Xo(Q(o), (h, _) => (le(), Ae(Ir, { key: _ }, [
|
|
38315
38315
|
_ > e.maxLength - 1 ? (le(), Nt(wL, {
|
|
38316
38316
|
key: 0,
|
|
38317
38317
|
isEdit: e.isEdit,
|
|
@@ -38323,7 +38323,7 @@ const NGe = { class: "avatar" }, IGe = ["src"], wGe = { key: 1 }, MGe = {
|
|
|
38323
38323
|
])
|
|
38324
38324
|
]),
|
|
38325
38325
|
default: He(() => [
|
|
38326
|
-
oe("div", iHe, "+ " + Ke(
|
|
38326
|
+
oe("div", iHe, "+ " + Ke(Q(o).length - e.maxLength), 1)
|
|
38327
38327
|
]),
|
|
38328
38328
|
_: 1
|
|
38329
38329
|
})) : St("", !0),
|
|
@@ -39645,7 +39645,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), Ne = ce, Rt = Pe), et
|
|
|
39645
39645
|
const z = () => {
|
|
39646
39646
|
Me(), Kt("10.6.0", "initHighlighting() deprecated. Use highlightAll() now.");
|
|
39647
39647
|
};
|
|
39648
|
-
function
|
|
39648
|
+
function $() {
|
|
39649
39649
|
Me(), Kt("10.6.0", "initHighlightingOnLoad() deprecated. Use highlightAll() now.");
|
|
39650
39650
|
}
|
|
39651
39651
|
let ge = !1;
|
|
@@ -39728,7 +39728,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), Ne = ce, Rt = Pe), et
|
|
|
39728
39728
|
highlightBlock: Bn,
|
|
39729
39729
|
configure: ou,
|
|
39730
39730
|
initHighlighting: z,
|
|
39731
|
-
initHighlightingOnLoad:
|
|
39731
|
+
initHighlightingOnLoad: $,
|
|
39732
39732
|
registerLanguage: Gt,
|
|
39733
39733
|
unregisterLanguage: st,
|
|
39734
39734
|
listLanguages: H,
|
|
@@ -91144,7 +91144,7 @@ const Mje = { class: "chat-container" }, Lje = { class: "message-avatar" }, Pje
|
|
|
91144
91144
|
ref: _,
|
|
91145
91145
|
class: "chat-content"
|
|
91146
91146
|
}, [
|
|
91147
|
-
(le(!0), Ae(Ir, null, Xo(
|
|
91147
|
+
(le(!0), Ae(Ir, null, Xo(Q(s), (x, R) => (le(), Ae("div", {
|
|
91148
91148
|
key: R,
|
|
91149
91149
|
class: dl(["message-item", {
|
|
91150
91150
|
"user-message": x.type === "user",
|
|
@@ -91152,7 +91152,7 @@ const Mje = { class: "chat-container" }, Lje = { class: "message-avatar" }, Pje
|
|
|
91152
91152
|
}])
|
|
91153
91153
|
}, [
|
|
91154
91154
|
oe("div", Lje, [
|
|
91155
|
-
x.type === "user" ? (le(), Nt(
|
|
91155
|
+
x.type === "user" ? (le(), Nt(Q(dP), {
|
|
91156
91156
|
key: 0,
|
|
91157
91157
|
class: "avatar-icon"
|
|
91158
91158
|
})) : (le(), Ae("img", Pje))
|
|
@@ -91165,7 +91165,7 @@ const Mje = { class: "chat-container" }, Lje = { class: "message-avatar" }, Pje
|
|
|
91165
91165
|
oe("div", Gje, [
|
|
91166
91166
|
x.type === "ai" ? (le(), Ae("div", {
|
|
91167
91167
|
key: 0,
|
|
91168
|
-
innerHTML:
|
|
91168
|
+
innerHTML: Q(h)(x.content)
|
|
91169
91169
|
}, null, 8, Hje)) : (le(), Ae("div", zje, Ke(x.content), 1)),
|
|
91170
91170
|
x.isStreaming ? (le(), Nt(nae, {
|
|
91171
91171
|
key: 2,
|
|
@@ -91174,7 +91174,7 @@ const Mje = { class: "chat-container" }, Lje = { class: "message-avatar" }, Pje
|
|
|
91174
91174
|
])
|
|
91175
91175
|
])
|
|
91176
91176
|
], 2))), 128)),
|
|
91177
|
-
|
|
91177
|
+
Q(a) && !Q(u) ? (le(), Ae("div", Yje, y[1] || (y[1] = [
|
|
91178
91178
|
kae('<div class="message-avatar" data-v-53bdc175><img src="' + M6 + '" alt="AI" data-v-53bdc175></div><div class="message-content" data-v-53bdc175><div class="message-header" data-v-53bdc175><span class="message-sender" data-v-53bdc175>鼐思AI</span><span class="message-time" data-v-53bdc175>思考中...</span></div><div class="message-text" data-v-53bdc175><div class="typing-indicator" data-v-53bdc175><span data-v-53bdc175></span><span data-v-53bdc175></span><span data-v-53bdc175></span></div></div></div>', 2)
|
|
91179
91179
|
]))) : St("", !0)
|
|
91180
91180
|
], 512),
|
|
@@ -91183,23 +91183,23 @@ const Mje = { class: "chat-container" }, Lje = { class: "message-avatar" }, Pje
|
|
|
91183
91183
|
V(C, {
|
|
91184
91184
|
ref_key: "inputRef",
|
|
91185
91185
|
ref: E,
|
|
91186
|
-
value:
|
|
91186
|
+
value: Q(o),
|
|
91187
91187
|
"onUpdate:value": y[0] || (y[0] = (x) => Nr(o) ? o.value = x : o = x),
|
|
91188
|
-
placeholder:
|
|
91189
|
-
disabled:
|
|
91188
|
+
placeholder: Q(a) || Q(u) ? "正在思考..." : "请输入您想继续询问的内容...",
|
|
91189
|
+
disabled: Q(a) || Q(u),
|
|
91190
91190
|
"auto-size": { minRows: 1, maxRows: 4 },
|
|
91191
91191
|
onKeydown: S,
|
|
91192
91192
|
class: "chat-input"
|
|
91193
91193
|
}, null, 8, ["value", "placeholder", "disabled"]),
|
|
91194
91194
|
oe("button", {
|
|
91195
91195
|
class: "send-btn",
|
|
91196
|
-
disabled:
|
|
91196
|
+
disabled: !Q(o).trim() || Q(a) || Q(u),
|
|
91197
91197
|
onClick: v
|
|
91198
91198
|
}, [
|
|
91199
|
-
|
|
91199
|
+
Q(a) || Q(u) ? (le(), Nt(A, {
|
|
91200
91200
|
key: 0,
|
|
91201
91201
|
size: "small"
|
|
91202
|
-
})) : (le(), Nt(
|
|
91202
|
+
})) : (le(), Nt(Q(vy), { key: 1 }))
|
|
91203
91203
|
], 8, Wje)
|
|
91204
91204
|
]),
|
|
91205
91205
|
y[2] || (y[2] = oe("div", { class: "ai-tip" }, " 内容由AI生成,仅供参考 • 按Enter发送,Shift+Enter换行 ", -1))
|
|
@@ -91358,25 +91358,25 @@ const Mje = { class: "chat-container" }, Lje = { class: "message-avatar" }, Pje
|
|
|
91358
91358
|
}), (K, q) => {
|
|
91359
91359
|
const ie = qe("a-button"), ne = qe("a-spin");
|
|
91360
91360
|
return le(), Ae("div", Qje, [
|
|
91361
|
-
|
|
91361
|
+
Q(i) ? (le(), Ae("div", {
|
|
91362
91362
|
key: 0,
|
|
91363
91363
|
ref_key: "aiContentRef",
|
|
91364
91364
|
ref: I,
|
|
91365
91365
|
class: dl(["ai-content", {
|
|
91366
|
-
fullscreen:
|
|
91367
|
-
dragging:
|
|
91368
|
-
closing:
|
|
91369
|
-
"chat-mode":
|
|
91366
|
+
fullscreen: Q(a),
|
|
91367
|
+
dragging: Q(S) && !Q(a),
|
|
91368
|
+
closing: Q(y) && !Q(a),
|
|
91369
|
+
"chat-mode": Q(l)
|
|
91370
91370
|
}]),
|
|
91371
91371
|
style: Zr(
|
|
91372
|
-
|
|
91372
|
+
Q(a) ? {} : {
|
|
91373
91373
|
position: "fixed",
|
|
91374
|
-
left:
|
|
91375
|
-
top:
|
|
91374
|
+
left: Q(T).x + "px",
|
|
91375
|
+
top: Q(T).y + "px",
|
|
91376
91376
|
zIndex: 1001,
|
|
91377
|
-
|
|
91378
|
-
"--target-x":
|
|
91379
|
-
"--target-y":
|
|
91377
|
+
...Q(y) ? {
|
|
91378
|
+
"--target-x": Q(C).x + "px",
|
|
91379
|
+
"--target-y": Q(C).y + "px"
|
|
91380
91380
|
} : {}
|
|
91381
91381
|
}
|
|
91382
91382
|
)
|
|
@@ -91384,52 +91384,52 @@ const Mje = { class: "chat-container" }, Lje = { class: "message-avatar" }, Pje
|
|
|
91384
91384
|
oe("div", {
|
|
91385
91385
|
ref_key: "modalTitleRef",
|
|
91386
91386
|
ref: F,
|
|
91387
|
-
class: dl(["modal-title", { "draggable-title":
|
|
91387
|
+
class: dl(["modal-title", { "draggable-title": !Q(a) }]),
|
|
91388
91388
|
onMousedown: M
|
|
91389
91389
|
}, [
|
|
91390
91390
|
e.title ? (le(), Ae(Ir, { key: 0 }, [
|
|
91391
91391
|
xt(Ke(e.title), 1)
|
|
91392
91392
|
], 64)) : St("", !0),
|
|
91393
91393
|
oe("div", $je, [
|
|
91394
|
-
|
|
91394
|
+
Q(l) ? St("", !0) : (le(), Ae("div", {
|
|
91395
91395
|
key: 0,
|
|
91396
91396
|
class: "icon-box",
|
|
91397
91397
|
onClick: D
|
|
91398
91398
|
}, [
|
|
91399
|
-
|
|
91399
|
+
Q(a) ? (le(), Nt(Q(lP), { key: 1 })) : (le(), Nt(Q(uP), { key: 0 }))
|
|
91400
91400
|
])),
|
|
91401
91401
|
oe("div", {
|
|
91402
91402
|
class: "icon-box",
|
|
91403
91403
|
onClick: N
|
|
91404
91404
|
}, [
|
|
91405
|
-
V(
|
|
91405
|
+
V(Q(Ql))
|
|
91406
91406
|
])
|
|
91407
91407
|
])
|
|
91408
91408
|
], 34),
|
|
91409
91409
|
oe("div", Xje, [
|
|
91410
|
-
e.desc &&
|
|
91410
|
+
e.desc && !Q(l) ? (le(), Ae("div", Zje, [
|
|
91411
91411
|
oe("span", null, Ke(e.desc), 1)
|
|
91412
91412
|
])) : St("", !0),
|
|
91413
|
-
|
|
91413
|
+
Q(l) ? (le(), Nt(Kje, {
|
|
91414
91414
|
key: 2,
|
|
91415
91415
|
ref_key: "aiChatRef",
|
|
91416
91416
|
ref: ee,
|
|
91417
|
-
"initial-content":
|
|
91418
|
-
"conversation-id":
|
|
91417
|
+
"initial-content": Q(v),
|
|
91418
|
+
"conversation-id": Q(p),
|
|
91419
91419
|
"scene-id": e.sceneId,
|
|
91420
91420
|
extra: e.extra
|
|
91421
91421
|
}, null, 8, ["initial-content", "conversation-id", "scene-id", "extra"])) : (le(), Ae("div", Jje, [
|
|
91422
91422
|
oe("div", {
|
|
91423
91423
|
class: "modal-content-md",
|
|
91424
|
-
innerHTML:
|
|
91424
|
+
innerHTML: Q(_)(Q(v))
|
|
91425
91425
|
}, null, 8, eKe),
|
|
91426
|
-
|
|
91426
|
+
Q(u) ? (le(), Nt(nae, {
|
|
91427
91427
|
key: 0,
|
|
91428
91428
|
text: "AI 正在分析中"
|
|
91429
91429
|
})) : St("", !0)
|
|
91430
91430
|
]))
|
|
91431
91431
|
]),
|
|
91432
|
-
|
|
91432
|
+
!Q(a) && !Q(l) && !Q(u) ? (le(), Ae("div", tKe, [
|
|
91433
91433
|
q[1] || (q[1] = oe("div", { class: "ai-tip" }, "内容由AI生成,仅供参考", -1)),
|
|
91434
91434
|
oe("div", nKe, [
|
|
91435
91435
|
V(ie, {
|
|
@@ -91437,7 +91437,7 @@ const Mje = { class: "chat-container" }, Lje = { class: "message-avatar" }, Pje
|
|
|
91437
91437
|
onClick: se
|
|
91438
91438
|
}, {
|
|
91439
91439
|
default: He(() => [
|
|
91440
|
-
V(
|
|
91440
|
+
V(Q(vy)),
|
|
91441
91441
|
q[0] || (q[0] = oe("span", null, "继续对话", -1))
|
|
91442
91442
|
]),
|
|
91443
91443
|
_: 1
|
|
@@ -91449,16 +91449,16 @@ const Mje = { class: "chat-container" }, Lje = { class: "message-avatar" }, Pje
|
|
|
91449
91449
|
key: 1,
|
|
91450
91450
|
ref_key: "btnAiRef",
|
|
91451
91451
|
ref: j,
|
|
91452
|
-
class: dl(["btn-ai", { loading:
|
|
91452
|
+
class: dl(["btn-ai", { loading: Q(o) || Q(u) }]),
|
|
91453
91453
|
onClick: ae,
|
|
91454
|
-
style: Zr(
|
|
91454
|
+
style: Zr(Q(i) ? { cursor: "not-allowed" } : { cursor: "pointer" })
|
|
91455
91455
|
}, [
|
|
91456
91456
|
q[2] || (q[2] = oe("img", {
|
|
91457
91457
|
src: M6,
|
|
91458
91458
|
alt: ""
|
|
91459
91459
|
}, null, -1)),
|
|
91460
|
-
oe("span", rKe, Ke(
|
|
91461
|
-
|
|
91460
|
+
oe("span", rKe, Ke(Q(b)), 1),
|
|
91461
|
+
Q(o) || Q(u) ? (le(), Nt(ne, {
|
|
91462
91462
|
key: 0,
|
|
91463
91463
|
class: "spin",
|
|
91464
91464
|
size: "small"
|
|
@@ -91479,7 +91479,7 @@ function lKe() {
|
|
|
91479
91479
|
menuVisible: !1
|
|
91480
91480
|
}), t = pe(() => {
|
|
91481
91481
|
const s = document.querySelector("#v-tool-header"), l = document.querySelector("header");
|
|
91482
|
-
return s ? `calc(100vh - ${s.offsetHeight}px)` : l ? `calc(100vh - ${l.offsetHeight}px)` : "100vh";
|
|
91482
|
+
return s ? `calc(100vh - ${s.offsetHeight}px)` : l ? `calc(100vh - ${l.offsetHeight}px)` : "calc(100vh - 51px)";
|
|
91483
91483
|
}), n = pe(() => ({
|
|
91484
91484
|
height: t.value,
|
|
91485
91485
|
transform: e.isOpen ? "translateX(0)" : "translateX(100%)",
|
|
@@ -91590,7 +91590,7 @@ const cKe = { class: "chat-bot-box" }, dKe = { class: "chat-bot-sidebar-menu" },
|
|
|
91590
91590
|
} catch (y) {
|
|
91591
91591
|
console.warn(`发送${b}消息到iframe失败:`, y);
|
|
91592
91592
|
}
|
|
91593
|
-
}, m =
|
|
91593
|
+
}, m = window.location.hostname.includes("localhost"), v = `?sdkey=${localStorage.getItem(
|
|
91594
91594
|
"accessToken"
|
|
91595
91595
|
)}&sysFlag=2&tenantId=${localStorage.getItem("tenantId")}&from=saas`;
|
|
91596
91596
|
return sy(() => {
|
|
@@ -91603,7 +91603,7 @@ const cKe = { class: "chat-bot-box" }, dKe = { class: "chat-bot-sidebar-menu" },
|
|
|
91603
91603
|
const T = qe("a-tooltip");
|
|
91604
91604
|
return le(), Ae("div", cKe, [
|
|
91605
91605
|
oe("div", {
|
|
91606
|
-
class: dl(["chat-bot-btn",
|
|
91606
|
+
class: dl(["chat-bot-btn", Q(o)]),
|
|
91607
91607
|
onClick: g
|
|
91608
91608
|
}, S[2] || (S[2] = [
|
|
91609
91609
|
oe("img", {
|
|
@@ -91613,11 +91613,11 @@ const cKe = { class: "chat-bot-box" }, dKe = { class: "chat-bot-sidebar-menu" },
|
|
|
91613
91613
|
]), 2),
|
|
91614
91614
|
oe("div", {
|
|
91615
91615
|
class: "chat-bot-sidebar",
|
|
91616
|
-
style: Zr(
|
|
91616
|
+
style: Zr(Q(r))
|
|
91617
91617
|
}, [
|
|
91618
91618
|
oe("div", {
|
|
91619
91619
|
class: "chat-bot-sidebar-header",
|
|
91620
|
-
onClick: S[0] || (S[0] = (...y) =>
|
|
91620
|
+
onClick: S[0] || (S[0] = (...y) => Q(l) && Q(l)(...y))
|
|
91621
91621
|
}, S[3] || (S[3] = [
|
|
91622
91622
|
oe("img", {
|
|
91623
91623
|
src: YQ,
|
|
@@ -91627,7 +91627,7 @@ const cKe = { class: "chat-bot-box" }, dKe = { class: "chat-bot-sidebar-menu" },
|
|
|
91627
91627
|
oe("div", dKe, [
|
|
91628
91628
|
oe("div", {
|
|
91629
91629
|
class: dl(["chat-bot-sidebar-menu-item", {
|
|
91630
|
-
"chat-bot-sidebar-menu-item-active":
|
|
91630
|
+
"chat-bot-sidebar-menu-item-active": Q(t).menuVisible
|
|
91631
91631
|
}])
|
|
91632
91632
|
}, [
|
|
91633
91633
|
V(T, { placement: "left" }, {
|
|
@@ -91661,26 +91661,26 @@ const cKe = { class: "chat-bot-box" }, dKe = { class: "chat-bot-sidebar-menu" },
|
|
|
91661
91661
|
])
|
|
91662
91662
|
])
|
|
91663
91663
|
], 4),
|
|
91664
|
-
|
|
91664
|
+
Q(t).isOpenShowIframe ? (le(), Ae("div", {
|
|
91665
91665
|
key: 0,
|
|
91666
91666
|
class: "chat-bot-iframe",
|
|
91667
|
-
style: Zr(
|
|
91667
|
+
style: Zr(Q(i))
|
|
91668
91668
|
}, [
|
|
91669
91669
|
oe("div", {
|
|
91670
|
-
class: dl(["resize-handle",
|
|
91671
|
-
onMousedown: S[1] || (S[1] = (...y) =>
|
|
91670
|
+
class: dl(["resize-handle", Q(a)]),
|
|
91671
|
+
onMousedown: S[1] || (S[1] = (...y) => Q(f) && Q(f)(...y))
|
|
91672
91672
|
}, S[6] || (S[6] = [
|
|
91673
91673
|
oe("div", { class: "resize-line" }, null, -1)
|
|
91674
91674
|
]), 34),
|
|
91675
91675
|
oe("iframe", {
|
|
91676
|
-
src: `${m ? "http://localhost:81" : ""}/nsibot-ai/?${v}`,
|
|
91676
|
+
src: `${Q(m) ? "http://localhost:81" : ""}/nsibot-ai/?${v}`,
|
|
91677
91677
|
frameborder: "0"
|
|
91678
91678
|
}, null, 8, fKe)
|
|
91679
91679
|
], 4)) : St("", !0)
|
|
91680
91680
|
]);
|
|
91681
91681
|
};
|
|
91682
91682
|
}
|
|
91683
|
-
}, _Ke = /* @__PURE__ */ kn(gKe, [["__scopeId", "data-v-
|
|
91683
|
+
}, _Ke = /* @__PURE__ */ kn(gKe, [["__scopeId", "data-v-608c5453"]]), mKe = {
|
|
91684
91684
|
ApiSelect: Bae,
|
|
91685
91685
|
BaseUpload: pP,
|
|
91686
91686
|
UploadImage: P7e,
|