dfs-page-config 0.3.7 → 0.3.8
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
|
@@ -22441,7 +22441,7 @@ function Kne(c, s, g, m, w, _) {
|
|
|
22441
22441
|
onVisibleChange: (he) => {
|
|
22442
22442
|
X.visibleChange && X.visibleChange(he, { formComp: c.componentOption, value: c.formData[X.prop], option: X });
|
|
22443
22443
|
},
|
|
22444
|
-
disabled: X.disabled,
|
|
22444
|
+
disabled: typeof X.disabled == "function" ? X.disabled(c.formData) : X.disabled,
|
|
22445
22445
|
"collapse-tags": X.collapseTags,
|
|
22446
22446
|
"collapse-tags-tooltip": X.collapseTagsTooltip
|
|
22447
22447
|
}, {
|
|
@@ -22465,7 +22465,7 @@ function Kne(c, s, g, m, w, _) {
|
|
|
22465
22465
|
modelValue: c.formData[X.prop],
|
|
22466
22466
|
"onUpdate:modelValue": (he) => c.formData[X.prop] = he,
|
|
22467
22467
|
onChange: (he) => X.change && X.change({ formComp: c.componentOption, value: c.formData[X.prop], option: X }),
|
|
22468
|
-
disabled: X.disabled,
|
|
22468
|
+
disabled: typeof X.disabled == "function" ? X.disabled(c.formData) : X.disabled,
|
|
22469
22469
|
"collapse-tags": X.collapseTags,
|
|
22470
22470
|
"collapse-tags-tooltip": X.collapseTagsTooltip,
|
|
22471
22471
|
remote: "",
|
|
@@ -22660,7 +22660,7 @@ function Kne(c, s, g, m, w, _) {
|
|
|
22660
22660
|
_: 3
|
|
22661
22661
|
}, 8, ["class", "model", "size", "inline", "label-width", "style"]);
|
|
22662
22662
|
}
|
|
22663
|
-
const N_ = /* @__PURE__ */ So(Une, [["render", Kne], ["__scopeId", "data-v-
|
|
22663
|
+
const N_ = /* @__PURE__ */ So(Une, [["render", Kne], ["__scopeId", "data-v-cc96c4ec"]]), Yne = Qe({
|
|
22664
22664
|
name: "Upload",
|
|
22665
22665
|
props: {
|
|
22666
22666
|
url: String,
|
|
@@ -94780,7 +94780,8 @@ const XD = /* @__PURE__ */ So(Zoe, [["render", Qoe]]), Joe = Qe({
|
|
|
94780
94780
|
const s = Uc(), g = xn({
|
|
94781
94781
|
option: {},
|
|
94782
94782
|
component: {},
|
|
94783
|
-
dialog: !1
|
|
94783
|
+
dialog: !1,
|
|
94784
|
+
title: ce(() => typeof g.component.title == "function" ? g.component.title() : g.component.title)
|
|
94784
94785
|
});
|
|
94785
94786
|
function m(_) {
|
|
94786
94787
|
const O = Ya(s, c.pageKey, g.option.target);
|
|
@@ -94803,7 +94804,7 @@ function eie(c, s, g, m, w, _) {
|
|
|
94803
94804
|
const O = Br("WarningFilled"), E = Kt, P = XD, A = MD;
|
|
94804
94805
|
return q(), He(A, {
|
|
94805
94806
|
class: "dfs-page-config-dialog",
|
|
94806
|
-
title: c.
|
|
94807
|
+
title: c.title,
|
|
94807
94808
|
modelValue: c.dialog,
|
|
94808
94809
|
"onUpdate:modelValue": s[0] || (s[0] = (I) => c.dialog = I),
|
|
94809
94810
|
width: c.component.width || "500px",
|
|
@@ -94824,7 +94825,7 @@ function eie(c, s, g, m, w, _) {
|
|
|
94824
94825
|
]),
|
|
94825
94826
|
_: 1
|
|
94826
94827
|
})) : ze("", !0),
|
|
94827
|
-
Mr(" " + vt(c.
|
|
94828
|
+
Mr(" " + vt(c.title), 1)
|
|
94828
94829
|
])
|
|
94829
94830
|
]),
|
|
94830
94831
|
default: ke(() => [
|