cleek 2.10.30 → 2.10.32

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/main.es.js CHANGED
@@ -103370,15 +103370,15 @@ const Wd = /* @__PURE__ */ o2(fu6, [["render", mu6], ["__scopeId", "data-v-53984
103370
103370
  },
103371
103371
  setup(c) {
103372
103372
  const e = c, a = k(() => {
103373
- var r, l;
103373
+ var l, s, f;
103374
103374
  const o = [];
103375
- return (e.autoWidth || (r = e.col) != null && r.autoWidth) && o.push("auto-width"), (e.overflowAuto || (l = e.col) != null && l.overflowAuto) && o.push("overflow-auto"), o;
103375
+ (e.autoWidth || (l = e.col) != null && l.autoWidth) && o.push("auto-width"), (e.overflowAuto || (s = e.col) != null && s.overflowAuto) && o.push("overflow-auto");
103376
+ const r = e.verticalAlign || ((f = e.col) == null ? void 0 : f.verticalAlign);
103377
+ return r && o.push(`vertical-align--${r}`), o;
103376
103378
  }), n = k(() => {
103377
- var s, f, C, m;
103378
- const o = [], r = e.align || ((s = e.col) == null ? void 0 : s.align);
103379
- r && (r === "center" && o.push("align-center"), r === "right" && o.push("align-right")), (e.block || (f = e.col) != null && f.block) && o.push("block"), (e.nowrap || (C = e.col) != null && C.nowrap) && o.push("no-wrap-text");
103380
- const l = e.verticalAlign || ((m = e.col) == null ? void 0 : m.verticalAlign);
103381
- return l && o.push(`vertical-align--${l}`), o;
103379
+ var l, s, f;
103380
+ const o = [], r = e.align || ((l = e.col) == null ? void 0 : l.align);
103381
+ return r && (r === "center" && o.push("align-center"), r === "right" && o.push("align-right")), (e.block || (s = e.col) != null && s.block) && o.push("block"), (e.nowrap || (f = e.col) != null && f.nowrap) && o.push("no-wrap-text"), o;
103382
103382
  }), i = k(() => {
103383
103383
  var s, f, C, m, h, p, M, d, u;
103384
103384
  const o = {};
@@ -103400,7 +103400,7 @@ const Wd = /* @__PURE__ */ o2(fu6, [["render", mu6], ["__scopeId", "data-v-53984
103400
103400
  ], 2)) : X("", !0);
103401
103401
  }
103402
103402
  });
103403
- const Nw1 = /* @__PURE__ */ o2(uu6, [["__scopeId", "data-v-62a2de1a"]]), zu6 = { class: "ck-th" }, hu6 = "left", pu6 = /* @__PURE__ */ _1({
103403
+ const Nw1 = /* @__PURE__ */ o2(uu6, [["__scopeId", "data-v-81266331"]]), zu6 = { class: "ck-th" }, hu6 = "left", pu6 = /* @__PURE__ */ _1({
103404
103404
  __name: "ck-th",
103405
103405
  props: {
103406
103406
  align: {},
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cleek",
3
3
  "description": "Complete UX Vue library",
4
- "version": "2.10.30",
4
+ "version": "2.10.32",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",