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.
- package/dist/dfs-page-config.js +10 -9
- package/dist/dfs-page-config.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dfs-page-config.js
CHANGED
|
@@ -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
|
-
|
|
21153
|
-
|
|
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((
|
|
21157
|
-
const
|
|
21158
|
-
r[l] =
|
|
21159
|
-
const
|
|
21160
|
-
|
|
21161
|
-
|
|
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-
|
|
24389
|
+
const Yq = /* @__PURE__ */ co(jq, [["render", Kq], ["__scopeId", "data-v-9a9f2591"]]), qq = _e({
|
|
24389
24390
|
props: {
|
|
24390
24391
|
gridApi: {
|
|
24391
24392
|
type: Object,
|