UNPKG

vue-launchers

Version:
135 lines (134 loc) 3.6 kB
import { PublicConfigClass } from '../../../../../packages/public'; import { CreateComponentType } from '../../../../../packages/index.d'; export declare const option: { goalId: string; dataset: ({ id: number; createTime: string; creatorId: number; creatorName: any; modifyTime: string; modifyId: number; modifyName: string; usable: boolean; appName: string; appTypeId: string; appIcon: any; appStore: string; startCommand: string; appUid: string; remark: string; image: string; } | { id: string; createTime: string; creatorId: number; creatorName: any; modifyTime: string; modifyId: number; modifyName: string; usable: boolean; appName: string; appTypeId: string; appIcon: any; appStore: string; startCommand: string; appUid: string; remark: string; image: string; } | { id: string; createTime: string; creatorId: number; creatorName: string; modifyTime: string; modifyId: number; modifyName: string; usable: boolean; appName: string; appTypeId: string; appIcon: any; appStore: any; startCommand: string; appUid: string; remark: string; image: string; })[]; color: string; borderColor: string; width: number; textColor: string; backgroundImage: string; background: any; valueFormatter(item: { value: any; }): any; }; export default class Config extends PublicConfigClass implements CreateComponentType { key: string; chartConfig: import('../../../../../packages/index.d').ConfigType; option: { goalId: string; dataset: ({ id: number; createTime: string; creatorId: number; creatorName: any; modifyTime: string; modifyId: number; modifyName: string; usable: boolean; appName: string; appTypeId: string; appIcon: any; appStore: string; startCommand: string; appUid: string; remark: string; image: string; } | { id: string; createTime: string; creatorId: number; creatorName: any; modifyTime: string; modifyId: number; modifyName: string; usable: boolean; appName: string; appTypeId: string; appIcon: any; appStore: string; startCommand: string; appUid: string; remark: string; image: string; } | { id: string; createTime: string; creatorId: number; creatorName: string; modifyTime: string; modifyId: number; modifyName: string; usable: boolean; appName: string; appTypeId: string; appIcon: any; appStore: any; startCommand: string; appUid: string; remark: string; image: string; })[]; color: string; borderColor: string; width: number; textColor: string; backgroundImage: string; background: any; valueFormatter(item: { value: any; }): any; }; }