components.d.ts 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. BaseChart: typeof import('./src/components/charts/BaseChart.vue')['default']
  11. CalendarApp1: typeof import('./src/components/calendar/CalendarApp1.vue')['default']
  12. Card: typeof import('./src/components/cards/Card.vue')['default']
  13. Card1: typeof import('./src/components/cards/Card1.vue')['default']
  14. Card2: typeof import('./src/components/cards/Card2.vue')['default']
  15. Card3: typeof import('./src/components/cards/Card3.vue')['default']
  16. Card4: typeof import('./src/components/cards/Card4.vue')['default']
  17. CodeHighlighter: typeof import('./src/components/highlighters/CodeHighlighter.vue')['default']
  18. CodeHighlighter2: typeof import('./src/components/highlighters/CodeHighlighter2.vue')['default']
  19. CreditBalance: typeof import('./src/components/customers/cards/overview/CreditBalance.vue')['default']
  20. DateRangeSelect: typeof import('./src/components/select/DateRangeSelect.vue')['default']
  21. DateSelect: typeof import('./src/components/select/DateSelect.vue')['default']
  22. Dropdown1: typeof import('./src/components/dropdown/Dropdown1.vue')['default']
  23. Dropdown2: typeof import('./src/components/dropdown/Dropdown2.vue')['default']
  24. Dropdown3: typeof import('./src/components/dropdown/Dropdown3.vue')['default']
  25. Dropdown4: typeof import('./src/components/dropdown/Dropdown4.vue')['default']
  26. DynamicTreeSelect: typeof import('./src/components/select/DynamicTreeSelect.vue')['default']
  27. DySelect: typeof import('./src/components/select/DySelect.vue')['default']
  28. DySelectTree: typeof import('./src/components/select/DySelectTree.vue')['default']
  29. DySelectTree2: typeof import('./src/components/select/DySelectTree2.vue')['default']
  30. Earnings: typeof import('./src/components/customers/cards/statments/Earnings.vue')['default']
  31. ElButton: typeof import('element-plus/es')['ElButton']
  32. ElCol: typeof import('element-plus/es')['ElCol']
  33. ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
  34. ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
  35. ElElFormItem: typeof import('element-plus/es')['ElElFormItem']
  36. ElForm: typeof import('element-plus/es')['ElForm']
  37. ElFormItem: typeof import('element-plus/es')['ElFormItem']
  38. ElInput: typeof import('element-plus/es')['ElInput']
  39. ElOption: typeof import('element-plus/es')['ElOption']
  40. ElPagination: typeof import('element-plus/es')['ElPagination']
  41. ElRow: typeof import('element-plus/es')['ElRow']
  42. ElSelect: typeof import('element-plus/es')['ElSelect']
  43. ElTree: typeof import('element-plus/es')['ElTree']
  44. Events: typeof import('./src/components/customers/cards/events-and-logs/Events.vue')['default']
  45. File: typeof import('./src/components/files/File.vue')['default']
  46. Folder: typeof import('./src/components/files/Folder.vue')['default']
  47. Invoices: typeof import('./src/components/customers/cards/overview/Invoices.vue')['default']
  48. Loading: typeof import('./src/components/Table/table-partials/Loading.vue')['default']
  49. Logs: typeof import('./src/components/customers/cards/events-and-logs/Logs.vue')['default']
  50. MenuComponent: typeof import('./src/components/menu/MenuComponent.vue')['default']
  51. Notice: typeof import('./src/components/Notice.vue')['default']
  52. OrgCompany: typeof import('./src/components/Tree/OrgCompany.vue')['default']
  53. PaymentMethods: typeof import('./src/components/customers/cards/overview/PaymentMethods.vue')['default']
  54. PaymentRecords: typeof import('./src/components/customers/cards/overview/PaymentRecords.vue')['default']
  55. 'PreviewCode ': typeof import('./src/components/prismjs/PreviewCode .vue')['default']
  56. Profile: typeof import('./src/components/page-layouts/Profile.vue')['default']
  57. Questions: typeof import('./src/components/devs/Questions.vue')['default']
  58. Replies: typeof import('./src/components/devs/Replies.vue')['default']
  59. RouterLink: typeof import('vue-router')['RouterLink']
  60. RouterView: typeof import('vue-router')['RouterView']
  61. Statement: typeof import('./src/components/customers/cards/statments/Statement.vue')['default']
  62. TableBodyRow: typeof import('./src/components/Table/table-partials/table-content/table-body/TableBodyRow.vue')['default']
  63. TableContent: typeof import('./src/components/Table/table-partials/table-content/TableContent.vue')['default']
  64. TableFixed: typeof import('./src/components/Table/table-partials/table-content/table-fixed/TableFixed.vue')['default']
  65. TableFooter: typeof import('./src/components/Table/table-partials/TableFooter.vue')['default']
  66. TableHeadRow: typeof import('./src/components/Table/table-partials/table-content/table-head/TableHeadRow.vue')['default']
  67. TableItemsPerPageSelect: typeof import('./src/components/Table/table-partials/table-content/table-footer/TableItemsPerPageSelect.vue')['default']
  68. TablePagination: typeof import('./src/components/Table/table-partials/table-content/table-footer/TablePagination.vue')['default']
  69. TableRightFixed: typeof import('./src/components/Table/table-partials/table-content/table-fixed/TableRightFixed.vue')['default']
  70. TextFormatting: typeof import('./src/components/devs/TextFormatting.vue')['default']
  71. VbDataTable: typeof import('./src/components/Table/VbDataTable.vue')['default']
  72. }
  73. }