Commit 07c2528c538d82b8f3543ae5349aa258ad2efb6f

Authored by fengwotao
1 parent f7eb53a8

feat(src/packages): 隐藏标签选择器和日期选择器

... ... @@ -10,8 +10,7 @@ export const hideAsideComponentsObj = {
10 10 ],
11 11 Lines: [
12 12 'VLineCommon', //折线图
13   - 'VLineGradients', //双折线渐变面积图
14   - // 'ExternalVCOverrideLineGradients' //重写双折线渐变面积图
  13 + 'VLineGradients' //双折线渐变面积图
15 14 ],
16 15 Pies: [
17 16 'VPieCircle' //饼图-环形
... ... @@ -32,13 +31,17 @@ export const hideAsideComponentsObj = {
32 31 'VTextBarrage', //弹幕文字
33 32 'VTextCommon' //文字
34 33 ],
  34 + Inputs: [
  35 + 'VInputsTab', //标签选择器
  36 + // 'VInputsSelect', //下拉选择器
  37 + 'VInputsDate' //日期选择器
  38 + ],
35 39 all: [
36 40 'VBarCommon', //柱状图
37 41 'VLineCommon', //折线图
38 42 'VLineLinearSingle', //单折线渐变图
39 43 'VLineGradientSingle', //单折线渐变面积图
40 44 'VLineGradients', //双折线渐变面积图
41   - // 'ExternalVCOverrideLineGradients', //重写双折线渐变面积图
42 45 'VPieCircle', //饼图-环形
43 46 'VMapBase', //地图(可选省份)
44 47 'VProcess', //NaiveUI-进度
... ... @@ -47,8 +50,10 @@ export const hideAsideComponentsObj = {
47 50 'VTextCommon', //文字
48 51 'VVideo', //视频
49 52 'VIframe', //远程网页
50   - // 'VImage', //图片
51 53 'VImageCarousel', //轮播图
52   - 'VWaterPolo' //水球图
  54 + 'VWaterPolo', //水球图
  55 + 'VInputsTab', //标签选择器
  56 + 'VInputsSelect', //下拉选择器
  57 + 'VInputsDate' //日期选择器
53 58 ]
54 59 }
... ...