dfs-page-config 0.0.84 → 0.0.86

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.
@@ -21210,12 +21210,11 @@ const fY = (r) => {
21210
21210
  },
21211
21211
  // 查询列表查询
21212
21212
  _TABLE_QUERY(r, { tableComp: a, pageKey: l, row: c }) {
21213
- if (a.searchBefore && a.searchBefore(a, c) === !1)
21214
- return;
21215
21213
  let d = {}, f = {};
21216
21214
  a.dependencies && (f = ir(r, l, a.dependencies), d = fY(f));
21217
21215
  const h = vY(a, f);
21218
- a.formData = { ...d, ...h };
21216
+ if (a.formData = { ...d, ...h }, a.searchBefore && a.searchBefore(a, c) === !1)
21217
+ return;
21219
21218
  const v = gY(a);
21220
21219
  let g = a.method == "GET" ? "params" : "data";
21221
21220
  Cs({
@@ -23104,6 +23103,10 @@ const sq = _e({
23104
23103
  dragBtn: {
23105
23104
  type: String,
23106
23105
  default: () => ""
23106
+ },
23107
+ rowDblclick: {
23108
+ type: Function,
23109
+ default: () => !0
23107
23110
  }
23108
23111
  },
23109
23112
  emits: [
@@ -23182,6 +23185,7 @@ function cq(r, a, l, c, d, f) {
23182
23185
  "current-row-key": -1,
23183
23186
  onSortChange: r.sortChange,
23184
23187
  onSelectionChange: r.handleSelectionChange,
23188
+ onRowDblclick: r.rowDblclick,
23185
23189
  "span-method": r.objectSpanMethod,
23186
23190
  "row-class-name": r.tableRowClassName,
23187
23191
  key: r.key,
@@ -23251,7 +23255,7 @@ function cq(r, a, l, c, d, f) {
23251
23255
  ]), 1032, ["show-overflow-tooltip", "width", "height", "max-height", "min-width", "prop", "label", "align", "sortable", "sort-method", "fixed", "class-name"]))), 128))
23252
23256
  ]),
23253
23257
  _: 3
23254
- }, 8, ["class", "border", "header-row-style", "data", "max-height", "height", "highlight-current-row", "onSortChange", "onSelectionChange", "span-method", "row-class-name", "row-key", "show-summary", "onHeaderClick"])),
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"])),
23255
23259
  r.configFlag.needPage ? (I(), fe(g, {
23256
23260
  key: 0,
23257
23261
  style: { padding: "5px 10px", background: "#fff" },
@@ -23266,7 +23270,7 @@ function cq(r, a, l, c, d, f) {
23266
23270
  }, null, 8, ["total", "pageNum", "pageSize", "onSizeChange", "onCurrentChange"])) : ve("", !0)
23267
23271
  ]);
23268
23272
  }
23269
- const Eh = /* @__PURE__ */ co(sq, [["render", cq], ["__scopeId", "data-v-495a9bbc"]]);
23273
+ const Eh = /* @__PURE__ */ co(sq, [["render", cq], ["__scopeId", "data-v-36102437"]]);
23270
23274
  Eh.install = (r) => r.component(Eh.name, Eh);
23271
23275
  const pq = _e({
23272
23276
  name: "SplitScreen",