UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

38 lines (37 loc) 695 B
import { defineMessage as a } from "react-intl"; import e from "./edit.js"; import i from "./edit-validation.js"; import t from "./preview.js"; const o = { edit: e, editSchema: i, preview: { panel: t, designer: t }, formDesigner: { label: a({ id: "XsjoZd", defaultMessage: [{ type: 0, value: "Date & time" }] }) }, builderInfo: { title: "Date / time", icon: "calendar-plus", schema: { id: "ezftxdl", type: "datetime", ...e.defaultValues, datePicker: void 0 // the DatePicker interface otherwise causes TS issues } }, defaultValue: "", holdsData: !0 }; export { o as default };