@gx-design-vue/pro-table 0.0.15 → 0.0.17
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/pro-table.mjs
CHANGED
|
@@ -21693,13 +21693,14 @@ const C2 = {
|
|
|
21693
21693
|
}), {
|
|
21694
21694
|
action: n
|
|
21695
21695
|
} = Oa(), a = Or(() => {
|
|
21696
|
+
var l;
|
|
21696
21697
|
const r = {
|
|
21697
21698
|
reload: () => n == null ? void 0 : n.reload(),
|
|
21698
21699
|
density: !0,
|
|
21699
21700
|
setting: !0,
|
|
21700
21701
|
fullScreen: () => n == null ? void 0 : n.toggle()
|
|
21701
21702
|
};
|
|
21702
|
-
if (t.options === !1)
|
|
21703
|
+
if (t.options === !1 || ((l = Object.keys(t.options)) == null ? void 0 : l.length) === 0)
|
|
21703
21704
|
return [];
|
|
21704
21705
|
const o = {
|
|
21705
21706
|
...r,
|
|
@@ -21898,7 +21899,7 @@ const {
|
|
|
21898
21899
|
}, e), _e = E(() => t.options ? {
|
|
21899
21900
|
...T2,
|
|
21900
21901
|
...zt(rl(t.options) ? t.options : {})
|
|
21901
|
-
} :
|
|
21902
|
+
} : !1);
|
|
21902
21903
|
nt(() => {
|
|
21903
21904
|
window.addEventListener("resize", ke);
|
|
21904
21905
|
}), yn(() => {
|