@@ -7,12 +7,13 @@ export {}
7
7
/* prettier-ignore */
8
8
declare module 'vue' {
9
9
export interface GlobalComponents {
10
+ Badge : typeof import ( './src/components/common/Badge.vue' ) [ 'default' ]
10
11
BasicSetting : typeof import ( './src/components/function/BasicSetting.vue' ) [ 'default' ]
11
12
CellEdit : typeof import ( './src/components/function/CellEdit.vue' ) [ 'default' ]
12
13
ColumnResize : typeof import ( './src/components/function/ColumnResize.vue' ) [ 'default' ]
13
14
ColumnShowSetting : typeof import ( './src/components/function/ColumnShowSetting.vue' ) [ 'default' ]
14
15
ContextMenu : typeof import ( './src/components/function/ContextMenu.vue' ) [ 'default' ]
15
- DictSelect : typeof import ( './src/components/function /DictSelect.vue' ) [ 'default' ]
16
+ DictSelect : typeof import ( './src/components/base /DictSelect.vue' ) [ 'default' ]
16
17
FilterSetting : typeof import ( './src/components/function/FilterSetting.vue' ) [ 'default' ]
17
18
Gantt : typeof import ( './src/components/layout/gantt/Gantt.vue' ) [ 'default' ]
18
19
GanttTimelineHeader : typeof import ( './src/components/layout/gantt/GanttTimelineHeader.vue' ) [ 'default' ]
@@ -28,7 +29,9 @@ declare module 'vue' {
28
29
ListRows : typeof import ( './src/components/layout/list/ListRows.vue' ) [ 'default' ]
29
30
ListRowSelect : typeof import ( './src/components/layout/list/ListRowSelect.vue' ) [ 'default' ]
30
31
Menu : typeof import ( './src/components/common/Menu.vue' ) [ 'default' ]
32
+ MenuSelect : typeof import ( './src/components/base/MenuSelect/index.vue' ) [ 'default' ]
31
33
MenuTree : typeof import ( './src/components/base/MenuTree/index.vue' ) [ 'default' ]
34
+ MInput : typeof import ( './src/components/base/MInput/index.vue' ) [ 'default' ]
32
35
Pagination : typeof import ( './src/components/function/Pagination.vue' ) [ 'default' ]
33
36
QuickSearch : typeof import ( './src/components/function/QuickSearch.vue' ) [ 'default' ]
34
37
RowSortSetting : typeof import ( './src/components/function/RowSortSetting.vue' ) [ 'default' ]
@@ -42,5 +45,6 @@ declare module 'vue' {
42
45
TableSetCommon : typeof import ( './src/components/common/TableSetCommon.vue' ) [ 'default' ]
43
46
TableSetting : typeof import ( './src/components/function/TableSetting.vue' ) [ 'default' ]
44
47
TableThemeSetting : typeof import ( './src/components/function/TableThemeSetting.vue' ) [ 'default' ]
48
+ TreeSelect : typeof import ( './src/components/base/TreeSelect.vue' ) [ 'default' ]
45
49
}
46
50
}
0 commit comments