dfs-page-config 0.1.27 → 0.1.29

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.
@@ -21627,11 +21627,11 @@ const kY = {
21627
21627
  function $Y(r, s, l, c, d, f) {
21628
21628
  const h = ii, g = eR;
21629
21629
  return r.option.type == "TabStep" ? (M(), X("ul", kY, [
21630
- (M(!0), X(Ke, null, pt(r.statusList, (v) => (M(), X("li", {
21630
+ (M(!0), X(Ke, null, pt(r.statusList, (v, y) => (M(), X("li", {
21631
21631
  key: v[r.option.itemValue],
21632
- class: j(["li" + r.index, r.currentValue == v[r.option.itemValue] ? "active" : ""]),
21633
- style: st({ "z-index": r.statusList.length - r.index }),
21634
- onClick: (y) => r.changeTab(v[r.option.itemValue])
21632
+ class: j(["li" + y, r.currentValue == v[r.option.itemValue] ? "active" : ""]),
21633
+ style: st({ "z-index": r.statusList.length - y }),
21634
+ onClick: (E) => r.changeTab(v[r.option.itemValue])
21635
21635
  }, [
21636
21636
  Wt(Ve(v[r.option.itemName]) + " ", 1),
21637
21637
  r.option.itemData ? (M(), X("span", BY, Ve(v[r.option.itemData] || 0), 1)) : ge("", !0)
@@ -21640,7 +21640,7 @@ function $Y(r, s, l, c, d, f) {
21640
21640
  key: 1,
21641
21641
  class: j(["header-btns", r.option.itemData ? "badge" : ""])
21642
21642
  }, [
21643
- r.option.itemData ? (M(!0), X(Ke, { key: 0 }, pt(r.statusList, (v, y) => (M(), fe(g, {
21643
+ r.option.itemData ? (M(!0), X(Ke, { key: 0 }, pt(r.statusList, (v) => (M(), fe(g, {
21644
21644
  key: v[r.option.itemValue],
21645
21645
  value: v[r.option.itemData] || 0,
21646
21646
  max: 99999
@@ -21648,7 +21648,7 @@ function $Y(r, s, l, c, d, f) {
21648
21648
  default: de(() => [
21649
21649
  Ce(h, {
21650
21650
  type: r.currentValue == v[r.option.itemValue] ? "primary" : "info",
21651
- onClick: (E) => r.changeTab(v[r.option.itemValue]),
21651
+ onClick: (y) => r.changeTab(v[r.option.itemValue]),
21652
21652
  size: r.size
21653
21653
  }, {
21654
21654
  default: de(() => [
@@ -21658,10 +21658,10 @@ function $Y(r, s, l, c, d, f) {
21658
21658
  }, 1032, ["type", "onClick", "size"])
21659
21659
  ]),
21660
21660
  _: 2
21661
- }, 1032, ["value"]))), 128)) : (M(!0), X(Ke, { key: 1 }, pt(r.statusList, (v, y) => (M(), fe(h, {
21661
+ }, 1032, ["value"]))), 128)) : (M(!0), X(Ke, { key: 1 }, pt(r.statusList, (v) => (M(), fe(h, {
21662
21662
  key: v[r.option.itemValue],
21663
21663
  type: r.currentValue == v[r.option.itemValue] ? "primary" : "info",
21664
- onClick: (E) => r.changeTab(v[r.option.itemValue]),
21664
+ onClick: (y) => r.changeTab(v[r.option.itemValue]),
21665
21665
  size: r.size
21666
21666
  }, {
21667
21667
  default: de(() => [
@@ -21671,7 +21671,7 @@ function $Y(r, s, l, c, d, f) {
21671
21671
  }, 1032, ["type", "onClick", "size"]))), 128))
21672
21672
  ], 2));
21673
21673
  }
21674
- const NO = /* @__PURE__ */ oo(HY, [["render", $Y], ["__scopeId", "data-v-86af3a30"]]);
21674
+ const NO = /* @__PURE__ */ oo(HY, [["render", $Y], ["__scopeId", "data-v-0bc172d8"]]);
21675
21675
  var FO = {};
21676
21676
  (function(r) {
21677
21677
  Object.defineProperty(r, "__esModule", { value: !0 });
@@ -54941,7 +54941,7 @@ const Uq = _e({
54941
54941
  s.emit("onViewportChanged");
54942
54942
  }
54943
54943
  function O(G) {
54944
- c = g.gridApi = G.api, g.configFlag.sizeColumnsToFit && G.api.sizeColumnsToFit(), s.emit("onGridReady", G.api);
54944
+ c = g.gridApi = G.api, g.configFlag.sizeColumnsToFit && G.api.sizeColumnsToFit(), s.emit("onGridReady", G.api), g.configFlag.onGridReady && g.configFlag.onGridReady(G.api);
54945
54945
  }
54946
54946
  function T(G) {
54947
54947
  var k = G.api.getSelectedRows();