UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

39 lines (38 loc) 1.12 kB
import { jsx as s } 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 { TimeFieldMultiple as d } from "../../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: i, label: r, description: o, tooltip: m, validate: p = {}, disabled: e = !1, multiple: l = !1 } = t, { required: a = !1 } = p; return /* @__PURE__ */ s(d, { name: i, multiple: l, label: r, description: o, tooltip: m, required: a, readOnly: e }); }; export { z as default };