dfs-page-config 0.1.71 → 0.1.72
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
CHANGED
|
@@ -55588,7 +55588,7 @@ const CX = /* @__PURE__ */ Xn(fX, [["render", yX]]), wX = _e({
|
|
|
55588
55588
|
function l({ option: c, row: p }) {
|
|
55589
55589
|
if (c.showDialogBefore) {
|
|
55590
55590
|
let h = {};
|
|
55591
|
-
if (c.relation && (h = Tl(sn, r.params.pageKey, c.relation)), c.showDialogBefore(h, p) === !1)
|
|
55591
|
+
if (c.relation && (h = Tl(sn, r.params.pageKey, c.relation)), c.showDialogBefore(h, p, c) === !1)
|
|
55592
55592
|
return;
|
|
55593
55593
|
}
|
|
55594
55594
|
const f = sn.getters._GET_DIALOGREF(r.params.pageKey);
|
|
@@ -57331,15 +57331,15 @@ function rQ(r, s, l, c, p, f) {
|
|
|
57331
57331
|
layout: "total,sizes, prev, pager, next",
|
|
57332
57332
|
onSizeChange: r.sizeChange,
|
|
57333
57333
|
onCurrentChange: r.currentChange,
|
|
57334
|
-
"page-sizes": [
|
|
57334
|
+
"page-sizes": r.configFlag.pageSize || [20, 50, 100, 200, 500],
|
|
57335
57335
|
small: ""
|
|
57336
|
-
}, null, 8, ["total", "pageNum", "pageSize", "onSizeChange", "onCurrentChange"])) : ge("", !0)
|
|
57336
|
+
}, null, 8, ["total", "pageNum", "pageSize", "onSizeChange", "onCurrentChange", "page-sizes"])) : ge("", !0)
|
|
57337
57337
|
])
|
|
57338
57338
|
]),
|
|
57339
57339
|
_: 3
|
|
57340
57340
|
}, 8, ["locale"]);
|
|
57341
57341
|
}
|
|
57342
|
-
const Nh = /* @__PURE__ */ Xn(eQ, [["render", rQ], ["__scopeId", "data-v-
|
|
57342
|
+
const Nh = /* @__PURE__ */ Xn(eQ, [["render", rQ], ["__scopeId", "data-v-95570a42"]]);
|
|
57343
57343
|
Nh.install = (r) => r.component(Nh.name, Nh);
|
|
57344
57344
|
Yc.install = (r) => r.component(Yc.name, Yc);
|
|
57345
57345
|
const lQ = (r, s) => {
|