UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

37 lines (36 loc) 1.19 kB
import { jsx as t } from "react/jsx-runtime"; import { FormattedMessage as m } from "react-intl"; import p from "../../components/ContentPlaceholder.js"; 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"; /* empty css */ import "react-select"; import "dompurify"; import "../../components/formio/textarea.js"; import "../../components/formio/datagrid.js"; import l from "../../components/formio/fieldset.js"; const N = ({ component: r }) => { const { label: o, hideHeader: i, tooltip: e } = r; return /* @__PURE__ */ t(l, { label: i ? void 0 : o, tooltip: e, children: /* @__PURE__ */ t(p, { variant: "builder", children: /* @__PURE__ */ t(m, { id: "h2ZNhM", defaultMessage: [{ type: 0, value: "Fieldset content" }] }) }) }); }; export { N as default };