@wx-design/components 1.4.0-alpha.7 → 1.4.0-alpha.8
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/es/index.mjs +4 -2
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/es/index.mjs
CHANGED
|
@@ -44784,7 +44784,7 @@ function yJ(e) {
|
|
|
44784
44784
|
}
|
|
44785
44785
|
}
|
|
44786
44786
|
}, Kp(t, "data"));
|
|
44787
|
-
return c.columns = mJ(c.columns || [], c), c.name && ((f = c.customConfig) == null ? void 0 : f.enabled) !== !1 && (c.customConfig = Object.assign({
|
|
44787
|
+
return c.columns = mJ(c.columns || [], c), c.name ? c.name && ((f = c.customConfig) == null ? void 0 : f.enabled) !== !1 && (c.customConfig = Object.assign({
|
|
44788
44788
|
mode: "modal",
|
|
44789
44789
|
storage: !0,
|
|
44790
44790
|
visibleMethod({
|
|
@@ -44820,7 +44820,9 @@ function yJ(e) {
|
|
|
44820
44820
|
}), null);
|
|
44821
44821
|
}
|
|
44822
44822
|
}
|
|
44823
|
-
}, c.customConfig))
|
|
44823
|
+
}, c.customConfig)) : c.customConfig = Object.assign({
|
|
44824
|
+
enabled: !1
|
|
44825
|
+
}, c.customConfig), c;
|
|
44824
44826
|
}), s = Te(!0);
|
|
44825
44827
|
return {
|
|
44826
44828
|
tableRef: n,
|