feat: 新增轮播图表

This commit is contained in:
奔跑的面条
2022-04-01 16:36:22 +08:00
parent 2b0f8a817c
commit 97df02c07e
23 changed files with 382 additions and 32 deletions
+4 -4
View File
@@ -46,15 +46,15 @@ export type PickCreateComponentType<T extends keyof CreateComponentType> = Pick<
export enum PackagesCategoryEnum {
CHARTS = 'Charts',
TABLES = 'Tables',
INFORMATION = 'Informations',
INFORMATIONS = 'Informations',
DECORATES = 'Decorates'
}
// 包分类名称
export enum PackagesCategoryName {
CHARTS = '图表',
TABLES = '表',
INFORMATION = '信息',
TABLES = '表',
INFORMATIONS = '信息',
DECORATES = '小组件'
}
@@ -67,7 +67,7 @@ export enum FetchComFlagType {
// 图表包类型
export type PackagesType = {
[PackagesCategoryEnum.CHARTS]: ConfigType[]
[PackagesCategoryEnum.INFORMATION]: ConfigType[]
[PackagesCategoryEnum.INFORMATIONS]: ConfigType[]
[PackagesCategoryEnum.TABLES]: ConfigType[]
[PackagesCategoryEnum.DECORATES]: ConfigType[]
}