dfs-page-config 0.5.88 → 0.5.89
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/dfs-page-config.js +10 -10
- package/dist/dfs-page-config.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dfs-page-config.js
CHANGED
@@ -53921,11 +53921,6 @@ const Upload = /* @__PURE__ */ _export_sfc$1(_sfc_main$j, [["render", _sfc_rende
|
|
53921
53921
|
TAe.gridApi.exportDataAsCsv(BAe);
|
53922
53922
|
}
|
53923
53923
|
function wAe(OAe) {
|
53924
|
-
if (OAe.beforeExport) {
|
53925
|
-
let IAe = {};
|
53926
|
-
if (OAe.relation && (IAe = getRelationComp(store, Ff.pageKey, OAe.relation)), OAe.beforeExport(IAe) === !1)
|
53927
|
-
return;
|
53928
|
-
}
|
53929
53924
|
const TAe = getTargetComp(store, Ff.pageKey, OAe.target);
|
53930
53925
|
if (!TAe.data.totalNum)
|
53931
53926
|
return ElMessage.warning(kh("无可导出数据,请查询后导出"));
|
@@ -53934,6 +53929,11 @@ const Upload = /* @__PURE__ */ _export_sfc$1(_sfc_main$j, [["render", _sfc_rende
|
|
53934
53929
|
const IAe = TAe.exportBySelectionData(TAe.selectedRows);
|
53935
53930
|
Array.isArray(IAe) ? FAe = IAe : IAe && (FAe = { ...FAe, ...IAe });
|
53936
53931
|
}
|
53932
|
+
if (OAe.beforeExport) {
|
53933
|
+
let IAe = {};
|
53934
|
+
if (OAe.relation && (IAe = getRelationComp(store, Ff.pageKey, OAe.relation)), IAe.exportParams = FAe, OAe.beforeExport(IAe) === !1)
|
53935
|
+
return;
|
53936
|
+
}
|
53937
53937
|
if (OAe.openDownloadCenter) {
|
53938
53938
|
let IAe = (OAe.method || "post").toUpperCase(), LAe = IAe == "GET" ? "params" : "data";
|
53939
53939
|
store.commit("setLoading", !0), service({
|
@@ -53996,7 +53996,7 @@ const Upload = /* @__PURE__ */ _export_sfc$1(_sfc_main$j, [["render", _sfc_rende
|
|
53996
53996
|
// exportData
|
53997
53997
|
};
|
53998
53998
|
}
|
53999
|
-
}),
|
53999
|
+
}), ButtonGroup_vue_vue_type_style_index_0_scoped_d3dfa2e1_lang = "", ButtonGroup_vue_vue_type_style_index_1_lang = "", _hoisted_1$j = ["onClick"];
|
54000
54000
|
function _sfc_render$g(Ff, kh, tAe, iAe, uAe, pAe) {
|
54001
54001
|
const hAe = Upload, AAe = ElIcon, vAe = __unplugin_components_2$3, CAe = ElButton;
|
54002
54002
|
return openBlock(), createElementBlock("div", {
|
@@ -54058,7 +54058,7 @@ function _sfc_render$g(Ff, kh, tAe, iAe, uAe, pAe) {
|
|
54058
54058
|
renderSlot(Ff.$slots, "default", {}, void 0, !0)
|
54059
54059
|
], 4);
|
54060
54060
|
}
|
54061
|
-
const ButtonGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$i, [["render", _sfc_render$g], ["__scopeId", "data-v-
|
54061
|
+
const ButtonGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$i, [["render", _sfc_render$g], ["__scopeId", "data-v-d3dfa2e1"]]), _sfc_main$h = defineComponent({
|
54062
54062
|
props: {
|
54063
54063
|
gridApi: {
|
54064
54064
|
type: Object,
|
@@ -125428,11 +125428,11 @@ const _sfc_main$g = defineComponent({
|
|
125428
125428
|
}, 500);
|
125429
125429
|
} else
|
125430
125430
|
XAe.innerText = "", XAe.style.display = "none", clearTimeout(zAe);
|
125431
|
-
}), rme
|
125431
|
+
}), rme.addEventListener("mouseout", (sme) => {
|
125432
125432
|
(!sme.relatedTarget || !sme.relatedTarget.classList.contains("cell-text-popover")) && (XAe.innerText = "", XAe.style.display = "none", clearTimeout(zAe));
|
125433
|
-
}), XAe == null || XAe.addEventListener("mouseleave", () => {
|
125433
|
+
})), XAe == null || XAe.addEventListener("mouseleave", () => {
|
125434
125434
|
XAe.innerText = "", XAe.style.display = "none";
|
125435
|
-
})
|
125435
|
+
});
|
125436
125436
|
}), onUnmounted(() => {
|
125437
125437
|
rme == null || rme.removeEventListener("mouseover", () => {
|
125438
125438
|
}), rme == null || rme.removeEventListener("mouseout", () => {
|