@@ -10,7 +10,6 @@ declare global {
10
10
const AuthUtils : typeof import ( '@dolphin-admin/utils' ) [ 'AuthUtils' ]
11
11
const BasePageModel : typeof import ( '@/constants' ) [ 'BasePageModel' ]
12
12
const BrowserUtils : typeof import ( '@dolphin-admin/utils' ) [ 'BrowserUtils' ]
13
- const DictionaryAPI : typeof import ( '../src/api/dictionaries' ) [ 'DictionaryAPI' ]
14
13
const EffectScope : typeof import ( 'vue' ) [ 'EffectScope' ]
15
14
const ExcelUtils : typeof import ( '../src/utils/excel' ) [ 'ExcelUtils' ]
16
15
const GitHubAuthUtils : typeof import ( '../src/utils/github' ) [ 'GitHubAuthUtils' ]
@@ -26,8 +25,6 @@ declare global {
26
25
const NPopconfirm : typeof import ( 'naive-ui' ) [ 'NPopconfirm' ]
27
26
const NTag : typeof import ( 'naive-ui' ) [ 'NTag' ]
28
27
const NaiveUtils : typeof import ( '../src/utils/naive' ) [ 'NaiveUtils' ]
29
- const NavigationUtils : typeof import ( '../src/utils/navigation' ) [ 'NavigationUtils' ]
30
- const PermissionUtils : typeof import ( '../src/utils/permission' ) [ 'PermissionUtils' ]
31
28
const QRCodeUtils : typeof import ( '../src/utils/qrcode' ) [ 'QRCodeUtils' ]
32
29
const RenderUtils : typeof import ( '../src/utils/render' ) [ 'RenderUtils' ]
33
30
const RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
@@ -36,8 +33,8 @@ declare global {
36
33
const ThemeUtils : typeof import ( '@dolphin-admin/utils' ) [ 'ThemeUtils' ]
37
34
const TimeUtils : typeof import ( '@dolphin-admin/utils' ) [ 'TimeUtils' ]
38
35
const UploadAPI : typeof import ( '../src/api/upload' ) [ 'UploadAPI' ]
39
- const UserAPI : typeof import ( '../src/api/users ' ) [ 'UserAPI' ]
40
- const UserTrafficAPI : typeof import ( '../src/api/user-traffics ' ) [ 'UserTrafficAPI' ]
36
+ const UserAPI : typeof import ( '../src/api/user ' ) [ 'UserAPI' ]
37
+ const UserTrafficAPI : typeof import ( '../src/api/user-traffic ' ) [ 'UserTrafficAPI' ]
41
38
const UserTrafficUtils : typeof import ( '../src/utils/user-traffic' ) [ 'UserTrafficUtils' ]
42
39
const acceptHMRUpdate : typeof import ( 'pinia' ) [ 'acceptHMRUpdate' ]
43
40
const computed : typeof import ( 'vue' ) [ 'computed' ]
@@ -150,7 +147,6 @@ declare module 'vue' {
150
147
readonly AuthUtils : UnwrapRef < typeof import ( '@dolphin-admin/utils' ) [ 'AuthUtils' ] >
151
148
readonly BasePageModel : UnwrapRef < typeof import ( '@/constants' ) [ 'BasePageModel' ] >
152
149
readonly BrowserUtils : UnwrapRef < typeof import ( '@dolphin-admin/utils' ) [ 'BrowserUtils' ] >
153
- readonly DictionaryAPI : UnwrapRef < typeof import ( '../src/api/dictionaries' ) [ 'DictionaryAPI' ] >
154
150
readonly EffectScope : UnwrapRef < typeof import ( 'vue' ) [ 'EffectScope' ] >
155
151
readonly ExcelUtils : UnwrapRef < typeof import ( '../src/utils/excel' ) [ 'ExcelUtils' ] >
156
152
readonly GitHubAuthUtils : UnwrapRef < typeof import ( '../src/utils/github' ) [ 'GitHubAuthUtils' ] >
@@ -166,8 +162,6 @@ declare module 'vue' {
166
162
readonly NPopconfirm : UnwrapRef < typeof import ( 'naive-ui' ) [ 'NPopconfirm' ] >
167
163
readonly NTag : UnwrapRef < typeof import ( 'naive-ui' ) [ 'NTag' ] >
168
164
readonly NaiveUtils : UnwrapRef < typeof import ( '../src/utils/naive' ) [ 'NaiveUtils' ] >
169
- readonly NavigationUtils : UnwrapRef < typeof import ( '../src/utils/navigation' ) [ 'NavigationUtils' ] >
170
- readonly PermissionUtils : UnwrapRef < typeof import ( '../src/utils/permission' ) [ 'PermissionUtils' ] >
171
165
readonly QRCodeUtils : UnwrapRef < typeof import ( '../src/utils/qrcode' ) [ 'QRCodeUtils' ] >
172
166
readonly RenderUtils : UnwrapRef < typeof import ( '../src/utils/render' ) [ 'RenderUtils' ] >
173
167
readonly RouterLink : UnwrapRef < typeof import ( 'vue-router' ) [ 'RouterLink' ] >
@@ -176,8 +170,8 @@ declare module 'vue' {
176
170
readonly ThemeUtils : UnwrapRef < typeof import ( '@dolphin-admin/utils' ) [ 'ThemeUtils' ] >
177
171
readonly TimeUtils : UnwrapRef < typeof import ( '@dolphin-admin/utils' ) [ 'TimeUtils' ] >
178
172
readonly UploadAPI : UnwrapRef < typeof import ( '../src/api/upload' ) [ 'UploadAPI' ] >
179
- readonly UserAPI : UnwrapRef < typeof import ( '../src/api/users ' ) [ 'UserAPI' ] >
180
- readonly UserTrafficAPI : UnwrapRef < typeof import ( '../src/api/user-traffics ' ) [ 'UserTrafficAPI' ] >
173
+ readonly UserAPI : UnwrapRef < typeof import ( '../src/api/user ' ) [ 'UserAPI' ] >
174
+ readonly UserTrafficAPI : UnwrapRef < typeof import ( '../src/api/user-traffic ' ) [ 'UserTrafficAPI' ] >
181
175
readonly UserTrafficUtils : UnwrapRef < typeof import ( '../src/utils/user-traffic' ) [ 'UserTrafficUtils' ] >
182
176
readonly acceptHMRUpdate : UnwrapRef < typeof import ( 'pinia' ) [ 'acceptHMRUpdate' ] >
183
177
readonly computed : UnwrapRef < typeof import ( 'vue' ) [ 'computed' ] >
@@ -282,7 +276,6 @@ declare module '@vue/runtime-core' {
282
276
readonly AuthUtils : UnwrapRef < typeof import ( '@dolphin-admin/utils' ) [ 'AuthUtils' ] >
283
277
readonly BasePageModel : UnwrapRef < typeof import ( '@/constants' ) [ 'BasePageModel' ] >
284
278
readonly BrowserUtils : UnwrapRef < typeof import ( '@dolphin-admin/utils' ) [ 'BrowserUtils' ] >
285
- readonly DictionaryAPI : UnwrapRef < typeof import ( '../src/api/dictionaries' ) [ 'DictionaryAPI' ] >
286
279
readonly EffectScope : UnwrapRef < typeof import ( 'vue' ) [ 'EffectScope' ] >
287
280
readonly ExcelUtils : UnwrapRef < typeof import ( '../src/utils/excel' ) [ 'ExcelUtils' ] >
288
281
readonly GitHubAuthUtils : UnwrapRef < typeof import ( '../src/utils/github' ) [ 'GitHubAuthUtils' ] >
@@ -298,8 +291,6 @@ declare module '@vue/runtime-core' {
298
291
readonly NPopconfirm : UnwrapRef < typeof import ( 'naive-ui' ) [ 'NPopconfirm' ] >
299
292
readonly NTag : UnwrapRef < typeof import ( 'naive-ui' ) [ 'NTag' ] >
300
293
readonly NaiveUtils : UnwrapRef < typeof import ( '../src/utils/naive' ) [ 'NaiveUtils' ] >
301
- readonly NavigationUtils : UnwrapRef < typeof import ( '../src/utils/navigation' ) [ 'NavigationUtils' ] >
302
- readonly PermissionUtils : UnwrapRef < typeof import ( '../src/utils/permission' ) [ 'PermissionUtils' ] >
303
294
readonly QRCodeUtils : UnwrapRef < typeof import ( '../src/utils/qrcode' ) [ 'QRCodeUtils' ] >
304
295
readonly RenderUtils : UnwrapRef < typeof import ( '../src/utils/render' ) [ 'RenderUtils' ] >
305
296
readonly RouterLink : UnwrapRef < typeof import ( 'vue-router' ) [ 'RouterLink' ] >
@@ -308,8 +299,8 @@ declare module '@vue/runtime-core' {
308
299
readonly ThemeUtils : UnwrapRef < typeof import ( '@dolphin-admin/utils' ) [ 'ThemeUtils' ] >
309
300
readonly TimeUtils : UnwrapRef < typeof import ( '@dolphin-admin/utils' ) [ 'TimeUtils' ] >
310
301
readonly UploadAPI : UnwrapRef < typeof import ( '../src/api/upload' ) [ 'UploadAPI' ] >
311
- readonly UserAPI : UnwrapRef < typeof import ( '../src/api/users ' ) [ 'UserAPI' ] >
312
- readonly UserTrafficAPI : UnwrapRef < typeof import ( '../src/api/user-traffics ' ) [ 'UserTrafficAPI' ] >
302
+ readonly UserAPI : UnwrapRef < typeof import ( '../src/api/user ' ) [ 'UserAPI' ] >
303
+ readonly UserTrafficAPI : UnwrapRef < typeof import ( '../src/api/user-traffic ' ) [ 'UserTrafficAPI' ] >
313
304
readonly UserTrafficUtils : UnwrapRef < typeof import ( '../src/utils/user-traffic' ) [ 'UserTrafficUtils' ] >
314
305
readonly acceptHMRUpdate : UnwrapRef < typeof import ( 'pinia' ) [ 'acceptHMRUpdate' ] >
315
306
readonly computed : UnwrapRef < typeof import ( 'vue' ) [ 'computed' ] >
0 commit comments