components.d.ts 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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")[
  9. "default"
  10. ];
  11. CommonTable: typeof import("./../components/CommonTable/index.vue")[
  12. "default"
  13. ];
  14. AppLink: typeof import("./../components/AppLink/index.vue")["default"];
  15. AppMain: typeof import("./../layout/components/AppMain/index.vue")["default"];
  16. BarChart: typeof import("./../views/welcom/components/BarChart.vue")[
  17. "default"
  18. ];
  19. Breadcrumb: typeof import("./../components/Breadcrumb/index.vue")["default"];
  20. DeptTree: typeof import("./../views/system/user/components/dept-tree.vue")[
  21. "default"
  22. ];
  23. Dictionary: typeof import("./../components/Dictionary/index.vue")["default"];
  24. DictItem: typeof import("./../views/system/dict/components/dict-item.vue")[
  25. "default"
  26. ];
  27. ElAlert: typeof import("element-plus/es")["ElAlert"];
  28. ElBreadcrumb: typeof import("element-plus/es")["ElBreadcrumb"];
  29. ElBreadcrumbItem: typeof import("element-plus/es")["ElBreadcrumbItem"];
  30. ElButton: typeof import("element-plus/es")["ElButton"];
  31. ElCard: typeof import("element-plus/es")["ElCard"];
  32. ElCol: typeof import("element-plus/es")["ElCol"];
  33. ElColorPicker: typeof import("element-plus/es")["ElColorPicker"];
  34. ElConfigProvider: typeof import("element-plus/es")["ElConfigProvider"];
  35. ElDatePicker: typeof import("element-plus/es")["ElDatePicker"];
  36. ElDialog: typeof import("element-plus/es")["ElDialog"];
  37. ElDivider: typeof import("element-plus/es")["ElDivider"];
  38. ElDrawer: typeof import("element-plus/es")["ElDrawer"];
  39. ElDropdown: typeof import("element-plus/es")["ElDropdown"];
  40. ElDropdownItem: typeof import("element-plus/es")["ElDropdownItem"];
  41. ElDropdownMenu: typeof import("element-plus/es")["ElDropdownMenu"];
  42. ElForm: typeof import("element-plus/es")["ElForm"];
  43. ElFormItem: typeof import("element-plus/es")["ElFormItem"];
  44. ElIcon: typeof import("element-plus/es")["ElIcon"];
  45. ElImage: typeof import("element-plus/es")["ElImage"];
  46. ElInput: typeof import("element-plus/es")["ElInput"];
  47. ElInputNumber: typeof import("element-plus/es")["ElInputNumber"];
  48. ElLink: typeof import("element-plus/es")["ElLink"];
  49. ElMenu: typeof import("element-plus/es")["ElMenu"];
  50. ElMenuItem: typeof import("element-plus/es")["ElMenuItem"];
  51. ElOption: typeof import("element-plus/es")["ElOption"];
  52. ElPagination: typeof import("element-plus/es")["ElPagination"];
  53. ElPopover: typeof import("element-plus/es")["ElPopover"];
  54. ElRadio: typeof import("element-plus/es")["ElRadio"];
  55. ElRadioGroup: typeof import("element-plus/es")["ElRadioGroup"];
  56. ElRow: typeof import("element-plus/es")["ElRow"];
  57. ElScrollbar: typeof import("element-plus/es")["ElScrollbar"];
  58. ElSelect: typeof import("element-plus/es")["ElSelect"];
  59. ElStatistic: typeof import("element-plus/es")["ElStatistic"];
  60. ElSubMenu: typeof import("element-plus/es")["ElSubMenu"];
  61. ElSwitch: typeof import("element-plus/es")["ElSwitch"];
  62. ElTable: typeof import("element-plus/es")["ElTable"];
  63. ElTableColumn: typeof import("element-plus/es")["ElTableColumn"];
  64. ElTabPane: typeof import("element-plus/es")["ElTabPane"];
  65. ElTabs: typeof import("element-plus/es")["ElTabs"];
  66. ElTag: typeof import("element-plus/es")["ElTag"];
  67. ElText: (typeof import("element-plus/es"))["ElText"];
  68. ElTooltip: typeof import("element-plus/es")["ElTooltip"];
  69. ElTree: typeof import("element-plus/es")["ElTree"];
  70. ElTreeSelect: typeof import("element-plus/es")["ElTreeSelect"];
  71. ElUpload: typeof import("element-plus/es")["ElUpload"];
  72. ElWatermark: typeof import("element-plus/es")["ElWatermark"];
  73. FunnelChart: typeof import("./../views/welcom/components/FunnelChart.vue")[
  74. "default"
  75. ];
  76. GithubCorner: typeof import("./../components/GithubCorner/index.vue")[
  77. "default"
  78. ];
  79. Hamburger: typeof import("./../components/Hamburger/index.vue")["default"];
  80. IconSelect: typeof import("./../components/IconSelect/index.vue")["default"];
  81. IEpCaretBottom: typeof import("~icons/ep/caret-bottom")["default"];
  82. IEpCaretTop: typeof import("~icons/ep/caret-top")["default"];
  83. IEpClose: typeof import("~icons/ep/close")["default"];
  84. IEpCollection: (typeof import("~icons/ep/collection"))["default"];
  85. IEpDelete: typeof import("~icons/ep/delete")["default"];
  86. IEpDownload: typeof import("~icons/ep/download")["default"];
  87. IEpEdit: typeof import("~icons/ep/edit")["default"];
  88. IEpPlus: typeof import("~icons/ep/plus")["default"];
  89. IEpPosition: (typeof import("~icons/ep/position"))["default"];
  90. IEpQuestionFilled: typeof import("~icons/ep/question-filled")["default"];
  91. IEpRefresh: typeof import("~icons/ep/refresh")["default"];
  92. IEpRefreshLeft: typeof import("~icons/ep/refresh-left")["default"];
  93. IEpSearch: typeof import("~icons/ep/search")["default"];
  94. IEpSetting: (typeof import("~icons/ep/setting"))["default"];
  95. IEpTop: typeof import("~icons/ep/top")["default"];
  96. IEpUploadFilled: typeof import("~icons/ep/upload-filled")["default"];
  97. LangSelect: typeof import("./../components/LangSelect/index.vue")["default"];
  98. LayoutSelect: typeof import(
  99. "./../layout/components/Settings/components/LayoutSelect.vue"
  100. )["default"];
  101. MultiUpload: typeof import("./../components/Upload/MultiUpload.vue")[
  102. "default"
  103. ];
  104. NavBar: typeof import("./../layout/components/NavBar/index.vue")["default"];
  105. NavbarLeft: typeof import(
  106. "./../layout/components/NavBar/components/NavbarLeft.vue"
  107. )["default"];
  108. NavbarRight: typeof import(
  109. "./../layout/components/NavBar/components/NavbarRight.vue"
  110. )["default"];
  111. Pagination: typeof import("./../components/Pagination/index.vue")["default"];
  112. PieChart: typeof import("./../views/welcom/components/PieChart.vue")[
  113. "default"
  114. ];
  115. RadarChart: typeof import("./../views/welcom/components/RadarChart.vue")[
  116. "default"
  117. ];
  118. RightPanel: (typeof import("./../components/RightPanel/index.vue"))[
  119. "default"
  120. ];
  121. RouterLink: typeof import("vue-router")["RouterLink"];
  122. RouterView: typeof import("vue-router")["RouterView"];
  123. Settings: typeof import("./../layout/components/Settings/index.vue")[
  124. "default"
  125. ];
  126. Sidebar: typeof import("./../layout/components/Sidebar/index.vue")["default"];
  127. SidebarLogo: typeof import(
  128. "./../layout/components/Sidebar/components/SidebarLogo.vue"
  129. )["default"];
  130. SidebarMenu: typeof import(
  131. "./../layout/components/Sidebar/components/SidebarMenu.vue"
  132. )["default"];
  133. SidebarMenuItem: typeof import(
  134. "./../layout/components/Sidebar/components/SidebarMenuItem.vue"
  135. )["default"];
  136. SidebarMenuItemTitle: typeof import(
  137. "./../layout/components/Sidebar/components/SidebarMenuItemTitle.vue"
  138. )["default"];
  139. SidebarMixTopMenu: typeof import(
  140. "./../layout/components/Sidebar/components/SidebarMixTopMenu.vue"
  141. )["default"];
  142. SingleUpload: typeof import("./../components/Upload/SingleUpload.vue")[
  143. "default"
  144. ];
  145. SizeSelect: typeof import("./../components/SizeSelect/index.vue")["default"];
  146. SvgIcon: typeof import("./../components/SvgIcon/index.vue")["default"];
  147. TagsView: typeof import("./../layout/components/TagsView/index.vue")[
  148. "default"
  149. ];
  150. ThemeColorPicker: typeof import(
  151. "./../layout/components/Settings/components/ThemeColorPicker.vue"
  152. )["default"];
  153. WangEditor: typeof import("./../components/WangEditor/index.vue")["default"];
  154. }
  155. export interface ComponentCustomProperties {
  156. vLoading: (typeof import("element-plus/es"))["ElLoadingDirective"];
  157. }