@arudovwen/form-builder-react 1.4.39 → 1.4.40
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/form-builder.es.js +23 -27
- package/dist/form-builder.umd.js +13 -13
- package/dist/index.css +1 -1
- package/package.json +1 -1
package/dist/form-builder.es.js
CHANGED
|
@@ -7898,30 +7898,26 @@ const sl = ({
|
|
|
7898
7898
|
},
|
|
7899
7899
|
(si = y == null ? void 0 : y[h]) == null ? void 0 : si.id
|
|
7900
7900
|
) }),
|
|
7901
|
-
!u && /* @__PURE__ */ n.jsx("footer", { className: "
|
|
7902
|
-
/* @__PURE__ */ n.
|
|
7903
|
-
|
|
7904
|
-
|
|
7905
|
-
|
|
7906
|
-
|
|
7907
|
-
|
|
7908
|
-
|
|
7909
|
-
|
|
7910
|
-
|
|
7911
|
-
|
|
7912
|
-
|
|
7913
|
-
|
|
7914
|
-
|
|
7915
|
-
|
|
7916
|
-
|
|
7917
|
-
|
|
7918
|
-
|
|
7919
|
-
|
|
7920
|
-
|
|
7921
|
-
)
|
|
7922
|
-
] }),
|
|
7923
|
-
" ",
|
|
7924
|
-
!o && /* @__PURE__ */ n.jsx("div", { className: "mt-10", children: t != null ? t : /* @__PURE__ */ n.jsx("div", { className: "flex justify-end", children: /* @__PURE__ */ n.jsx(
|
|
7901
|
+
!u && /* @__PURE__ */ n.jsx("footer", { className: "flex items-center justify-end gap-4 footer flex-wrap", children: d === "multi" ? /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
7902
|
+
h > 0 && /* @__PURE__ */ n.jsx(
|
|
7903
|
+
Ei,
|
|
7904
|
+
{
|
|
7905
|
+
type: "button",
|
|
7906
|
+
text: "Back",
|
|
7907
|
+
onClick: U,
|
|
7908
|
+
btnClass: "text-gray-700 text-sm border-[#98A2B3] !font-medium !py-[10px] px-10 bg-gray-200 rounded-lg"
|
|
7909
|
+
}
|
|
7910
|
+
),
|
|
7911
|
+
h < f - 1 ? /* @__PURE__ */ n.jsx(
|
|
7912
|
+
Ei,
|
|
7913
|
+
{
|
|
7914
|
+
type: "button",
|
|
7915
|
+
text: "Continue",
|
|
7916
|
+
onClick: I,
|
|
7917
|
+
style: { background: (m == null ? void 0 : m.buttonColor) || "#333" },
|
|
7918
|
+
btnClass: "text-gray-700 text-sm border-[#98A2B3] !font-medium !py-[10px] px-10 bg-blue-600 text-white rounded-lg continue_btn"
|
|
7919
|
+
}
|
|
7920
|
+
) : !o && (t != null ? t : /* @__PURE__ */ n.jsx(
|
|
7925
7921
|
Ei,
|
|
7926
7922
|
{
|
|
7927
7923
|
isDisabled: Z || Object.keys(W).length > 0,
|
|
@@ -7931,8 +7927,8 @@ const sl = ({
|
|
|
7931
7927
|
style: { background: (m == null ? void 0 : m.buttonColor) || "#333" },
|
|
7932
7928
|
btnClass: "text-gray-700 border-[#98A2B3] !font-medium !py-[10px] px-10 bg-blue-600 text-white rounded-lg submit_btn"
|
|
7933
7929
|
}
|
|
7934
|
-
)
|
|
7935
|
-
] }) : !o && (t != null ? t : /* @__PURE__ */ n.jsx(
|
|
7930
|
+
))
|
|
7931
|
+
] }) : !o && (t != null ? t : /* @__PURE__ */ n.jsx(
|
|
7936
7932
|
Ei,
|
|
7937
7933
|
{
|
|
7938
7934
|
isDisabled: Z || Object.keys(W).length > 0,
|
|
@@ -7942,7 +7938,7 @@ const sl = ({
|
|
|
7942
7938
|
style: { background: (m == null ? void 0 : m.buttonColor) || "#333" },
|
|
7943
7939
|
btnClass: "text-gray-700 border-[#98A2B3] !font-medium !py-[10px] px-10 bg-blue-600 text-white rounded-lg submit_btn"
|
|
7944
7940
|
}
|
|
7945
|
-
)
|
|
7941
|
+
)) })
|
|
7946
7942
|
]
|
|
7947
7943
|
}
|
|
7948
7944
|
)
|