commit | author | age
|
9bcb19
|
1 |
// chart |
I |
2 |
import Bar from '@/components/Charts/Bar' |
|
3 |
import ChartCard from '@/components/Charts/ChartCard' |
|
4 |
import Liquid from '@/components/Charts/Liquid' |
|
5 |
import MiniArea from '@/components/Charts/MiniArea' |
|
6 |
import MiniSmoothArea from '@/components/Charts/MiniSmoothArea' |
|
7 |
import MiniBar from '@/components/Charts/MiniBar' |
|
8 |
import MiniProgress from '@/components/Charts/MiniProgress' |
|
9 |
import Radar from '@/components/Charts/Radar' |
|
10 |
import RankList from '@/components/Charts/RankList' |
|
11 |
import TransferBar from '@/components/Charts/TransferBar' |
|
12 |
import TagCloud from '@/components/Charts/TagCloud' |
|
13 |
|
|
14 |
// pro components |
|
15 |
import AvatarList from '@/components/AvatarList' |
|
16 |
import CountDown from '@/components/CountDown' |
|
17 |
import Ellipsis from '@/components/Ellipsis' |
|
18 |
import FooterToolbar from '@/components/FooterToolbar' |
|
19 |
import NumberInfo from '@/components/NumberInfo' |
|
20 |
import DescriptionList from '@/components/DescriptionList' |
|
21 |
import Tree from '@/components/Tree/Tree' |
|
22 |
import Trend from '@/components/Trend' |
|
23 |
import STable from '@/components/Table' |
|
24 |
import MultiTab from '@/components/MultiTab' |
|
25 |
import Result from '@/components/Result' |
|
26 |
import IconSelector from '@/components/IconSelector' |
|
27 |
import TagSelect from '@/components/TagSelect' |
|
28 |
import ExceptionPage from '@/components/Exception' |
|
29 |
import StandardFormRow from '@/components/StandardFormRow' |
|
30 |
import ArticleListContent from '@/components/ArticleListContent' |
|
31 |
import AntdEditor from '@/components/Editor/WangEditor' |
|
32 |
import Dialog from '@/components/Dialog' |
|
33 |
|
|
34 |
// xn components |
|
35 |
import XCard from '@/components/xnComponents/XCard' |
|
36 |
import XDown from '@/components/xnComponents/XDown' |
|
37 |
|
|
38 |
export { |
|
39 |
AvatarList, |
|
40 |
Bar, |
|
41 |
ChartCard, |
|
42 |
Liquid, |
|
43 |
MiniArea, |
|
44 |
MiniSmoothArea, |
|
45 |
MiniBar, |
|
46 |
MiniProgress, |
|
47 |
Radar, |
|
48 |
TagCloud, |
|
49 |
RankList, |
|
50 |
TransferBar, |
|
51 |
Trend, |
|
52 |
CountDown, |
|
53 |
Ellipsis, |
|
54 |
FooterToolbar, |
|
55 |
NumberInfo, |
|
56 |
DescriptionList, |
|
57 |
// 兼容写法,请勿继续使用 |
|
58 |
DescriptionList as DetailList, |
|
59 |
Tree, |
|
60 |
STable, |
|
61 |
MultiTab, |
|
62 |
Result, |
|
63 |
ExceptionPage, |
|
64 |
IconSelector, |
|
65 |
TagSelect, |
|
66 |
StandardFormRow, |
|
67 |
ArticleListContent, |
|
68 |
AntdEditor, |
|
69 |
Dialog, |
|
70 |
XCard, |
|
71 |
XDown |
|
72 |
} |