@@ -44,26 +44,33 @@ declare module 'vue' {
44
44
MessageItem : typeof import ( './components/Apps/Chat/MessageItem.vue' ) [ 'default' ]
45
45
MicrosoftIcon : typeof import ( './components/CustomIcons/MicrosoftIcon.vue' ) [ 'default' ]
46
46
NAutoComplete : typeof import ( 'naive-ui' ) [ 'NAutoComplete' ]
47
+ NAvatar : typeof import ( 'naive-ui' ) [ 'NAvatar' ]
47
48
Navbar : typeof import ( './components/Navbar/Navbar.vue' ) [ 'default' ]
48
49
NBadge : typeof import ( 'naive-ui' ) [ 'NBadge' ]
49
50
NBreadcrumb : typeof import ( 'naive-ui' ) [ 'NBreadcrumb' ]
50
51
NBreadcrumbItem : typeof import ( 'naive-ui' ) [ 'NBreadcrumbItem' ]
51
52
NButton : typeof import ( 'naive-ui' ) [ 'NButton' ]
53
+ NCollapse : typeof import ( 'naive-ui' ) [ 'NCollapse' ]
54
+ NCollapseItem : typeof import ( 'naive-ui' ) [ 'NCollapseItem' ]
52
55
NConfigProvider : typeof import ( 'naive-ui' ) [ 'NConfigProvider' ]
53
56
NDataTable : typeof import ( 'naive-ui' ) [ 'NDataTable' ]
54
57
NDialogProvider : typeof import ( 'naive-ui' ) [ 'NDialogProvider' ]
58
+ NDrawer : typeof import ( 'naive-ui' ) [ 'NDrawer' ]
59
+ NDrawerContent : typeof import ( 'naive-ui' ) [ 'NDrawerContent' ]
55
60
NDropdown : typeof import ( 'naive-ui' ) [ 'NDropdown' ]
56
61
NEmpty : typeof import ( 'naive-ui' ) [ 'NEmpty' ]
57
62
NForm : typeof import ( 'naive-ui' ) [ 'NForm' ]
58
63
NFormItem : typeof import ( 'naive-ui' ) [ 'NFormItem' ]
59
64
NIcon : typeof import ( 'naive-ui' ) [ 'NIcon' ]
60
65
NInput : typeof import ( 'naive-ui' ) [ 'NInput' ]
61
66
NLayout : typeof import ( 'naive-ui' ) [ 'NLayout' ]
67
+ NLayoutContent : typeof import ( 'naive-ui' ) [ 'NLayoutContent' ]
62
68
NLayoutSider : typeof import ( 'naive-ui' ) [ 'NLayoutSider' ]
63
69
NList : typeof import ( 'naive-ui' ) [ 'NList' ]
64
70
NListItem : typeof import ( 'naive-ui' ) [ 'NListItem' ]
65
71
NMenu : typeof import ( 'naive-ui' ) [ 'NMenu' ]
66
72
NMessageProvider : typeof import ( 'naive-ui' ) [ 'NMessageProvider' ]
73
+ NModal : typeof import ( 'naive-ui' ) [ 'NModal' ]
67
74
NNotificationProvider : typeof import ( 'naive-ui' ) [ 'NNotificationProvider' ]
68
75
Notifications : typeof import ( './components/Navbar/Notifications.vue' ) [ 'default' ]
69
76
NPageHeader : typeof import ( 'naive-ui' ) [ 'NPageHeader' ]
@@ -78,6 +85,7 @@ declare module 'vue' {
78
85
NText : typeof import ( 'naive-ui' ) [ 'NText' ]
79
86
NThing : typeof import ( 'naive-ui' ) [ 'NThing' ]
80
87
NTooltip : typeof import ( 'naive-ui' ) [ 'NTooltip' ]
88
+ NTreeSelect : typeof import ( 'naive-ui' ) [ 'NTreeSelect' ]
81
89
OrderManagement : typeof import ( './components/Orders/OrderManagement.vue' ) [ 'default' ]
82
90
PersianIcon : typeof import ( './components/CustomIcons/PersianIcon.vue' ) [ 'default' ]
83
91
ProductsManagement : typeof import ( './components/Products/ProductsManagement.vue' ) [ 'default' ]
0 commit comments