@xjw_/vue3-npm-system 1.0.6 → 1.0.8
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
CHANGED
|
@@ -921,6 +921,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
921
921
|
vertical: "",
|
|
922
922
|
"title-align": "right",
|
|
923
923
|
"title-width": __props.titleWidth,
|
|
924
|
+
size: "medium",
|
|
924
925
|
ref_key: "vxeFormRef",
|
|
925
926
|
ref: vxeFormRef
|
|
926
927
|
}, {
|
|
@@ -966,7 +967,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
966
967
|
};
|
|
967
968
|
}
|
|
968
969
|
});
|
|
969
|
-
const XSearchBar = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-
|
|
970
|
+
const XSearchBar = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-39635b04"]]);
|
|
970
971
|
const _hoisted_1$3 = { class: "x-pagination" };
|
|
971
972
|
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
972
973
|
__name: "XPagination",
|
|
@@ -1046,7 +1047,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
1046
1047
|
props: {
|
|
1047
1048
|
tableData: { type: Array, default: () => [] },
|
|
1048
1049
|
isShowBg: { type: Boolean, default: true },
|
|
1049
|
-
size: { type: String, default:
|
|
1050
|
+
size: { type: String, default: "medium" },
|
|
1050
1051
|
stripe: { type: Boolean, default: false },
|
|
1051
1052
|
subHeight: { type: String, default: "200px" },
|
|
1052
1053
|
maxHeight: { type: [Number, String], default: null },
|
|
@@ -1224,7 +1225,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
1224
1225
|
},
|
|
1225
1226
|
data: __props.showFooter && __props.footerData.length < 1 ? __props.tableData.slice(0, -1) : __props.tableData,
|
|
1226
1227
|
border: "",
|
|
1227
|
-
size: __props.size
|
|
1228
|
+
size: __props.size,
|
|
1228
1229
|
stripe: __props.stripe,
|
|
1229
1230
|
height: "100%",
|
|
1230
1231
|
align: "center",
|
|
@@ -1305,7 +1306,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
1305
1306
|
};
|
|
1306
1307
|
}
|
|
1307
1308
|
});
|
|
1308
|
-
const XVxeTable = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-
|
|
1309
|
+
const XVxeTable = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-9111013e"]]);
|
|
1309
1310
|
const _hoisted_1$2 = { class: "x-business-log" };
|
|
1310
1311
|
const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
1311
1312
|
__name: "XBusinessLog",
|