cimos7-vue3-common 0.4.76 → 0.4.78
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.
|
@@ -84982,7 +84982,7 @@ const WOe = { class: "action" }, xOe = { class: "customRender" }, HOe = ft({
|
|
|
84982
84982
|
return ge;
|
|
84983
84983
|
}
|
|
84984
84984
|
return 0;
|
|
84985
|
-
}, P = ve(() => d.columns.filter((ne) => d.columnsList.includes(ne.key))), R = () => {
|
|
84985
|
+
}, P = ve(() => !d.columnsList || d.columnsList.length === 0 ? d.columns : d.columns.filter((ne) => d.columnsList.includes(ne.key))), R = () => {
|
|
84986
84986
|
if (!C.$parent || !C.$parent.$el) {
|
|
84987
84987
|
x.value = void 0;
|
|
84988
84988
|
return;
|
|
@@ -85005,7 +85005,7 @@ const WOe = { class: "action" }, xOe = { class: "customRender" }, HOe = ft({
|
|
|
85005
85005
|
bo(() => {
|
|
85006
85006
|
R(), C.$parent && C.$parent.$el && (W = new ResizeObserver(() => {
|
|
85007
85007
|
R();
|
|
85008
|
-
}), W.observe(C.$parent.$el));
|
|
85008
|
+
}), W == null || W.observe(C.$parent.$el));
|
|
85009
85009
|
});
|
|
85010
85010
|
}), M7(() => {
|
|
85011
85011
|
W && (W.disconnect(), W = null);
|