components.d.ts 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. Card: typeof import('./../../src/components/cards/card.vue')['default']
  11. CodeHighlighter: typeof import('./../../src/components/highlighters/CodeHighlighter.vue')['default']
  12. CodeHighlighter2: typeof import('./../../src/components/highlighters/CodeHighlighter2.vue')['default']
  13. DeptTree: typeof import('./../../src/components/tree/DeptTree.vue')['default']
  14. DictSelect: typeof import('./../../src/components/dict/DictSelect.vue')['default']
  15. DictTag: typeof import('./../../src/components/dict/DictTag.vue')['default']
  16. DynamicTreeSelect: typeof import('./../../src/components/select/DynamicTreeSelect.vue')['default']
  17. DySearchSelect: typeof import('./../../src/components/select/DySearchSelect.vue')['default']
  18. DySelect: typeof import('./../../src/components/select/DySelect.vue')['default']
  19. DySelectTree: typeof import('./../../src/components/select/DySelectTree.vue')['default']
  20. ElButton: typeof import('element-plus/es')['ElButton']
  21. ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
  22. ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
  23. ElCol: typeof import('element-plus/es')['ElCol']
  24. ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
  25. ElForm: typeof import('element-plus/es')['ElForm']
  26. ElFormItem: typeof import('element-plus/es')['ElFormItem']
  27. ElIcon: typeof import('element-plus/es')['ElIcon']
  28. ElInput: typeof import('element-plus/es')['ElInput']
  29. ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
  30. ElLink: typeof import('element-plus/es')['ElLink']
  31. ElOption: typeof import('element-plus/es')['ElOption']
  32. ElPopover: typeof import('element-plus/es')['ElPopover']
  33. ElRadio: typeof import('element-plus/es')['ElRadio']
  34. ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
  35. ElRow: typeof import('element-plus/es')['ElRow']
  36. ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
  37. ElSelect: typeof import('element-plus/es')['ElSelect']
  38. ElSwitch: typeof import('element-plus/es')['ElSwitch']
  39. ElTabPane: typeof import('element-plus/es')['ElTabPane']
  40. ElTabs: typeof import('element-plus/es')['ElTabs']
  41. ElTag: typeof import('element-plus/es')['ElTag']
  42. ElTooltip: typeof import('element-plus/es')['ElTooltip']
  43. ElTransfer: typeof import('element-plus/es')['ElTransfer']
  44. ElTree: typeof import('element-plus/es')['ElTree']
  45. ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect']
  46. ElUpload: typeof import('element-plus/es')['ElUpload']
  47. IconSelect: typeof import('./../../src/components/icon/IconSelect.vue')['default']
  48. IFrame: typeof import('./../../src/components/iFrame/iFrame.vue')['default']
  49. ImportModal: typeof import('./../../src/components/upload/ImportModal.vue')['default']
  50. Loading: typeof import('./../../src/components/table/table-partials/Loading.vue')['default']
  51. MenuComponent: typeof import('./../../src/components/menu/MenuComponent.vue')['default']
  52. Notice: typeof import('./../../src/components/Notice.vue')['default']
  53. RouterLink: typeof import('vue-router')['RouterLink']
  54. RouterView: typeof import('vue-router')['RouterView']
  55. TableBodyRow: typeof import('./../../src/components/table/table-partials/table-content/table-body/TableBodyRow.vue')['default']
  56. TableContent: typeof import('./../../src/components/table/table-partials/table-content/TableContent.vue')['default']
  57. TableFixed: typeof import('./../../src/components/table/table-partials/table-content/table-fixed/TableFixed.vue')['default']
  58. TableFooter: typeof import('./../../src/components/table/table-partials/TableFooter.vue')['default']
  59. TableHeadRow: typeof import('./../../src/components/table/table-partials/table-content/table-head/TableHeadRow.vue')['default']
  60. TableItemsPerPageSelect: typeof import('./../../src/components/table/table-partials/table-content/table-footer/TableItemsPerPageSelect.vue')['default']
  61. TableLeftToolbar: typeof import('./../../src/components/table/table-partials/table-toolbar/TableLeftToolbar.vue')['default']
  62. TablePagination: typeof import('./../../src/components/table/table-partials/table-content/table-footer/TablePagination.vue')['default']
  63. TableRightFixed: typeof import('./../../src/components/table/table-partials/table-content/table-fixed/TableRightFixed.vue')['default']
  64. TableRightToolbar: typeof import('./../../src/components/table/table-partials/table-toolbar/TableRightToolbar.vue')['default']
  65. TableSearchFrom: typeof import('./../../src/components/table/table-partials/table-toolbar/TableSearchFrom.vue')['default']
  66. TableToolbar: typeof import('./../../src/components/table/table-partials/table-toolbar/TableToolbar.vue')['default']
  67. TableTreeRow: typeof import('./../../src/components/table/table-partials/table-content/table-body/TableTreeRow.vue')['default']
  68. TableTreeRowChild: typeof import('./../../src/components/table/table-partials/table-content/table-body/TableTreeRowChild.vue')['default']
  69. VbDataTable: typeof import('./../../src/components/table/VbDataTable.vue')['default']
  70. VbEditor: typeof import('./../../src/components/editor/VbEditor.vue')['default']
  71. VbForm: typeof import('./../../src/components/form/VbForm.vue')['default']
  72. VbFormItem: typeof import('./../../src/components/form/VbFormItem.vue')['default']
  73. VbImagePreview: typeof import('./../../src/components/upload/VbImagePreview.vue')['default']
  74. VbModal: typeof import('./../../src/components/modal/VbModal.vue')['default']
  75. VbSelect: typeof import('./../../src/components/select/VbSelect.vue')['default']
  76. VbSymbol: typeof import('./../../src/components/symbol/VbSymbol.vue')['default']
  77. VbTag: typeof import('./../../src/components/tag/VbTag.vue')['default']
  78. VbTooltip: typeof import('./../../src/components/tooltip/VbTooltip.vue')['default']
  79. VbTreeTable: typeof import('./../../src/components/table/VbTreeTable.vue')['default']
  80. VbUpload: typeof import('./../../src/components/upload/VbUpload.vue')['default']
  81. }
  82. export interface ComponentCustomProperties {
  83. vLoading: typeof import('element-plus/es')['ElLoadingDirective']
  84. }
  85. }