vona-module-test-vona 5.0.20 → 5.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,108 +1,10 @@
1
- import type { BeanScopeUtil, TypeLocaleBase, TypeModuleConfig, TypeModuleLocales } from 'vona';
2
- import type { IDecoratorAopOptions } from 'vona-module-a-aspect';
3
- import type { IDecoratorBroadcastOptions } from 'vona-module-a-broadcast';
4
- import type { IDecoratorCacheMemOptions } from 'vona-module-a-cache';
5
- import type { IDecoratorCacheRedisOptions } from 'vona-module-a-cache';
6
1
  import type { TypeMetaEntity } from 'vona-module-a-database';
7
- import type { IDecoratorModelOptions } from 'vona-module-a-database';
8
- import type { EventOn } from 'vona-module-a-event';
9
- import type { IDecoratorEventListenerOptions } from 'vona-module-a-event';
10
2
  import type { TypeControllerOptionsActions } from 'vona-module-a-openapi';
11
3
  import type { TypeEntityOptionsFields } from 'vona-module-a-openapi';
12
- import type { IDecoratorQueueOptions } from 'vona-module-a-queue';
13
- import type { IDecoratorScheduleOptions } from 'vona-module-a-schedule';
14
- import type { IDecoratorSummerCacheOptions } from 'vona-module-a-summer';
15
- import type { IAopMethodOptionsTest } from '../bean/aopMethod.test.ts';
16
- /** bean: end */
17
- /** bean: begin */
18
- import type { BeanTestCtx } from '../bean/bean.testCtx.ts';
19
- /** broadcast: end */
20
- /** broadcast: begin */
21
- import type { BroadcastTest } from '../bean/broadcast.test.ts';
22
- /** cacheMem: end */
23
- /** cacheMem: begin */
24
- import type { CacheMemTest } from '../bean/cacheMem.test.ts';
25
- /** cacheRedis: end */
26
- /** cacheRedis: begin */
27
- import type { CacheRedisTest } from '../bean/cacheRedis.test.ts';
28
- /** event: end */
29
- /** event: begin */
30
- import type { EventHelloEcho } from '../bean/event.helloEcho.ts';
31
- /** event: end */
32
- /** event: begin */
33
- import type { TypeEventHelloEchoData, TypeEventHelloEchoResult } from '../bean/event.helloEcho.ts';
34
- /** queue: end */
35
- /** queue: begin */
36
- import type { QueueTest } from '../bean/queue.test.ts';
37
- /** summerCache: end */
38
- /** summerCache: begin */
39
- import type { SummerCacheTest } from '../bean/summerCache.test.ts';
40
- import type { config } from '../config/config.ts';
41
- import type { IControllerOptionsBean } from '../controller/bean.ts';
42
- /** controller: end */
43
- /** controller: begin */
44
- import '../controller/bean.ts';
45
- import type { IControllerOptionsCacheMem } from '../controller/cacheMem.ts';
46
- import '../controller/cacheMem.ts';
47
- import type { IControllerOptionsCacheRedis } from '../controller/cacheRedis.ts';
48
- import '../controller/cacheRedis.ts';
49
- import type { IControllerOptionsGuardPassport } from '../controller/guardPassport.ts';
50
- import '../controller/guardPassport.ts';
51
- import type { IControllerOptionsOnion } from '../controller/onion.ts';
52
- import '../controller/onion.ts';
53
- import type { IControllerOptionsPassport } from '../controller/passport.ts';
54
- import '../controller/passport.ts';
55
- import type { IControllerOptionsPerformAction } from '../controller/performAction.ts';
56
- import '../controller/performAction.ts';
57
- import type { IControllerOptionsQueue } from '../controller/queue.ts';
58
- import '../controller/queue.ts';
59
- import type { IControllerOptionsSummer } from '../controller/summer.ts';
60
- import '../controller/summer.ts';
61
- /** service: end */
62
- /** service: begin */
63
- import type { IControllerOptionsTail } from '../controller/tail.ts';
64
- import '../controller/tail.ts';
65
- import type { IControllerOptionsTransaction } from '../controller/transaction.ts';
66
- import '../controller/transaction.ts';
67
- import type { IControllerOptionsUpload } from '../controller/upload.ts';
68
- import '../controller/upload.ts';
69
- import type { IDtoOptionsProfile } from '../dto/profile.ts';
70
- /** dto: end */
71
- /** dto: begin */
72
- import type { DtoProfile } from '../dto/profile.ts';
73
- import type { IDtoOptionsUser } from '../dto/user.ts';
74
- import type { DtoUser } from '../dto/user.ts';
75
- import type { IEntityOptionsTest } from '../entity/test.ts';
76
- /** entity: end */
77
- /** entity: begin */
78
- import type { EntityTest } from '../entity/test.ts';
79
- /** model: end */
80
- /** model: begin */
81
- import type { ModelTest } from '../model/test.ts';
82
- /** service: end */
83
- /** service: begin */
84
- import type { ServiceAopMethod } from '../service/aopMethod.ts';
85
- import type { ServiceTest } from '../service/test.ts';
86
- import type { ServiceTestApp } from '../service/testApp.ts';
87
- import type { ServiceTestClass } from '../service/testClass.ts';
88
- import type { ServiceTransaction } from '../service/transaction.ts';
89
- /** locale: end */
90
- /** scope: begin */
91
- import { BeanScopeBase } from 'vona';
92
- import 'vona';
93
- import 'vona';
94
- import 'vona';
95
- import 'vona';
96
- import 'vona';
97
- import 'vona';
98
- import 'vona';
99
- import 'vona';
100
- import 'vona';
101
- import 'vona';
102
- import 'vona';
103
4
  /** aop: begin */
