You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RuoYi-Vue/ruoyi-ui-next/src/components.d.ts

89 lines
5.1 KiB

/* eslint-disable */
// @ts-nocheck
// biome-ignore lint: disable
// oxlint-disable
// ------
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AppMain: typeof import('./components/layout/AppMain.vue')['default']
BarChart: typeof import('./components/ui/Charts/BarChart.vue')['default']
Breadcrumb: typeof import('./components/layout/Breadcrumb/index.vue')['default']
Crontab: typeof import('./components/business/Crontab/index.vue')['default']
Day: typeof import('./components/business/Crontab/day.vue')['default']
DictTag: typeof import('./components/ui/DictTag/index.vue')['default']
Editor: typeof import('./components/ui/Editor/index.vue')['default']
ElAvatar: typeof import('element-plus/es')['ElAvatar']
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']
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
ElCol: typeof import('element-plus/es')['ElCol']
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
ElDialog: typeof import('element-plus/es')['ElDialog']
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']
ElInput: typeof import('element-plus/es')['ElInput']
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
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']
ElRadio: typeof import('element-plus/es')['ElRadio']
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElRow: typeof import('element-plus/es')['ElRow']
ElSelect: typeof import('element-plus/es')['ElSelect']
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']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
ElTransfer: typeof import('element-plus/es')['ElTransfer']
ElTree: typeof import('element-plus/es')['ElTree']
ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect']
ElUpload: typeof import('element-plus/es')['ElUpload']
FileUpload: typeof import('./components/ui/FileUpload/index.vue')['default']
HeaderSearch: typeof import('./components/ui/HeaderSearch/index.vue')['default']
HeatmapChart: typeof import('./components/ui/Charts/HeatmapChart.vue')['default']
HelloWorld: typeof import('./components/HelloWorld.vue')['default']
Hour: typeof import('./components/business/Crontab/hour.vue')['default']
IconSelect: typeof import('./components/ui/IconSelect/index.vue')['default']
ImageUpload: typeof import('./components/ui/ImageUpload/index.vue')['default']
LineChart: typeof import('./components/ui/Charts/LineChart.vue')['default']
Min: typeof import('./components/business/Crontab/min.vue')['default']
Month: typeof import('./components/business/Crontab/month.vue')['default']
Navbar: typeof import('./components/layout/Navbar/index.vue')['default']
Pagination: typeof import('./components/ui/Pagination/index.vue')['default']
ParentView: typeof import('./components/ParentView.vue')['default']
PieChart: typeof import('./components/ui/Charts/PieChart.vue')['default']
Result: typeof import('./components/business/Crontab/result.vue')['default']
RightToolbar: typeof import('./components/business/RightToolbar/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Screenfull: typeof import('./components/ui/Screenfull/index.vue')['default']
ScrollPane: typeof import('./components/layout/TagsView/ScrollPane.vue')['default']
Second: typeof import('./components/business/Crontab/second.vue')['default']
Sidebar: typeof import('./components/layout/Sidebar/index.vue')['default']
SizeSelect: typeof import('./components/ui/SizeSelect/index.vue')['default']
TagsView: typeof import('./components/layout/TagsView/index.vue')['default']
Week: typeof import('./components/business/Crontab/week.vue')['default']
Year: typeof import('./components/business/Crontab/year.vue')['default']
}
export interface GlobalDirectives {
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
}
}