components.d.ts 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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. AMenuDivider: typeof import('ant-design-vue/es')['MenuDivider']
  45. AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
  46. AModal: typeof import('ant-design-vue/es')['Modal']
  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. AQrcode: typeof import('ant-design-vue/es')['QRCode']
  51. ARadio: typeof import('ant-design-vue/es')['Radio']
  52. ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup']
  53. ARangePicker: typeof import('ant-design-vue/es')['RangePicker']
  54. AResult: typeof import('ant-design-vue/es')['Result']
  55. ARow: typeof import('ant-design-vue/es')['Row']
  56. ASegmented: typeof import('ant-design-vue/es')['Segmented']
  57. ASelect: typeof import('ant-design-vue/es')['Select']
  58. ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
  59. ASpace: typeof import('ant-design-vue/es')['Space']
  60. ASpin: typeof import('ant-design-vue/es')['Spin']
  61. AStatistic: typeof import('ant-design-vue/es')['Statistic']
  62. AStep: typeof import('ant-design-vue/es')['Step']
  63. ASteps: typeof import('ant-design-vue/es')['Steps']
  64. ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
  65. ASwitch: typeof import('ant-design-vue/es')['Switch']
  66. ATable: typeof import('ant-design-vue/es')['Table']
  67. ATabPane: typeof import('ant-design-vue/es')['TabPane']
  68. ATabs: typeof import('ant-design-vue/es')['Tabs']
  69. ATag: typeof import('ant-design-vue/es')['Tag']
  70. ATextarea: typeof import('ant-design-vue/es')['Textarea']
  71. ATooltip: typeof import('ant-design-vue/es')['Tooltip']
  72. ATypographyText: typeof import('ant-design-vue/es')['TypographyText']
  73. ATypographyTitle: typeof import('ant-design-vue/es')['TypographyTitle']
  74. AUploadDragger: typeof import('ant-design-vue/es')['UploadDragger']
  75. AutoCertFormAutoCertForm: typeof import('./src/components/AutoCertForm/AutoCertForm.vue')['default']
  76. AutoCertFormDNSChallenge: typeof import('./src/components/AutoCertForm/DNSChallenge.vue')['default']
  77. BaseEditorBaseEditor: typeof import('./src/components/BaseEditor/BaseEditor.vue')['default']
  78. BreadcrumbBreadcrumb: typeof import('./src/components/Breadcrumb/Breadcrumb.vue')['default']
  79. CertInfoCertInfo: typeof import('./src/components/CertInfo/CertInfo.vue')['default']
  80. ChartAreaChart: typeof import('./src/components/Chart/AreaChart.vue')['default']
  81. ChartRadialBarChart: typeof import('./src/components/Chart/RadialBarChart.vue')['default']
  82. ChartUsageProgressLine: typeof import('./src/components/Chart/UsageProgressLine.vue')['default']
  83. CodeEditorCodeEditor: typeof import('./src/components/CodeEditor/CodeEditor.vue')['default']
  84. ConfigHistoryConfigHistory: typeof import('./src/components/ConfigHistory/ConfigHistory.vue')['default']
  85. ConfigHistoryDiffViewer: typeof import('./src/components/ConfigHistory/DiffViewer.vue')['default']
  86. FooterToolbarFooterToolBar: typeof import('./src/components/FooterToolbar/FooterToolBar.vue')['default']
  87. ICPICP: typeof import('./src/components/ICP/ICP.vue')['default']
  88. LLMChatMessage: typeof import('./src/components/LLM/ChatMessage.vue')['default']
  89. LLMChatMessageInput: typeof import('./src/components/LLM/ChatMessageInput.vue')['default']
  90. LLMChatMessageList: typeof import('./src/components/LLM/ChatMessageList.vue')['default']
  91. LLMLLM: typeof import('./src/components/LLM/LLM.vue')['default']
  92. LLMLLMSessionSelector: typeof import('./src/components/LLM/LLMSessionSelector.vue')['default']
  93. LLMLLMSessionSidebar: typeof import('./src/components/LLM/LLMSessionSidebar.vue')['default']
  94. LLMLLMSessionTabs: typeof import('./src/components/LLM/LLMSessionTabs.vue')['default']
  95. LogoLogo: typeof import('./src/components/Logo/Logo.vue')['default']
  96. NamespaceRenderNamespaceRender: typeof import('./src/components/NamespaceRender/NamespaceRender.vue')['default']
  97. NamespaceTabsNamespaceTabs: typeof import('./src/components/NamespaceTabs/NamespaceTabs.vue')['default']
  98. NginxControlNginxControl: typeof import('./src/components/NginxControl/NginxControl.vue')['default']
  99. NgxConfigEditorDirectiveDirectiveAdd: typeof import('./src/components/NgxConfigEditor/directive/DirectiveAdd.vue')['default']
  100. NgxConfigEditorDirectiveDirectiveDocuments: typeof import('./src/components/NgxConfigEditor/directive/DirectiveDocuments.vue')['default']
  101. NgxConfigEditorDirectiveDirectiveEditor: typeof import('./src/components/NgxConfigEditor/directive/DirectiveEditor.vue')['default']
  102. NgxConfigEditorDirectiveDirectiveEditorItem: typeof import('./src/components/NgxConfigEditor/directive/DirectiveEditorItem.vue')['default']
  103. NgxConfigEditorLocationEditor: typeof import('./src/components/NgxConfigEditor/LocationEditor.vue')['default']
  104. NgxConfigEditorLogEntry: typeof import('./src/components/NgxConfigEditor/LogEntry.vue')['default']
  105. NgxConfigEditorNginxStatusAlert: typeof import('./src/components/NgxConfigEditor/NginxStatusAlert.vue')['default']
  106. NgxConfigEditorNgxConfigEditor: typeof import('./src/components/NgxConfigEditor/NgxConfigEditor.vue')['default']
  107. NgxConfigEditorNgxServer: typeof import('./src/components/NgxConfigEditor/NgxServer.vue')['default']
  108. NgxConfigEditorNgxUpstream: typeof import('./src/components/NgxConfigEditor/NgxUpstream.vue')['default']
  109. NodeCardNodeCard: typeof import('./src/components/NodeCard/NodeCard.vue')['default']
  110. NodeIndicatorNodeIndicator: typeof import('./src/components/NodeIndicator/NodeIndicator.vue')['default']
  111. NodeSelectorNodeSelector: typeof import('./src/components/NodeSelector/NodeSelector.vue')['default']
  112. NotificationNotification: typeof import('./src/components/Notification/Notification.vue')['default']
  113. OTPInputOTPInput: typeof import('./src/components/OTPInput/OTPInput.vue')['default']
  114. PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default']
  115. PortScannerPortScannerCompact: typeof import('./src/components/PortScanner/PortScannerCompact.vue')['default']
  116. ProcessingStatusProcessingStatus: typeof import('./src/components/ProcessingStatus/ProcessingStatus.vue')['default']
  117. ProxyTargetsProxyTargets: typeof import('./src/components/ProxyTargets/ProxyTargets.vue')['default']
  118. ReactiveFromNowReactiveFromNow: typeof import('./src/components/ReactiveFromNow/ReactiveFromNow.vue')['default']
  119. RouterLink: typeof import('vue-router')['RouterLink']
  120. RouterView: typeof import('vue-router')['RouterView']
  121. SelfCheckSelfCheck: typeof import('./src/components/SelfCheck/SelfCheck.vue')['default']
  122. SelfCheckSelfCheckHeaderBanner: typeof import('./src/components/SelfCheck/SelfCheckHeaderBanner.vue')['default']
  123. SensitiveStringSensitiveString: typeof import('./src/components/SensitiveString/SensitiveString.vue')['default']
  124. SetLanguageSetLanguage: typeof import('./src/components/SetLanguage/SetLanguage.vue')['default']
  125. SwitchAppearanceIconsVPIconMoon: typeof import('./src/components/SwitchAppearance/icons/VPIconMoon.vue')['default']
  126. SwitchAppearanceIconsVPIconSun: typeof import('./src/components/SwitchAppearance/icons/VPIconSun.vue')['default']
  127. SwitchAppearanceSwitchAppearance: typeof import('./src/components/SwitchAppearance/SwitchAppearance.vue')['default']
  128. SyncNodesPreviewSyncNodesPreview: typeof import('./src/components/SyncNodesPreview/SyncNodesPreview.vue')['default']
  129. SystemRestoreSystemRestoreContent: typeof import('./src/components/SystemRestore/SystemRestoreContent.vue')['default']
  130. TabFilterTabFilter: typeof import('./src/components/TabFilter/TabFilter.vue')['default']
  131. TerminalTerminalStatusBar: typeof import('./src/components/Terminal/TerminalStatusBar.vue')['default']
  132. TwoFAAuthorization: typeof import('./src/components/TwoFA/Authorization.vue')['default']
  133. UpstreamCardsUpstreamCards: typeof import('./src/components/UpstreamCards/UpstreamCards.vue')['default']
  134. UpstreamDetailModalUpstreamDetailModal: typeof import('./src/components/UpstreamDetailModal/UpstreamDetailModal.vue')['default']
  135. VPSwitchVPSwitch: typeof import('./src/components/VPSwitch/VPSwitch.vue')['default']
  136. }
  137. }