@react-form-builder/core
Version:
React JSON Schema Form Builder to create complex, validated, reusable forms with no deep React knowledge required
28 lines (27 loc) • 954 B
JavaScript
import { boolean as o } from "../annotation/booleanAnnotation.js";
import { disabled as r } from "../annotation/disabledAnnotation.js";
import { object as e } from "../annotation/objectAnnotation.js";
import { readOnly as m } from "../annotation/readOnlyAnnotation.js";
import { string as t } from "../annotation/stringAnnotation.js";
import { toArray as d } from "../annotation/toArray.js";
import { modules as i } from "../define/constants.js";
import { Meta as a } from "../define/utils/Meta.js";
import { embeddedFormModel as p } from "./embeddedFormModel.js";
import { embeddedFormStyleProperties as f } from "./embeddedFormStyleProperties.js";
const l = o.default(!0).calculable(!1), g = new a(
p.type,
d({
storeDataInParentForm: l,
formName: t.setup({ editor: "formNamePicker" }),
options: e,
disabled: r,
readOnly: m
}),
[],
f,
i
);
export {
g as embeddedFormMeta
};
//# sourceMappingURL=embeddedFormMeta.js.map