components.d.ts 5.6 KB

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