@cuba-platform/front-generator
Version:
CUBA Platform front-end clients generator
54 lines • 1.5 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.entityManagementGeneratorParams = [
{
code: 'entity',
caption: 'Entity',
propertyType: "ENTITY" /* ENTITY */,
required: true
},
{
code: 'managementComponentName',
caption: 'CRUD component name',
propertyType: "POLYMER_COMPONENT_NAME" /* POLYMER_COMPONENT_NAME */,
defaultValue: "-management",
required: true
},
{
code: 'listType',
caption: 'List type',
propertyType: "OPTION" /* OPTION */,
defaultValue: "cards",
required: true,
options: ['cards', 'list']
},
{
code: 'listComponentName',
caption: 'List component name',
propertyType: "POLYMER_COMPONENT_NAME" /* POLYMER_COMPONENT_NAME */,
defaultValue: "-list",
required: true
},
{
code: 'listView',
caption: 'List view',
propertyType: "VIEW" /* VIEW */,
relatedProperty: "entity",
required: true
},
{
code: 'editComponentName',
caption: 'Edit component name',
propertyType: "POLYMER_COMPONENT_NAME" /* POLYMER_COMPONENT_NAME */,
defaultValue: '-edit',
required: true
},
{
code: 'editView',
caption: 'Edit view',
propertyType: "VIEW" /* VIEW */,
relatedProperty: "entity",
required: true
}
];
//# sourceMappingURL=params.js.map