formgen-react
Version:
Formula generator with JSON for react. UI Fabric controls are used for rendering
34 lines • 1.71 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var Enums_1 = require("./Enums");
exports.BinderType = Enums_1.BinderType;
exports.ControlTypes = Enums_1.ControlTypes;
exports.SupportedLanguages = Enums_1.SupportedLanguages;
exports.LabelPositions = Enums_1.LabelPositions;
exports.TranslatedProperty = Enums_1.TranslatedProperty;
exports.FormActions = Enums_1.FormActions;
exports.ValidatorTypes = Enums_1.ValidatorTypes;
var DynamicControl_types_1 = require("./objects/DynamicControl.types");
exports.DynamicControl = DynamicControl_types_1.DynamicControl;
var CustomValidator_types_1 = require("./objects/CustomValidator.types");
exports.CustomValidator = CustomValidator_types_1.CustomValidator;
var DataBinder_types_1 = require("./objects/DataBinder.types");
exports.DataBinder = DataBinder_types_1.DataBinder;
var CustomActions_types_1 = require("./objects/CustomActions.types");
exports.CustomActions = CustomActions_types_1.CustomActions;
var ObjectFabric_1 = require("./objects/ObjectFabric");
exports.ObjectFabric = ObjectFabric_1.ObjectFabric;
var JFormData_1 = require("./objects/JFormData");
exports.JFormData = JFormData_1.JFormData;
var Control_1 = require("./objects/Control");
exports.Control = Control_1.Control;
var Form_1 = require("./form/Form");
exports.GenericForm = Form_1.GenericForm;
exports.Form = Form_1.Form;
var Row_1 = require("./objects/Row");
exports.Row = Row_1.Row;
var Column_1 = require("./objects/Column");
exports.Column = Column_1.Column;
var FormBaseInput_types_1 = require("./formBaseInput/FormBaseInput.types");
exports.typesForInject = FormBaseInput_types_1.typesForInject;
//# sourceMappingURL=index.js.map