feat: 新增组件自动导入添加

This commit is contained in:
hxr
2024-02-21 00:27:21 +08:00
parent b3c6761fbe
commit 01aab2a294
2 changed files with 1069 additions and 1021 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -3,145 +3,106 @@
// @ts-nocheck // @ts-nocheck
// Generated by unplugin-vue-components // Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399 // Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core' export {}
export {}; declare module "vue" {
declare module "@vue/runtime-core" {
export interface GlobalComponents { export interface GlobalComponents {
AppLink: typeof import("./../layout/components/Sidebar/components/SidebarMenuItem/components/AppLink.vue")["default"]; AppLink: (typeof import("./../components/AppLink/index.vue"))["default"];
AppMain: typeof import("./../layout/components/AppMain/index.vue")["default"]; AppMain: (typeof import("./../layout/components/AppMain/index.vue"))["default"];
BarChart: typeof import("./../views/dashboard/components/BarChart.vue")["default"]; BarChart: (typeof import("./../views/dashboard/components/BarChart.vue"))["default"];
Breadcrumb: typeof import("./../components/Breadcrumb/index.vue")["default"]; Breadcrumb: (typeof import("./../components/Breadcrumb/index.vue"))["default"];
Components: typeof import("./../layout/components/Sidebar/components/SidebarMenuItem/components/index.vue")["default"]; DeptTree: (typeof import("./../views/system/user/components/dept-tree.vue"))["default"];
DeptTree: typeof import("./../views/system/user/components/dept-tree.vue")["default"]; Dictionary: (typeof import("./../components/Dictionary/index.vue"))["default"];
Dictionary: typeof import("./../components/Dictionary/index.vue")["default"]; DictItem: (typeof import("./../views/system/dict/components/dict-item.vue"))["default"];
DictItem: typeof import("./../views/system/dict/components/dict-item.vue")["default"]; ElBreadcrumb: (typeof import("element-plus/es"))["ElBreadcrumb"];
ElAlert: typeof import("element-plus/es")["ElAlert"]; ElBreadcrumbItem: (typeof import("element-plus/es"))["ElBreadcrumbItem"];
ElBreadcrumb: typeof import("element-plus/es")["ElBreadcrumb"]; ElButton: (typeof import("element-plus/es"))["ElButton"];
ElBreadcrumbItem: typeof import("element-plus/es")["ElBreadcrumbItem"]; ElCard: (typeof import("element-plus/es"))["ElCard"];
ElButton: typeof import("element-plus/es")["ElButton"]; ElCol: (typeof import("element-plus/es"))["ElCol"];
ElCard: typeof import("element-plus/es")["ElCard"]; ElConfigProvider: (typeof import("element-plus/es"))["ElConfigProvider"];
ElCheckbox: typeof import("element-plus/es")["ElCheckbox"]; ElDatePicker: (typeof import("element-plus/es"))["ElDatePicker"];
ElCheckboxGroup: typeof import("element-plus/es")["ElCheckboxGroup"]; ElDialog: (typeof import("element-plus/es"))["ElDialog"];
ElCol: typeof import("element-plus/es")["ElCol"]; ElDivider: (typeof import("element-plus/es"))["ElDivider"];
ElConfigProvider: typeof import("element-plus/es")["ElConfigProvider"]; ElDropdown: (typeof import("element-plus/es"))["ElDropdown"];
ElDatePicker: typeof import("element-plus/es")["ElDatePicker"]; ElDropdownItem: (typeof import("element-plus/es"))["ElDropdownItem"];
ElDialog: typeof import("element-plus/es")["ElDialog"]; ElDropdownMenu: (typeof import("element-plus/es"))["ElDropdownMenu"];
ElDivider: typeof import("element-plus/es")["ElDivider"]; ElForm: (typeof import("element-plus/es"))["ElForm"];
ElDropdown: typeof import("element-plus/es")["ElDropdown"]; ElFormItem: (typeof import("element-plus/es"))["ElFormItem"];
ElDropdownItem: typeof import("element-plus/es")["ElDropdownItem"]; ElIcon: (typeof import("element-plus/es"))["ElIcon"];
ElDropdownMenu: typeof import("element-plus/es")["ElDropdownMenu"]; ElImage: (typeof import("element-plus/es"))["ElImage"];
ElForm: typeof import("element-plus/es")["ElForm"]; ElInput: (typeof import("element-plus/es"))["ElInput"];
ElFormItem: typeof import("element-plus/es")["ElFormItem"]; ElInputNumber: (typeof import("element-plus/es"))["ElInputNumber"];
ElIcon: typeof import("element-plus/es")["ElIcon"]; ElLink: (typeof import("element-plus/es"))["ElLink"];
ElImage: typeof import("element-plus/es")["ElImage"]; ElMenu: (typeof import("element-plus/es"))["ElMenu"];
ElInput: typeof import("element-plus/es")["ElInput"]; ElMenuItem: (typeof import("element-plus/es"))["ElMenuItem"];
ElInputNumber: typeof import("element-plus/es")["ElInputNumber"]; ElOption: (typeof import("element-plus/es"))["ElOption"];
ElLink: typeof import("element-plus/es")["ElLink"]; ElPagination: (typeof import("element-plus/es"))["ElPagination"];
ElMenu: typeof import("element-plus/es")["ElMenu"]; ElPopover: (typeof import("element-plus/es"))["ElPopover"];
ElMenuItem: typeof import("element-plus/es")["ElMenuItem"]; ElRadio: (typeof import("element-plus/es"))["ElRadio"];
ElOption: typeof import("element-plus/es")["ElOption"]; ElRadioGroup: (typeof import("element-plus/es"))["ElRadioGroup"];
ElPagination: typeof import("element-plus/es")["ElPagination"]; ElRow: (typeof import("element-plus/es"))["ElRow"];
ElPopover: typeof import("element-plus/es")["ElPopover"]; ElScrollbar: (typeof import("element-plus/es"))["ElScrollbar"];
ElRadio: typeof import("element-plus/es")["ElRadio"]; ElSelect: (typeof import("element-plus/es"))["ElSelect"];
ElRadioButton: typeof import("element-plus/es")["ElRadioButton"]; ElStatistic: (typeof import("element-plus/es"))["ElStatistic"];
ElRadioGroup: typeof import("element-plus/es")["ElRadioGroup"]; ElSubMenu: (typeof import("element-plus/es"))["ElSubMenu"];
ElRate: typeof import("element-plus/es")["ElRate"]; ElSwitch: (typeof import("element-plus/es"))["ElSwitch"];
ElRow: typeof import("element-plus/es")["ElRow"]; ElTable: (typeof import("element-plus/es"))["ElTable"];
ElScrollbar: typeof import("element-plus/es")["ElScrollbar"]; ElTableColumn: (typeof import("element-plus/es"))["ElTableColumn"];
ElSelect: typeof import("element-plus/es")["ElSelect"]; ElTabPane: (typeof import("element-plus/es"))["ElTabPane"];
ElStatistic: typeof import("element-plus/es")["ElStatistic"]; ElTabs: (typeof import("element-plus/es"))["ElTabs"];
ElSubMenu: typeof import("element-plus/es")["ElSubMenu"]; ElTag: (typeof import("element-plus/es"))["ElTag"];
ElSwitch: typeof import("element-plus/es")["ElSwitch"]; ElText: (typeof import("element-plus/es"))["ElText"];
ElTable: typeof import("element-plus/es")["ElTable"]; ElTooltip: (typeof import("element-plus/es"))["ElTooltip"];
ElTableColumn: typeof import("element-plus/es")["ElTableColumn"]; ElTree: (typeof import("element-plus/es"))["ElTree"];
ElTabPane: typeof import("element-plus/es")["ElTabPane"]; ElTreeSelect: (typeof import("element-plus/es"))["ElTreeSelect"];
ElTabs: typeof import("element-plus/es")["ElTabs"]; ElUpload: (typeof import("element-plus/es"))["ElUpload"];
ElTag: typeof import("element-plus/es")["ElTag"]; ElWatermark: (typeof import("element-plus/es"))["ElWatermark"];
ElText: typeof import("element-plus/es")["ElText"]; FunnelChart: (typeof import("./../views/dashboard/components/FunnelChart.vue"))["default"];
ElTooltip: typeof import("element-plus/es")["ElTooltip"]; GithubCorner: (typeof import("./../components/GithubCorner/index.vue"))["default"];
ElTree: typeof import("element-plus/es")["ElTree"]; Hamburger: (typeof import("./../components/Hamburger/index.vue"))["default"];
ElTreeSelect: typeof import("element-plus/es")["ElTreeSelect"]; IconSelect: (typeof import("./../components/IconSelect/index.vue"))["default"];
ElUpload: typeof import("element-plus/es")["ElUpload"]; IEpCaretBottom: (typeof import("~icons/ep/caret-bottom"))["default"];
FixedThead: typeof import("./../views/demo/table/dynamic-table/components/FixedThead.vue")["default"]; IEpCaretTop: (typeof import("~icons/ep/caret-top"))["default"];
FunnelChart: typeof import("./../views/dashboard/components/FunnelChart.vue")["default"]; IEpCheck: (typeof import("~icons/ep/check"))["default"];
GithubCorner: typeof import("./../components/GithubCorner/index.vue")["default"]; IEpClose: (typeof import("~icons/ep/close"))["default"];
Hamburger: typeof import("./../components/Hamburger/index.vue")["default"]; IEpCollection: (typeof import("~icons/ep/collection"))["default"];
IconSelect: typeof import("./../components/IconSelect/index.vue")["default"]; IEpDelete: (typeof import("~icons/ep/delete"))["default"];
IconTitle: typeof import("./../layout/components/Sidebar/components/SidebarMenuItem/components/IconTitle.vue")["default"]; IEpDownload: (typeof import("~icons/ep/download"))["default"];
IEpArrowDown: typeof import("~icons/ep/arrow-down")["default"]; IEpEdit: (typeof import("~icons/ep/edit"))["default"];
IEpCaretBottom: typeof import("~icons/ep/caret-bottom")["default"]; IEpPlus: (typeof import("~icons/ep/plus"))["default"];
IEpCaretTop: typeof import("~icons/ep/caret-top")["default"]; IEpPosition: (typeof import("~icons/ep/position"))["default"];
IEpCheck: typeof import("~icons/ep/check")["default"]; IEpQuestionFilled: (typeof import("~icons/ep/question-filled"))["default"];
IEpClose: typeof import("~icons/ep/close")["default"]; IEpRefresh: (typeof import("~icons/ep/refresh"))["default"];
IEpCollection: typeof import("~icons/ep/collection")["default"]; IEpRefreshLeft: (typeof import("~icons/ep/refresh-left"))["default"];
IEpDelete: typeof import("~icons/ep/delete")["default"]; IEpSearch: (typeof import("~icons/ep/search"))["default"];
IEpDownload: typeof import("~icons/ep/download")["default"]; IEpSetting: (typeof import("~icons/ep/setting"))["default"];
IEpEdit: typeof import("~icons/ep/edit")["default"]; IEpTop: (typeof import("~icons/ep/top"))["default"];
IEpPicture: typeof import("~icons/ep/picture")["default"]; IEpUploadFilled: (typeof import("~icons/ep/upload-filled"))["default"];
IEpPlus: typeof import("~icons/ep/plus")["default"]; LangSelect: (typeof import("./../components/LangSelect/index.vue"))["default"];
IEpPosition: typeof import("~icons/ep/position")["default"]; MultiUpload: (typeof import("./../components/Upload/MultiUpload.vue"))["default"];
IEpQuestionFilled: typeof import("~icons/ep/question-filled")["default"]; NavBar: (typeof import("./../layout/components/NavBar/index.vue"))["default"];
IEpRefresh: typeof import("~icons/ep/refresh")["default"]; NavbarLeft: (typeof import("./../layout/components/NavBar/components/NavbarLeft.vue"))["default"];
IEpRefreshLeft: typeof import("~icons/ep/refresh-left")["default"]; NavbarRight: (typeof import("./../layout/components/NavBar/components/NavbarRight.vue"))["default"];
IEpSearch: typeof import("~icons/ep/search")["default"]; Pagination: (typeof import("./../components/Pagination/index.vue"))["default"];
IEpSetting: typeof import("~icons/ep/setting")["default"]; PieChart: (typeof import("./../views/dashboard/components/PieChart.vue"))["default"];
IEpSortDown: typeof import("~icons/ep/sort-down")["default"]; RadarChart: (typeof import("./../views/dashboard/components/RadarChart.vue"))["default"];
IEpSortUp: typeof import("~icons/ep/sort-up")["default"]; RightPanel: (typeof import("./../components/RightPanel/index.vue"))["default"];
IEpTop: typeof import("~icons/ep/top")["default"]; RouterLink: (typeof import("vue-router"))["RouterLink"];
IEpUploadFilled: typeof import("~icons/ep/upload-filled")["default"]; RouterView: (typeof import("vue-router"))["RouterView"];
Item: typeof import("./../layout/components/Sidebar/components/Item.vue")["default"]; Settings: (typeof import("./../layout/components/Settings/index.vue"))["default"];
LangSelect: typeof import("./../components/LangSelect/index.vue")["default"]; Sidebar: (typeof import("./../layout/components/Sidebar/index.vue"))["default"];
LeftMenu: typeof import("./../layout/components/Sidebar/components/LeftMenu.vue")["default"]; SidebarLogo: (typeof import("./../layout/components/Sidebar/components/SidebarLogo.vue"))["default"];
Link: typeof import("./../layout/components/Sidebar/Link.vue")["default"]; SidebarMenu: (typeof import("./../layout/components/Sidebar/components/SidebarMenu.vue"))["default"];
Logo: typeof import("./../layout/components/Sidebar/components/Logo.vue")["default"]; SidebarMenuItem: (typeof import("./../layout/components/Sidebar/components/SidebarMenuItem.vue"))["default"];
Menu: typeof import("./../layout/components/Sidebar/components/Menu/index.vue")["default"]; SidebarMenuItemTitle: (typeof import("./../layout/components/Sidebar/components/SidebarMenuItemTitle.vue"))["default"];
MenuIconTitle: typeof import("./../layout/components/Sidebar/components/SidebarMenuItem/components/MenuIconTitle.vue")["default"]; SidebarMixTopMenu: (typeof import("./../layout/components/Sidebar/components/SidebarMixTopMenu.vue"))["default"];
MenuItem: typeof import("./../layout/components/Sidebar/components/MenuItem/index.vue")["default"]; SingleUpload: (typeof import("./../components/Upload/SingleUpload.vue"))["default"];
MenuItemContent: typeof import("./../layout/components/Sidebar/components/SidebarMenuItem/components/MenuItemContent.vue")["default"]; SizeSelect: (typeof import("./../components/SizeSelect/index.vue"))["default"];
MenuItemLink: typeof import("./../layout/components/Sidebar/components/SidebarMenuItem/components/MenuItemLink.vue")["default"]; SvgIcon: (typeof import("./../components/SvgIcon/index.vue"))["default"];
MenuItemTitle: typeof import("./../layout/components/Sidebar/components/SidebarMenuItem/components/MenuItemTitle.vue")["default"]; TagsView: (typeof import("./../layout/components/TagsView/index.vue"))["default"];
MenuLink: typeof import("./../components/AppLink/MenuLink.vue")["default"]; WangEditor: (typeof import("./../components/WangEditor/index.vue"))["default"];
MenuTitle: typeof import("./../layout/components/Sidebar/components/SidebarMenuItem/components/MenuTitle.vue")["default"];
MixLayoutTopMenu: typeof import("./../layout/components/Sidebar/components/MixLayoutTopMenu.vue")["default"];
MultiUpload: typeof import("./../components/Upload/MultiUpload.vue")["default"];
Navbar: typeof import("./../layout/components/Navbar/index.vue")["default"];
NavBar: typeof import("./../layout/components/NavBar/index.vue")["default"];
NavbarLeft: typeof import("./../layout/components/Navbar/components/NavbarLeft.vue")["default"];
NavbarRight: typeof import("./../layout/components/Navbar/components/NavbarRight.vue")["default"];
Pagination: typeof import("./../components/Pagination/index.vue")["default"];
PieChart: typeof import("./../views/dashboard/components/PieChart.vue")["default"];
RadarChart: typeof import("./../views/dashboard/components/RadarChart.vue")["default"];
RightPanel: typeof import("./../components/RightPanel/index.vue")["default"];
RouterLink: typeof import("vue-router")["RouterLink"];
RouterView: typeof import("vue-router")["RouterView"];
ScrollPane: typeof import("./../layout/components/TagsView/ScrollPane.vue")["default"];
Setting: typeof import("./../layout/components/Setting/index.vue")["default"];
Settings: typeof import("./../layout/components/Settings/index.vue")["default"];
Sidebar: typeof import("./../layout/components/Sidebar/index.vue")["default"];
SidebarItem: typeof import("./../layout/components/Sidebar/components/SidebarItem/index.vue")["default"];
SidebarLeft: typeof import("./../layout/components/Sidebar/components/SidebarLeft.vue")["default"];
SidebarLeftMenu: typeof import("./../layout/components/Sidebar/components/SidebarLeftMenu.vue")["default"];
SidebarLogo: typeof import("./../layout/components/Sidebar/components/SidebarLogo.vue")["default"];
SidebarMenu: typeof import("./../layout/components/Sidebar/components/SidebarMenu.vue")["default"];
SidebarMenuItem: typeof import("./../layout/components/Sidebar/components/SidebarMenuItem/index.vue")["default"];
SidebarMenuItemLink: typeof import("./../layout/components/Sidebar/components/SidebarMenuItem/SidebarMenuItemLink.vue")["default"];
SidebarMenuItemTitle: typeof import("./../layout/components/Sidebar/components/SidebarMenuItem/SidebarMenuItemTitle.vue")["default"];
SidebarMixTopMenu: typeof import("./../layout/components/Sidebar/components/SidebarMixTopMenu.vue")["default"];
SidebarTop: typeof import("./../layout/components/Sidebar/components/SidebarTop.vue")["default"];
SidebarTopMenu: typeof import("./../layout/components/Sidebar/components/SidebarTopMenu.vue")["default"];
SingleUpload: typeof import("./../components/Upload/SingleUpload.vue")["default"];
SizeSelect: typeof import("./../components/SizeSelect/index.vue")["default"];
SvgIcon: typeof import("./../components/SvgIcon/index.vue")["default"];
SwitchRoles: typeof import("./../views/demo/permission/components/SwitchRoles.vue")["default"];
TagInput: typeof import("./../components/TagInput/index.vue")["default"];
TagsView: typeof import("./../layout/components/TagsView/index.vue")["default"];
TopMenu: typeof import("./../layout/components/Sidebar/components/TopMenu.vue")["default"];
UnfixedThead: typeof import("./../views/demo/table/dynamic-table/components/UnfixedThead.vue")["default"];
WangEditor: typeof import("./../components/WangEditor/index.vue")["default"];
} }
export interface ComponentCustomProperties { export interface ComponentCustomProperties {
vLoading: typeof import("element-plus/es")["ElLoadingDirective"]; vLoading: (typeof import("element-plus/es"))["ElLoadingDirective"];
} }
} }