-
Notifications
You must be signed in to change notification settings - Fork 1
/
components.d.ts
74 lines (73 loc) · 4.58 KB
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
/* 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 {
AddaxResult: typeof import('./src/components/ods/AddaxResult.vue')['default']
BatchAdd: typeof import('./src/components/ods/BatchAdd.vue')['default']
Breadcrumb: typeof import('./src/components/Breadcrumb.vue')['default']
CmdList: typeof import('./src/components/ods/CmdList.vue')['default']
DialogComp: typeof import('./src/components/ods/DialogComp.vue')['default']
DSTableDetail: typeof import('./src/components/dataservice/DSTableDetail.vue')['default']
DSTableFields: typeof import('./src/components/dataservice/DSTableFields.vue')['default']
FieldsCompare: typeof import('./src/components/ods/FieldsCompare.vue')['default']
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
L5TEtlBar: typeof import('./src/components/dashboard/L5TEtlBar.vue')['default']
LineChart: typeof import('./src/components/dashboard/LineChart.vue')['default']
LogFiles: typeof import('./src/components/ods/LogFiles.vue')['default']
Login: (typeof import("./src/components/login.vue"))["default"]
LogModal: typeof import('./src/components/ods/LogModal.vue')['default']
MainTable: typeof import('./src/components/ods/MainTable.vue')['default']
MainTableInfo: typeof import('./src/components/dataservice/MainTableInfo.vue')['default']
NavbarThemeSwitcher: typeof import('./src/components/NavbarThemeSwitcher.vue')['default']
PieChart: typeof import('./src/components/dashboard/PieChart.vue')['default']
Register: typeof import('./src/components/Register.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SceneList: typeof import('./src/components/sp/SceneList.vue')['default']
ShowLogs: typeof import('./src/components/sp/ShowLogs.vue')['default']
SpCmdList: typeof import('./src/components/sp/SpCmdList.vue')['default']
SpComp: typeof import('./src/components/sp/SpComp.vue')['default']
SpDetail: typeof import('./src/components/sp/SpDetail.vue')['default']
SpLineage: typeof import('./src/components/sp/SpLineage.vue')['default']
SpRequiresList: typeof import('./src/components/sp/SpRequiresList.vue')['default']
TableUsed: typeof import('./src/components/ods/TableUsed.vue')['default']
VApp: (typeof import("vuetify/components"))["VApp"]
VBtn: (typeof import("vuetify/components"))["VBtn"]
VCard: (typeof import("vuetify/components"))["VCard"]
VCardActions: (typeof import("vuetify/components"))["VCardActions"]
VCardText: (typeof import("vuetify/components"))["VCardText"]
VCardTitle: (typeof import("vuetify/components"))["VCardTitle"]
VChip: (typeof import("vuetify/components"))["VChip"]
VCol: (typeof import("vuetify/components"))["VCol"]
VContainer: (typeof import("vuetify/components"))["VContainer"]
VDataTable: (typeof import("vuetify/components"))["VDataTable"]
VDataTableServer: (typeof import("vuetify/components"))["VDataTableServer"]
VDataTableVirtual: (typeof import("vuetify/components"))["VDataTableVirtual"]
VDialog: (typeof import("vuetify/components"))["VDialog"]
VDivider: (typeof import("vuetify/components"))["VDivider"]
VForm: (typeof import("vuetify/components"))["VForm"]
VIcon: (typeof import("vuetify/components"))["VIcon"]
VList: (typeof import("vuetify/components"))["VList"]
VListItem: (typeof import("vuetify/components"))["VListItem"]
VListItemTitle: (typeof import("vuetify/components"))["VListItemTitle"]
VMenu: (typeof import("vuetify/components"))["VMenu"]
VProgressLinear: (typeof import("vuetify/components"))["VProgressLinear"]
VResponsive: (typeof import("vuetify/components"))["VResponsive"]
VRow: (typeof import("vuetify/components"))["VRow"]
VSelect: (typeof import("vuetify/components"))["VSelect"]
VSheet: (typeof import("vuetify/components"))["VSheet"]
VSpacer: (typeof import("vuetify/components"))["VSpacer"]
VSwitch: (typeof import("vuetify/components"))["VSwitch"]
VTab: (typeof import("vuetify/components"))["VTab"]
VTabs: (typeof import("vuetify/components"))["VTabs"]
VTextarea: (typeof import("vuetify/components"))["VTextarea"]
VTextField: (typeof import("vuetify/components"))["VTextField"]
VToolbar: (typeof import("vuetify/components"))["VToolbar"]
VWindow: (typeof import("vuetify/components"))["VWindow"]
VWindowItem: (typeof import("vuetify/components"))["VWindowItem"]
}
}