flame-plus 0.2.2 → 0.2.4
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,13 +15807,15 @@ const Cu = /* @__PURE__ */ ze({
|
|
|
15807
15807
|
let h;
|
|
15808
15808
|
return w.length ? h = u(w) : p && (h = {
|
|
15809
15809
|
default: ({
|
|
15810
|
-
|
|
15811
|
-
|
|
15810
|
+
$index: v,
|
|
15811
|
+
row: C,
|
|
15812
|
+
column: y
|
|
15812
15813
|
}) => {
|
|
15813
|
-
var
|
|
15814
|
-
return g.prop && ((
|
|
15815
|
-
|
|
15816
|
-
|
|
15814
|
+
var E;
|
|
15815
|
+
return g.prop && ((E = t[g.prop]) == null ? void 0 : E.call(t, {
|
|
15816
|
+
index: v,
|
|
15817
|
+
row: C,
|
|
15818
|
+
column: y
|
|
15817
15819
|
}));
|
|
15818
15820
|
}
|
|
15819
15821
|
}), 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), {
|