|
5 | 5 | // Read more: https://github.com/vuejs/core/pull/3399
|
6 | 6 | export {}
|
7 | 7 |
|
8 |
| -declare module 'vue' { |
| 8 | +declare module "vue" { |
9 | 9 | export interface GlobalComponents {
|
10 |
| - AddaxResult: typeof import('./src/components/ods/AddaxResult.vue')['default'] |
11 |
| - BatchAdd: typeof import('./src/components/ods/BatchAdd.vue')['default'] |
12 |
| - Breadcrumb: typeof import('./src/components/Breadcrumb.vue')['default'] |
13 |
| - CmdList: typeof import('./src/components/ods/CmdList.vue')['default'] |
14 |
| - DialogComp: typeof import('./src/components/ods/DialogComp.vue')['default'] |
15 |
| - DSTableDetail: typeof import('./src/components/dataservice/DSTableDetail.vue')['default'] |
16 |
| - DSTableFields: typeof import('./src/components/dataservice/DSTableFields.vue')['default'] |
17 |
| - FieldsCompare: typeof import('./src/components/ods/FieldsCompare.vue')['default'] |
18 |
| - HelloWorld: typeof import('./src/components/HelloWorld.vue')['default'] |
19 |
| - L5TEtlBar: typeof import('./src/components/dashboard/L5TEtlBar.vue')['default'] |
20 |
| - LineChart: typeof import('./src/components/dashboard/LineChart.vue')['default'] |
21 |
| - LogFiles: typeof import('./src/components/ods/LogFiles.vue')['default'] |
22 |
| - Login: (typeof import("./src/components/login.vue"))["default"] |
23 |
| - LogModal: typeof import('./src/components/ods/LogModal.vue')['default'] |
24 |
| - MainTable: typeof import('./src/components/ods/MainTable.vue')['default'] |
25 |
| - MainTableInfo: typeof import('./src/components/dataservice/MainTableInfo.vue')['default'] |
26 |
| - NavbarThemeSwitcher: typeof import('./src/components/NavbarThemeSwitcher.vue')['default'] |
27 |
| - PieChart: typeof import('./src/components/dashboard/PieChart.vue')['default'] |
28 |
| - Register: typeof import('./src/components/Register.vue')['default'] |
29 |
| - RouterLink: typeof import('vue-router')['RouterLink'] |
30 |
| - RouterView: typeof import('vue-router')['RouterView'] |
31 |
| - SceneList: typeof import('./src/components/sp/SceneList.vue')['default'] |
32 |
| - ShowLogs: typeof import('./src/components/sp/ShowLogs.vue')['default'] |
33 |
| - SpCmdList: typeof import('./src/components/sp/SpCmdList.vue')['default'] |
34 |
| - SpComp: typeof import('./src/components/sp/SpComp.vue')['default'] |
35 |
| - SpDetail: typeof import('./src/components/sp/SpDetail.vue')['default'] |
36 |
| - SpLineage: typeof import('./src/components/sp/SpLineage.vue')['default'] |
37 |
| - SpRequiresList: typeof import('./src/components/sp/SpRequiresList.vue')['default'] |
38 |
| - TableUsed: typeof import('./src/components/ods/TableUsed.vue')['default'] |
39 |
| - VApp: (typeof import("vuetify/components"))["VApp"] |
40 |
| - VBtn: (typeof import("vuetify/components"))["VBtn"] |
41 |
| - VCard: (typeof import("vuetify/components"))["VCard"] |
42 |
| - VCardActions: (typeof import("vuetify/components"))["VCardActions"] |
43 |
| - VCardText: (typeof import("vuetify/components"))["VCardText"] |
44 |
| - VCardTitle: (typeof import("vuetify/components"))["VCardTitle"] |
45 |
| - VChip: (typeof import("vuetify/components"))["VChip"] |
46 |
| - VCol: (typeof import("vuetify/components"))["VCol"] |
47 |
| - VContainer: (typeof import("vuetify/components"))["VContainer"] |
48 |
| - VDataTable: (typeof import("vuetify/components"))["VDataTable"] |
49 |
| - VDataTableServer: (typeof import("vuetify/components"))["VDataTableServer"] |
50 |
| - VDataTableVirtual: (typeof import("vuetify/components"))["VDataTableVirtual"] |
51 |
| - VDialog: (typeof import("vuetify/components"))["VDialog"] |
52 |
| - VDivider: (typeof import("vuetify/components"))["VDivider"] |
53 |
| - VForm: (typeof import("vuetify/components"))["VForm"] |
54 |
| - VIcon: (typeof import("vuetify/components"))["VIcon"] |
55 |
| - VList: (typeof import("vuetify/components"))["VList"] |
56 |
| - VListItem: (typeof import("vuetify/components"))["VListItem"] |
57 |
| - VListItemTitle: (typeof import("vuetify/components"))["VListItemTitle"] |
58 |
| - VMenu: (typeof import("vuetify/components"))["VMenu"] |
59 |
| - VProgressLinear: (typeof import("vuetify/components"))["VProgressLinear"] |
60 |
| - VResponsive: (typeof import("vuetify/components"))["VResponsive"] |
61 |
| - VRow: (typeof import("vuetify/components"))["VRow"] |
62 |
| - VSelect: (typeof import("vuetify/components"))["VSelect"] |
63 |
| - VSheet: (typeof import("vuetify/components"))["VSheet"] |
64 |
| - VSpacer: (typeof import("vuetify/components"))["VSpacer"] |
65 |
| - VSwitch: (typeof import("vuetify/components"))["VSwitch"] |
66 |
| - VTab: (typeof import("vuetify/components"))["VTab"] |
67 |
| - VTabs: (typeof import("vuetify/components"))["VTabs"] |
68 |
| - VTextarea: (typeof import("vuetify/components"))["VTextarea"] |
69 |
| - VTextField: (typeof import("vuetify/components"))["VTextField"] |
70 |
| - VToolbar: (typeof import("vuetify/components"))["VToolbar"] |
71 |
| - VWindow: (typeof import("vuetify/components"))["VWindow"] |
72 |
| - VWindowItem: (typeof import("vuetify/components"))["VWindowItem"] |
| 10 | + AddaxResult: (typeof import("./src/components/ods/AddaxResult.vue"))["default"]; |
| 11 | + BatchAdd: (typeof import("./src/components/ods/BatchAdd.vue"))["default"]; |
| 12 | + Breadcrumb: (typeof import("./src/components/Breadcrumb.vue"))["default"]; |
| 13 | + CmdList: (typeof import("./src/components/ods/CmdList.vue"))["default"]; |
| 14 | + DialogComp: (typeof import("./src/components/ods/DialogComp.vue"))["default"]; |
| 15 | + DSTableDetail: (typeof import("./src/components/dataservice/DSTableDetail.vue"))["default"]; |
| 16 | + DSTableFields: (typeof import("./src/components/dataservice/DSTableFields.vue"))["default"]; |
| 17 | + FieldsCompare: (typeof import("./src/components/ods/FieldsCompare.vue"))["default"]; |
| 18 | + HelloWorld: (typeof import("./src/components/HelloWorld.vue"))["default"]; |
| 19 | + L5TEtlBar: (typeof import("./src/components/dashboard/L5TEtlBar.vue"))["default"]; |
| 20 | + LineChart: (typeof import("./src/components/dashboard/LineChart.vue"))["default"]; |
| 21 | + LogFiles: (typeof import("./src/components/ods/LogFiles.vue"))["default"]; |
| 22 | + Login: (typeof import("./src/components/login.vue"))["default"]; |
| 23 | + LogModal: (typeof import("./src/components/ods/LogModal.vue"))["default"]; |
| 24 | + MainTable: (typeof import("./src/components/ods/MainTable.vue"))["default"]; |
| 25 | + MainTableInfo: (typeof import("./src/components/dataservice/MainTableInfo.vue"))["default"]; |
| 26 | + NavbarThemeSwitcher: (typeof import("./src/components/NavbarThemeSwitcher.vue"))["default"]; |
| 27 | + PieChart: (typeof import("./src/components/dashboard/PieChart.vue"))["default"]; |
| 28 | + Register: (typeof import("./src/components/Register.vue"))["default"]; |
| 29 | + RouterLink: (typeof import("vue-router"))["RouterLink"]; |
| 30 | + RouterView: (typeof import("vue-router"))["RouterView"]; |
| 31 | + SceneList: (typeof import("./src/components/sp/SceneList.vue"))["default"]; |
| 32 | + ShowLogs: (typeof import("./src/components/sp/ShowLogs.vue"))["default"]; |
| 33 | + SpCmdList: (typeof import("./src/components/sp/SpCmdList.vue"))["default"]; |
| 34 | + SpComp: (typeof import("./src/components/sp/SpComp.vue"))["default"]; |
| 35 | + SpDetail: (typeof import("./src/components/sp/SpDetail.vue"))["default"]; |
| 36 | + SpLineage: (typeof import("./src/components/sp/SpLineage.vue"))["default"]; |
| 37 | + SpRequiresList: (typeof import("./src/components/sp/SpRequiresList.vue"))["default"]; |
| 38 | + TableUsed: (typeof import("./src/components/ods/TableUsed.vue"))["default"]; |
| 39 | + VApp: (typeof import("vuetify/components"))["VApp"]; |
| 40 | + VBtn: (typeof import("vuetify/components"))["VBtn"]; |
| 41 | + VCard: (typeof import("vuetify/components"))["VCard"]; |
| 42 | + VCardActions: (typeof import("vuetify/components"))["VCardActions"]; |
| 43 | + VCardText: (typeof import("vuetify/components"))["VCardText"]; |
| 44 | + VCardTitle: (typeof import("vuetify/components"))["VCardTitle"]; |
| 45 | + VChip: (typeof import("vuetify/components"))["VChip"]; |
| 46 | + VCol: (typeof import("vuetify/components"))["VCol"]; |
| 47 | + VContainer: (typeof import("vuetify/components"))["VContainer"]; |
| 48 | + VDataTable: (typeof import("vuetify/components"))["VDataTable"]; |
| 49 | + VDataTableServer: (typeof import("vuetify/components"))["VDataTableServer"]; |
| 50 | + VDataTableVirtual: (typeof import("vuetify/components"))["VDataTableVirtual"]; |
| 51 | + VDialog: (typeof import("vuetify/components"))["VDialog"]; |
| 52 | + VDivider: (typeof import("vuetify/components"))["VDivider"]; |
| 53 | + VForm: (typeof import("vuetify/components"))["VForm"]; |
| 54 | + VIcon: (typeof import("vuetify/components"))["VIcon"]; |
| 55 | + VList: (typeof import("vuetify/components"))["VList"]; |
| 56 | + VListItem: (typeof import("vuetify/components"))["VListItem"]; |
| 57 | + VListItemTitle: (typeof import("vuetify/components"))["VListItemTitle"]; |
| 58 | + VMenu: (typeof import("vuetify/components"))["VMenu"]; |
| 59 | + VProgressLinear: (typeof import("vuetify/components"))["VProgressLinear"]; |
| 60 | + VResponsive: (typeof import("vuetify/components"))["VResponsive"]; |
| 61 | + VRow: (typeof import("vuetify/components"))["VRow"]; |
| 62 | + VSelect: (typeof import("vuetify/components"))["VSelect"]; |
| 63 | + VSheet: (typeof import("vuetify/components"))["VSheet"]; |
| 64 | + VSpacer: (typeof import("vuetify/components"))["VSpacer"]; |
| 65 | + VSwitch: (typeof import("vuetify/components"))["VSwitch"]; |
| 66 | + VTab: (typeof import("vuetify/components"))["VTab"]; |
| 67 | + VTabs: (typeof import("vuetify/components"))["VTabs"]; |
| 68 | + VTextarea: (typeof import("vuetify/components"))["VTextarea"]; |
| 69 | + VTextField: (typeof import("vuetify/components"))["VTextField"]; |
| 70 | + VToolbar: (typeof import("vuetify/components"))["VToolbar"]; |
| 71 | + VWindow: (typeof import("vuetify/components"))["VWindow"]; |
| 72 | + VWindowItem: (typeof import("vuetify/components"))["VWindowItem"]; |
73 | 73 | }
|
74 | 74 | }
|
0 commit comments