components.d.ts 6.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. export {}
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. AAlert: typeof import('ant-design-vue/es')['Alert']
  10. AAvatar: typeof import('ant-design-vue/es')['Avatar']
  11. ABadge: typeof import('ant-design-vue/es')['Badge']
  12. ABreadcrumb: typeof import('ant-design-vue/es')['Breadcrumb']
  13. ABreadcrumbItem: typeof import('ant-design-vue/es')['BreadcrumbItem']
  14. AButton: typeof import('ant-design-vue/es')['Button']
  15. ACard: typeof import('ant-design-vue/es')['Card']
  16. ACheckbox: typeof import('ant-design-vue/es')['Checkbox']
  17. ACheckboxGroup: typeof import('ant-design-vue/es')['CheckboxGroup']
  18. ACol: typeof import('ant-design-vue/es')['Col']
  19. ACollapse: typeof import('ant-design-vue/es')['Collapse']
  20. ACollapsePanel: typeof import('ant-design-vue/es')['CollapsePanel']
  21. AComment: typeof import('ant-design-vue/es')['Comment']
  22. AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
  23. ADescriptions: typeof import('ant-design-vue/es')['Descriptions']
  24. ADescriptionsItem: typeof import('ant-design-vue/es')['DescriptionsItem']
  25. ADivider: typeof import('ant-design-vue/es')['Divider']
  26. ADrawer: typeof import('ant-design-vue/es')['Drawer']
  27. ADropdown: typeof import('ant-design-vue/es')['Dropdown']
  28. AEmpty: typeof import('ant-design-vue/es')['Empty']
  29. AForm: typeof import('ant-design-vue/es')['Form']
  30. AFormItem: typeof import('ant-design-vue/es')['FormItem']
  31. AInput: typeof import('ant-design-vue/es')['Input']
  32. AInputGroup: typeof import('ant-design-vue/es')['InputGroup']
  33. AInputNumber: typeof import('ant-design-vue/es')['InputNumber']
  34. AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
  35. ALayout: typeof import('ant-design-vue/es')['Layout']
  36. ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent']
  37. ALayoutFooter: typeof import('ant-design-vue/es')['LayoutFooter']
  38. ALayoutHeader: typeof import('ant-design-vue/es')['LayoutHeader']
  39. ALayoutSider: typeof import('ant-design-vue/es')['LayoutSider']
  40. AList: typeof import('ant-design-vue/es')['List']
  41. AListItem: typeof import('ant-design-vue/es')['ListItem']
  42. AListItemMeta: typeof import('ant-design-vue/es')['ListItemMeta']
  43. AMenu: typeof import('ant-design-vue/es')['Menu']
  44. AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
  45. AModal: typeof import('ant-design-vue/es')['Modal']
  46. APagination: typeof import('ant-design-vue/es')['Pagination']
  47. APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
  48. APopover: typeof import('ant-design-vue/es')['Popover']
  49. AProgress: typeof import('ant-design-vue/es')['Progress']
  50. AResult: typeof import('ant-design-vue/es')['Result']
  51. ARow: typeof import('ant-design-vue/es')['Row']
  52. ASelect: typeof import('ant-design-vue/es')['Select']
  53. ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
  54. ASpace: typeof import('ant-design-vue/es')['Space']
  55. AStatistic: typeof import('ant-design-vue/es')['Statistic']
  56. AStep: typeof import('ant-design-vue/es')['Step']
  57. ASteps: typeof import('ant-design-vue/es')['Steps']
  58. ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
  59. ASwitch: typeof import('ant-design-vue/es')['Switch']
  60. ATable: typeof import('ant-design-vue/es')['Table']
  61. ATabPane: typeof import('ant-design-vue/es')['TabPane']
  62. ATabs: typeof import('ant-design-vue/es')['Tabs']
  63. ATag: typeof import('ant-design-vue/es')['Tag']
  64. ATextarea: typeof import('ant-design-vue/es')['Textarea']
  65. ATooltip: typeof import('ant-design-vue/es')['Tooltip']
  66. BreadcrumbBreadcrumb: typeof import('./src/components/Breadcrumb/Breadcrumb.vue')['default']
  67. ChartAreaChart: typeof import('./src/components/Chart/AreaChart.vue')['default']
  68. ChartRadialBarChart: typeof import('./src/components/Chart/RadialBarChart.vue')['default']
  69. ChartUsageProgressLine: typeof import('./src/components/Chart/UsageProgressLine.vue')['default']
  70. ChatGPTChatGPT: typeof import('./src/components/ChatGPT/ChatGPT.vue')['default']
  71. CodeEditorCodeEditor: typeof import('./src/components/CodeEditor/CodeEditor.vue')['default']
  72. EnvIndicatorEnvIndicator: typeof import('./src/components/EnvIndicator/EnvIndicator.vue')['default']
  73. FooterToolbarFooterToolBar: typeof import('./src/components/FooterToolbar/FooterToolBar.vue')['default']
  74. LogoLogo: typeof import('./src/components/Logo/Logo.vue')['default']
  75. NginxControlNginxControl: typeof import('./src/components/NginxControl/NginxControl.vue')['default']
  76. NodeSelectorNodeSelector: typeof import('./src/components/NodeSelector/NodeSelector.vue')['default']
  77. NotificationNotification: typeof import('./src/components/Notification/Notification.vue')['default']
  78. PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default']
  79. RouterLink: typeof import('vue-router')['RouterLink']
  80. RouterView: typeof import('vue-router')['RouterView']
  81. SetLanguageSetLanguage: typeof import('./src/components/SetLanguage/SetLanguage.vue')['default']
  82. StdDesignStdDataDisplayStdBatchEdit: typeof import('./src/components/StdDesign/StdDataDisplay/StdBatchEdit.vue')['default']
  83. StdDesignStdDataDisplayStdCurd: typeof import('./src/components/StdDesign/StdDataDisplay/StdCurd.vue')['default']
  84. StdDesignStdDataDisplayStdCurdDetail: typeof import('./src/components/StdDesign/StdDataDisplay/StdCurdDetail.vue')['default']
  85. StdDesignStdDataDisplayStdPagination: typeof import('./src/components/StdDesign/StdDataDisplay/StdPagination.vue')['default']
  86. StdDesignStdDataDisplayStdTable: typeof import('./src/components/StdDesign/StdDataDisplay/StdTable.vue')['default']
  87. StdDesignStdDataEntryComponentsStdPassword: typeof import('./src/components/StdDesign/StdDataEntry/components/StdPassword.vue')['default']
  88. StdDesignStdDataEntryComponentsStdSelect: typeof import('./src/components/StdDesign/StdDataEntry/components/StdSelect.vue')['default']
  89. StdDesignStdDataEntryComponentsStdSelector: typeof import('./src/components/StdDesign/StdDataEntry/components/StdSelector.vue')['default']
  90. StdDesignStdDataEntryStdDataEntry: typeof import('./src/components/StdDesign/StdDataEntry/StdDataEntry.vue')['default']
  91. StdDesignStdDataEntryStdFormItem: typeof import('./src/components/StdDesign/StdDataEntry/StdFormItem.vue')['default']
  92. SwitchAppearanceIconsVPIconMoon: typeof import('./src/components/SwitchAppearance/icons/VPIconMoon.vue')['default']
  93. SwitchAppearanceIconsVPIconSun: typeof import('./src/components/SwitchAppearance/icons/VPIconSun.vue')['default']
  94. SwitchAppearanceSwitchAppearance: typeof import('./src/components/SwitchAppearance/SwitchAppearance.vue')['default']
  95. VPSwitchVPSwitch: typeof import('./src/components/VPSwitch/VPSwitch.vue')['default']
  96. }
  97. }