dfs-page-config 0.4.93 → 0.4.95
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
|
@@ -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_b50d6e29_lang = "", _hoisted_1$h = {
|
|
29184
29184
|
key: 0,
|
|
29185
29185
|
class: "mask"
|
|
29186
29186
|
};
|
|
@@ -29192,7 +29192,6 @@ function _sfc_render$i(k, L, ie, ae, pe, _e) {
|
|
|
29192
29192
|
model: k.formData,
|
|
29193
29193
|
size: k.size,
|
|
29194
29194
|
inline: k.inline,
|
|
29195
|
-
"label-width": k.labelWidth,
|
|
29196
29195
|
style: normalizeStyle(k.componentOption.style)
|
|
29197
29196
|
}, {
|
|
29198
29197
|
default: withCtx(() => [
|
|
@@ -29200,6 +29199,7 @@ function _sfc_render$i(k, L, ie, ae, pe, _e) {
|
|
|
29200
29199
|
(openBlock(!0), createElementBlock(Fragment, null, renderList(k.elementGroup, (ir, wr) => (openBlock(), createBlock(lr, {
|
|
29201
29200
|
key: ir.prop,
|
|
29202
29201
|
label: ir.label,
|
|
29202
|
+
"label-width": ir.labelWidth || k.labelWidth,
|
|
29203
29203
|
prop: ir.prop || "",
|
|
29204
29204
|
rules: typeof ir.rules == "function" ? ir.rules(k.formData, k.relation) : ir.rules,
|
|
29205
29205
|
class: normalizeClass([ir.className, !k.open && wr > 4 ? "hide-item" : ""]),
|
|
@@ -29480,7 +29480,7 @@ function _sfc_render$i(k, L, ie, ae, pe, _e) {
|
|
|
29480
29480
|
}, void 0, !0)
|
|
29481
29481
|
]),
|
|
29482
29482
|
_: 2
|
|
29483
|
-
}, 1032, ["label", "prop", "rules", "class", "style"]))), 128)),
|
|
29483
|
+
}, 1032, ["label", "label-width", "prop", "rules", "class", "style"]))), 128)),
|
|
29484
29484
|
renderSlot(k.$slots, "default", {}, void 0, !0),
|
|
29485
29485
|
k.elementGroup.length > 4 && k.showCloseButton ? (openBlock(), createElementBlock("span", {
|
|
29486
29486
|
key: 1,
|
|
@@ -29502,9 +29502,9 @@ function _sfc_render$i(k, L, ie, ae, pe, _e) {
|
|
|
29502
29502
|
])) : createCommentVNode("", !0)
|
|
29503
29503
|
]),
|
|
29504
29504
|
_: 3
|
|
29505
|
-
}, 8, ["class", "model", "size", "inline", "
|
|
29505
|
+
}, 8, ["class", "model", "size", "inline", "style"]);
|
|
29506
29506
|
}
|
|
29507
|
-
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-b50d6e29"]]), _sfc_main$i = defineComponent({
|
|
29508
29508
|
name: "Upload",
|
|
29509
29509
|
props: {
|
|
29510
29510
|
url: String,
|
|
@@ -101676,7 +101676,8 @@ const __unplugin_components_0 = { name: "ep-warning-filled", render: render$1 },
|
|
|
101676
101676
|
Oe.currentRow = xe;
|
|
101677
101677
|
const Ie = {
|
|
101678
101678
|
component: Oe,
|
|
101679
|
-
currentRow: xe
|
|
101679
|
+
currentRow: xe,
|
|
101680
|
+
sourceOption: ie.option
|
|
101680
101681
|
};
|
|
101681
101682
|
if (Oe.relation && (Ie.relation = getRelationComp(L, k.pageKey, Oe.relation)), Oe.beforeOpen(Ie) === !1)
|
|
101682
101683
|
return;
|