UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

39 lines (38 loc) 1.15 kB
import { jsx as u } from "react/jsx-runtime"; import "../../components/formio/tabs.js"; import "clsx"; import "formik"; /* empty css */ import "@floating-ui/react"; import "react"; /* empty css */ import { TextFieldMultiple as d } from "../../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 "dompurify"; import "../../components/formio/textarea.js"; import "../../components/formio/datagrid.js"; /* empty css */ const z = ({ component: t }) => { const { key: o, label: i, description: p, tooltip: r, validate: m = {}, autocomplete: e = "", multiple: l } = t, { required: a = !1 } = m; return /* @__PURE__ */ u(d, { name: o, multiple: !!l, label: i, description: p, tooltip: r, required: a, autoComplete: e, inputMode: "decimal" }); }; export { z as default };