@juzhenfe/page-model 3.17.1 → 3.17.3
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/index.es.js +4 -4
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -9530,8 +9530,8 @@ const _sfc_main$n = defineComponent({
|
|
|
9530
9530
|
if (column.showSummary != null) {
|
|
9531
9531
|
item.sum = Number(column.showSummary);
|
|
9532
9532
|
}
|
|
9533
|
-
const renderColumn =
|
|
9534
|
-
if (column.showSummary !== renderColumn.showSummary) {
|
|
9533
|
+
const renderColumn = filteredUserEls.value.find((a) => a.prop === column.prop);
|
|
9534
|
+
if (column.showSummary !== (renderColumn == null ? void 0 : renderColumn.showSummary)) {
|
|
9535
9535
|
isSummaryChange = true;
|
|
9536
9536
|
}
|
|
9537
9537
|
return item;
|
|
@@ -9945,7 +9945,7 @@ const _sfc_main$n = defineComponent({
|
|
|
9945
9945
|
key: 4,
|
|
9946
9946
|
ref_key: "contextColumnSummaryRef",
|
|
9947
9947
|
ref: contextColumnSummaryRef,
|
|
9948
|
-
els:
|
|
9948
|
+
els: filteredUserEls.value,
|
|
9949
9949
|
onSaveColumns
|
|
9950
9950
|
}, null, 8, ["els"])) : createCommentVNode("", true)
|
|
9951
9951
|
], 64);
|
|
@@ -14871,7 +14871,7 @@ const defineEditableTable = function(config) {
|
|
|
14871
14871
|
};
|
|
14872
14872
|
var iconfont = "";
|
|
14873
14873
|
const name = "@juzhenfe/page-model";
|
|
14874
|
-
const version = "3.17.
|
|
14874
|
+
const version = "3.17.3";
|
|
14875
14875
|
const types = "dist/main.d.ts";
|
|
14876
14876
|
const main = "dist/index.umd.js";
|
|
14877
14877
|
const keywords = [
|