UNPKG

@jdlinker/ui

Version:

jdLinker UI库,基于ant-design-vue封装

37 lines (35 loc) 637 B
export const cardSchema = { type: 'card', category: 'container', icon: 'card', widgetList: [], options: { name: '', label: 'card', hidden: false, folded: false, showFold: true, cardWidth: '100%', shadow: 'never', customClass: '', }, }; export const alertSchema = { type: 'alert', icon: 'alert', formItemFlag: false, options: { name: '', title: 'Good things are coming...', type: 'info', description: '', closable: true, closeText: '', center: true, showIcon: false, effect: 'light', hidden: false, onClose: '', customClass: '', }, };