yxuse 1.0.52 → 1.0.55

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/lib/index.es6.js CHANGED
@@ -1,4 +1,4 @@
1
- import { M as g, E as m, X as c, Q as w, O as d, _ as f, F as v, a6 as k, $ as x, Z as S, P as l, a7 as b, a0 as T } from "./vue.runtime.esm-bundler.es.js";
1
+ import { d as g, o as m, c, w, m as d, r as f, a as v, b as k, F as x, e as S, f as l, g as b, i as T } from "./vue.runtime.esm-bundler.es.js";
2
2
  const C = {
3
3
  tableData: {
4
4
  type: Array,
@@ -27,7 +27,7 @@ const C = {
27
27
  default: "center",
28
28
  require: !1
29
29
  }
30
- }, _ = /* @__PURE__ */ g({
30
+ }, j = /* @__PURE__ */ g({
31
31
  __name: "DynamicComponents",
32
32
  props: {
33
33
  col: null,
@@ -59,15 +59,15 @@ const C = {
59
59
  };
60
60
  }
61
61
  });
62
- function j(t) {
62
+ function N(t) {
63
63
  return typeof t == "function" || Object.prototype.toString.call(t) === "[object Object]" && !T(t);
64
64
  }
65
- const N = {
65
+ const V = {
66
66
  "operate-handle": (t, a) => !!(t || a)
67
- }, O = /* @__PURE__ */ g({
67
+ }, _ = /* @__PURE__ */ g({
68
68
  name: "YxTable",
69
69
  props: C,
70
- emits: N,
70
+ emits: V,
71
71
  setup(t, {
72
72
  attrs: a,
73
73
  slots: u,
@@ -80,7 +80,7 @@ const N = {
80
80
  }, n = t.columns.map((e) => l(b("el-table-column"), d(e, {
81
81
  align: t.align
82
82
  }), {
83
- default: (r) => (e == null ? void 0 : e.renderType) === "operate" ? p(e, r) : e != null && e.renderType && (e == null ? void 0 : e.renderType) !== "operate" ? l(_, {
83
+ default: (r) => (e == null ? void 0 : e.renderType) === "operate" ? p(e, r) : e != null && e.renderType && (e == null ? void 0 : e.renderType) !== "operate" ? l(j, {
84
84
  col: e,
85
85
  row: r.row
86
86
  }, null) : (e == null ? void 0 : e.slotName) && i(e, r)
@@ -97,16 +97,16 @@ const N = {
97
97
  "row-key": t.rowKey,
98
98
  data: t.tableData,
99
99
  border: t.border
100
- }), j(n) ? n : {
100
+ }), N(n) ? n : {
101
101
  default: () => [n]
102
102
  })]);
103
103
  };
104
104
  }
105
- }), q = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
105
+ }), O = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
106
106
  __proto__: null,
107
- YxTable: O
107
+ YxTable: _
108
108
  }, Symbol.toStringTag, { value: "Module" }));
109
109
  export {
110
- O as Y,
111
- q as c
110
+ _ as Y,
111
+ O as c
112
112
  };