yxuse 3.0.44 → 3.0.45

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/lib/index.es6.js CHANGED
@@ -20911,12 +20911,17 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
20911
20911
  });
20912
20912
  };
20913
20913
  return formList2.filter((form) => !form.show || form.show(formData.value)).map((form) => {
20914
+ var _a, _b, _c, _d;
20914
20915
  if (form.children && form.children.length > 0) {
20915
20916
  return createVNode("div", {
20916
- "class": "flex flex-col"
20917
- }, [createVNode("span", null, [form.groupName]), createVNode("div", {
20918
- "class": "grid",
20919
- "style": __spreadValues({}, getGroupStyle(form == null ? void 0 : form.groupStyle))
20917
+ "class": `flex flex-col ${(_a = form.groupWrapClassName) != null ? _a : ""}`,
20918
+ "style": __spreadValues({}, form == null ? void 0 : form.groupWrapStyle)
20919
+ }, [createVNode("div", {
20920
+ "class": (_b = form.groupTitleClassName) != null ? _b : "",
20921
+ "style": __spreadValues({}, form == null ? void 0 : form.groupTitleStyle)
20922
+ }, [form.groupName]), createVNode("div", {
20923
+ "class": `grid ${(_c = form.groupClassName) != null ? _c : ""}`,
20924
+ "style": __spreadValues({}, getGroupStyle((_d = form == null ? void 0 : form.groupStyle) != null ? _d : {}))
20920
20925
  }, [form.children.filter((form2) => !form2.show || form2.show(formData.value)).map((form2) => renderForm(form2))])]);
20921
20926
  } else {
20922
20927
  return renderForm(form);
@@ -20947,7 +20952,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
20947
20952
  };
20948
20953
  }
20949
20954
  }));
20950
- const index$1 = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-ada0689d"]]);
20955
+ const index$1 = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-91a038d9"]]);
20951
20956
  let versionKey, curVersion, updateApp;
20952
20957
  const updateSysVersion = () => {
20953
20958
  localStorage.setItem(versionKey, curVersion);
Binary file