components.d.ts 7.3 KB

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