1
0

components.d.ts 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. ADescriptions: typeof import('ant-design-vue/es')['Descriptions']
  26. ADescriptionsItem: typeof import('ant-design-vue/es')['DescriptionsItem']
  27. ADivider: typeof import('ant-design-vue/es')['Divider']
  28. ADrawer: typeof import('ant-design-vue/es')['Drawer']
  29. ADropdown: typeof import('ant-design-vue/es')['Dropdown']
  30. AEmpty: typeof import('ant-design-vue/es')['Empty']
  31. AForm: typeof import('ant-design-vue/es')['Form']
  32. AFormItem: typeof import('ant-design-vue/es')['FormItem']
  33. AInput: typeof import('ant-design-vue/es')['Input']
  34. AInputGroup: typeof import('ant-design-vue/es')['InputGroup']
  35. AInputNumber: typeof import('ant-design-vue/es')['InputNumber']
  36. AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
  37. ALayout: typeof import('ant-design-vue/es')['Layout']
  38. ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent']
  39. ALayoutFooter: typeof import('ant-design-vue/es')['LayoutFooter']
  40. ALayoutHeader: typeof import('ant-design-vue/es')['LayoutHeader']
  41. ALayoutSider: typeof import('ant-design-vue/es')['LayoutSider']
  42. AList: typeof import('ant-design-vue/es')['List']
  43. AListItem: typeof import('ant-design-vue/es')['ListItem']
  44. AListItemMeta: typeof import('ant-design-vue/es')['ListItemMeta']
  45. AMenu: typeof import('ant-design-vue/es')['Menu']
  46. AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
  47. AModal: typeof import('ant-design-vue/es')['Modal']
  48. APagination: typeof import('ant-design-vue/es')['Pagination']
  49. APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
  50. APopover: typeof import('ant-design-vue/es')['Popover']
  51. AProgress: typeof import('ant-design-vue/es')['Progress']
  52. AQrcode: typeof import('ant-design-vue/es')['QRCode']
  53. ARadioButton: typeof import('ant-design-vue/es')['RadioButton']
  54. ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup']
  55. AResult: typeof import('ant-design-vue/es')['Result']
  56. ARow: typeof import('ant-design-vue/es')['Row']
  57. ASegmented: typeof import('ant-design-vue/es')['Segmented']
  58. ASelect: typeof import('ant-design-vue/es')['Select']
  59. ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
  60. ASpace: typeof import('ant-design-vue/es')['Space']
  61. ASpin: typeof import('ant-design-vue/es')['Spin']
  62. AStatistic: typeof import('ant-design-vue/es')['Statistic']
  63. AStep: typeof import('ant-design-vue/es')['Step']
  64. ASteps: typeof import('ant-design-vue/es')['Steps']
  65. ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
  66. ASwitch: typeof import('ant-design-vue/es')['Switch']
  67. ATable: typeof import('ant-design-vue/es')['Table']
  68. ATabPane: typeof import('ant-design-vue/es')['TabPane']
  69. ATabs: typeof import('ant-design-vue/es')['Tabs']
  70. ATag: typeof import('ant-design-vue/es')['Tag']
  71. ATextarea: typeof import('ant-design-vue/es')['Textarea']
  72. ATooltip: typeof import('ant-design-vue/es')['Tooltip']
  73. BreadcrumbBreadcrumb: typeof import('./src/components/Breadcrumb/Breadcrumb.vue')['default']
  74. ChartAreaChart: typeof import('./src/components/Chart/AreaChart.vue')['default']
  75. ChartRadialBarChart: typeof import('./src/components/Chart/RadialBarChart.vue')['default']
  76. ChartUsageProgressLine: typeof import('./src/components/Chart/UsageProgressLine.vue')['default']
  77. ChatGPTChatGPT: typeof import('./src/components/ChatGPT/ChatGPT.vue')['default']
  78. CodeEditorCodeEditor: typeof import('./src/components/CodeEditor/CodeEditor.vue')['default']
  79. ConfigHistoryConfigHistory: typeof import('./src/components/ConfigHistory/ConfigHistory.vue')['default']
  80. ConfigHistoryDiffViewer: typeof import('./src/components/ConfigHistory/DiffViewer.vue')['default']
  81. EnvGroupTabsEnvGroupTabs: typeof import('./src/components/EnvGroupTabs/EnvGroupTabs.vue')['default']
  82. EnvIndicatorEnvIndicator: typeof import('./src/components/EnvIndicator/EnvIndicator.vue')['default']
  83. FooterToolbarFooterToolBar: typeof import('./src/components/FooterToolbar/FooterToolBar.vue')['default']
  84. ICPICP: typeof import('./src/components/ICP/ICP.vue')['default']
  85. LogoLogo: typeof import('./src/components/Logo/Logo.vue')['default']
  86. NginxControlNginxControl: typeof import('./src/components/NginxControl/NginxControl.vue')['default']
  87. NodeSelectorNodeSelector: typeof import('./src/components/NodeSelector/NodeSelector.vue')['default']
  88. NotificationNotification: typeof import('./src/components/Notification/Notification.vue')['default']
  89. OTPInputOTPInput: typeof import('./src/components/OTPInput/OTPInput.vue')['default']
  90. PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default']
  91. ReactiveFromNowReactiveFromNow: typeof import('./src/components/ReactiveFromNow/ReactiveFromNow.vue')['default']
  92. RouterLink: typeof import('vue-router')['RouterLink']
  93. RouterView: typeof import('vue-router')['RouterView']
  94. SensitiveStringSensitiveString: typeof import('./src/components/SensitiveString/SensitiveString.vue')['default']
  95. SetLanguageSetLanguage: typeof import('./src/components/SetLanguage/SetLanguage.vue')['default']
  96. StdDesignStdDataDisplayStdBatchEdit: typeof import('./src/components/StdDesign/StdDataDisplay/StdBatchEdit.vue')['default']
  97. StdDesignStdDataDisplayStdBulkActions: typeof import('./src/components/StdDesign/StdDataDisplay/StdBulkActions.vue')['default']
  98. StdDesignStdDataDisplayStdCurd: typeof import('./src/components/StdDesign/StdDataDisplay/StdCurd.vue')['default']
  99. StdDesignStdDataDisplayStdCurdDetail: typeof import('./src/components/StdDesign/StdDataDisplay/StdCurdDetail.vue')['default']
  100. StdDesignStdDataDisplayStdPagination: typeof import('./src/components/StdDesign/StdDataDisplay/StdPagination.vue')['default']
  101. StdDesignStdDataDisplayStdTable: typeof import('./src/components/StdDesign/StdDataDisplay/StdTable.vue')['default']
  102. StdDesignStdDataEntryComponentsStdPassword: typeof import('./src/components/StdDesign/StdDataEntry/components/StdPassword.vue')['default']
  103. StdDesignStdDataEntryComponentsStdSelect: typeof import('./src/components/StdDesign/StdDataEntry/components/StdSelect.vue')['default']
  104. StdDesignStdDataEntryComponentsStdSelector: typeof import('./src/components/StdDesign/StdDataEntry/components/StdSelector.vue')['default']
  105. StdDesignStdDataEntryStdDataEntry: typeof import('./src/components/StdDesign/StdDataEntry/StdDataEntry.vue')['default']
  106. StdDesignStdDataEntryStdFormItem: typeof import('./src/components/StdDesign/StdDataEntry/StdFormItem.vue')['default']
  107. StdDesignStdDetailStdDetail: typeof import('./src/components/StdDesign/StdDetail/StdDetail.vue')['default']
  108. SwitchAppearanceIconsVPIconMoon: typeof import('./src/components/SwitchAppearance/icons/VPIconMoon.vue')['default']
  109. SwitchAppearanceIconsVPIconSun: typeof import('./src/components/SwitchAppearance/icons/VPIconSun.vue')['default']
  110. SwitchAppearanceSwitchAppearance: typeof import('./src/components/SwitchAppearance/SwitchAppearance.vue')['default']
  111. SystemRestoreSystemRestoreContent: typeof import('./src/components/SystemRestore/SystemRestoreContent.vue')['default']
  112. TwoFAAuthorization: typeof import('./src/components/TwoFA/Authorization.vue')['default']
  113. VPSwitchVPSwitch: typeof import('./src/components/VPSwitch/VPSwitch.vue')['default']
  114. }
  115. }