flame-plus 0.2.1 → 0.2.2
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.
|
@@ -15807,15 +15807,13 @@ const Cu = /* @__PURE__ */ ze({
|
|
|
15807
15807
|
let h;
|
|
15808
15808
|
return w.length ? h = u(w) : p && (h = {
|
|
15809
15809
|
default: ({
|
|
15810
|
-
|
|
15811
|
-
|
|
15812
|
-
column: y
|
|
15810
|
+
row: v,
|
|
15811
|
+
column: C
|
|
15813
15812
|
}) => {
|
|
15814
|
-
var
|
|
15815
|
-
return g.prop && ((
|
|
15816
|
-
|
|
15817
|
-
|
|
15818
|
-
column: y
|
|
15813
|
+
var y;
|
|
15814
|
+
return g.prop && ((y = t[g.prop]) == null ? void 0 : y.call(t, {
|
|
15815
|
+
row: v,
|
|
15816
|
+
column: C
|
|
15819
15817
|
}));
|
|
15820
15818
|
}
|
|
15821
15819
|
}), g.type === "index" && (g.index = a), Object.keys(g).includes("controlType") ? (console.log("childColumnConfig", g), X(nt("el-table-column"), Ut(Tt.exports.tableColumnDefaultConfig, g), {
|