@fox-js/foxui-pc 4.1.1-14 → 4.1.1-15
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 +10 -14
- package/dist/index.umd.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -5,7 +5,7 @@ import { ElAffix as qy, ElAlert as By, ElAnchor as zy, ElAnchorLink as Hy, ElAsi
|
|
|
5
5
|
import { ArrowLeft as No, ArrowUp as Bn, RefreshLeft as ko, Download as Io, Loading as Us, Setting as Xs, CircleClose as Zs, Close as Do, ArrowRight as Qs } from "@element-plus/icons-vue";
|
|
6
6
|
import { useFoxI18n as at } from "@fox-js/i18n";
|
|
7
7
|
/*!
|
|
8
|
-
* @fox-js/foxui-desktop v4.0.0
|
|
8
|
+
* @fox-js/foxui-desktop v4.0.0 Sat Jul 19 2025 13:02:53 GMT+0800 (中国标准时间)
|
|
9
9
|
*/
|
|
10
10
|
const yn = window, Js = typeof window < "u";
|
|
11
11
|
function ei() {
|
|
@@ -3388,10 +3388,11 @@ function ru(e) {
|
|
|
3388
3388
|
return t;
|
|
3389
3389
|
}
|
|
3390
3390
|
function su(e, t, l) {
|
|
3391
|
-
|
|
3391
|
+
const n = typeof e == "number" ? e : parseInt(e), a = typeof t == "number" ? t : parseInt(t), o = typeof l == "number" ? l : parseInt(l);
|
|
3392
|
+
if (n <= 0)
|
|
3392
3393
|
return "1fr";
|
|
3393
|
-
const
|
|
3394
|
-
return
|
|
3394
|
+
const r = (n - (a - 1) * o) / a;
|
|
3395
|
+
return r > 0 ? `${r}px` : "1fr";
|
|
3395
3396
|
}
|
|
3396
3397
|
const iu = {
|
|
3397
3398
|
// item属性(domain范围)
|
|
@@ -8902,8 +8903,6 @@ function il(e, t) {
|
|
|
8902
8903
|
}
|
|
8903
8904
|
function bd(e, t, l) {
|
|
8904
8905
|
return {
|
|
8905
|
-
inheritAttrs: !1,
|
|
8906
|
-
//禁用默认继
|
|
8907
8906
|
// 属性
|
|
8908
8907
|
props: {
|
|
8909
8908
|
// item属性(domain范围)
|
|
@@ -9142,14 +9141,11 @@ function bd(e, t, l) {
|
|
|
9142
9141
|
}, ht = rn(/* @__PURE__ */ new Map()), Pt = ({ rowIndex: te }) => {
|
|
9143
9142
|
const oe = `${te}`;
|
|
9144
9143
|
return ht.value.get(oe) ?? "";
|
|
9145
|
-
}, Qn = (te) => {
|
|
9146
|
-
|
|
9147
|
-
|
|
9148
|
-
|
|
9149
|
-
|
|
9150
|
-
return ue && re.push(ue), ue = typeof te == "function" ? te(oe) : te, ue && re.push(ue), re.length === 0 ? "" : re.join(" ");
|
|
9151
|
-
} : Pt;
|
|
9152
|
-
}, vr = (te, oe) => {
|
|
9144
|
+
}, Qn = (te) => te ? (oe) => {
|
|
9145
|
+
const re = [];
|
|
9146
|
+
let ue = Pt(oe);
|
|
9147
|
+
return ue && re.push(ue), ue = typeof te == "function" ? te(oe) : te, ue && re.push(ue), re.length === 0 ? "" : re.join(" ");
|
|
9148
|
+
} : Pt, vr = (te, oe) => {
|
|
9153
9149
|
const re = `${te}`;
|
|
9154
9150
|
oe ? ht.value.set(re, oe) : ht.value.delete(re), Qe(ht);
|
|
9155
9151
|
}, mr = () => {
|