components.d.ts 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-vue-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. export { }
  7. declare module 'vue' {
  8. ExcelUpload: typeof import('./../components/Upload/ExcelUpload.vue')['default']
  9. CommonTable: typeof import('./../components/CommonTable/index.vue')['default']
  10. AppLink: typeof import('./../components/AppLink/index.vue')['default']
  11. AppMain: typeof import('./../layout/components/AppMain/index.vue')['default']
  12. BarChart: typeof import('./../views/dashboard/components/BarChart.vue')['default']
  13. Breadcrumb: typeof import('./../components/Breadcrumb/index.vue')['default']
  14. DeptTree: typeof import('./../views/system/user/components/dept-tree.vue')['default']
  15. Dictionary: typeof import('./../components/Dictionary/index.vue')['default']
  16. DictItem: typeof import('./../views/system/dict/components/dict-item.vue')['default']
  17. ElAlert: typeof import('element-plus/es')['ElAlert']
  18. ElBreadcrumb: typeof import('element-plus/es')['ElBreadcrumb']
  19. ElBreadcrumbItem: typeof import('element-plus/es')['ElBreadcrumbItem']
  20. ElButton: typeof import('element-plus/es')['ElButton']
  21. ElCard: typeof import('element-plus/es')['ElCard']
  22. ElCol: typeof import('element-plus/es')['ElCol']
  23. ElColorPicker: typeof import('element-plus/es')['ElColorPicker']
  24. ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
  25. ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
  26. ElDialog: typeof import('element-plus/es')['ElDialog']
  27. ElDivider: typeof import('element-plus/es')['ElDivider']
  28. ElDrawer: typeof import('element-plus/es')['ElDrawer']
  29. ElDropdown: typeof import('element-plus/es')['ElDropdown']
  30. ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
  31. ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
  32. ElForm: typeof import('element-plus/es')['ElForm']
  33. ElFormItem: typeof import('element-plus/es')['ElFormItem']
  34. ElIcon: typeof import('element-plus/es')['ElIcon']
  35. ElImage: typeof import('element-plus/es')['ElImage']
  36. ElInput: typeof import('element-plus/es')['ElInput']
  37. ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
  38. ElLink: typeof import('element-plus/es')['ElLink']
  39. ElMenu: typeof import('element-plus/es')['ElMenu']
  40. ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
  41. ElOption: typeof import('element-plus/es')['ElOption']
  42. ElPagination: typeof import('element-plus/es')['ElPagination']
  43. ElPopover: typeof import('element-plus/es')['ElPopover']
  44. ElRadio: typeof import('element-plus/es')['ElRadio']
  45. ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
  46. ElRow: typeof import('element-plus/es')['ElRow']
  47. ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
  48. ElSelect: typeof import('element-plus/es')['ElSelect']
  49. ElStatistic: typeof import('element-plus/es')['ElStatistic']
  50. ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
  51. ElSwitch: typeof import('element-plus/es')['ElSwitch']
  52. ElTable: typeof import('element-plus/es')['ElTable']
  53. ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
  54. ElTabPane: typeof import('element-plus/es')['ElTabPane']
  55. ElTabs: typeof import('element-plus/es')['ElTabs']
  56. ElTag: typeof import('element-plus/es')['ElTag']
  57. ElText: (typeof import("element-plus/es"))["ElText"]
  58. ElTooltip: typeof import('element-plus/es')['ElTooltip']
  59. ElTree: typeof import('element-plus/es')['ElTree']
  60. ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect']
  61. ElUpload: typeof import('element-plus/es')['ElUpload']
  62. ElWatermark: typeof import('element-plus/es')['ElWatermark']
  63. FunnelChart: typeof import('./../views/dashboard/components/FunnelChart.vue')['default']
  64. GithubCorner: typeof import('./../components/GithubCorner/index.vue')['default']
  65. Hamburger: typeof import('./../components/Hamburger/index.vue')['default']
  66. IconSelect: typeof import('./../components/IconSelect/index.vue')['default']
  67. IEpCaretBottom: typeof import('~icons/ep/caret-bottom')['default']
  68. IEpCaretTop: typeof import('~icons/ep/caret-top')['default']
  69. IEpClose: typeof import('~icons/ep/close')['default']
  70. IEpCollection: (typeof import("~icons/ep/collection"))["default"]
  71. IEpDelete: typeof import('~icons/ep/delete')['default']
  72. IEpDownload: typeof import('~icons/ep/download')['default']
  73. IEpEdit: typeof import('~icons/ep/edit')['default']
  74. IEpPlus: typeof import('~icons/ep/plus')['default']
  75. IEpPosition: (typeof import("~icons/ep/position"))["default"]
  76. IEpQuestionFilled: typeof import('~icons/ep/question-filled')['default']
  77. IEpRefresh: typeof import('~icons/ep/refresh')['default']
  78. IEpRefreshLeft: typeof import('~icons/ep/refresh-left')['default']
  79. IEpSearch: typeof import('~icons/ep/search')['default']
  80. IEpSetting: (typeof import("~icons/ep/setting"))["default"]
  81. IEpTop: typeof import('~icons/ep/top')['default']
  82. IEpUploadFilled: typeof import('~icons/ep/upload-filled')['default']
  83. LangSelect: typeof import('./../components/LangSelect/index.vue')['default']
  84. LayoutSelect: typeof import('./../layout/components/Settings/components/LayoutSelect.vue')['default']
  85. MultiUpload: typeof import('./../components/Upload/MultiUpload.vue')['default']
  86. NavBar: typeof import('./../layout/components/NavBar/index.vue')['default']
  87. NavbarLeft: typeof import('./../layout/components/NavBar/components/NavbarLeft.vue')['default']
  88. NavbarRight: typeof import('./../layout/components/NavBar/components/NavbarRight.vue')['default']
  89. Pagination: typeof import('./../components/Pagination/index.vue')['default']
  90. PieChart: typeof import('./../views/dashboard/components/PieChart.vue')['default']
  91. RadarChart: typeof import('./../views/dashboard/components/RadarChart.vue')['default']
  92. RightPanel: (typeof import("./../components/RightPanel/index.vue"))["default"]
  93. RouterLink: typeof import('vue-router')['RouterLink']
  94. RouterView: typeof import('vue-router')['RouterView']
  95. Settings: typeof import('./../layout/components/Settings/index.vue')['default']
  96. Sidebar: typeof import('./../layout/components/Sidebar/index.vue')['default']
  97. SidebarLogo: typeof import('./../layout/components/Sidebar/components/SidebarLogo.vue')['default']
  98. SidebarMenu: typeof import('./../layout/components/Sidebar/components/SidebarMenu.vue')['default']
  99. SidebarMenuItem: typeof import('./../layout/components/Sidebar/components/SidebarMenuItem.vue')['default']
  100. SidebarMenuItemTitle: typeof import('./../layout/components/Sidebar/components/SidebarMenuItemTitle.vue')['default']
  101. SidebarMixTopMenu: typeof import('./../layout/components/Sidebar/components/SidebarMixTopMenu.vue')['default']
  102. SingleUpload: typeof import('./../components/Upload/SingleUpload.vue')['default']
  103. SizeSelect: typeof import('./../components/SizeSelect/index.vue')['default']
  104. SvgIcon: typeof import('./../components/SvgIcon/index.vue')['default']
  105. TagsView: typeof import('./../layout/components/TagsView/index.vue')['default']
  106. ThemeColorPicker: typeof import('./../layout/components/Settings/components/ThemeColorPicker.vue')['default']
  107. WangEditor: typeof import('./../components/WangEditor/index.vue')['default']
  108. }
  109. export interface ComponentCustomProperties {
  110. vLoading: typeof import('element-plus/es')['ElLoadingDirective']
  111. }