08e9466bad
Management.vue gains a second tab listing MySQL delivery tasks from the backend (search, status filter, detail dialog, one-time credential reveal with copy/download). components.d.ts regenerated for the new Element Plus components. Also add narrow-viewport (<=760px) style tweaks to AppHeader/AppMain/DefaultLayout; these are partial small-screen optimizations, not a full mobile adaptation.
39 lines
1.9 KiB
TypeScript
39 lines
1.9 KiB
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
export {}
|
|
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
AppHeader: typeof import('./src/components/Layout/AppHeader.vue')['default']
|
|
AppMain: typeof import('./src/components/Layout/AppMain.vue')['default']
|
|
AppSidebar: typeof import('./src/components/Layout/AppSidebar.vue')['default']
|
|
AuditLogTable: typeof import('./src/components/AuditLogTable.vue')['default']
|
|
BusinessLineSwitcher: typeof import('./src/components/BusinessLineSwitcher.vue')['default']
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
ElDialog: typeof import('element-plus/es')['ElDialog']
|
|
ElForm: typeof import('element-plus/es')['ElForm']
|
|
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
|
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
|
|
ElOption: typeof import('element-plus/es')['ElOption']
|
|
ElPagination: typeof import('element-plus/es')['ElPagination']
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
ElSlider: typeof import('element-plus/es')['ElSlider']
|
|
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
|
ElTable: typeof import('element-plus/es')['ElTable']
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
ElTabPane: typeof import('element-plus/es')['ElTabPane']
|
|
ElTabs: typeof import('element-plus/es')['ElTabs']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
SubsystemCard: typeof import('./src/components/SubsystemCard.vue')['default']
|
|
}
|
|
export interface ComponentCustomProperties {
|
|
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
|
}
|
|
}
|