components.d.ts
5.33 KB
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
75
76
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
ApprovalProcess: typeof import('./src/components/ApprovalProcess/src/ApprovalProcess.vue')['default']
Auth: typeof import('./src/components/Auth/index.vue')['default']
AuthAll: typeof import('./src/components/AuthAll/index.vue')['default']
CarouselPanel: typeof import('./src/components/CarouselPanel/src/CarouselPanel.vue')['default']
ContentWrap: typeof import('./src/components/ContentWrap/src/ContentWrap.vue')['default']
Copyright: typeof import('./src/components/Copyright/index.vue')['default']
Day: typeof import('./src/components/Schedule/component/day.vue')['default']
Dialog: typeof import('./src/components/Dialog/index.vue')['default']
Dialog_approval: typeof import('./src/components/ApprovalProcess/dialog_approval.vue')['default']
Dialog_form: typeof import('./src/components/Dialog/dialog_form.vue')['default']
Dialog_grid: typeof import('./src/components/Dialog/dialog_grid.vue')['default']
Dialog_pane: typeof import('./src/components/Dialog/dialog_pane.vue')['default']
Drawer: typeof import('./src/components/Drawer/index.vue')['default']
EchartsMap: typeof import('./src/components/EchartsMap/index.vue')['default']
Editor: typeof import('./src/components/Editor/src/Editor.vue')['default']
EllipsisTooltip: typeof import('./src/components/EllipsisTooltip.vue')['default']
FileUpload: typeof import('./src/components/FileUpload/index.vue')['default']
FixedActionBar: typeof import('./src/components/FixedActionBar/index.vue')['default']
Form: typeof import('./src/components/Form/index.vue')['default']
GraphTopbar: typeof import('./src/components/RelationNetwork/graphTopbar.vue')['default']
Hour: typeof import('./src/components/Schedule/component/hour.vue')['default']
ImagePreview: typeof import('./src/components/ImagePreview/index.vue')['default']
ImagesUpload: typeof import('./src/components/ImagesUpload/index.vue')['default']
ImageUpload: typeof import('./src/components/ImageUpload/index.vue')['default']
LineageGraph: typeof import('./src/components/LineageGraph/index.vue')['default']
ListPanel: typeof import('./src/components/ListPanel/index.vue')['default']
LookBpmn: typeof import('./src/components/ApprovalProcess/src/components/LookBpmn.vue')['default']
Month: typeof import('./src/components/Schedule/component/month.vue')['default']
NotAllowed: typeof import('./src/components/NotAllowed/index.vue')['default']
PageHeader: typeof import('./src/components/PageHeader/index.vue')['default']
PageMain: typeof import('./src/components/PageMain/index.vue')['default']
PageNav: typeof import('./src/components/PageNav/index.vue')['default']
PcasCascader: typeof import('./src/components/PcasCascader/index.vue')['default']
Popover: typeof import('./src/components/Popover/index.vue')['default']
RelationNetwork: typeof import('./src/components/RelationNetwork/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Schedule: typeof import('./src/components/Schedule/index.vue')['default']
SearchBar: typeof import('./src/components/SearchBar/index.vue')['default']
SecondAndMinute: typeof import('./src/components/Schedule/component/secondAndMinute.vue')['default']
SplitPane: typeof import('./src/components/SplitPane/index.vue')['default']
StepBar: typeof import('./src/components/StepBar/index.vue')['default']
SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
SystemInfo: typeof import('./src/components/SystemInfo/index.vue')['default']
Table: typeof import('./src/components/Table/index.vue')['default']
Table_s2: typeof import('./src/components/Antv/table_s2.vue')['default']
Table_s2_vue: typeof import('./src/components/Antv/table_s2_vue.vue')['default']
Table_search: typeof import('./src/components/Tools/table_search.vue')['default']
Table_tools: typeof import('./src/components/Tools/table_tools.vue')['default']
Table_v2: typeof import('./src/components/Table/table_v2.vue')['default']
Tabs: typeof import('./src/components/Tabs/index.vue')['default']
Toolbar: typeof import('./src/components/LineageGraph/toolbar.vue')['default']
Topbar: typeof import('./src/components/LineageGraph/topbar.vue')['default']
Transfer: typeof import('./src/components/Transfer/index.vue')['default']
Tree: typeof import('./src/components/Tree/index.vue')['default']
Tree_v2: typeof import('./src/components/Tree/tree_v2.vue')['default']
TreeTransfer: typeof import('./src/components/TreeTransfer/index.vue')['default']
TreeTransferChecked: typeof import('./src/components/TreeTransferChecked/index.vue')['default']
Trend: typeof import('./src/components/Trend/index.vue')['default']
Upload: typeof import('./src/components/Upload/index.vue')['default']
UploadExcelFile: typeof import('./src/components/FileUpload/uploadExcelFile.vue')['default']
Week: typeof import('./src/components/Schedule/component/week.vue')['default']
Year: typeof import('./src/components/Schedule/component/year.vue')['default']
}
}