104
5
  export * from '../bean/aop.regExp.ts';
105
6
  export * from '../bean/aop.simple.ts';
7
+ import { type IDecoratorAopOptions } from 'vona-module-a-aspect';
106
8
  declare module 'vona-module-a-aspect' {
107
9
  interface IAopRecord {
108
10
  'test-vona:regExp': IDecoratorAopOptions;
@@ -118,6 +20,8 @@ declare module 'vona-module-test-vona' {
118
20
  /** aop: end */
119
21
  /** aopMethod: begin */
120
22
  export * from '../bean/aopMethod.test.ts';
23
+ import type { IAopMethodOptionsTest } from '../bean/aopMethod.test.ts';
24
+ import 'vona';
121
25
  declare module 'vona-module-a-aspect' {
122
26
  interface IAopMethodRecord {
123
27
  'test-vona:test': IAopMethodOptionsTest;
@@ -127,9 +31,11 @@ declare module 'vona-module-test-vona' {
127
31
  interface AopMethodTest {
128
32
  }
129
33
  }
130
- /** model: end */
131
- /** bean: begin */
132
- export * from '../bean/bean.testCtx.ts';
34
+ /** aopMethod: end */
35
+ /** entity: begin */
36
+ export * from '../entity/test.ts';
37
+ import type { IEntityOptionsTest } from '../entity/test.ts';
38
+ import 'vona';
133
39
  declare module 'vona-module-a-database' {
134
40
  interface IEntityRecord {
135
41
  'test-vona:test': Omit<IEntityOptionsTest, '_fieldsMore_'>;
@@ -137,8 +43,11 @@ declare module 'vona-module-a-database' {
137
43
  }
138
44
  declare module 'vona-module-test-vona' {
139
45
  }
46
+ /** entity: end */
47
+ /** entity: begin */
48
+ import type { EntityTest } from '../entity/test.ts';
140
49
  export interface IModuleEntity {
141
- test: TypeMetaEntity<EntityTest, EntityTestTableName>;
50
+ 'test': TypeMetaEntity<EntityTest, EntityTestTableName>;
142
51
  }
143
52
  /** entity: end */
144
53
  /** entity: begin */
@@ -148,9 +57,10 @@ declare module 'vona-module-test-vona' {
148
57
  fields?: TypeEntityOptionsFields<EntityTest, IEntityOptionsTest['_fieldsMore_']>;
149
58
  }
150
59
  }
151
- /** bean: end */
152
- /** broadcast: begin */
153
- export * from '../bean/broadcast.test.ts';
60
+ /** entity: end */
61
+ /** model: begin */
62
+ export * from '../model/test.ts';
63
+ import { type IDecoratorModelOptions } from 'vona-module-a-database';
154
64
  declare module 'vona-module-a-database' {
155
65
  interface IModelRecord {
156
66
  'test-vona:test': IDecoratorModelOptions;
@@ -160,26 +70,35 @@ declare module 'vona-module-test-vona' {
160
70
  interface ModelTest {
161
71
  }
162
72
  }
73
+ /** model: end */
74
+ /** model: begin */
75
+ import type { ModelTest } from '../model/test.ts';
163
76
  export interface IModuleModel {
164
- test: ModelTest;
77
+ 'test': ModelTest;
165
78
  }
166
- /** broadcast: end */
167
- /** cacheMem: begin */
168
- export * from '../bean/cacheMem.test.ts';
79
+ /** model: end */
80
+ /** bean: begin */
81
+ export * from '../bean/bean.testCtx.ts';
82
+ import 'vona';
169
83
  declare module 'vona' {
170
84
  }
171
85
  declare module 'vona-module-test-vona' {
172
86
  interface BeanTestCtx {
173
87
  }
174
88
  }
89
+ /** bean: end */
90
+ /** bean: begin */
91
+ import type { BeanTestCtx } from '../bean/bean.testCtx.ts';
92
+ import 'vona';
175
93
  declare module 'vona' {
176
94
  interface IBeanRecordGlobal {
177
- testCtx: BeanTestCtx;
95
+ 'testCtx': BeanTestCtx;
178
96
  }
179
97
  }
180
- /** cacheMem: end */
181
- /** cacheRedis: begin */
182
- export * from '../bean/cacheRedis.test.ts';
98
+ /** bean: end */
99
+ /** broadcast: begin */
100
+ export * from '../bean/broadcast.test.ts';
101
+ import { type IDecoratorBroadcastOptions } from 'vona-module-a-broadcast';
183
102
  declare module 'vona-module-a-broadcast' {
184
103
  interface IBroadcastRecord {
185
104
  'test-vona:test': IDecoratorBroadcastOptions;
@@ -189,12 +108,16 @@ declare module 'vona-module-test-vona' {
189
108
  interface BroadcastTest {
190
109
  }
191
110
  }
111
+ /** broadcast: end */
112
+ /** broadcast: begin */
113
+ import type { BroadcastTest } from '../bean/broadcast.test.ts';
192
114
  export interface IModuleBroadcast {
193
- test: BroadcastTest;
115
+ 'test': BroadcastTest;
194
116
  }
195
- /** cacheRedis: end */
196
- /** event: begin */
197
- export * from '../bean/event.helloEcho.ts';
117
+ /** broadcast: end */
118
+ /** cacheMem: begin */
119
+ export * from '../bean/cacheMem.test.ts';
120
+ import { type IDecoratorCacheMemOptions } from 'vona-module-a-cache';
198
121
  declare module 'vona-module-a-cache' {
199
122
  interface ICacheMemRecord {
200
123
  'test-vona:test': IDecoratorCacheMemOptions;
@@ -204,12 +127,16 @@ declare module 'vona-module-test-vona' {
204
127
  interface CacheMemTest {
205
128
  }
206
129
  }
130
+ /** cacheMem: end */
131
+ /** cacheMem: begin */
132
+ import type { CacheMemTest } from '../bean/cacheMem.test.ts';
207
133
  export interface IModuleCacheMem {
208
- test: CacheMemTest;
134
+ 'test': CacheMemTest;
209
135
  }
210
- /** event: end */
211
- /** eventListener: begin */
212
- export * from '../bean/eventListener.helloEcho.ts';
136
+ /** cacheMem: end */
137
+ /** cacheRedis: begin */
138
+ export * from '../bean/cacheRedis.test.ts';
139
+ import { type IDecoratorCacheRedisOptions } from 'vona-module-a-cache';
213
140
  declare module 'vona-module-a-cache' {
214
141
  interface ICacheRedisRecord {
215
142
  'test-vona:test': IDecoratorCacheRedisOptions;
@@ -219,29 +146,41 @@ declare module 'vona-module-test-vona' {
219
146
  interface CacheRedisTest {
220
147
  }
221
148
  }
149
+ /** cacheRedis: end */
150
+ /** cacheRedis: begin */
151
+ import type { CacheRedisTest } from '../bean/cacheRedis.test.ts';
222
152
  export interface IModuleCacheRedis {
223
- test: CacheRedisTest;
153
+ 'test': CacheRedisTest;
224
154
  }
225
- /** eventListener: end */
226
- /** meta: begin */
227
- export * from '../bean/meta.version.ts';
155
+ /** cacheRedis: end */
156
+ /** event: begin */
157
+ export * from '../bean/event.helloEcho.ts';
158
+ import 'vona';
228
159
  declare module 'vona' {
229
160
  }
230
161
  declare module 'vona-module-test-vona' {
231
162
  interface EventHelloEcho {
232
163
  }
233
164
  }
165
+ /** event: end */
166
+ /** event: begin */
167
+ import type { EventHelloEcho } from '../bean/event.helloEcho.ts';
234
168
  export interface IModuleEvent {
235
- helloEcho: EventHelloEcho;
169
+ 'helloEcho': EventHelloEcho;
236
170
  }
171
+ /** event: end */
172
+ /** event: begin */
173
+ import type { TypeEventHelloEchoData, TypeEventHelloEchoResult } from '../bean/event.helloEcho.ts';
174
+ import type { EventOn } from 'vona-module-a-event';
237
175
  declare module 'vona-module-a-event' {
238
176
  interface IEventRecord {
239
177
  'test-vona:helloEcho': EventOn<TypeEventHelloEchoData, TypeEventHelloEchoResult>;
240
178
  }
241
179
  }
242
- /** meta: end */
243
- /** queue: begin */
244
- export * from '../bean/queue.test.ts';
180
+ /** event: end */
181
+ /** eventListener: begin */
182
+ export * from '../bean/eventListener.helloEcho.ts';
183
+ import { type IDecoratorEventListenerOptions } from 'vona-module-a-event';
245
184
  declare module 'vona-module-a-event' {
246
185
  interface IEventListenerRecord {
247
186
  'test-vona:helloEcho': IDecoratorEventListenerOptions;
@@ -251,7 +190,10 @@ declare module 'vona-module-test-vona' {
251
190
  interface EventListenerHelloEcho {
252
191
  }
253
192
  }
254
- export * from '../bean/schedule.test3.ts';
193
+ /** eventListener: end */
194
+ /** meta: begin */
195
+ export * from '../bean/meta.version.ts';
196
+ import 'vona';
255
197
  declare module 'vona' {
256
198
  interface IMetaRecord {
257
199
  'test-vona:version': never;
@@ -261,9 +203,10 @@ declare module 'vona-module-test-vona' {
261
203
  interface MetaVersion {
262
204
  }
263
205
  }
264
- /** queue: end */
265
- /** schedule: begin */
266
- export * from '../bean/schedule.test.ts';
206
+ /** meta: end */
207
+ /** queue: begin */
208
+ export * from '../bean/queue.test.ts';
209
+ import { type IDecoratorQueueOptions } from 'vona-module-a-queue';
267
210
  declare module 'vona-module-a-queue' {
268
211
  interface IQueueRecord {
269
212
  'test-vona:test': IDecoratorQueueOptions;
@@ -273,15 +216,17 @@ declare module 'vona-module-test-vona' {
273
216
  interface QueueTest {
274
217
  }
275
218
  }
219
+ /** queue: end */
220
+ /** queue: begin */
221
+ import type { QueueTest } from '../bean/queue.test.ts';
276
222
  export interface IModuleQueue {
277
- test: QueueTest;
223
+ 'test': QueueTest;
278
224
  }
279
- /** schedule: end */
280
- /** summerCache: begin */
281
- export * from '../bean/summerCache.test.ts';
282
- /** controller: end */
283
- /** config: begin */
284
- export * from '../config/config.ts';
225
+ /** queue: end */
226
+ /** schedule: begin */
227
+ export * from '../bean/schedule.test.ts';
228
+ export * from '../bean/schedule.test3.ts';
229
+ import { type IDecoratorScheduleOptions } from 'vona-module-a-schedule';
285
230
  declare module 'vona-module-a-schedule' {
286
231
  interface IScheduleRecord {
287
232
  'test-vona:test': IDecoratorScheduleOptions;
@@ -294,9 +239,10 @@ declare module 'vona-module-test-vona' {
294
239
  interface ScheduleTest3 {
295
240
  }
296
241
  }
297
- /** service: end */
298
- /** controller: begin */
299
- export * from '../controller/bean.ts';
242
+ /** schedule: end */
243
+ /** summerCache: begin */
244
+ export * from '../bean/summerCache.test.ts';
245
+ import { type IDecoratorSummerCacheOptions } from 'vona-module-a-summer';
300
246
  declare module 'vona-module-a-summer' {
301
247
  interface ISummerCacheRecord {
302
248
  'test-vona:test': IDecoratorSummerCacheOptions;
@@ -306,11 +252,19 @@ declare module 'vona-module-test-vona' {
306
252
  interface SummerCacheTest {
307
253
  }
308
254
  }
255
+ /** summerCache: end */
256
+ /** summerCache: begin */
257
+ import type { SummerCacheTest } from '../bean/summerCache.test.ts';
309
258
  export interface IModuleSummerCache {
310
- test: SummerCacheTest;
259
+ 'test': SummerCacheTest;
311
260
  }
312
- export * from '../controller/cacheMem.ts';
313
- export * from '../controller/cacheRedis.ts';
261
+ /** summerCache: end */
262
+ /** dto: begin */
263
+ export * from '../dto/profile.ts';
264
+ export * from '../dto/user.ts';
265
+ import type { IDtoOptionsProfile } from '../dto/profile.ts';
266
+ import type { IDtoOptionsUser } from '../dto/user.ts';
267
+ import 'vona';
314
268
  declare module 'vona-module-a-web' {
315
269
  interface IDtoRecord {
316
270
  'test-vona:profile': Omit<IDtoOptionsProfile, '_fieldsMore_'>;
@@ -319,6 +273,10 @@ declare module 'vona-module-a-web' {
319
273
  }
320
274
  declare module 'vona-module-test-vona' {
321
275
  }
276
+ /** dto: end */
277
+ /** dto: begin */
278
+ import type { DtoProfile } from '../dto/profile.ts';
279
+ import type { DtoUser } from '../dto/user.ts';
322
280
  declare module 'vona-module-test-vona' {
323
281
  interface IDtoOptionsProfile {
324
282
  fields?: TypeEntityOptionsFields<DtoProfile, IDtoOptionsProfile['_fieldsMore_']>;
@@ -327,11 +285,14 @@ declare module 'vona-module-test-vona' {
327
285
  fields?: TypeEntityOptionsFields<DtoUser, IDtoOptionsUser['_fieldsMore_']>;
328
286
  }
329
287
  }
330
- export * from '../controller/guardPassport.ts';
331
- export * from '../controller/onion.ts';
332
- export * from '../controller/passport.ts';
333
- export * from '../controller/performAction.ts';
334
- export * from '../controller/queue.ts';
288
+ /** dto: end */
289
+ /** service: begin */
290
+ export * from '../service/aopMethod.ts';
291
+ export * from '../service/test.ts';
292
+ export * from '../service/testApp.ts';
293
+ export * from '../service/testClass.ts';
294
+ export * from '../service/transaction.ts';
295
+ import 'vona';
335
296
  declare module 'vona-module-a-web' {
336
297
  interface IServiceRecord {
337
298
  'test-vona:aopMethod': never;
@@ -353,13 +314,23 @@ declare module 'vona-module-test-vona' {
353
314
  interface ServiceTransaction {
354
315
  }
355
316
  }
317
+ /** service: end */
318
+ /** service: begin */
319
+ import type { ServiceAopMethod } from '../service/aopMethod.ts';
320
+ import type { ServiceTest } from '../service/test.ts';
321
+ import type { ServiceTestApp } from '../service/testApp.ts';
322
+ import type { ServiceTestClass } from '../service/testClass.ts';
323
+ import type { ServiceTransaction } from '../service/transaction.ts';
356
324
  export interface IModuleService {
357
- aopMethod: ServiceAopMethod;
358
- test: ServiceTest;
359
- testApp: ServiceTestApp;
360
- testClass: ServiceTestClass;
361
- transaction: ServiceTransaction;
325
+ 'aopMethod': ServiceAopMethod;
326
+ 'test': ServiceTest;
327
+ 'testApp': ServiceTestApp;
328
+ 'testClass': ServiceTestClass;
329
+ 'transaction': ServiceTransaction;
362
330
  }
331
+ /** service: end */
332
+ /** service: begin */
333
+ import 'vona';
363
334
  declare module 'vona' {
364
335
  interface IBeanRecordGeneral {
365
336
  'test-vona.service.aopMethod': ServiceAopMethod;
@@ -369,26 +340,33 @@ declare module 'vona' {
369
340
  'test-vona.service.transaction': ServiceTransaction;
370
341
  }
371
342
  }
343
+ /** service: end */
344
+ /** controller: begin */
345
+ export * from '../controller/bean.ts';
346
+ export * from '../controller/cacheMem.ts';
347
+ export * from '../controller/cacheRedis.ts';
348
+ export * from '../controller/guardPassport.ts';
349
+ export * from '../controller/onion.ts';
350
+ export * from '../controller/passport.ts';
351
+ export * from '../controller/performAction.ts';
352
+ export * from '../controller/queue.ts';
372
353
  export * from '../controller/summer.ts';
373
354
  export * from '../controller/tail.ts';
374
355
  export * from '../controller/transaction.ts';
375
356
  export * from '../controller/upload.ts';
376
- /** summerCache: end */
377
- /** dto: begin */
378
- export * from '../dto/profile.ts';
379
- export * from '../dto/user.ts';
380
- /** aopMethod: end */
381
- /** entity: begin */
382
- export * from '../entity/test.ts';
383
- /** entity: end */
384
- /** model: begin */
385
- export * from '../model/test.ts';
386
- /** dto: end */
387
- /** service: begin */
388
- export * from '../service/aopMethod.ts';
389
- export * from '../service/test.ts';
390
- export * from '../service/testApp.ts';
391
- export * from '../service/testClass.ts';
357
+ import type { IControllerOptionsBean } from '../controller/bean.ts';
358
+ import type { IControllerOptionsCacheMem } from '../controller/cacheMem.ts';
359
+ import type { IControllerOptionsCacheRedis } from '../controller/cacheRedis.ts';
360
+ import type { IControllerOptionsGuardPassport } from '../controller/guardPassport.ts';
361
+ import type { IControllerOptionsOnion } from '../controller/onion.ts';
362
+ import type { IControllerOptionsPassport } from '../controller/passport.ts';
363
+ import type { IControllerOptionsPerformAction } from '../controller/performAction.ts';
364
+ import type { IControllerOptionsQueue } from '../controller/queue.ts';
365
+ import type { IControllerOptionsSummer } from '../controller/summer.ts';
366
+ import type { IControllerOptionsTail } from '../controller/tail.ts';
367
+ import type { IControllerOptionsTransaction } from '../controller/transaction.ts';
368
+ import type { IControllerOptionsUpload } from '../controller/upload.ts';
369
+ import 'vona';
392
370
  declare module 'vona-module-a-web' {
393
371
  interface IControllerRecord {
394
372
  'test-vona:bean': IControllerOptionsBean;
@@ -431,6 +409,20 @@ declare module 'vona-module-test-vona' {
431
409
  interface ControllerUpload {
432
410
  }
433
411
  }
412
+ /** controller: end */
413
+ /** controller: begin */
414
+ import '../controller/bean.ts';
415
+ import '../controller/cacheMem.ts';
416
+ import '../controller/cacheRedis.ts';
417
+ import '../controller/guardPassport.ts';
418
+ import '../controller/onion.ts';
419
+ import '../controller/passport.ts';
420
+ import '../controller/performAction.ts';
421
+ import '../controller/queue.ts';
422
+ import '../controller/summer.ts';
423
+ import '../controller/tail.ts';
424
+ import '../controller/transaction.ts';
425
+ import '../controller/upload.ts';
434
426
  declare module 'vona-module-test-vona' {
435
427
  interface IControllerOptionsBean {
436
428
  actions?: TypeControllerOptionsActions<ControllerBean>;
@@ -505,7 +497,10 @@ declare module 'vona-module-a-web' {
505
497
  '/test/vona/upload/files': undefined;
506
498
  }
507
499
  }
508
- export * from '../service/transaction.ts';
500
+ /** controller: end */
501
+ /** config: begin */
502
+ export * from '../config/config.ts';
503
+ import type { config } from '../config/config.ts';
509
504
  export declare const locales: {
510
505
  'en-us': {
511
506
  User: string;
@@ -528,6 +523,9 @@ export declare const locales: {
528
523
  TestNameApples_0_1: string;
529
524
  };
530
525
  };
526
+ /** locale: end */
527
+ /** scope: begin */
528
+ import { BeanScopeBase, type BeanScopeUtil, type TypeModuleConfig, type TypeModuleLocales, type TypeLocaleBase } from 'vona';
531
529
  export declare class ScopeModuleTestVona extends BeanScopeBase {
532
530
  }
533
531
  export interface ScopeModuleTestVona {
@@ -544,6 +542,7 @@ export interface ScopeModuleTestVona {
544
542
  summerCache: IModuleSummerCache;
545
543
  service: IModuleService;
546
544
  }
545
+ import 'vona';
547
546
  declare module 'vona' {
548
547
  interface IBeanScopeRecord {
549
548
  'test-vona': ScopeModuleTestVona;