dfs-page-config 0.4.92 → 0.4.94
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 -8
- 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
|
@@ -29180,7 +29180,7 @@ const __unplugin_components_0$2 = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["re
|
|
|
29180
29180
|
remoteMethod: Oe
|
|
29181
29181
|
};
|
|
29182
29182
|
}
|
|
29183
|
-
}),
|
|
29183
|
+
}), Form_vue_vue_type_style_index_0_scoped_d611a60e_lang = "", _hoisted_1$h = {
|
|
29184
29184
|
key: 0,
|
|
29185
29185
|
class: "mask"
|
|
29186
29186
|
};
|
|
@@ -29241,7 +29241,7 @@ function _sfc_render$i(k, L, ie, ae, pe, _e) {
|
|
|
29241
29241
|
ir.type === "InputNumber" ? (openBlock(), createBlock(Ie, {
|
|
29242
29242
|
key: 3,
|
|
29243
29243
|
clearable: "",
|
|
29244
|
-
disabled: typeof ir.disabled == "function" ? ir.disabled(k.formData) : ir.disabled,
|
|
29244
|
+
disabled: typeof ir.disabled == "function" ? ir.disabled(k.formData, k.relation) : ir.disabled,
|
|
29245
29245
|
modelValue: k.formData[ir.prop],
|
|
29246
29246
|
"onUpdate:modelValue": (hr) => k.formData[ir.prop] = hr,
|
|
29247
29247
|
"controls-position": "right",
|
|
@@ -29299,7 +29299,7 @@ function _sfc_render$i(k, L, ie, ae, pe, _e) {
|
|
|
29299
29299
|
modelValue: k.formData[ir.prop],
|
|
29300
29300
|
"onUpdate:modelValue": (hr) => k.formData[ir.prop] = hr,
|
|
29301
29301
|
onChange: (hr) => ir.change && ir.change({ formComp: k.componentOption, value: k.formData[ir.prop], option: ir }),
|
|
29302
|
-
disabled: typeof ir.disabled == "function" ? ir.disabled(k.formData) : ir.disabled,
|
|
29302
|
+
disabled: typeof ir.disabled == "function" ? ir.disabled(k.formData, k.relation) : ir.disabled,
|
|
29303
29303
|
"collapse-tags": ir.collapseTags,
|
|
29304
29304
|
"collapse-tags-tooltip": ir.collapseTagsTooltip,
|
|
29305
29305
|
remote: "",
|
|
@@ -29339,14 +29339,15 @@ function _sfc_render$i(k, L, ie, ae, pe, _e) {
|
|
|
29339
29339
|
key: 8,
|
|
29340
29340
|
modelValue: k.formData[ir.prop],
|
|
29341
29341
|
"onUpdate:modelValue": (hr) => k.formData[ir.prop] = hr,
|
|
29342
|
-
onChange: (hr) => ir.change && ir.change({ formComp: k.componentOption, value: k.formData[ir.prop], option: ir })
|
|
29342
|
+
onChange: (hr) => ir.change && ir.change({ formComp: k.componentOption, value: k.formData[ir.prop], option: ir }),
|
|
29343
|
+
disabled: typeof ir.disabled == "function" ? ir.disabled(k.formData, k.relation) : ir.disabled
|
|
29343
29344
|
}, {
|
|
29344
29345
|
default: withCtx(() => [
|
|
29345
29346
|
(openBlock(!0), createElementBlock(Fragment, null, renderList(ir.options, (hr) => (openBlock(), createBlock(qe, {
|
|
29346
29347
|
key: hr[ir.itemValue || "value"],
|
|
29347
29348
|
label: hr[ir.itemValue || "value"],
|
|
29348
29349
|
style: normalizeStyle(ir.itemStyle),
|
|
29349
|
-
disabled: ir.disabled
|
|
29350
|
+
disabled: typeof ir.disabled == "function" ? ir.disabled(k.formData, k.relation) : ir.disabled
|
|
29350
29351
|
}, {
|
|
29351
29352
|
default: withCtx(() => [
|
|
29352
29353
|
createTextVNode(toDisplayString(hr[ir.itemName || "label"]), 1)
|
|
@@ -29355,7 +29356,7 @@ function _sfc_render$i(k, L, ie, ae, pe, _e) {
|
|
|
29355
29356
|
}, 1032, ["label", "style", "disabled"]))), 128))
|
|
29356
29357
|
]),
|
|
29357
29358
|
_: 2
|
|
29358
|
-
}, 1032, ["modelValue", "onUpdate:modelValue", "onChange"])) : ir.type === "RadioButton" ? (openBlock(), createBlock(Dt, {
|
|
29359
|
+
}, 1032, ["modelValue", "onUpdate:modelValue", "onChange", "disabled"])) : ir.type === "RadioButton" ? (openBlock(), createBlock(Dt, {
|
|
29359
29360
|
key: 9,
|
|
29360
29361
|
modelValue: k.formData[ir.prop],
|
|
29361
29362
|
"onUpdate:modelValue": (hr) => k.formData[ir.prop] = hr,
|
|
@@ -29503,7 +29504,7 @@ function _sfc_render$i(k, L, ie, ae, pe, _e) {
|
|
|
29503
29504
|
_: 3
|
|
29504
29505
|
}, 8, ["class", "model", "size", "inline", "label-width", "style"]);
|
|
29505
29506
|
}
|
|
29506
|
-
const Form = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$i], ["__scopeId", "data-v-
|
|
29507
|
+
const Form = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$i], ["__scopeId", "data-v-d611a60e"]]), _sfc_main$i = defineComponent({
|
|
29507
29508
|
name: "Upload",
|
|
29508
29509
|
props: {
|
|
29509
29510
|
url: String,
|
|
@@ -101675,7 +101676,8 @@ const __unplugin_components_0 = { name: "ep-warning-filled", render: render$1 },
|
|
|
101675
101676
|
Oe.currentRow = xe;
|
|
101676
101677
|
const Ie = {
|
|
101677
101678
|
component: Oe,
|
|
101678
|
-
currentRow: xe
|
|
101679
|
+
currentRow: xe,
|
|
101680
|
+
sourceOption: ie.option
|
|
101679
101681
|
};
|
|
101680
101682
|
if (Oe.relation && (Ie.relation = getRelationComp(L, k.pageKey, Oe.relation)), Oe.beforeOpen(Ie) === !1)
|
|
101681
101683
|
return;
|