@@ -8,88 +8,22 @@ export {}
8
8
declare global {
9
9
const AButton : typeof import ( 'antd' ) [ 'Button' ]
10
10
const ACard : typeof import ( 'antd' ) [ 'Card' ]
11
- const ACheckbox : typeof import ( 'antd' ) [ 'Checkbox' ]
12
- const ACol : typeof import ( 'antd' ) [ 'Col' ]
13
- const ACollapse : typeof import ( 'antd' ) [ 'Collapse' ]
14
- const ACollapseItem : typeof import ( 'antd' ) [ 'CollapseItem' ]
15
- const AColorPicker : typeof import ( 'antd' ) [ 'ColorPicker' ]
16
11
const AConfigProvider : typeof import ( 'antd' ) [ 'ConfigProvider' ]
17
- const ADescriptions : typeof import ( 'antd' ) [ 'Descriptions' ]
18
- const ADivider : typeof import ( 'antd' ) [ 'Divider' ]
19
- const ADrawer : typeof import ( 'antd' ) [ 'Drawer' ]
20
- const AEmpty : typeof import ( 'antd' ) [ 'Empty' ]
21
- const AFlex : typeof import ( 'antd' ) [ 'Flex' ]
12
+ const ADropdown : typeof import ( 'antd' ) [ 'Dropdown' ]
22
13
const AForm : typeof import ( 'antd' ) [ 'Form' ]
23
- const AInput : typeof import ( 'antd' ) [ 'Input' ]
24
- const AInputNumber : typeof import ( 'antd' ) [ 'InputNumber' ]
25
- const AList : typeof import ( 'antd' ) [ 'List' ]
26
- const AMenu : typeof import ( 'antd' ) [ 'Menu' ]
27
- const AModal : typeof import ( 'antd' ) [ 'Modal' ]
28
- const APopconfirm : typeof import ( 'antd' ) [ 'Popconfirm' ]
29
- const APopover : typeof import ( 'antd' ) [ 'Popover' ]
30
- const ARadio : typeof import ( 'antd' ) [ 'Radio' ]
31
- const ARow : typeof import ( 'antd' ) [ 'Row' ]
32
14
const ASegmented : typeof import ( 'antd' ) [ 'Segmented' ]
33
- const ASelect : typeof import ( 'antd' ) [ 'Select' ]
34
- const ASpace : typeof import ( 'antd' ) [ 'Space' ]
35
- const AStatistic : typeof import ( 'antd' ) [ 'Statistic' ]
36
- const ASwitch : typeof import ( 'antd' ) [ 'Switch' ]
37
- const ATable : typeof import ( 'antd' ) [ 'Table' ]
38
- const ATag : typeof import ( 'antd' ) [ 'Tag' ]
39
15
const ATooltip : typeof import ( 'antd' ) [ 'Tooltip' ]
40
- const ATree : typeof import ( 'antd' ) [ 'Tree' ]
41
- const ATypography : typeof import ( 'antd' ) [ 'Typography' ]
42
16
const AWatermark : typeof import ( 'antd' ) [ 'Watermark' ]
43
- const AppProvider : typeof import ( '../components/stateful/AppProvider' ) [ 'default' ]
44
- const BetterScroll : typeof import ( '../components/stateless/custom/BetterScroll' ) [ 'default' ]
45
- const BeyondHiding : typeof import ( '../components/stateless/custom/BeyondHiding' ) [ 'default' ]
46
- const ButtonIcon : typeof import ( '../components/stateless/custom/ButtonIcon' ) [ 'default' ]
47
- const DarkModeContainer : typeof import ( '../components/stateless/common/DarkModeContainer' ) [ 'default' ]
48
- const DragContent : typeof import ( '../components/advanced/DragContent' ) [ 'default' ]
49
- const ExceptionBase : typeof import ( '../components/stateless/common/ExceptionBase' ) [ 'default' ]
50
- const FullScreen : typeof import ( '../components/stateless/common/FullScreen' ) [ 'default' ]
51
- const GlobalLoading : typeof import ( '../components/stateless/common/GlobalLoading' ) [ 'default' ]
52
- const IconAntDesignEnterOutlined : typeof import ( '~icons/ant-design/enter-outlined.tsx' ) [ 'default' ]
53
- const IconAntDesignInboxOutlined : typeof import ( '~icons/ant-design/inbox-outlined.tsx' ) [ 'default' ]
54
- const IconAntDesignReloadOutlined : typeof import ( '~icons/ant-design/reload-outlined.tsx' ) [ 'default' ]
55
- const IconAntDesignSendOutlined : typeof import ( '~icons/ant-design/send-outlined.tsx' ) [ 'default' ]
56
- const IconAntDesignSettingOutlined : typeof import ( '~icons/ant-design/setting-outlined.tsx' ) [ 'default' ]
57
- const IconCarbonAdd : typeof import ( '~icons/carbon/add.tsx' ) [ 'default' ]
58
- const IconGridiconsFullscreen : typeof import ( '~icons/gridicons/fullscreen.tsx' ) [ 'default' ]
59
- const IconGridiconsFullscreenExit : typeof import ( '~icons/gridicons/fullscreen-exit.tsx' ) [ 'default' ]
60
- const IconIcRoundDelete : typeof import ( '~icons/ic/round-delete.tsx' ) [ 'default' ]
61
- const IconIcRoundPlus : typeof import ( '~icons/ic/round-plus.tsx' ) [ 'default' ]
62
- const IconIcRoundRefresh : typeof import ( '~icons/ic/round-refresh.tsx' ) [ 'default' ]
63
- const IconIcRoundRemove : typeof import ( '~icons/ic/round-remove.tsx' ) [ 'default' ]
64
- const IconIcRoundSearch : typeof import ( '~icons/ic/round-search.tsx' ) [ 'default' ]
65
- const IconLocalBanner : typeof import ( '~icons/local/banner.tsx' ) [ 'default' ]
66
- const IconLocalLogo : typeof import ( '~icons/local/logo.tsx' ) [ 'default' ]
67
- const IconMdiArrowDownThin : typeof import ( '~icons/mdi/arrow-down-thin.tsx' ) [ 'default' ]
68
- const IconMdiArrowUpThin : typeof import ( '~icons/mdi/arrow-up-thin.tsx' ) [ 'default' ]
69
- const IconMdiDrag : typeof import ( '~icons/mdi/drag.tsx' ) [ 'default' ]
70
- const IconMdiKeyboardEsc : typeof import ( '~icons/mdi/keyboard-esc.tsx' ) [ 'default' ]
71
- const IconMdiKeyboardReturn : typeof import ( '~icons/mdi/keyboard-return.tsx' ) [ 'default' ]
72
- const IconMdiRefresh : typeof import ( '~icons/mdi/refresh.tsx' ) [ 'default' ]
73
- const IconUilSearch : typeof import ( '~icons/uil/search.tsx' ) [ 'default' ]
74
- const LangSwitch : typeof import ( '../components/stateful/LangSwitch' ) [ 'default' ]
17
+ const ButtonIcon : typeof import ( '../components/ButtonIcon' ) [ 'default' ]
75
18
const Link : typeof import ( 'react-router-dom' ) [ 'Link' ]
76
- const LookForward : typeof import ( '../components/stateless/custom/LookForward' ) [ 'default' ]
77
- const MenuContext : typeof import ( '../layouts/base-layout/MenuProvider' ) [ 'MenuContext' ]
78
- const MenuProvider : typeof import ( '../layouts/base-layout/MenuProvider' ) [ 'default' ]
79
- const MenuToggler : typeof import ( '../components/stateful/MenuToggler' ) [ 'default' ]
80
19
const NavLink : typeof import ( 'react-router-dom' ) [ 'NavLink' ]
81
20
const Navigate : typeof import ( 'react-router-dom' ) [ 'Navigate' ]
82
21
const Outlet : typeof import ( 'react-router-dom' ) [ 'Outlet' ]
83
- const PinToggler : typeof import ( '../components/stateless/common/PinToggler' ) [ 'default' ]
84
- const ReloadButton : typeof import ( '../components/stateless/common/ReloadButton' ) [ 'default' ]
85
22
const Route : typeof import ( 'react-router-dom' ) [ 'Route' ]
86
23
const Routes : typeof import ( 'react-router-dom' ) [ 'Routes' ]
87
- const SoybeanAvatar : typeof import ( '../components/stateful/SoybeanAvatar' ) [ 'default' ]
88
- const SvgIcon : typeof import ( '../components/stateless/custom/SvgIcon' ) [ 'default' ]
89
- const SystemLogo : typeof import ( '../components/stateless/common/SystemLogo' ) [ 'default' ]
90
- const TableColumnSetting : typeof import ( '../components/advanced/TableColumnSetting' ) [ 'default' ]
91
- const TableHeaderOperation : typeof import ( '../components/advanced/TableHeaderOperation' ) [ 'default' ]
92
- const WaveBg : typeof import ( '../components/stateless/custom/WaveBg' ) [ 'default' ]
24
+ const SvgIcon : typeof import ( '../components/SvgIcon' ) [ 'default' ]
25
+ const SystemLogo : typeof import ( '../components/SystemLogo' ) [ 'default' ]
26
+ const WaveBg : typeof import ( '../components/WaveBg' ) [ 'default' ]
93
27
const createRef : typeof import ( 'react' ) [ 'createRef' ]
94
28
const forwardRef : typeof import ( 'react' ) [ 'forwardRef' ]
95
29
const lazy : typeof import ( 'react' ) [ 'lazy' ]
@@ -129,7 +63,6 @@ declare global {
129
63
const useExternal : typeof import ( 'ahooks' ) [ 'useExternal' ]
130
64
const useFavicon : typeof import ( 'ahooks' ) [ 'useFavicon' ]
131
65
const useFocusWithin : typeof import ( 'ahooks' ) [ 'useFocusWithin' ]
132
- const useFormRules : typeof import ( '../hooks/common/form' ) [ 'useFormRules' ]
133
66
const useFullscreen : typeof import ( 'ahooks' ) [ 'useFullscreen' ]
134
67
const useFusionTable : typeof import ( 'ahooks' ) [ 'useFusionTable' ]
135
68
const useGetState : typeof import ( 'ahooks' ) [ 'useGetState' ]
@@ -156,8 +89,6 @@ declare global {
156
89
const useMap : typeof import ( 'ahooks' ) [ 'useMap' ]
157
90
const useMemo : typeof import ( 'react' ) [ 'useMemo' ]
158
91
const useMemoizedFn : typeof import ( 'ahooks' ) [ 'useMemoizedFn' ]
159
- const useMenu : typeof import ( '../hooks/common/menu' ) [ 'useMenu' ]
160
- const useMeta : typeof import ( '../hooks/common/meta' ) [ 'useMeta' ]
161
92
const useMixMenuContext : typeof import ( '../hooks/common/menu' ) [ 'useMixMenuContext' ]
162
93
const useMobile : typeof import ( '../hooks/common/mobile' ) [ 'useMobile' ]
163
94
const useMount : typeof import ( 'ahooks' ) [ 'useMount' ]
@@ -182,7 +113,6 @@ declare global {
182
113
const useResetState : typeof import ( 'ahooks' ) [ 'useResetState' ]
183
114
const useResolvedPath : typeof import ( 'react-router-dom' ) [ 'useResolvedPath' ]
184
115
const useResponsive : typeof import ( 'ahooks' ) [ 'useResponsive' ]
185
- const useRouterPush : typeof import ( '../hooks/common/routerPush' ) [ 'useRouterPush' ]
186
116
const useRoutes : typeof import ( 'react-router-dom' ) [ 'useRoutes' ]
187
117
const useSafeState : typeof import ( 'ahooks' ) [ 'useSafeState' ]
188
118
const useScroll : typeof import ( 'ahooks' ) [ 'useScroll' ]
0 commit comments