components.d.ts 4.5 KB

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