components.d.ts 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // Generated by unplugin-vue-components
  4. // Read more: https://github.com/vuejs/core/pull/3399
  5. // biome-ignore lint: disable
  6. export {}
  7. /* prettier-ignore */
  8. declare module 'vue' {
  9. export interface GlobalComponents {
  10. AAlert: typeof import('ant-design-vue/es')['Alert']
  11. AAutoComplete: typeof import('ant-design-vue/es')['AutoComplete']
  12. AAvatar: typeof import('ant-design-vue/es')['Avatar']
  13. ABadge: typeof import('ant-design-vue/es')['Badge']
  14. ABreadcrumb: typeof import('ant-design-vue/es')['Breadcrumb']
  15. ABreadcrumbItem: typeof import('ant-design-vue/es')['BreadcrumbItem']
  16. AButton: typeof import('ant-design-vue/es')['Button']
  17. ACard: typeof import('ant-design-vue/es')['Card']
  18. ACheckbox: typeof import('ant-design-vue/es')['Checkbox']
  19. ACheckboxGroup: typeof import('ant-design-vue/es')['CheckboxGroup']
  20. ACol: typeof import('ant-design-vue/es')['Col']
  21. ACollapse: typeof import('ant-design-vue/es')['Collapse']
  22. ACollapsePanel: typeof import('ant-design-vue/es')['CollapsePanel']
  23. AComment: typeof import('ant-design-vue/es')['Comment']
  24. AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
  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. APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
  47. APopover: typeof import('ant-design-vue/es')['Popover']
  48. AProgress: typeof import('ant-design-vue/es')['Progress']
  49. AQrcode: typeof import('ant-design-vue/es')['QRCode']
  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. ASpin: typeof import('ant-design-vue/es')['Spin']
  56. AStatistic: typeof import('ant-design-vue/es')['Statistic']
  57. AStep: typeof import('ant-design-vue/es')['Step']
  58. ASteps: typeof import('ant-design-vue/es')['Steps']
  59. ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
  60. ASwitch: typeof import('ant-design-vue/es')['Switch']
  61. ATable: typeof import('ant-design-vue/es')['Table']
  62. ATabPane: typeof import('ant-design-vue/es')['TabPane']
  63. ATabs: typeof import('ant-design-vue/es')['Tabs']
  64. ATag: typeof import('ant-design-vue/es')['Tag']
  65. ATextarea: typeof import('ant-design-vue/es')['Textarea']
  66. ATooltip: typeof import('ant-design-vue/es')['Tooltip']
  67. AUploadDragger: typeof import('ant-design-vue/es')['UploadDragger']
  68. AutoCertFormAutoCertForm: typeof import('./src/components/AutoCertForm/AutoCertForm.vue')['default']
  69. AutoCertFormDNSChallenge: typeof import('./src/components/AutoCertForm/DNSChallenge.vue')['default']
  70. BreadcrumbBreadcrumb: typeof import('./src/components/Breadcrumb/Breadcrumb.vue')['default']
  71. CertInfoCertInfo: typeof import('./src/components/CertInfo/CertInfo.vue')['default']
  72. ChartAreaChart: typeof import('./src/components/Chart/AreaChart.vue')['default']
  73. ChartRadialBarChart: typeof import('./src/components/Chart/RadialBarChart.vue')['default']
  74. ChartUsageProgressLine: typeof import('./src/components/Chart/UsageProgressLine.vue')['default']
  75. ChatGPTChatGPT: typeof import('./src/components/ChatGPT/ChatGPT.vue')['default']
  76. CodeEditorCodeEditor: typeof import('./src/components/CodeEditor/CodeEditor.vue')['default']
  77. ConfigHistoryConfigHistory: typeof import('./src/components/ConfigHistory/ConfigHistory.vue')['default']
  78. ConfigHistoryDiffViewer: typeof import('./src/components/ConfigHistory/DiffViewer.vue')['default']
  79. EnvGroupTabsEnvGroupTabs: typeof import('./src/components/EnvGroupTabs/EnvGroupTabs.vue')['default']
  80. EnvIndicatorEnvIndicator: typeof import('./src/components/EnvIndicator/EnvIndicator.vue')['default']
  81. FooterToolbarFooterToolBar: typeof import('./src/components/FooterToolbar/FooterToolBar.vue')['default']
  82. ICPICP: typeof import('./src/components/ICP/ICP.vue')['default']
  83. LogoLogo: typeof import('./src/components/Logo/Logo.vue')['default']
  84. NginxControlNginxControl: typeof import('./src/components/NginxControl/NginxControl.vue')['default']
  85. NgxConfigEditorDirectiveDirectiveAdd: typeof import('./src/components/NgxConfigEditor/directive/DirectiveAdd.vue')['default']
  86. NgxConfigEditorDirectiveDirectiveDocuments: typeof import('./src/components/NgxConfigEditor/directive/DirectiveDocuments.vue')['default']
  87. NgxConfigEditorDirectiveDirectiveEditor: typeof import('./src/components/NgxConfigEditor/directive/DirectiveEditor.vue')['default']
  88. NgxConfigEditorDirectiveDirectiveEditorItem: typeof import('./src/components/NgxConfigEditor/directive/DirectiveEditorItem.vue')['default']
  89. NgxConfigEditorLocationEditor: typeof import('./src/components/NgxConfigEditor/LocationEditor.vue')['default']
  90. NgxConfigEditorLogEntry: typeof import('./src/components/NgxConfigEditor/LogEntry.vue')['default']
  91. NgxConfigEditorNginxStatusAlert: typeof import('./src/components/NgxConfigEditor/NginxStatusAlert.vue')['default']
  92. NgxConfigEditorNgxConfigEditor: typeof import('./src/components/NgxConfigEditor/NgxConfigEditor.vue')['default']
  93. NgxConfigEditorNgxServer: typeof import('./src/components/NgxConfigEditor/NgxServer.vue')['default']
  94. NgxConfigEditorNgxUpstream: typeof import('./src/components/NgxConfigEditor/NgxUpstream.vue')['default']
  95. NodeSelectorNodeSelector: typeof import('./src/components/NodeSelector/NodeSelector.vue')['default']
  96. NotificationNotification: typeof import('./src/components/Notification/Notification.vue')['default']
  97. OTPInputOTPInput: typeof import('./src/components/OTPInput/OTPInput.vue')['default']
  98. PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default']
  99. ProcessingStatusProcessingStatus: typeof import('./src/components/ProcessingStatus/ProcessingStatus.vue')['default']
  100. ReactiveFromNowReactiveFromNow: typeof import('./src/components/ReactiveFromNow/ReactiveFromNow.vue')['default']
  101. RouterLink: typeof import('vue-router')['RouterLink']
  102. RouterView: typeof import('vue-router')['RouterView']
  103. SelfCheckSelfCheck: typeof import('./src/components/SelfCheck/SelfCheck.vue')['default']
  104. SelfCheckSelfCheckHeaderBanner: typeof import('./src/components/SelfCheck/SelfCheckHeaderBanner.vue')['default']
  105. SensitiveStringSensitiveString: typeof import('./src/components/SensitiveString/SensitiveString.vue')['default']
  106. SetLanguageSetLanguage: typeof import('./src/components/SetLanguage/SetLanguage.vue')['default']
  107. SwitchAppearanceIconsVPIconMoon: typeof import('./src/components/SwitchAppearance/icons/VPIconMoon.vue')['default']
  108. SwitchAppearanceIconsVPIconSun: typeof import('./src/components/SwitchAppearance/icons/VPIconSun.vue')['default']
  109. SwitchAppearanceSwitchAppearance: typeof import('./src/components/SwitchAppearance/SwitchAppearance.vue')['default']
  110. SystemRestoreSystemRestoreContent: typeof import('./src/components/SystemRestore/SystemRestoreContent.vue')['default']
  111. TwoFAAuthorization: typeof import('./src/components/TwoFA/Authorization.vue')['default']
  112. VPSwitchVPSwitch: typeof import('./src/components/VPSwitch/VPSwitch.vue')['default']
  113. }
  114. }