dfs-page-config 0.3.26 → 0.3.28
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: {
|
|
@@ -99934,7 +99934,7 @@ function Dse(u, s, v, g, C, _) {
|
|
|
99934
99934
|
}, [
|
|
99935
99935
|
O.type === "text" ? Sr((ee(), be("span", {
|
|
99936
99936
|
key: 0,
|
|
99937
|
-
class: we([u.getButtonText(O) ==
|
|
99937
|
+
class: we([u.getButtonText(O) == 0 ? "pd-2" : "dfs-text-btn", O.class]),
|
|
99938
99938
|
style: rr(O.style),
|
|
99939
99939
|
type: O.buttonType || "primary",
|
|
99940
99940
|
disabled: typeof O.disabled == "function" ? O.disabled(u.row) : O.disabled,
|