mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
refactor: refresh 25.04
This commit is contained in:
parent
818bf9bcf6
commit
b63dbe1e50
98 changed files with 5283 additions and 4817 deletions
19
app/components.d.ts
vendored
19
app/components.d.ts
vendored
|
@ -72,7 +72,11 @@ declare module 'vue' {
|
|||
ATextarea: typeof import('ant-design-vue/es')['Textarea']
|
||||
ATooltip: typeof import('ant-design-vue/es')['Tooltip']
|
||||
AUploadDragger: typeof import('ant-design-vue/es')['UploadDragger']
|
||||
AutoCertFormAutoCertForm: typeof import('./src/components/AutoCertForm/AutoCertForm.vue')['default']
|
||||
AutoCertFormDNSChallenge: typeof import('./src/components/AutoCertForm/DNSChallenge.vue')['default']
|
||||
BreadcrumbBreadcrumb: typeof import('./src/components/Breadcrumb/Breadcrumb.vue')['default']
|
||||
CertInfoCertInfo: typeof import('./src/components/CertInfo/CertInfo.vue')['default']
|
||||
ChangeCertChangeCert: typeof import('./src/views/site/NgxConfigEditor/cert/ChangeCert.vue')['default']
|
||||
ChartAreaChart: typeof import('./src/components/Chart/AreaChart.vue')['default']
|
||||
ChartRadialBarChart: typeof import('./src/components/Chart/RadialBarChart.vue')['default']
|
||||
ChartUsageProgressLine: typeof import('./src/components/Chart/UsageProgressLine.vue')['default']
|
||||
|
@ -86,6 +90,21 @@ declare module 'vue' {
|
|||
ICPICP: typeof import('./src/components/ICP/ICP.vue')['default']
|
||||
LogoLogo: typeof import('./src/components/Logo/Logo.vue')['default']
|
||||
NginxControlNginxControl: typeof import('./src/components/NginxControl/NginxControl.vue')['default']
|
||||
NgxConfigEditorCertCert: typeof import('./src/components/NgxConfigEditor/cert/Cert.vue')['default']
|
||||
NgxConfigEditorCertChangeCert: typeof import('./src/components/NgxConfigEditor/cert/ChangeCert.vue')['default']
|
||||
NgxConfigEditorCertIssueCert: typeof import('./src/components/NgxConfigEditor/cert/IssueCert.vue')['default']
|
||||
NgxConfigEditorCertObtainCert: typeof import('./src/components/NgxConfigEditor/cert/ObtainCert.vue')['default']
|
||||
NgxConfigEditorCertObtainCertLive: typeof import('./src/components/NgxConfigEditor/cert/ObtainCertLive.vue')['default']
|
||||
NgxConfigEditorDirectiveDirectiveAdd: typeof import('./src/components/NgxConfigEditor/directive/DirectiveAdd.vue')['default']
|
||||
NgxConfigEditorDirectiveDirectiveDocuments: typeof import('./src/components/NgxConfigEditor/directive/DirectiveDocuments.vue')['default']
|
||||
NgxConfigEditorDirectiveDirectiveEditor: typeof import('./src/components/NgxConfigEditor/directive/DirectiveEditor.vue')['default']
|
||||
NgxConfigEditorDirectiveDirectiveEditorItem: typeof import('./src/components/NgxConfigEditor/directive/DirectiveEditorItem.vue')['default']
|
||||
NgxConfigEditorLocationEditor: typeof import('./src/components/NgxConfigEditor/LocationEditor.vue')['default']
|
||||
NgxConfigEditorLogEntry: typeof import('./src/components/NgxConfigEditor/LogEntry.vue')['default']
|
||||
NgxConfigEditorNginxStatusAlert: typeof import('./src/components/NgxConfigEditor/NginxStatusAlert.vue')['default']
|
||||
NgxConfigEditorNgxConfigEditor: typeof import('./src/components/NgxConfigEditor/NgxConfigEditor.vue')['default']
|
||||
NgxConfigEditorNgxServer: typeof import('./src/components/NgxConfigEditor/NgxServer.vue')['default']
|
||||
NgxConfigEditorNgxUpstream: typeof import('./src/components/NgxConfigEditor/NgxUpstream.vue')['default']
|
||||
NodeSelectorNodeSelector: typeof import('./src/components/NodeSelector/NodeSelector.vue')['default']
|
||||
NotificationNotification: typeof import('./src/components/Notification/Notification.vue')['default']
|
||||
OTPInputOTPInput: typeof import('./src/components/OTPInput/OTPInput.vue')['default']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue