cd-form 1.0.28 → 1.0.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/cd-form.js +3 -3
- package/dist/cd-form.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cd-form.js
CHANGED
|
@@ -38948,10 +38948,10 @@ const QT = { class: "cd-share-header" }, eS = { class: "cd-share-title" }, tS =
|
|
|
38948
38948
|
const C = [];
|
|
38949
38949
|
return K(s.formData.fields).forEach((re) => {
|
|
38950
38950
|
const ne = re.__config__, Te = re.__vModel__, De = ne.cdkey;
|
|
38951
|
-
if (!Te || ne.noShow || De === "
|
|
38951
|
+
if (!Te || ne.noShow || De === "divider" || De === "vxeSubGrid" || De === "table")
|
|
38952
38952
|
return;
|
|
38953
38953
|
let Ne = "text";
|
|
38954
|
-
["select", "radio", "checkbox"].includes(De) ? Ne = "select" : De === "number" ? Ne = "number" : De === "date" || De === "datetime" ? Ne = "date" : De === "time" ? Ne = "time" : De === "switch" && (Ne = "
|
|
38954
|
+
["select", "radio", "checkbox"].includes(De) ? Ne = "select" : De === "number" ? Ne = "number" : De === "date" || De === "datetime" ? Ne = "date" : De === "time" ? Ne = "time" : De === "switch" ? Ne = "select" : De === "billno" && (Ne = "text"), C.push({
|
|
38955
38955
|
key: ne.label,
|
|
38956
38956
|
label: ne.label,
|
|
38957
38957
|
value: Te,
|
|
@@ -40427,7 +40427,7 @@ const QT = { class: "cd-share-header" }, eS = { class: "cd-share-title" }, tS =
|
|
|
40427
40427
|
]);
|
|
40428
40428
|
};
|
|
40429
40429
|
}
|
|
40430
|
-
}), af = /* @__PURE__ */ Mt(m8, [["__scopeId", "data-v-
|
|
40430
|
+
}), af = /* @__PURE__ */ Mt(m8, [["__scopeId", "data-v-925f90c6"]]), p8 = { class: "field-manage-header" }, x8 = { class: "field-manage-content" }, g8 = { class: "field-manage-toolbar" }, _8 = /* @__PURE__ */ Ct({
|
|
40431
40431
|
__name: "FieldManageDialog",
|
|
40432
40432
|
props: {
|
|
40433
40433
|
modelValue: { type: Boolean },
|