dfs-page-config 0.3.27 → 0.3.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.
package/dist/dfs-page-config.js
CHANGED
|
@@ -27215,7 +27215,7 @@ const _ae = rt({
|
|
|
27215
27215
|
[x]: g.params || {},
|
|
27216
27216
|
method: g.method || "GET"
|
|
27217
27217
|
}).then((R) => {
|
|
27218
|
-
g.options = R[g.resDataKey] || R.items || R;
|
|
27218
|
+
g.options = typeof g.options == "function" ? g.options(R) : R[g.resDataKey] || R.items || R || [];
|
|
27219
27219
|
}), u.formComp.updateStatusData = S;
|
|
27220
27220
|
}
|
|
27221
27221
|
function O(x) {
|
|
@@ -27293,7 +27293,7 @@ function xae(u, s, v, g, C, _) {
|
|
|
27293
27293
|
}, 1032, ["type", "onClick", "size"]))), 128))
|
|
27294
27294
|
], 2));
|
|
27295
27295
|
}
|
|
27296
|
-
const GG = /* @__PURE__ */ xo(_ae, [["render", xae], ["__scopeId", "data-v-
|
|
27296
|
+
const GG = /* @__PURE__ */ xo(_ae, [["render", xae], ["__scopeId", "data-v-3054ef97"]]), Rae = rt({
|
|
27297
27297
|
name: "UploadComp",
|
|
27298
27298
|
components: { Plus: iS, ZoomIn: oD, Delete: nD },
|
|
27299
27299
|
props: {
|
|
@@ -99469,7 +99469,7 @@ const bse = rt({
|
|
|
99469
99469
|
R(ae), x.columnUpdate = Date.now(), setTimeout(() => {
|
|
99470
99470
|
x.configFlag.sizeColumnsToFit && g.sizeColumnsToFit();
|
|
99471
99471
|
});
|
|
99472
|
-
}), R(C.columns);
|
|
99472
|
+
}, { immediate: !0 }), R(C.columns);
|
|
99473
99473
|
function R(ae) {
|
|
99474
99474
|
var Y, ve;
|
|
99475
99475
|
T(ae), (Y = C.configFlag) != null && Y.checkboxSelection ? (x.columnDefs = [
|