dfs-page-config 0.5.97 → 0.5.99

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.
@@ -28430,7 +28430,7 @@ const getFormData = (Ff) => {
28430
28430
  let kh = {};
28431
28431
  const tAe = Ff.formData;
28432
28432
  return Ff.elementGroup.forEach((iAe) => {
28433
- (iAe.isShow === void 0 || typeof iAe.isShow == "function" && iAe.isShow(tAe)) && (typeof tAe[iAe.prop] == "object" ? kh[iAe.prop] = tAe[iAe.prop] : (kh[iAe.prop] = tAe[iAe.prop] + "" == "0" ? 0 : tAe[iAe.prop] || null, typeof kh[iAe.prop] == "string" && (kh[iAe.prop] = kh[iAe.prop].trim()))), iAe.type === "Daterange" || iAe.type === "Datetimerange" ? (kh[iAe.prop] ? (kh[iAe.startTime] = formatDate(
28433
+ (iAe.isShow === void 0 || typeof iAe.isShow == "function" && iAe.isShow(tAe) && iAe.prop) && (typeof tAe[iAe.prop] == "object" ? kh[iAe.prop] = tAe[iAe.prop] : (kh[iAe.prop] = tAe[iAe.prop] + "" == "0" ? 0 : tAe[iAe.prop] || null, typeof kh[iAe.prop] == "string" && (kh[iAe.prop] = kh[iAe.prop].trim()))), iAe.type === "Daterange" || iAe.type === "Datetimerange" ? (kh[iAe.prop] ? (kh[iAe.startTime] = formatDate(
28434
28434
  kh[iAe.prop][0],
28435
28435
  iAe.type === "Daterange" ? "yyyy-MM-dd" : "yyyy-MM-dd HH:mm:ss"
28436
28436
  ), kh[iAe.endTime] = formatDate(
@@ -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
- }), EleTable_vue_vue_type_style_index_0_scoped_3cccde02_lang = "", _hoisted_1$4 = { class: "PublicTable" }, _hoisted_2$3 = { key: 1 }, _hoisted_3$3 = { key: 2 };
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-3cccde02"]]);
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",