|
@@ -3,111 +3,157 @@
|
|
|
// @ts-nocheck
|
|
|
// Generated by unplugin-vue-components
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
-export { }
|
|
|
+export {}
|
|
|
|
|
|
-declare module 'vue' {
|
|
|
- ExcelUpload: typeof import('./../components/Upload/ExcelUpload.vue')['default']
|
|
|
- CommonTable: typeof import('./../components/CommonTable/index.vue')['default']
|
|
|
- AppLink: typeof import('./../components/AppLink/index.vue')['default']
|
|
|
- AppMain: typeof import('./../layout/components/AppMain/index.vue')['default']
|
|
|
- BarChart: typeof import('./../views/dashboard/components/BarChart.vue')['default']
|
|
|
- Breadcrumb: typeof import('./../components/Breadcrumb/index.vue')['default']
|
|
|
- DeptTree: typeof import('./../views/system/user/components/dept-tree.vue')['default']
|
|
|
- Dictionary: typeof import('./../components/Dictionary/index.vue')['default']
|
|
|
- DictItem: typeof import('./../views/system/dict/components/dict-item.vue')['default']
|
|
|
- ElAlert: typeof import('element-plus/es')['ElAlert']
|
|
|
- ElBreadcrumb: typeof import('element-plus/es')['ElBreadcrumb']
|
|
|
- ElBreadcrumbItem: typeof import('element-plus/es')['ElBreadcrumbItem']
|
|
|
- ElButton: typeof import('element-plus/es')['ElButton']
|
|
|
- ElCard: typeof import('element-plus/es')['ElCard']
|
|
|
- ElCol: typeof import('element-plus/es')['ElCol']
|
|
|
- ElColorPicker: typeof import('element-plus/es')['ElColorPicker']
|
|
|
- ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
|
|
|
- ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
|
|
|
- ElDialog: typeof import('element-plus/es')['ElDialog']
|
|
|
- ElDivider: typeof import('element-plus/es')['ElDivider']
|
|
|
- ElDrawer: typeof import('element-plus/es')['ElDrawer']
|
|
|
- ElDropdown: typeof import('element-plus/es')['ElDropdown']
|
|
|
- ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
|
|
|
- ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
|
|
|
- ElForm: typeof import('element-plus/es')['ElForm']
|
|
|
- ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
|
|
- ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
|
- ElImage: typeof import('element-plus/es')['ElImage']
|
|
|
- ElInput: typeof import('element-plus/es')['ElInput']
|
|
|
- ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
|
|
|
- ElLink: typeof import('element-plus/es')['ElLink']
|
|
|
- ElMenu: typeof import('element-plus/es')['ElMenu']
|
|
|
- ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
|
|
|
- ElOption: typeof import('element-plus/es')['ElOption']
|
|
|
- ElPagination: typeof import('element-plus/es')['ElPagination']
|
|
|
- ElPopover: typeof import('element-plus/es')['ElPopover']
|
|
|
- ElRadio: typeof import('element-plus/es')['ElRadio']
|
|
|
- ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
|
|
|
- ElRow: typeof import('element-plus/es')['ElRow']
|
|
|
- ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
|
|
|
- ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
|
- ElStatistic: typeof import('element-plus/es')['ElStatistic']
|
|
|
- ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
|
|
|
- ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
|
|
- ElTable: typeof import('element-plus/es')['ElTable']
|
|
|
- ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
|
- ElTabPane: typeof import('element-plus/es')['ElTabPane']
|
|
|
- ElTabs: typeof import('element-plus/es')['ElTabs']
|
|
|
- ElTag: typeof import('element-plus/es')['ElTag']
|
|
|
- ElText: (typeof import("element-plus/es"))["ElText"]
|
|
|
- ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
|
|
- ElTree: typeof import('element-plus/es')['ElTree']
|
|
|
- ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect']
|
|
|
- ElUpload: typeof import('element-plus/es')['ElUpload']
|
|
|
- ElWatermark: typeof import('element-plus/es')['ElWatermark']
|
|
|
- FunnelChart: typeof import('./../views/dashboard/components/FunnelChart.vue')['default']
|
|
|
- GithubCorner: typeof import('./../components/GithubCorner/index.vue')['default']
|
|
|
- Hamburger: typeof import('./../components/Hamburger/index.vue')['default']
|
|
|
- IconSelect: typeof import('./../components/IconSelect/index.vue')['default']
|
|
|
- IEpCaretBottom: typeof import('~icons/ep/caret-bottom')['default']
|
|
|
- IEpCaretTop: typeof import('~icons/ep/caret-top')['default']
|
|
|
- IEpClose: typeof import('~icons/ep/close')['default']
|
|
|
- IEpCollection: (typeof import("~icons/ep/collection"))["default"]
|
|
|
- IEpDelete: typeof import('~icons/ep/delete')['default']
|
|
|
- IEpDownload: typeof import('~icons/ep/download')['default']
|
|
|
- IEpEdit: typeof import('~icons/ep/edit')['default']
|
|
|
- IEpPlus: typeof import('~icons/ep/plus')['default']
|
|
|
- IEpPosition: (typeof import("~icons/ep/position"))["default"]
|
|
|
- IEpQuestionFilled: typeof import('~icons/ep/question-filled')['default']
|
|
|
- IEpRefresh: typeof import('~icons/ep/refresh')['default']
|
|
|
- IEpRefreshLeft: typeof import('~icons/ep/refresh-left')['default']
|
|
|
- IEpSearch: typeof import('~icons/ep/search')['default']
|
|
|
- IEpSetting: (typeof import("~icons/ep/setting"))["default"]
|
|
|
- IEpTop: typeof import('~icons/ep/top')['default']
|
|
|
- IEpUploadFilled: typeof import('~icons/ep/upload-filled')['default']
|
|
|
- LangSelect: typeof import('./../components/LangSelect/index.vue')['default']
|
|
|
- LayoutSelect: typeof import('./../layout/components/Settings/components/LayoutSelect.vue')['default']
|
|
|
- MultiUpload: typeof import('./../components/Upload/MultiUpload.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']
|
|
|
- Settings: typeof import('./../layout/components/Settings/index.vue')['default']
|
|
|
- Sidebar: typeof import('./../layout/components/Sidebar/index.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.vue')['default']
|
|
|
- SidebarMenuItemTitle: typeof import('./../layout/components/Sidebar/components/SidebarMenuItemTitle.vue')['default']
|
|
|
- SidebarMixTopMenu: typeof import('./../layout/components/Sidebar/components/SidebarMixTopMenu.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']
|
|
|
- TagsView: typeof import('./../layout/components/TagsView/index.vue')['default']
|
|
|
- ThemeColorPicker: typeof import('./../layout/components/Settings/components/ThemeColorPicker.vue')['default']
|
|
|
- WangEditor: typeof import('./../components/WangEditor/index.vue')['default']
|
|
|
+declare module "vue" {
|
|
|
+ typeof import("./../components/Upload/ExcelUpload.vue")[
|
|
|
+ "default"
|
|
|
+ ];
|
|
|
+ typeof import("./../components/CommonTable/index.vue")[
|
|
|
+ "default"
|
|
|
+ ];
|
|
|
+ typeof import("./../components/AppLink/index.vue")["default"];
|
|
|
+ typeof import("./../layout/components/AppMain/index.vue")["default"];
|
|
|
+ typeof import("./../views/dashboard/components/BarChart.vue")[
|
|
|
+ "default"
|
|
|
+ ];
|
|
|
+ typeof import("./../components/Breadcrumb/index.vue")["default"];
|
|
|
+ typeof import("./../views/system/user/components/dept-tree.vue")[
|
|
|
+ "default"
|
|
|
+ ];
|
|
|
+ typeof import("./../components/Dictionary/index.vue")["default"];
|
|
|
+ typeof import("./../views/system/dict/components/dict-item.vue")[
|
|
|
+ "default"
|
|
|
+ ];
|
|
|
+ typeof import("element-plus/es")["ElAlert"];
|
|
|
+ typeof import("element-plus/es")["ElBreadcrumb"];
|
|
|
+ typeof import("element-plus/es")["ElBreadcrumbItem"];
|
|
|
+ typeof import("element-plus/es")["ElButton"];
|
|
|
+ typeof import("element-plus/es")["ElCard"];
|
|
|
+ typeof import("element-plus/es")["ElCol"];
|
|
|
+ typeof import("element-plus/es")["ElColorPicker"];
|
|
|
+ typeof import("element-plus/es")["ElConfigProvider"];
|
|
|
+ typeof import("element-plus/es")["ElDatePicker"];
|
|
|
+ typeof import("element-plus/es")["ElDialog"];
|
|
|
+ typeof import("element-plus/es")["ElDivider"];
|
|
|
+ typeof import("element-plus/es")["ElDrawer"];
|
|
|
+ typeof import("element-plus/es")["ElDropdown"];
|
|
|
+ typeof import("element-plus/es")["ElDropdownItem"];
|
|
|
+ typeof import("element-plus/es")["ElDropdownMenu"];
|
|
|
+ typeof import("element-plus/es")["ElForm"];
|
|
|
+ typeof import("element-plus/es")["ElFormItem"];
|
|
|
+ typeof import("element-plus/es")["ElIcon"];
|
|
|
+ typeof import("element-plus/es")["ElImage"];
|
|
|
+ typeof import("element-plus/es")["ElInput"];
|
|
|
+ typeof import("element-plus/es")["ElInputNumber"];
|
|
|
+ typeof import("element-plus/es")["ElLink"];
|
|
|
+ typeof import("element-plus/es")["ElMenu"];
|
|
|
+ typeof import("element-plus/es")["ElMenuItem"];
|
|
|
+ typeof import("element-plus/es")["ElOption"];
|
|
|
+ typeof import("element-plus/es")["ElPagination"];
|
|
|
+ typeof import("element-plus/es")["ElPopover"];
|
|
|
+ typeof import("element-plus/es")["ElRadio"];
|
|
|
+ typeof import("element-plus/es")["ElRadioGroup"];
|
|
|
+ typeof import("element-plus/es")["ElRow"];
|
|
|
+ typeof import("element-plus/es")["ElScrollbar"];
|
|
|
+ typeof import("element-plus/es")["ElSelect"];
|
|
|
+ typeof import("element-plus/es")["ElStatistic"];
|
|
|
+ typeof import("element-plus/es")["ElSubMenu"];
|
|
|
+ typeof import("element-plus/es")["ElSwitch"];
|
|
|
+ typeof import("element-plus/es")["ElTable"];
|
|
|
+ typeof import("element-plus/es")["ElTableColumn"];
|
|
|
+ typeof import("element-plus/es")["ElTabPane"];
|
|
|
+ typeof import("element-plus/es")["ElTabs"];
|
|
|
+ typeof import("element-plus/es")["ElTag"];
|
|
|
+ (typeof import("element-plus/es"))["ElText"];
|
|
|
+ typeof import("element-plus/es")["ElTooltip"];
|
|
|
+ typeof import("element-plus/es")["ElTree"];
|
|
|
+ typeof import("element-plus/es")["ElTreeSelect"];
|
|
|
+ typeof import("element-plus/es")["ElUpload"];
|
|
|
+ typeof import("element-plus/es")["ElWatermark"];
|
|
|
+ typeof import("./../views/dashboard/components/FunnelChart.vue")[
|
|
|
+ "default"
|
|
|
+ ];
|
|
|
+ typeof import("./../components/GithubCorner/index.vue")[
|
|
|
+ "default"
|
|
|
+ ];
|
|
|
+ typeof import("./../components/Hamburger/index.vue")["default"];
|
|
|
+ typeof import("./../components/IconSelect/index.vue")["default"];
|
|
|
+ typeof import("~icons/ep/caret-bottom")["default"];
|
|
|
+ typeof import("~icons/ep/caret-top")["default"];
|
|
|
+ typeof import("~icons/ep/close")["default"];
|
|
|
+ (typeof import("~icons/ep/collection"))["default"];
|
|
|
+ typeof import("~icons/ep/delete")["default"];
|
|
|
+ typeof import("~icons/ep/download")["default"];
|
|
|
+ typeof import("~icons/ep/edit")["default"];
|
|
|
+ typeof import("~icons/ep/plus")["default"];
|
|
|
+ (typeof import("~icons/ep/position"))["default"];
|
|
|
+ typeof import("~icons/ep/question-filled")["default"];
|
|
|
+ typeof import("~icons/ep/refresh")["default"];
|
|
|
+ typeof import("~icons/ep/refresh-left")["default"];
|
|
|
+ typeof import("~icons/ep/search")["default"];
|
|
|
+ (typeof import("~icons/ep/setting"))["default"];
|
|
|
+ typeof import("~icons/ep/top")["default"];
|
|
|
+ typeof import("~icons/ep/upload-filled")["default"];
|
|
|
+ typeof import("./../components/LangSelect/index.vue")["default"];
|
|
|
+ typeof import(
|
|
|
+ "./../layout/components/Settings/components/LayoutSelect.vue"
|
|
|
+ )["default"];
|
|
|
+ typeof import("./../components/Upload/MultiUpload.vue")[
|
|
|
+ "default"
|
|
|
+ ];
|
|
|
+ typeof import("./../layout/components/NavBar/index.vue")["default"];
|
|
|
+ typeof import(
|
|
|
+ "./../layout/components/NavBar/components/NavbarLeft.vue"
|
|
|
+ )["default"];
|
|
|
+ typeof import(
|
|
|
+ "./../layout/components/NavBar/components/NavbarRight.vue"
|
|
|
+ )["default"];
|
|
|
+ typeof import("./../components/Pagination/index.vue")["default"];
|
|
|
+ typeof import("./../views/dashboard/components/PieChart.vue")[
|
|
|
+ "default"
|
|
|
+ ];
|
|
|
+ typeof import("./../views/dashboard/components/RadarChart.vue")[
|
|
|
+ "default"
|
|
|
+ ];
|
|
|
+ (typeof import("./../components/RightPanel/index.vue"))[
|
|
|
+ "default"
|
|
|
+ ];
|
|
|
+ typeof import("vue-router")["RouterLink"];
|
|
|
+ typeof import("vue-router")["RouterView"];
|
|
|
+ typeof import("./../layout/components/Settings/index.vue")[
|
|
|
+ "default"
|
|
|
+ ];
|
|
|
+ typeof import("./../layout/components/Sidebar/index.vue")["default"];
|
|
|
+ typeof import(
|
|
|
+ "./../layout/components/Sidebar/components/SidebarLogo.vue"
|
|
|
+ )["default"];
|
|
|
+ typeof import(
|
|
|
+ "./../layout/components/Sidebar/components/SidebarMenu.vue"
|
|
|
+ )["default"];
|
|
|
+ typeof import(
|
|
|
+ "./../layout/components/Sidebar/components/SidebarMenuItem.vue"
|
|
|
+ )["default"];
|
|
|
+ typeof import(
|
|
|
+ "./../layout/components/Sidebar/components/SidebarMenuItemTitle.vue"
|
|
|
+ )["default"];
|
|
|
+ typeof import(
|
|
|
+ "./../layout/components/Sidebar/components/SidebarMixTopMenu.vue"
|
|
|
+ )["default"];
|
|
|
+ typeof import("./../components/Upload/SingleUpload.vue")[
|
|
|
+ "default"
|
|
|
+ ];
|
|
|
+ typeof import("./../components/SizeSelect/index.vue")["default"];
|
|
|
+ typeof import("./../components/SvgIcon/index.vue")["default"];
|
|
|
+ typeof import("./../layout/components/TagsView/index.vue")[
|
|
|
+ "default"
|
|
|
+ ];
|
|
|
+ typeof import(
|
|
|
+ "./../layout/components/Settings/components/ThemeColorPicker.vue"
|
|
|
+ )["default"];
|
|
|
+ typeof import("./../components/WangEditor/index.vue")["default"];
|
|
|
}
|
|
|
+
|
|
|
export interface ComponentCustomProperties {
|
|
|
- vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
|
|
-}
|
|
|
+ vLoading: (typeof import("element-plus/es"))["ElLoadingDirective"];
|
|
|
}
|