components.d.ts 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. import '@vue/runtime-core'
  7. export {}
  8. declare module '@vue/runtime-core' {
  9. export interface GlobalComponents {
  10. AreaCascadeSelect: typeof import('./src/components/select/AreaCascadeSelect.vue')['default']
  11. AreaSelectCascade: typeof import('./src/components/select/AreaSelectCascade.vue')['default']
  12. BaseChart: typeof import('./src/components/charts/BaseChart.vue')['default']
  13. CodeHighlighter: typeof import('./src/components/highlighters/CodeHighlighter.vue')['default']
  14. CodeHighlighter2: typeof import('./src/components/highlighters/CodeHighlighter2.vue')['default']
  15. copy: typeof import('./src/components/Forms/VbForm copy.vue')['default']
  16. DateRangeSelect: typeof import('./src/components/select/DateRangeSelect.vue')['default']
  17. DynamicTreeSelect: typeof import('./src/components/select/DynamicTreeSelect.vue')['default']
  18. DySearchSelect: typeof import('./src/components/select/DySearchSelect.vue')['default']
  19. DySelect: typeof import('./src/components/select/DySelect.vue')['default']
  20. DySelectCascade: typeof import('./src/components/select/DySelectCascade.vue')['default']
  21. DySelectTree: typeof import('./src/components/select/DySelectTree.vue')['default']
  22. ElButton: typeof import('element-plus/es')['ElButton']
  23. ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
  24. ElCol: typeof import('element-plus/es')['ElCol']
  25. ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
  26. ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
  27. ElElFormItem: typeof import('element-plus/es')['ElElFormItem']
  28. ElForm: typeof import('element-plus/es')['ElForm']
  29. ElFormItem: typeof import('element-plus/es')['ElFormItem']
  30. ElInput: typeof import('element-plus/es')['ElInput']
  31. ElOption: typeof import('element-plus/es')['ElOption']
  32. ElPagination: typeof import('element-plus/es')['ElPagination']
  33. ElRadio: typeof import('element-plus/es')['ElRadio']
  34. ElRow: typeof import('element-plus/es')['ElRow']
  35. ElSelect: typeof import('element-plus/es')['ElSelect']
  36. ElTree: typeof import('element-plus/es')['ElTree']
  37. Form: typeof import('./src/components/Forms/Form.vue')['default']
  38. FormItem: typeof import('./src/components/Forms/FormItem.vue')['default']
  39. Loading: typeof import('./src/components/Table/table-partials/Loading.vue')['default']
  40. MenuComponent: typeof import('./src/components/menu/MenuComponent.vue')['default']
  41. OrgCompany: typeof import('./src/components/Tree/OrgCompany.vue')['default']
  42. OrgSelectTree: typeof import('./src/components/Tree/OrgSelectTree.vue')['default']
  43. 'PreviewCode ': typeof import('./src/components/prismjs/PreviewCode .vue')['default']
  44. RouterLink: typeof import('vue-router')['RouterLink']
  45. RouterView: typeof import('vue-router')['RouterView']
  46. TableBodyRow: typeof import('./src/components/Table/table-partials/table-content/table-body/TableBodyRow.vue')['default']
  47. TableContent: typeof import('./src/components/Table/table-partials/table-content/TableContent.vue')['default']
  48. TableFixed: typeof import('./src/components/Table/table-partials/table-content/table-fixed/TableFixed.vue')['default']
  49. TableFooter: typeof import('./src/components/Table/table-partials/TableFooter.vue')['default']
  50. TableHeadRow: typeof import('./src/components/Table/table-partials/table-content/table-head/TableHeadRow.vue')['default']
  51. TableItemsPerPageSelect: typeof import('./src/components/Table/table-partials/table-content/table-footer/TableItemsPerPageSelect.vue')['default']
  52. TablePagination: typeof import('./src/components/Table/table-partials/table-content/table-footer/TablePagination.vue')['default']
  53. TableRightFixed: typeof import('./src/components/Table/table-partials/table-content/table-fixed/TableRightFixed.vue')['default']
  54. TableTreeRow: typeof import('./src/components/Table/table-partials/table-content/table-body/TableTreeRow.vue')['default']
  55. VbDataTable: typeof import('./src/components/Table/VbDataTable.vue')['default']
  56. VbForm: typeof import('./src/components/Forms/VbForm.vue')['default']
  57. VbFormItem: typeof import('./src/components/Forms/VbFormItem.vue')['default']
  58. VbModal: typeof import('./src/components/Modals/VbModal.vue')['default']
  59. VbTreeTable: typeof import('./src/components/Table/VbTreeTable.vue')['default']
  60. }
  61. }