components.d.ts 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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. AApp: typeof import('ant-design-vue/es')['App']
  12. AAutoComplete: typeof import('ant-design-vue/es')['AutoComplete']
  13. AAvatar: typeof import('ant-design-vue/es')['Avatar']
  14. ABadge: typeof import('ant-design-vue/es')['Badge']
  15. ABreadcrumb: typeof import('ant-design-vue/es')['Breadcrumb']
  16. ABreadcrumbItem: typeof import('ant-design-vue/es')['BreadcrumbItem']
  17. AButton: typeof import('ant-design-vue/es')['Button']
  18. ACard: typeof import('ant-design-vue/es')['Card']
  19. ACheckbox: typeof import('ant-design-vue/es')['Checkbox']
  20. ACheckboxGroup: typeof import('ant-design-vue/es')['CheckboxGroup']
  21. ACol: typeof import('ant-design-vue/es')['Col']
  22. ACollapse: typeof import('ant-design-vue/es')['Collapse']
  23. ACollapsePanel: typeof import('ant-design-vue/es')['CollapsePanel']
  24. AComment: typeof import('ant-design-vue/es')['Comment']
  25. AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
  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. AMenuDivider: typeof import('ant-design-vue/es')['MenuDivider']
  46. AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
  47. AModal: typeof import('ant-design-vue/es')['Modal']
  48. APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
  49. APopover: typeof import('ant-design-vue/es')['Popover']
  50. AppProviderAppProvider: typeof import('./src/components/AppProvider/AppProvider.vue')['default']
  51. AProgress: typeof import('ant-design-vue/es')['Progress']
  52. AQrcode: typeof import('ant-design-vue/es')['QRCode']
  53. ARadio: typeof import('ant-design-vue/es')['Radio']
  54. ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup']
  55. ARangePicker: typeof import('ant-design-vue/es')['RangePicker']
  56. AResult: typeof import('ant-design-vue/es')['Result']
  57. ARow: typeof import('ant-design-vue/es')['Row']
  58. ASegmented: typeof import('ant-design-vue/es')['Segmented']
  59. ASelect: typeof import('ant-design-vue/es')['Select']
  60. ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
  61. ASpace: typeof import('ant-design-vue/es')['Space']
  62. ASpin: typeof import('ant-design-vue/es')['Spin']
  63. AStatistic: typeof import('ant-design-vue/es')['Statistic']
  64. AStep: typeof import('ant-design-vue/es')['Step']
  65. ASteps: typeof import('ant-design-vue/es')['Steps']
  66. ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
  67. ASwitch: typeof import('ant-design-vue/es')['Switch']
  68. ATable: typeof import('ant-design-vue/es')['Table']
  69. ATabPane: typeof import('ant-design-vue/es')['TabPane']
  70. ATabs: typeof import('ant-design-vue/es')['Tabs']
  71. ATag: typeof import('ant-design-vue/es')['Tag']
  72. ATextarea: typeof import('ant-design-vue/es')['Textarea']
  73. ATooltip: typeof import('ant-design-vue/es')['Tooltip']
  74. ATypographyParagraph: typeof import('ant-design-vue/es')['TypographyParagraph']
  75. ATypographyText: typeof import('ant-design-vue/es')['TypographyText']
  76. ATypographyTitle: typeof import('ant-design-vue/es')['TypographyTitle']
  77. AUploadDragger: typeof import('ant-design-vue/es')['UploadDragger']
  78. AutoCertFormAutoCertForm: typeof import('./src/components/AutoCertForm/AutoCertForm.vue')['default']
  79. AutoCertFormDNSChallenge: typeof import('./src/components/AutoCertForm/DNSChallenge.vue')['default']
  80. BaseEditorBaseEditor: typeof import('./src/components/BaseEditor/BaseEditor.vue')['default']
  81. BreadcrumbBreadcrumb: typeof import('./src/components/Breadcrumb/Breadcrumb.vue')['default']
  82. CertInfoCertInfo: typeof import('./src/components/CertInfo/CertInfo.vue')['default']
  83. ChartAreaChart: typeof import('./src/components/Chart/AreaChart.vue')['default']
  84. ChartRadialBarChart: typeof import('./src/components/Chart/RadialBarChart.vue')['default']
  85. ChartUsageProgressLine: typeof import('./src/components/Chart/UsageProgressLine.vue')['default']
  86. CodeEditorCodeEditor: typeof import('./src/components/CodeEditor/CodeEditor.vue')['default']
  87. ConfigHistoryConfigHistory: typeof import('./src/components/ConfigHistory/ConfigHistory.vue')['default']
  88. ConfigHistoryDiffViewer: typeof import('./src/components/ConfigHistory/DiffViewer.vue')['default']
  89. DevDebugPanelDevDebugPanel: typeof import('./src/components/DevDebugPanel/DevDebugPanel.vue')['default']
  90. FooterToolbarFooterToolBar: typeof import('./src/components/FooterToolbar/FooterToolBar.vue')['default']
  91. GeoLiteDownloadGeoLiteDownload: typeof import('./src/components/GeoLiteDownload/GeoLiteDownload.vue')['default']
  92. ICPICP: typeof import('./src/components/ICP/ICP.vue')['default']
  93. InspectConfigInspectConfig: typeof import('./src/components/InspectConfig/InspectConfig.vue')['default']
  94. LLMChatMessage: typeof import('./src/components/LLM/ChatMessage.vue')['default']
  95. LLMChatMessageInput: typeof import('./src/components/LLM/ChatMessageInput.vue')['default']
  96. LLMChatMessageList: typeof import('./src/components/LLM/ChatMessageList.vue')['default']
  97. LLMLLM: typeof import('./src/components/LLM/LLM.vue')['default']
  98. LLMLLMSessionTabs: typeof import('./src/components/LLM/LLMSessionTabs.vue')['default']
  99. LogoLogo: typeof import('./src/components/Logo/Logo.vue')['default']
  100. NamespaceRenderNamespaceRender: typeof import('./src/components/NamespaceRender/NamespaceRender.vue')['default']
  101. NamespaceTabsNamespaceTabs: typeof import('./src/components/NamespaceTabs/NamespaceTabs.vue')['default']
  102. NginxControlNginxControl: typeof import('./src/components/NginxControl/NginxControl.vue')['default']
  103. NgxConfigEditorDirectiveDirectiveAdd: typeof import('./src/components/NgxConfigEditor/directive/DirectiveAdd.vue')['default']
  104. NgxConfigEditorDirectiveDirectiveDocuments: typeof import('./src/components/NgxConfigEditor/directive/DirectiveDocuments.vue')['default']
  105. NgxConfigEditorDirectiveDirectiveEditor: typeof import('./src/components/NgxConfigEditor/directive/DirectiveEditor.vue')['default']
  106. NgxConfigEditorDirectiveDirectiveEditorItem: typeof import('./src/components/NgxConfigEditor/directive/DirectiveEditorItem.vue')['default']
  107. NgxConfigEditorLocationEditor: typeof import('./src/components/NgxConfigEditor/LocationEditor.vue')['default']
  108. NgxConfigEditorLogEntry: typeof import('./src/components/NgxConfigEditor/LogEntry.vue')['default']
  109. NgxConfigEditorNginxStatusAlert: typeof import('./src/components/NgxConfigEditor/NginxStatusAlert.vue')['default']
  110. NgxConfigEditorNgxConfigEditor: typeof import('./src/components/NgxConfigEditor/NgxConfigEditor.vue')['default']
  111. NgxConfigEditorNgxServer: typeof import('./src/components/NgxConfigEditor/NgxServer.vue')['default']
  112. NgxConfigEditorNgxUpstream: typeof import('./src/components/NgxConfigEditor/NgxUpstream.vue')['default']
  113. NodeCardNodeCard: typeof import('./src/components/NodeCard/NodeCard.vue')['default']
  114. NodeIndicatorNodeIndicator: typeof import('./src/components/NodeIndicator/NodeIndicator.vue')['default']
  115. NodeSelectorNodeSelector: typeof import('./src/components/NodeSelector/NodeSelector.vue')['default']
  116. NotificationNotification: typeof import('./src/components/Notification/Notification.vue')['default']
  117. OTPInputOTPInput: typeof import('./src/components/OTPInput/OTPInput.vue')['default']
  118. PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default']
  119. PortScannerPortScannerCompact: typeof import('./src/components/PortScanner/PortScannerCompact.vue')['default']
  120. ProcessingStatusProcessingStatus: typeof import('./src/components/ProcessingStatus/ProcessingStatus.vue')['default']
  121. ProxyTargetsProxyTargets: typeof import('./src/components/ProxyTargets/ProxyTargets.vue')['default']
  122. ReactiveFromNowReactiveFromNow: typeof import('./src/components/ReactiveFromNow/ReactiveFromNow.vue')['default']
  123. RouterLink: typeof import('vue-router')['RouterLink']
  124. RouterView: typeof import('vue-router')['RouterView']
  125. SelfCheckAsyncErrorDisplay: typeof import('./src/components/SelfCheck/AsyncErrorDisplay.vue')['default']
  126. SelfCheckSelfCheck: typeof import('./src/components/SelfCheck/SelfCheck.vue')['default']
  127. SelfCheckSelfCheckHeaderBanner: typeof import('./src/components/SelfCheck/SelfCheckHeaderBanner.vue')['default']
  128. SensitiveStringSensitiveString: typeof import('./src/components/SensitiveString/SensitiveString.vue')['default']
  129. SetLanguageSetLanguage: typeof import('./src/components/SetLanguage/SetLanguage.vue')['default']
  130. SwitchAppearanceIconsVPIconMoon: typeof import('./src/components/SwitchAppearance/icons/VPIconMoon.vue')['default']
  131. SwitchAppearanceIconsVPIconSun: typeof import('./src/components/SwitchAppearance/icons/VPIconSun.vue')['default']
  132. SwitchAppearanceSwitchAppearance: typeof import('./src/components/SwitchAppearance/SwitchAppearance.vue')['default']
  133. SyncNodesPreviewSyncNodesPreview: typeof import('./src/components/SyncNodesPreview/SyncNodesPreview.vue')['default']
  134. SystemRestoreSystemRestoreContent: typeof import('./src/components/SystemRestore/SystemRestoreContent.vue')['default']
  135. TabFilterTabFilter: typeof import('./src/components/TabFilter/TabFilter.vue')['default']
  136. TwoFAAuthorization: typeof import('./src/components/TwoFA/Authorization.vue')['default']
  137. UpstreamCardsUpstreamCards: typeof import('./src/components/UpstreamCards/UpstreamCards.vue')['default']
  138. UpstreamDetailModalUpstreamDetailModal: typeof import('./src/components/UpstreamDetailModal/UpstreamDetailModal.vue')['default']
  139. VPSwitchVPSwitch: typeof import('./src/components/VPSwitch/VPSwitch.vue')['default']
  140. }
  141. }