dfs-page-config 0.1.2 → 0.1.3

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.
@@ -21149,16 +21149,17 @@ function fY(r, a) {
21149
21149
  else {
21150
21150
  let c = a.method == "POST" ? "data" : "params";
21151
21151
  const d = typeof a.params == "function" ? a.params() : a.params;
21152
- ws({
21153
- url: r._BASE_URL + a.url,
21152
+ let f = r._BASE_URL;
21153
+ a.service === "c2" && (f = f.replace("c1", "c2")), ws({
21154
+ url: f + a.url,
21154
21155
  [c]: d || {},
21155
21156
  method: a.method || "GET"
21156
- }).then((f) => {
21157
- const h = f[a.dataKey] || f.items || f;
21158
- r[l] = h;
21159
- const v = hl[a.url];
21160
- v && (v.forEach((g) => {
21161
- g.options = f[g.dataKey] || h;
21157
+ }).then((h) => {
21158
+ const v = h[a.dataKey] || h.items || h;
21159
+ r[l] = v;
21160
+ const g = hl[a.url];
21161
+ g && (g.forEach((y) => {
21162
+ y.options = h[y.dataKey] || v;
21162
21163
  }), delete hl[a.url]);
21163
21164
  });
21164
21165
  }
@@ -24385,7 +24386,7 @@ function Kq(r, a, l, c, d, f) {
24385
24386
  Be(r.$slots, "default", {}, void 0, !0)
24386
24387
  ], 4);
24387
24388
  }
24388
- const Yq = /* @__PURE__ */ co(jq, [["render", Kq], ["__scopeId", "data-v-42cd9bac"]]), qq = _e({
24389
+ const Yq = /* @__PURE__ */ co(jq, [["render", Kq], ["__scopeId", "data-v-9a9f2591"]]), qq = _e({
24389
24390
  props: {
24390
24391
  gridApi: {
24391
24392
  type: Object,