dfs-page-config 0.5.96 → 0.5.98
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 +16 -11
- 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
|
@@ -53211,7 +53211,7 @@ const __unplugin_components_0$3 = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["
|
|
|
53211
53211
|
}
|
|
53212
53212
|
function EAe() {
|
|
53213
53213
|
pAe.elementGroup.forEach((OAe) => {
|
|
53214
|
-
OAe.type === "Tab" || OAe.type === "TabStep" || (hAe.formData[OAe.prop] = OAe.value), OAe.reset && OAe.reset();
|
|
53214
|
+
OAe.type === "Tab" || OAe.type === "TabStep" || OAe.prop && (hAe.formData[OAe.prop] = OAe.value), OAe.reset && OAe.reset();
|
|
53215
53215
|
}), pAe.validate && setTimeout(() => {
|
|
53216
53216
|
uAe.value.clearValidate();
|
|
53217
53217
|
});
|
|
@@ -53275,7 +53275,7 @@ const __unplugin_components_0$3 = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["
|
|
|
53275
53275
|
fileUrlInfo: CAe
|
|
53276
53276
|
};
|
|
53277
53277
|
}
|
|
53278
|
-
}),
|
|
53278
|
+
}), Form_vue_vue_type_style_index_0_scoped_ead5ce51_lang = "", Form_vue_vue_type_style_index_1_lang = "", _hoisted_1$m = {
|
|
53279
53279
|
key: 0,
|
|
53280
53280
|
class: "mask"
|
|
53281
53281
|
}, _hoisted_2$g = ["innerHTML"];
|
|
@@ -53657,7 +53657,7 @@ function _sfc_render$i(Ff, kh, tAe, iAe, uAe, pAe) {
|
|
|
53657
53657
|
_: 3
|
|
53658
53658
|
}, 8, ["class", "model", "size", "inline", "label-width", "style"]);
|
|
53659
53659
|
}
|
|
53660
|
-
const Form = /* @__PURE__ */ _export_sfc$1(_sfc_main$k, [["render", _sfc_render$i], ["__scopeId", "data-v-
|
|
53660
|
+
const Form = /* @__PURE__ */ _export_sfc$1(_sfc_main$k, [["render", _sfc_render$i], ["__scopeId", "data-v-ead5ce51"]]), _hoisted_1$l = {
|
|
53661
53661
|
viewBox: "0 0 1024 1024",
|
|
53662
53662
|
width: "1.2em",
|
|
53663
53663
|
height: "1.2em"
|
|
@@ -125767,7 +125767,7 @@ function _sfc_render$c(Ff, kh, tAe, iAe, uAe, pAe) {
|
|
|
125767
125767
|
]),
|
|
125768
125768
|
_: 2
|
|
125769
125769
|
}, 1032, ["link", "style", "type", "disabled", "onClick"])), [
|
|
125770
|
-
[vShow, wAe.isShow === void 0 || wAe.isShow === !0 || typeof wAe.isShow == "function" && wAe.isShow(Ff.row, CAe)
|
|
125770
|
+
[vShow, wAe.isShow === void 0 || wAe.isShow === !0 || typeof wAe.isShow == "function" && wAe.isShow(Ff.row, CAe)]
|
|
125771
125771
|
])), 128))
|
|
125772
125772
|
], 2))), 256)) : (openBlock(!0), createElementBlock(Fragment, { key: 0 }, renderList(Ff.elementGroup, (vAe) => (openBlock(), createElementBlock(Fragment, {
|
|
125773
125773
|
key: vAe.label
|
|
@@ -125808,7 +125808,7 @@ function _sfc_render$c(Ff, kh, tAe, iAe, uAe, pAe) {
|
|
|
125808
125808
|
]),
|
|
125809
125809
|
_: 2
|
|
125810
125810
|
}, 1032, ["type", "disabled", "onClick"])), [
|
|
125811
|
-
[vShow, CAe.isShow === void 0 || CAe.isShow === !0 || typeof CAe.isShow == "function" && CAe.isShow(Ff.row)
|
|
125811
|
+
[vShow, CAe.isShow === void 0 || CAe.isShow === !0 || typeof CAe.isShow == "function" && CAe.isShow(Ff.row)]
|
|
125812
125812
|
])), 128))
|
|
125813
125813
|
])
|
|
125814
125814
|
]),
|
|
@@ -125816,12 +125816,12 @@ function _sfc_render$c(Ff, kh, tAe, iAe, uAe, pAe) {
|
|
|
125816
125816
|
}, 1032, ["trigger", "width", "popper-style"])) : vAe.type === "text" ? withDirectives((openBlock(), createElementBlock("span", {
|
|
125817
125817
|
key: 1,
|
|
125818
125818
|
class: normalizeClass(["dfs-text-btn", vAe.class]),
|
|
125819
|
-
style: normalizeStyle(vAe.style),
|
|
125819
|
+
style: normalizeStyle(typeof vAe.style == "function" ? vAe.style({ option: vAe, row: Ff.row ? Ff.row : Ff.groupRow, gridOption: Ff.params }) : vAe.style),
|
|
125820
125820
|
type: vAe.buttonType || "primary",
|
|
125821
125821
|
disabled: typeof vAe.disabled == "function" ? vAe.disabled(Ff.row) : vAe.disabled,
|
|
125822
125822
|
onClick: (CAe) => Ff.handleClick({ option: vAe, row: Ff.row ? Ff.row : Ff.groupRow, gridOption: Ff.params })
|
|
125823
125823
|
}, toDisplayString(Ff.getButtonText(vAe)), 15, _hoisted_3$a)), [
|
|
125824
|
-
[vShow, vAe.isShow === void 0 || vAe.isShow === !0 || typeof vAe.isShow == "function" && vAe.isShow(Ff.row)
|
|
125824
|
+
[vShow, vAe.isShow === void 0 || vAe.isShow === !0 || typeof vAe.isShow == "function" && vAe.isShow(Ff.row)]
|
|
125825
125825
|
]) : withDirectives((openBlock(), createBlock(hAe, {
|
|
125826
125826
|
key: 2,
|
|
125827
125827
|
type: vAe.buttonType || "primary",
|
|
@@ -125834,7 +125834,7 @@ function _sfc_render$c(Ff, kh, tAe, iAe, uAe, pAe) {
|
|
|
125834
125834
|
]),
|
|
125835
125835
|
_: 2
|
|
125836
125836
|
}, 1032, ["type", "disabled", "onClick"])), [
|
|
125837
|
-
[vShow, vAe.isShow === void 0 || vAe.isShow === !0 || typeof vAe.isShow == "function" && vAe.isShow(Ff.row)
|
|
125837
|
+
[vShow, vAe.isShow === void 0 || vAe.isShow === !0 || typeof vAe.isShow == "function" && vAe.isShow(Ff.row)]
|
|
125838
125838
|
])
|
|
125839
125839
|
], 64))), 128))
|
|
125840
125840
|
])) : createCommentVNode("", !0);
|
|
@@ -126831,6 +126831,10 @@ const elTable = "", elTableColumn = "", _sfc_main$4 = defineComponent({
|
|
|
126831
126831
|
color: "#333"
|
|
126832
126832
|
})
|
|
126833
126833
|
},
|
|
126834
|
+
cellStyle: {
|
|
126835
|
+
type: Object,
|
|
126836
|
+
default: () => ({})
|
|
126837
|
+
},
|
|
126834
126838
|
rowStyle: {
|
|
126835
126839
|
type: [Object, Function],
|
|
126836
126840
|
default: () => ({
|
|
@@ -126982,7 +126986,7 @@ const elTable = "", elTableColumn = "", _sfc_main$4 = defineComponent({
|
|
|
126982
126986
|
summaryMethod: xAe
|
|
126983
126987
|
};
|
|
126984
126988
|
}
|
|
126985
|
-
}),
|
|
126989
|
+
}), EleTable_vue_vue_type_style_index_0_scoped_805f205a_lang = "", _hoisted_1$4 = { class: "PublicTable" }, _hoisted_2$3 = { key: 1 }, _hoisted_3$3 = { key: 2 };
|
|
126986
126990
|
function _sfc_render$3(Ff, kh, tAe, iAe, uAe, pAe) {
|
|
126987
126991
|
const hAe = ElTableColumn, AAe = ElTable, vAe = ElPagination;
|
|
126988
126992
|
return openBlock(), createElementBlock("div", _hoisted_1$4, [
|
|
@@ -126992,6 +126996,7 @@ function _sfc_render$3(Ff, kh, tAe, iAe, uAe, pAe) {
|
|
|
126992
126996
|
border: Ff.configFlag.border,
|
|
126993
126997
|
"header-row-style": Ff.headerRowStyle,
|
|
126994
126998
|
"row-style": Ff.rowStyle,
|
|
126999
|
+
"cell-style": Ff.cellStyle,
|
|
126995
127000
|
data: Ff.data,
|
|
126996
127001
|
"max-height": Ff.tableMaxHeight,
|
|
126997
127002
|
height: Ff.tableHeight,
|
|
@@ -127072,7 +127077,7 @@ function _sfc_render$3(Ff, kh, tAe, iAe, uAe, pAe) {
|
|
|
127072
127077
|
]), 1032, ["show-overflow-tooltip", "width", "height", "max-height", "min-width", "prop", "label", "align", "sortable", "sort-method", "fixed", "class-name"]))), 128))
|
|
127073
127078
|
]),
|
|
127074
127079
|
_: 3
|
|
127075
|
-
}, 8, ["class", "border", "header-row-style", "row-style", "data", "max-height", "height", "highlight-current-row", "onSortChange", "onSelectionChange", "onRowDblclick", "onRowClick", "span-method", "row-class-name", "row-key", "default-sort", "onHeaderClick", "onCurrentChange", "show-summary", "summary-method"])),
|
|
127080
|
+
}, 8, ["class", "border", "header-row-style", "row-style", "cell-style", "data", "max-height", "height", "highlight-current-row", "onSortChange", "onSelectionChange", "onRowDblclick", "onRowClick", "span-method", "row-class-name", "row-key", "default-sort", "onHeaderClick", "onCurrentChange", "show-summary", "summary-method"])),
|
|
127076
127081
|
Ff.configFlag.needPage ? (openBlock(), createBlock(vAe, {
|
|
127077
127082
|
key: 0,
|
|
127078
127083
|
"popper-class": "dfs-page-config-pagination",
|
|
@@ -127089,7 +127094,7 @@ function _sfc_render$3(Ff, kh, tAe, iAe, uAe, pAe) {
|
|
|
127089
127094
|
}, null, 8, ["total", "pageNum", "pageSize", "current-page", "onSizeChange", "onCurrentChange", "page-sizes"])) : createCommentVNode("", !0)
|
|
127090
127095
|
]);
|
|
127091
127096
|
}
|
|
127092
|
-
const EleTable = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$3], ["__scopeId", "data-v-
|
|
127097
|
+
const EleTable = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$3], ["__scopeId", "data-v-805f205a"]]);
|
|
127093
127098
|
EleTable.install = (Ff) => Ff.component(EleTable.name, EleTable);
|
|
127094
127099
|
const _hoisted_1$3 = /* @__PURE__ */ createElementVNode("svg", {
|
|
127095
127100
|
class: "el-select__icon",
|