@fox-js/foxui-pc 4.0.1-44 → 4.0.1-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.cjs.js +2 -2
- package/dist/index.esm.js +3 -3
- package/dist/index.umd.js +2 -2
- package/dist/style.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -5,7 +5,7 @@ import { ElAffix as zd, ElAlert as Kd, ElAside as Wd, ElAutoResizer as Yd, ElAut
|
|
|
5
5
|
import { ArrowUp as xn, Download as Xa, RefreshLeft as Za, Setting as Ja, Close as Qa } from "@element-plus/icons-vue";
|
|
6
6
|
import { useFoxI18n as je } from "@fox-js/i18n";
|
|
7
7
|
/*!
|
|
8
|
-
* @fox-js/foxui-desktop v4.0.0
|
|
8
|
+
* @fox-js/foxui-desktop v4.0.0 Wed May 31 2023 17:19:40 GMT+0800 (中国标准时间)
|
|
9
9
|
*/
|
|
10
10
|
/*!
|
|
11
11
|
* @fox-js/big-decimal v4.0.1-5 Mon Jan 30 2023 14:39:30 GMT+0800 (中国标准时间)
|
|
@@ -6429,7 +6429,7 @@ const vu = /* @__PURE__ */ He(hu, [["render", yu]]), { componentName: Vd, create
|
|
|
6429
6429
|
const r = M([]), a = x(() => r.value.filter((C) => C.label === "" || C.type ? !1 : C.fixed === "" || C.fixed === !0 || C.fixed === "left")), s = x(() => r.value.filter((C) => C.label === "" || C.type ? !1 : C.fixed === "right")), o = x(() => r.value.filter((C) => !(C.label === "" || C.type || C.fixed !== void 0))), i = x(() => (a.value.length > 0 || s.value.length > 0) && o.value.length > 0), f = x(() => a.value.length > 0), u = x(() => s.value.length > 0), c = (C) => C.length > 1, m = (C) => {
|
|
6430
6430
|
const V = [];
|
|
6431
6431
|
r.value = C.map((d, N) => (!(d.label === "" || d.type) && d.visible !== !1 && V.push(d.prop), { ...d, sortIndex: N })), o.value.length + a.value.length + s.value.length === V.length ? T.value = !0 : V.length > 0 && (A.value = !0), P.value = V;
|
|
6432
|
-
}, w = (C) => C.type ? C.type : C.label ? C.prop : "", p = (C, V) => {
|
|
6432
|
+
}, w = (C) => C ? C.type ? C.type : C.label ? C.prop : "" : "", p = (C, V) => {
|
|
6433
6433
|
if (C.length !== V.length)
|
|
6434
6434
|
return !1;
|
|
6435
6435
|
const H = C.map((d) => w(d));
|
|
@@ -7234,7 +7234,7 @@ function zu(e, t, l) {
|
|
|
7234
7234
|
C.remove(U);
|
|
7235
7235
|
};
|
|
7236
7236
|
D();
|
|
7237
|
-
const W = (q) => q.type ? q.type : q.label ? q.prop : "", X = x(() => {
|
|
7237
|
+
const W = (q) => q ? q.type ? q.type : q.label ? q.prop : "" : "", X = x(() => {
|
|
7238
7238
|
if (typeof r.slots.default == "function") {
|
|
7239
7239
|
const q = r.slots.default(), G = /* @__PURE__ */ new Map();
|
|
7240
7240
|
if (H = q.map((Z) => {
|