@open-formulieren/formio-builder
Version:
An opinionated Formio webform builder for Open Forms
37 lines (36 loc) • 1.21 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { useContext as i } from "react";
import { useIntl as m, FormattedMessage as p } from "react-intl";
import "../../components/formio/tabs.js";
import "clsx";
import "formik";
/* empty css */
import "@floating-ui/react";
/* empty css */
import { BuilderContext as l } from "../../context.js";
import "@formio/vanilla-text-mask";
import "formiojs";
import n from "../../components/formio/checkbox.js";
import "lodash";
/* empty css */
import "react-select";
import "dompurify";
import "../../components/formio/datagrid.js";
const k = () => {
const t = m(), {
formType: o
} = i(l), r = t.formatMessage({
id: "e09gXO",
defaultMessage: [{
type: 0,
value: "Allow the selection of specific children that are retrieved from the external source for further processing."
}]
});
return o === "appointment" ? null : /* @__PURE__ */ e(n, { name: "enableSelection", label: /* @__PURE__ */ e(p, { id: "7E8B/6", defaultMessage: [{
type: 0,
value: "Enable selection"
}] }), tooltip: r });
};
export {
k as default
};