@keyblade/pro-components 1.15.0-alpha.12 → 1.15.0-alpha.13

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.
@@ -109,7 +109,8 @@ const pe = {
109
109
  return e.options === !0 || e.options === void 0 ? t : m(m({}, t), e.options);
110
110
  }), p = d(() => typeof l.value == "object" && typeof l.value.setting == "object" ? l.value.setting.draggable !== !1 : !0), r = d(() => typeof l.value == "object" && typeof l.value.setting == "object" ? l.value.setting.checkable !== !1 : !0), f = d(() => {
111
111
  var n, s;
112
- return !((n = e.pagination) == null ? void 0 : n.total) && !((s = e.data) != null && s.length) && o["pagination-left"];
112
+ const t = (n = e.pagination) == null ? void 0 : n.total;
113
+ return !e.pagination && o["pagination-left"] ? !0 : !t && !((s = e.data) != null && s.length) && o["pagination-left"];
113
114
  }), I = d(() => !!l.value && !!l.value.setting && e.pagination), P = d(() => !!l.value && !!l.value.setting && !e.pagination), c = J([]), O = () => {
114
115
  c.value = e.columns.map((t) => $(m({}, t), {
115
116
  checked: !0
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@keyblade/pro-components",
3
3
  "description": "KeyBlade Pro Components",
4
4
  "author": "yangshuai <704807396@qq.com>",
5
- "version": "1.15.0-alpha.12",
5
+ "version": "1.15.0-alpha.13",
6
6
  "private": false,
7
7
  "type": "module",
8
8
  "main": "es/index.js",