@fox-js/foxui-pc 4.0.1-46 → 4.0.1-47
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 +7 -4
- 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 Wed May 31 2023
|
|
8
|
+
* @fox-js/foxui-desktop v4.0.0 Wed May 31 2023 21:14:07 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 (中国标准时间)
|
|
@@ -7237,14 +7237,17 @@ function zu(e, t, l) {
|
|
|
7237
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
|
-
if (H = q.
|
|
7241
|
-
const Q = Z
|
|
7240
|
+
if (H = [], q.forEach((Z) => {
|
|
7241
|
+
const Q = Z;
|
|
7242
|
+
if (!Q.props)
|
|
7243
|
+
return;
|
|
7244
|
+
const ve = W(Q.props);
|
|
7242
7245
|
G.set(ve, Z);
|
|
7243
7246
|
const re = {
|
|
7244
7247
|
label: "",
|
|
7245
7248
|
prop: ""
|
|
7246
7249
|
};
|
|
7247
|
-
|
|
7250
|
+
Object.assign(re, Q.props), H.push(re);
|
|
7248
7251
|
}), V.value.length === H.length) {
|
|
7249
7252
|
const Z = [];
|
|
7250
7253
|
for (let Q of V.value) {
|