UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

38 lines (37 loc) 1.1 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 A = ({ component: r }) => { const { key: t, label: o, description: i, tooltip: m, validate: p = {}, suffix: e = "" } = r, { required: s = !1 } = p; return /* @__PURE__ */ a(l, { name: t, label: o, description: i, tooltip: m, required: s, suffix: e }); }; export { A as default };