dfs-page-config 0.0.86 → 0.0.88

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.
@@ -21640,7 +21640,7 @@ const Ig = /* @__PURE__ */ co(OY, [["render", DY]]), AY = _e({
21640
21640
  const a = xi(), l = te();
21641
21641
  let c = r.pageConfigData, d = [];
21642
21642
  c.components.forEach((h) => {
21643
- h.type === "SplitScreen" ? h.topComponents && h.downComponents && (d = h.topComponents.concat(h.downComponents)) : d = c.components;
21643
+ h.type === "SplitScreen" ? h.topComponents && h.downComponents && d.push(...h.topComponents, ...h.downComponents) : d.push(h);
21644
21644
  }), d.forEach((h) => {
21645
21645
  (h.type == "Form" || h.type == "ButtonGroup") && h.elementGroup && xe(() => h.elementGroup, (v) => {
21646
21646
  v && f(v);
@@ -23065,6 +23065,12 @@ const sq = _e({
23065
23065
  color: "#333"
23066
23066
  })
23067
23067
  },
23068
+ rowStyle: {
23069
+ type: [Object, Function],
23070
+ default: () => ({
23071
+ color: "#333"
23072
+ })
23073
+ },
23068
23074
  highlightCurrentRow: {
23069
23075
  type: Boolean,
23070
23076
  default: !1
@@ -23178,6 +23184,7 @@ function cq(r, a, l, c, d, f) {
23178
23184
  class: j(["dbs-table", [r.cusClass]]),
23179
23185
  border: r.configFlag.border,
23180
23186
  "header-row-style": r.headerRowStyle,
23187
+ "row-style": r.rowStyle,
23181
23188
  data: r.data,
23182
23189
  "max-height": r.tableMaxHeight,
23183
23190
  height: r.tableHeight,
@@ -23255,7 +23262,7 @@ function cq(r, a, l, c, d, f) {
23255
23262
  ]), 1032, ["show-overflow-tooltip", "width", "height", "max-height", "min-width", "prop", "label", "align", "sortable", "sort-method", "fixed", "class-name"]))), 128))
23256
23263
  ]),
23257
23264
  _: 3
23258
- }, 8, ["class", "border", "header-row-style", "data", "max-height", "height", "highlight-current-row", "onSortChange", "onSelectionChange", "onRowDblclick", "span-method", "row-class-name", "row-key", "show-summary", "onHeaderClick"])),
23265
+ }, 8, ["class", "border", "header-row-style", "row-style", "data", "max-height", "height", "highlight-current-row", "onSortChange", "onSelectionChange", "onRowDblclick", "span-method", "row-class-name", "row-key", "show-summary", "onHeaderClick"])),
23259
23266
  r.configFlag.needPage ? (I(), fe(g, {
23260
23267
  key: 0,
23261
23268
  style: { padding: "5px 10px", background: "#fff" },
@@ -23270,7 +23277,7 @@ function cq(r, a, l, c, d, f) {
23270
23277
  }, null, 8, ["total", "pageNum", "pageSize", "onSizeChange", "onCurrentChange"])) : ve("", !0)
23271
23278
  ]);
23272
23279
  }
23273
- const Eh = /* @__PURE__ */ co(sq, [["render", cq], ["__scopeId", "data-v-36102437"]]);
23280
+ const Eh = /* @__PURE__ */ co(sq, [["render", cq], ["__scopeId", "data-v-5282ff38"]]);
23274
23281
  Eh.install = (r) => r.component(Eh.name, Eh);
23275
23282
  const pq = _e({
23276
23283
  name: "SplitScreen",