UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

37 lines (36 loc) 1.08 kB
import { jsx as a } from "react/jsx-runtime"; import "../../components/formio/tabs.js"; import "clsx"; import "formik"; /* empty css */ import "@floating-ui/react"; import "react"; /* empty css */ import "../../components/formio/textfield.js"; import "../../components/formio/datefield.js"; import "../../components/formio/datetimefield.js"; import "../../components/formio/timefield.js"; import "react-intl"; /* empty css */ import "react-select"; import { NumberField as l } from "../../components/formio/number.js"; import "../../components/formio/textarea.js"; import "../../components/formio/datagrid.js"; /* empty css */ const z = ({ component: r }) => { const { key: t, label: o, description: i, tooltip: m, validate: p = {} } = r, { required: e = !1 } = p; return /* @__PURE__ */ a(l, { name: t, label: o, description: i, tooltip: m, required: e, prefix: "€" }); }; export { z as default };