import { BasicProps, BasicState, EditSetting } from '../type' export class Props extends BasicProps { public editSetting: EditSetting = { key: 'gaea-lofterProduct', name: 'lofter商品模块', isContainer: false, isAutoHeight: true, defaultPosition: { top: '0', left: '0' }, type: ['common', 'lofter'], editors: [{ field: 'title', text: '模块标题', type: 'string', }, { field: 'type', text: '模块类型', type: 'select', data: [{ text: '1+3', value: 4 }, { text: '3列', value: 3 }, { text: '2列', value: 2 }, { text: '1列', value: 1 }] }, { field: 'marginTop', text: '模块上间距', type: 'number' }, { field: 'productSearch', type: 'productSearch' }, ] }; title: string type: number = 4 productSearch_productList: Array = [] productSearch_productList_excel: Array = [] productSearch_selectType = '1' marginTop = .32 } export class State extends BasicState { productList = null }