delta-comic-core 0.0.1

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.
Files changed (44) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +30 -0
  3. package/dist/bundle.css +2 -0
  4. package/dist/bundle.js +4896 -0
  5. package/dist/bundle.js.map +1 -0
  6. package/dist/bundle.umd.cjs +3 -0
  7. package/dist/bundle.umd.cjs.map +1 -0
  8. package/dist/components/await.vue.d.ts +26 -0
  9. package/dist/components/content/unitCard.vue.d.ts +317 -0
  10. package/dist/components/content.vue.d.ts +43 -0
  11. package/dist/components/floatPopup.vue.d.ts +39 -0
  12. package/dist/components/image.vue.d.ts +63 -0
  13. package/dist/components/list.vue.d.ts +53 -0
  14. package/dist/components/loading.vue.d.ts +18 -0
  15. package/dist/components/popup.vue.d.ts +41 -0
  16. package/dist/components/routerTab.vue.d.ts +34 -0
  17. package/dist/components/text.vue.d.ts +23 -0
  18. package/dist/components/toggleIcon.vue.d.ts +42 -0
  19. package/dist/components/user/previewUser.vue.d.ts +94 -0
  20. package/dist/components/var.vue.d.ts +23 -0
  21. package/dist/components/waterfall.vue.d.ts +54 -0
  22. package/dist/config/index.d.ts +38 -0
  23. package/dist/index.d.ts +1112 -0
  24. package/dist/layout/user.d.ts +0 -0
  25. package/dist/plugin.d.ts +189 -0
  26. package/dist/stores/temp.d.ts +23 -0
  27. package/dist/struct/comment.d.ts +55 -0
  28. package/dist/struct/content.d.ts +70 -0
  29. package/dist/struct/ep.d.ts +14 -0
  30. package/dist/struct/image.d.ts +44 -0
  31. package/dist/struct/index.d.ts +14 -0
  32. package/dist/struct/item.d.ts +56 -0
  33. package/dist/struct/user.d.ts +21 -0
  34. package/dist/symbol.d.ts +3 -0
  35. package/dist/utils/data.d.ts +123 -0
  36. package/dist/utils/delay.d.ts +1 -0
  37. package/dist/utils/eventBus.d.ts +34 -0
  38. package/dist/utils/image.d.ts +5 -0
  39. package/dist/utils/layout.d.ts +8 -0
  40. package/dist/utils/message.d.ts +22 -0
  41. package/dist/utils/plugin.d.ts +1 -0
  42. package/dist/utils/request.d.ts +48 -0
  43. package/dist/utils/translate.d.ts +2 -0
  44. package/package.json +73 -0
@@ -0,0 +1,1112 @@
1
+ export declare const Comp: {
2
+ Await: <T extends PromiseLike<unknown>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
3
+ slots: Readonly<{
4
+ default(arg: {
5
+ result: Awaited<T> | undefined;
6
+ load: () => Promise<T>;
7
+ }): any;
8
+ }> & {
9
+ default(arg: {
10
+ result: Awaited<T> | undefined;
11
+ load: () => Promise<T>;
12
+ }): any;
13
+ };
14
+ attrs: any;
15
+ emit: {};
16
+ }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
17
+ props: {
18
+ promise: () => T;
19
+ autoLoad?: boolean;
20
+ } & import('vue').PublicProps;
21
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
22
+ attrs: any;
23
+ slots: Readonly<{
24
+ default(arg: {
25
+ result: Awaited<T> | undefined;
26
+ load: () => Promise<T>;
27
+ }): any;
28
+ }> & {
29
+ default(arg: {
30
+ result: Awaited<T> | undefined;
31
+ load: () => Promise<T>;
32
+ }): any;
33
+ };
34
+ emit: {};
35
+ }>) => import('vue').VNode & {
36
+ __ctx?: Awaited<typeof __VLS_setup>;
37
+ };
38
+ Loading: {
39
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<Partial<import('vant').LoadingProps>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
40
+ P: {};
41
+ B: {};
42
+ D: {};
43
+ C: {};
44
+ M: {};
45
+ Defaults: {};
46
+ }, Readonly<Partial<import('vant').LoadingProps>> & Readonly<{}>, {}, {}, {}, {}, {}>;
47
+ __isFragment?: never;
48
+ __isTeleport?: never;
49
+ __isSuspense?: never;
50
+ } & import('vue').ComponentOptionsBase<Readonly<Partial<import('vant').LoadingProps>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
51
+ $slots: {
52
+ default?(_: {}): any;
53
+ };
54
+ });
55
+ Content: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
56
+ slots: Readonly<{
57
+ default(data: {
58
+ data?: T;
59
+ }): any;
60
+ }> & {
61
+ default(data: {
62
+ data?: T;
63
+ }): any;
64
+ };
65
+ attrs: any;
66
+ emit: ((evt: "retry") => void) & ((evt: "resetRetry") => void);
67
+ }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
68
+ props: {
69
+ readonly onRetry?: () => any;
70
+ readonly onResetRetry?: () => any;
71
+ retriable?: boolean;
72
+ hideError?: boolean;
73
+ hideEmpty?: boolean;
74
+ hideLoading?: boolean;
75
+ source: uData.PromiseContent<any, T[]> | uData.Stream<T> | T[] | T;
76
+ class?: any;
77
+ classError?: any;
78
+ classEmpty?: any;
79
+ classLoading?: any;
80
+ style?: import('vue').StyleValue;
81
+ styleError?: import('vue').StyleValue;
82
+ styleEmpty?: import('vue').StyleValue;
83
+ styleLoading?: import('vue').StyleValue;
84
+ } & import('vue').PublicProps;
85
+ expose(exposed: import('vue').ShallowUnwrapRef<{
86
+ cont: Readonly<import('vue').ShallowRef<HTMLDivElement>>;
87
+ }>): void;
88
+ attrs: any;
89
+ slots: Readonly<{
90
+ default(data: {
91
+ data?: T;
92
+ }): any;
93
+ }> & {
94
+ default(data: {
95
+ data?: T;
96
+ }): any;
97
+ };
98
+ emit: ((evt: "retry") => void) & ((evt: "resetRetry") => void);
99
+ }>) => import('vue').VNode & {
100
+ __ctx?: Awaited<typeof __VLS_setup>;
101
+ };
102
+ FloatPopup: {
103
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
104
+ anchors?: "high" | "low" | number[];
105
+ lockScroll?: boolean;
106
+ class?: any;
107
+ style?: import('vue').StyleValue;
108
+ overlay?: boolean;
109
+ }> & Readonly<{}>, {
110
+ show(node?: number): void;
111
+ close(): void;
112
+ isShowing: Readonly<import('vue').ShallowRef<boolean, boolean>>;
113
+ height: Readonly<import('vue').ShallowRef<number, number>>;
114
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
115
+ anchors: "high" | "low" | number[];
116
+ lockScroll: boolean;
117
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
118
+ P: {};
119
+ B: {};
120
+ D: {};
121
+ C: {};
122
+ M: {};
123
+ Defaults: {};
124
+ }, Readonly<{
125
+ anchors?: "high" | "low" | number[];
126
+ lockScroll?: boolean;
127
+ class?: any;
128
+ style?: import('vue').StyleValue;
129
+ overlay?: boolean;
130
+ }> & Readonly<{}>, {
131
+ show(node?: number): void;
132
+ close(): void;
133
+ isShowing: Readonly<import('vue').ShallowRef<boolean, boolean>>;
134
+ height: Readonly<import('vue').ShallowRef<number, number>>;
135
+ }, {}, {}, {}, {
136
+ anchors: "high" | "low" | number[];
137
+ lockScroll: boolean;
138
+ }>;
139
+ __isFragment?: never;
140
+ __isTeleport?: never;
141
+ __isSuspense?: never;
142
+ } & import('vue').ComponentOptionsBase<Readonly<{
143
+ anchors?: "high" | "low" | number[];
144
+ lockScroll?: boolean;
145
+ class?: any;
146
+ style?: import('vue').StyleValue;
147
+ overlay?: boolean;
148
+ }> & Readonly<{}>, {
149
+ show(node?: number): void;
150
+ close(): void;
151
+ isShowing: Readonly<import('vue').ShallowRef<boolean, boolean>>;
152
+ height: Readonly<import('vue').ShallowRef<number, number>>;
153
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
154
+ anchors: "high" | "low" | number[];
155
+ lockScroll: boolean;
156
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
157
+ $slots: Readonly<{
158
+ default(arg: {
159
+ height: number;
160
+ }): void;
161
+ }> & {
162
+ default(arg: {
163
+ height: number;
164
+ }): void;
165
+ };
166
+ });
167
+ Image: {
168
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
169
+ src?: import('./struct/image').Image_;
170
+ alt?: string;
171
+ previewable?: boolean;
172
+ retryMax?: number;
173
+ round?: boolean;
174
+ fit?: import('naive-ui').ImageProps["objectFit"];
175
+ class?: any;
176
+ hideLoading?: boolean;
177
+ hideError?: boolean;
178
+ inline?: boolean;
179
+ style?: import('vue').StyleValue;
180
+ imgProp?: import('vue').ImgHTMLAttributes;
181
+ useList?: {
182
+ loaded: Set<string>;
183
+ error: Set<string>;
184
+ };
185
+ fetchpriority?: "high" | "low" | "auto";
186
+ fallback?: import('./struct/image').Image_;
187
+ }> & Readonly<{
188
+ onLoad?: (...args: any[]) => any;
189
+ onClick?: () => any;
190
+ onError?: () => any;
191
+ }>, {
192
+ isLoaded: import('vue').ComputedRef<boolean>;
193
+ imageEl: any;
194
+ imageIns: unknown;
195
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
196
+ load: (...args: any[]) => any;
197
+ click: () => any;
198
+ error: () => any;
199
+ }, import('vue').PublicProps, {
200
+ fetchpriority: "high" | "low" | "auto";
201
+ retryMax: number;
202
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
203
+ img: unknown;
204
+ }, any, import('vue').ComponentProvideOptions, {
205
+ P: {};
206
+ B: {};
207
+ D: {};
208
+ C: {};
209
+ M: {};
210
+ Defaults: {};
211
+ }, Readonly<{
212
+ src?: import('./struct/image').Image_;
213
+ alt?: string;
214
+ previewable?: boolean;
215
+ retryMax?: number;
216
+ round?: boolean;
217
+ fit?: import('naive-ui').ImageProps["objectFit"];
218
+ class?: any;
219
+ hideLoading?: boolean;
220
+ hideError?: boolean;
221
+ inline?: boolean;
222
+ style?: import('vue').StyleValue;
223
+ imgProp?: import('vue').ImgHTMLAttributes;
224
+ useList?: {
225
+ loaded: Set<string>;
226
+ error: Set<string>;
227
+ };
228
+ fetchpriority?: "high" | "low" | "auto";
229
+ fallback?: import('./struct/image').Image_;
230
+ }> & Readonly<{
231
+ onLoad?: (...args: any[]) => any;
232
+ onClick?: () => any;
233
+ onError?: () => any;
234
+ }>, {
235
+ isLoaded: import('vue').ComputedRef<boolean>;
236
+ imageEl: any;
237
+ imageIns: unknown;
238
+ }, {}, {}, {}, {
239
+ fetchpriority: "high" | "low" | "auto";
240
+ retryMax: number;
241
+ }>;
242
+ __isFragment?: never;
243
+ __isTeleport?: never;
244
+ __isSuspense?: never;
245
+ } & import('vue').ComponentOptionsBase<Readonly<{
246
+ src?: import('./struct/image').Image_;
247
+ alt?: string;
248
+ previewable?: boolean;
249
+ retryMax?: number;
250
+ round?: boolean;
251
+ fit?: import('naive-ui').ImageProps["objectFit"];
252
+ class?: any;
253
+ hideLoading?: boolean;
254
+ hideError?: boolean;
255
+ inline?: boolean;
256
+ style?: import('vue').StyleValue;
257
+ imgProp?: import('vue').ImgHTMLAttributes;
258
+ useList?: {
259
+ loaded: Set<string>;
260
+ error: Set<string>;
261
+ };
262
+ fetchpriority?: "high" | "low" | "auto";
263
+ fallback?: import('./struct/image').Image_;
264
+ }> & Readonly<{
265
+ onLoad?: (...args: any[]) => any;
266
+ onClick?: () => any;
267
+ onError?: () => any;
268
+ }>, {
269
+ isLoaded: import('vue').ComputedRef<boolean>;
270
+ imageEl: any;
271
+ imageIns: unknown;
272
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
273
+ load: (...args: any[]) => any;
274
+ click: () => any;
275
+ error: () => any;
276
+ }, string, {
277
+ fetchpriority: "high" | "low" | "auto";
278
+ retryMax: number;
279
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
280
+ $slots: Readonly<{
281
+ loading?(): any;
282
+ fail?(): any;
283
+ }> & {
284
+ loading?(): any;
285
+ fail?(): any;
286
+ };
287
+ });
288
+ List: <T extends NonNullable<import('naive-ui').VirtualListProps["items"]>[number], PF extends ((d: T[]) => any[])>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
289
+ slots: Readonly<{
290
+ default(props: {
291
+ height: number;
292
+ data: {
293
+ item: import('@vueuse/core').IfAny<ReturnType<PF>[number], T, ReturnType<PF>[number]>;
294
+ index: number;
295
+ };
296
+ }): any;
297
+ }> & {
298
+ default(props: {
299
+ height: number;
300
+ data: {
301
+ item: import('@vueuse/core').IfAny<ReturnType<PF>[number], T, ReturnType<PF>[number]>;
302
+ index: number;
303
+ };
304
+ }): any;
305
+ };
306
+ attrs: any;
307
+ emit: ((evt: "retry", then: () => void) => void) & ((evt: "next", then: () => void) => void) & ((evt: "reset") => void);
308
+ }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
309
+ props: {
310
+ readonly onReset?: () => any;
311
+ readonly onRetry?: (then: () => void) => any;
312
+ readonly onNext?: (then: () => void) => any;
313
+ source: {
314
+ data: uData.RPromiseContent<any, T[]>;
315
+ isEnd?: boolean;
316
+ reloadable?: boolean;
317
+ } | uData.Stream<T> | Array<T>;
318
+ itemHeight: number;
319
+ listProp?: Partial<import('naive-ui').VirtualListProps>;
320
+ goBottom?: boolean;
321
+ itemResizable?: boolean;
322
+ dataProcessor?: PF;
323
+ style?: import('vue').StyleValue;
324
+ class?: any;
325
+ } & import('vue').PublicProps;
326
+ expose(exposed: import('vue').ShallowUnwrapRef<{
327
+ scrollTop: import('vue').WritableComputedRef<number, number>;
328
+ listInstance: import('vue').Ref<import('naive-ui').VirtualListInst>;
329
+ }>): void;
330
+ attrs: any;
331
+ slots: Readonly<{
332
+ default(props: {
333
+ height: number;
334
+ data: {
335
+ item: import('@vueuse/core').IfAny<ReturnType<PF>[number], T, ReturnType<PF>[number]>;
336
+ index: number;
337
+ };
338
+ }): any;
339
+ }> & {
340
+ default(props: {
341
+ height: number;
342
+ data: {
343
+ item: import('@vueuse/core').IfAny<ReturnType<PF>[number], T, ReturnType<PF>[number]>;
344
+ index: number;
345
+ };
346
+ }): any;
347
+ };
348
+ emit: ((evt: "retry", then: () => void) => void) & ((evt: "next", then: () => void) => void) & ((evt: "reset") => void);
349
+ }>) => import('vue').VNode & {
350
+ __ctx?: Awaited<typeof __VLS_setup>;
351
+ };
352
+ Popup: {
353
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
354
+ show: boolean;
355
+ } & Partial<{
356
+ lockScroll: boolean;
357
+ overlay: boolean;
358
+ show: boolean;
359
+ closeable: boolean;
360
+ closeIcon: string;
361
+ closeOnPopstate: boolean;
362
+ closeIconPosition: import('vant').PopupCloseIconPosition;
363
+ closeOnClickOverlay: boolean;
364
+ round: boolean;
365
+ lazyRender: boolean;
366
+ transitionAppear: boolean;
367
+ position: import('vant').PopupPosition;
368
+ destroyOnClose: boolean;
369
+ safeAreaInsetTop: boolean;
370
+ safeAreaInsetBottom: boolean;
371
+ } & {
372
+ transition?: string;
373
+ zIndex?: string | number;
374
+ teleport?: string | import('vue').RendererElement;
375
+ beforeClose?: import('vant/lib/utils').Interceptor;
376
+ overlayStyle?: import('vue').CSSProperties;
377
+ overlayClass?: unknown;
378
+ duration?: string | number;
379
+ overlayProps?: Partial<import('vant').OverlayProps>;
380
+ iconPrefix?: string;
381
+ } & {
382
+ noBorder?: boolean;
383
+ useTrulyShow: boolean;
384
+ style?: import('vue').StyleValue;
385
+ }>> & Readonly<{
386
+ "onUpdate:show"?: (value: boolean) => any;
387
+ onClosed?: () => any;
388
+ }>, {
389
+ zIndex: import('vue').ComputedRef<number>;
390
+ trulyShow: import('vue').ShallowRef<boolean, boolean>;
391
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
392
+ "update:show": (value: boolean) => any;
393
+ closed: () => any;
394
+ }, import('vue').PublicProps, {
395
+ position: import('vant').PopupPosition;
396
+ noBorder: boolean;
397
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
398
+ P: {};
399
+ B: {};
400
+ D: {};
401
+ C: {};
402
+ M: {};
403
+ Defaults: {};
404
+ }, Readonly<{
405
+ show: boolean;
406
+ } & Partial<{
407
+ lockScroll: boolean;
408
+ overlay: boolean;
409
+ show: boolean;
410
+ closeable: boolean;
411
+ closeIcon: string;
412
+ closeOnPopstate: boolean;
413
+ closeIconPosition: import('vant').PopupCloseIconPosition;
414
+ closeOnClickOverlay: boolean;
415
+ round: boolean;
416
+ lazyRender: boolean;
417
+ transitionAppear: boolean;
418
+ position: import('vant').PopupPosition;
419
+ destroyOnClose: boolean;
420
+ safeAreaInsetTop: boolean;
421
+ safeAreaInsetBottom: boolean;
422
+ } & {
423
+ transition?: string;
424
+ zIndex?: string | number;
425
+ teleport?: string | import('vue').RendererElement;
426
+ beforeClose?: import('vant/lib/utils').Interceptor;
427
+ overlayStyle?: import('vue').CSSProperties;
428
+ overlayClass?: unknown;
429
+ duration?: string | number;
430
+ overlayProps?: Partial<import('vant').OverlayProps>;
431
+ iconPrefix?: string;
432
+ } & {
433
+ noBorder?: boolean;
434
+ useTrulyShow: boolean;
435
+ style?: import('vue').StyleValue;
436
+ }>> & Readonly<{
437
+ "onUpdate:show"?: (value: boolean) => any;
438
+ onClosed?: () => any;
439
+ }>, {
440
+ zIndex: import('vue').ComputedRef<number>;
441
+ trulyShow: import('vue').ShallowRef<boolean, boolean>;
442
+ }, {}, {}, {}, {
443
+ position: import('vant').PopupPosition;
444
+ noBorder: boolean;
445
+ }>;
446
+ __isFragment?: never;
447
+ __isTeleport?: never;
448
+ __isSuspense?: never;
449
+ } & import('vue').ComponentOptionsBase<Readonly<{
450
+ show: boolean;
451
+ } & Partial<{
452
+ lockScroll: boolean;
453
+ overlay: boolean;
454
+ show: boolean;
455
+ closeable: boolean;
456
+ closeIcon: string;
457
+ closeOnPopstate: boolean;
458
+ closeIconPosition: import('vant').PopupCloseIconPosition;
459
+ closeOnClickOverlay: boolean;
460
+ round: boolean;
461
+ lazyRender: boolean;
462
+ transitionAppear: boolean;
463
+ position: import('vant').PopupPosition;
464
+ destroyOnClose: boolean;
465
+ safeAreaInsetTop: boolean;
466
+ safeAreaInsetBottom: boolean;
467
+ } & {
468
+ transition?: string;
469
+ zIndex?: string | number;
470
+ teleport?: string | import('vue').RendererElement;
471
+ beforeClose?: import('vant/lib/utils').Interceptor;
472
+ overlayStyle?: import('vue').CSSProperties;
473
+ overlayClass?: unknown;
474
+ duration?: string | number;
475
+ overlayProps?: Partial<import('vant').OverlayProps>;
476
+ iconPrefix?: string;
477
+ } & {
478
+ noBorder?: boolean;
479
+ useTrulyShow: boolean;
480
+ style?: import('vue').StyleValue;
481
+ }>> & Readonly<{
482
+ "onUpdate:show"?: (value: boolean) => any;
483
+ onClosed?: () => any;
484
+ }>, {
485
+ zIndex: import('vue').ComputedRef<number>;
486
+ trulyShow: import('vue').ShallowRef<boolean, boolean>;
487
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
488
+ "update:show": (value: boolean) => any;
489
+ closed: () => any;
490
+ }, string, {
491
+ position: import('vant').PopupPosition;
492
+ noBorder: boolean;
493
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
494
+ $slots: Readonly<{
495
+ default(): void;
496
+ }> & {
497
+ default(): void;
498
+ };
499
+ });
500
+ RouterTab: <T extends {
501
+ name: string;
502
+ title: string;
503
+ queries?: Record<string, string>;
504
+ }>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
505
+ slots: Readonly<{
506
+ default(arg: {
507
+ itemName: T;
508
+ }): any;
509
+ left(): any;
510
+ right(): any;
511
+ bottom(): any;
512
+ }> & {
513
+ default(arg: {
514
+ itemName: T;
515
+ }): any;
516
+ left(): any;
517
+ right(): any;
518
+ bottom(): any;
519
+ };
520
+ attrs: any;
521
+ emit: {};
522
+ }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
523
+ props: {
524
+ items: T[];
525
+ routerBase: string;
526
+ } & import('vue').PublicProps;
527
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
528
+ attrs: any;
529
+ slots: Readonly<{
530
+ default(arg: {
531
+ itemName: T;
532
+ }): any;
533
+ left(): any;
534
+ right(): any;
535
+ bottom(): any;
536
+ }> & {
537
+ default(arg: {
538
+ itemName: T;
539
+ }): any;
540
+ left(): any;
541
+ right(): any;
542
+ bottom(): any;
543
+ };
544
+ emit: {};
545
+ }>) => import('vue').VNode & {
546
+ __ctx?: Awaited<typeof __VLS_setup>;
547
+ };
548
+ Text: {
549
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
550
+ text?: string;
551
+ ellipsis?: number;
552
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
553
+ text: string;
554
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
555
+ P: {};
556
+ B: {};
557
+ D: {};
558
+ C: {};
559
+ M: {};
560
+ Defaults: {};
561
+ }, Readonly<{
562
+ text?: string;
563
+ ellipsis?: number;
564
+ }> & Readonly<{}>, {}, {}, {}, {}, {
565
+ text: string;
566
+ }>;
567
+ __isFragment?: never;
568
+ __isTeleport?: never;
569
+ __isSuspense?: never;
570
+ } & import('vue').ComponentOptionsBase<Readonly<{
571
+ text?: string;
572
+ ellipsis?: number;
573
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
574
+ text: string;
575
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
576
+ $slots: {
577
+ default?(_: {}): any;
578
+ };
579
+ });
580
+ ToggleIcon: {
581
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
582
+ modelValue?: boolean;
583
+ } & {
584
+ icon: import('vue').Component;
585
+ size?: string | number;
586
+ disChanged?: boolean;
587
+ rowMode?: boolean;
588
+ padding?: boolean;
589
+ }> & Readonly<{
590
+ onClick?: (to: boolean) => any;
591
+ "onUpdate:modelValue"?: (value: boolean) => any;
592
+ onChange?: (mode: boolean) => any;
593
+ onLongClick?: () => any;
594
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
595
+ click: (to: boolean) => any;
596
+ "update:modelValue": (value: boolean) => any;
597
+ change: (mode: boolean) => any;
598
+ longClick: () => any;
599
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
600
+ htmlRefHook: HTMLDivElement;
601
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
602
+ P: {};
603
+ B: {};
604
+ D: {};
605
+ C: {};
606
+ M: {};
607
+ Defaults: {};
608
+ }, Readonly<{
609
+ modelValue?: boolean;
610
+ } & {
611
+ icon: import('vue').Component;
612
+ size?: string | number;
613
+ disChanged?: boolean;
614
+ rowMode?: boolean;
615
+ padding?: boolean;
616
+ }> & Readonly<{
617
+ onClick?: (to: boolean) => any;
618
+ "onUpdate:modelValue"?: (value: boolean) => any;
619
+ onChange?: (mode: boolean) => any;
620
+ onLongClick?: () => any;
621
+ }>, {}, {}, {}, {}, {}>;
622
+ __isFragment?: never;
623
+ __isTeleport?: never;
624
+ __isSuspense?: never;
625
+ } & import('vue').ComponentOptionsBase<Readonly<{
626
+ modelValue?: boolean;
627
+ } & {
628
+ icon: import('vue').Component;
629
+ size?: string | number;
630
+ disChanged?: boolean;
631
+ rowMode?: boolean;
632
+ padding?: boolean;
633
+ }> & Readonly<{
634
+ onClick?: (to: boolean) => any;
635
+ "onUpdate:modelValue"?: (value: boolean) => any;
636
+ onChange?: (mode: boolean) => any;
637
+ onLongClick?: () => any;
638
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
639
+ click: (to: boolean) => any;
640
+ "update:modelValue": (value: boolean) => any;
641
+ change: (mode: boolean) => any;
642
+ longClick: () => any;
643
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
644
+ $slots: {
645
+ default?(_: {}): any;
646
+ };
647
+ });
648
+ Var: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
649
+ slots: Readonly<{
650
+ default(arg: {
651
+ value: T;
652
+ }): any;
653
+ }> & {
654
+ default(arg: {
655
+ value: T;
656
+ }): any;
657
+ };
658
+ attrs: any;
659
+ emit: {};
660
+ }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
661
+ props: {
662
+ value: T;
663
+ } & import('vue').PublicProps;
664
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
665
+ attrs: any;
666
+ slots: Readonly<{
667
+ default(arg: {
668
+ value: T;
669
+ }): any;
670
+ }> & {
671
+ default(arg: {
672
+ value: T;
673
+ }): any;
674
+ };
675
+ emit: {};
676
+ }>) => import('vue').VNode & {
677
+ __ctx?: Awaited<typeof __VLS_setup>;
678
+ };
679
+ Waterfall: <T = any, PF extends ((d: T[]) => any[]) = (d: T[]) => T[]>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
680
+ slots: Readonly<{
681
+ default(props: {
682
+ item: import('@vueuse/core').IfAny<ReturnType<PF>[number], T, ReturnType<PF>[number]>;
683
+ index: number;
684
+ height?: number;
685
+ minHeight: number;
686
+ length: number;
687
+ }): any;
688
+ }> & {
689
+ default(props: {
690
+ item: import('@vueuse/core').IfAny<ReturnType<PF>[number], T, ReturnType<PF>[number]>;
691
+ index: number;
692
+ height?: number;
693
+ minHeight: number;
694
+ length: number;
695
+ }): any;
696
+ };
697
+ attrs: any;
698
+ emit: ((evt: "retry", then: () => void) => void) & ((evt: "next", then: () => void) => void) & ((evt: "reset") => void) & ((evt: "col", args_0: 2, args_1: 2) => void);
699
+ }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
700
+ props: {
701
+ readonly onReset?: () => any;
702
+ readonly onRetry?: (then: () => void) => any;
703
+ readonly onNext?: (then: () => void) => any;
704
+ readonly onCol?: (args_0: 2, args_1: 2) => any;
705
+ source: {
706
+ data: uData.RPromiseContent<any, T[]>;
707
+ isEnd?: boolean;
708
+ } | uData.Stream<T>;
709
+ style?: import('vue').StyleValue;
710
+ class?: any;
711
+ col?: [min: number, max: number] | number;
712
+ padding?: number;
713
+ gap?: number;
714
+ minHeight?: number;
715
+ dataProcessor?: PF;
716
+ unReloadable?: boolean;
717
+ } & import('vue').PublicProps;
718
+ expose(exposed: import('vue').ShallowUnwrapRef<{
719
+ scrollTop: import('vue').WritableComputedRef<number, number>;
720
+ scrollParent: import('vue').ComputedRef<HTMLDivElement>;
721
+ reloadList(): Promise<void>;
722
+ }>): void;
723
+ attrs: any;
724
+ slots: Readonly<{
725
+ default(props: {
726
+ item: import('@vueuse/core').IfAny<ReturnType<PF>[number], T, ReturnType<PF>[number]>;
727
+ index: number;
728
+ height?: number;
729
+ minHeight: number;
730
+ length: number;
731
+ }): any;
732
+ }> & {
733
+ default(props: {
734
+ item: import('@vueuse/core').IfAny<ReturnType<PF>[number], T, ReturnType<PF>[number]>;
735
+ index: number;
736
+ height?: number;
737
+ minHeight: number;
738
+ length: number;
739
+ }): any;
740
+ };
741
+ emit: ((evt: "retry", then: () => void) => void) & ((evt: "next", then: () => void) => void) & ((evt: "reset") => void) & ((evt: "col", args_0: 2, args_1: 2) => void);
742
+ }>) => import('vue').VNode & {
743
+ __ctx?: Awaited<typeof __VLS_setup>;
744
+ };
745
+ user: {
746
+ PreviewUser: import('vue').DefineComponent<{}, {
747
+ show(u: any): void;
748
+ isShowing: import('vue').ComputedRef<boolean>;
749
+ close(): void;
750
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
751
+ floatPopup: {
752
+ $: import('vue').ComponentInternalInstance;
753
+ $data: {};
754
+ $props: Partial<{
755
+ anchors: "high" | "low" | number[];
756
+ lockScroll: boolean;
757
+ }> & Omit<{
758
+ readonly anchors?: "high" | "low" | number[];
759
+ readonly lockScroll?: boolean;
760
+ readonly class?: any;
761
+ readonly style?: import('vue').StyleValue;
762
+ readonly overlay?: boolean;
763
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "anchors" | "lockScroll">;
764
+ $attrs: {
765
+ [x: string]: unknown;
766
+ };
767
+ $refs: {
768
+ [x: string]: unknown;
769
+ };
770
+ $slots: Readonly<{
771
+ [name: string]: import('vue').Slot<any>;
772
+ }>;
773
+ $root: import('vue').ComponentPublicInstance | null;
774
+ $parent: import('vue').ComponentPublicInstance | null;
775
+ $host: Element | null;
776
+ $emit: (event: string, ...args: any[]) => void;
777
+ $el: any;
778
+ $options: import('vue').ComponentOptionsBase<Readonly<{
779
+ anchors?: "high" | "low" | number[];
780
+ lockScroll?: boolean;
781
+ class?: any;
782
+ style?: import('vue').StyleValue;
783
+ overlay?: boolean;
784
+ }> & Readonly<{}>, {
785
+ show(node?: number): void;
786
+ close(): void;
787
+ isShowing: Readonly<import('vue').ShallowRef<boolean, boolean>>;
788
+ height: Readonly<import('vue').ShallowRef<number, number>>;
789
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
790
+ anchors: "high" | "low" | number[];
791
+ lockScroll: boolean;
792
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
793
+ beforeCreate?: (() => void) | (() => void)[];
794
+ created?: (() => void) | (() => void)[];
795
+ beforeMount?: (() => void) | (() => void)[];
796
+ mounted?: (() => void) | (() => void)[];
797
+ beforeUpdate?: (() => void) | (() => void)[];
798
+ updated?: (() => void) | (() => void)[];
799
+ activated?: (() => void) | (() => void)[];
800
+ deactivated?: (() => void) | (() => void)[];
801
+ beforeDestroy?: (() => void) | (() => void)[];
802
+ beforeUnmount?: (() => void) | (() => void)[];
803
+ destroyed?: (() => void) | (() => void)[];
804
+ unmounted?: (() => void) | (() => void)[];
805
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
806
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
807
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
808
+ };
809
+ $forceUpdate: () => void;
810
+ $nextTick: typeof import('vue').nextTick;
811
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
812
+ } & Readonly<{
813
+ anchors: "high" | "low" | number[];
814
+ lockScroll: boolean;
815
+ }> & Omit<Readonly<{
816
+ anchors?: "high" | "low" | number[];
817
+ lockScroll?: boolean;
818
+ class?: any;
819
+ style?: import('vue').StyleValue;
820
+ overlay?: boolean;
821
+ }> & Readonly<{}>, "height" | "show" | ("anchors" | "lockScroll") | "close" | "isShowing"> & import('vue').ShallowUnwrapRef<{
822
+ show(node?: number): void;
823
+ close(): void;
824
+ isShowing: Readonly<import('vue').ShallowRef<boolean, boolean>>;
825
+ height: Readonly<import('vue').ShallowRef<number, number>>;
826
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
827
+ $slots: Readonly<{
828
+ default(arg: {
829
+ height: number;
830
+ }): void;
831
+ }> & {
832
+ default(arg: {
833
+ height: number;
834
+ }): void;
835
+ };
836
+ };
837
+ contentBox: HTMLDivElement;
838
+ }, any>;
839
+ };
840
+ content: {
841
+ UnitCard: {
842
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
843
+ item: import('./struct/item').Item | import('./struct/item').RawItem;
844
+ freeHeight?: boolean;
845
+ disabled?: boolean;
846
+ type?: "default" | "big" | "small";
847
+ class?: any;
848
+ style?: import('vue').StyleValue;
849
+ }> & Readonly<{
850
+ onClick?: () => any;
851
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
852
+ click: () => any;
853
+ }, import('vue').PublicProps, {
854
+ type: "default" | "big" | "small";
855
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
856
+ container: HTMLDivElement;
857
+ cover: {
858
+ $: import('vue').ComponentInternalInstance;
859
+ $data: {};
860
+ $props: Partial<{
861
+ fetchpriority: "high" | "low" | "auto";
862
+ retryMax: number;
863
+ }> & Omit<{
864
+ readonly src?: import('./struct/image').Image_;
865
+ readonly alt?: string;
866
+ readonly previewable?: boolean;
867
+ readonly retryMax?: number;
868
+ readonly round?: boolean;
869
+ readonly fit?: import('naive-ui').ImageProps["objectFit"];
870
+ readonly class?: any;
871
+ readonly hideLoading?: boolean;
872
+ readonly hideError?: boolean;
873
+ readonly inline?: boolean;
874
+ readonly style?: import('vue').StyleValue;
875
+ readonly imgProp?: import('vue').ImgHTMLAttributes;
876
+ readonly useList?: {
877
+ loaded: Set<string>;
878
+ error: Set<string>;
879
+ };
880
+ readonly fetchpriority?: "high" | "low" | "auto";
881
+ readonly fallback?: import('./struct/image').Image_;
882
+ readonly onLoad?: (...args: any[]) => any;
883
+ readonly onClick?: () => any;
884
+ readonly onError?: () => any;
885
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "fetchpriority" | "retryMax">;
886
+ $attrs: {
887
+ [x: string]: unknown;
888
+ };
889
+ $refs: {
890
+ [x: string]: unknown;
891
+ } & {
892
+ img: unknown;
893
+ };
894
+ $slots: Readonly<{
895
+ [name: string]: import('vue').Slot<any>;
896
+ }>;
897
+ $root: import('vue').ComponentPublicInstance | null;
898
+ $parent: import('vue').ComponentPublicInstance | null;
899
+ $host: Element | null;
900
+ $emit: ((event: "load", ...args: any[]) => void) & ((event: "click") => void) & ((event: "error") => void);
901
+ $el: any;
902
+ $options: import('vue').ComponentOptionsBase<Readonly<{
903
+ src?: import('./struct/image').Image_;
904
+ alt?: string;
905
+ previewable?: boolean;
906
+ retryMax?: number;
907
+ round?: boolean;
908
+ fit?: import('naive-ui').ImageProps["objectFit"];
909
+ class?: any;
910
+ hideLoading?: boolean;
911
+ hideError?: boolean;
912
+ inline?: boolean;
913
+ style?: import('vue').StyleValue;
914
+ imgProp?: import('vue').ImgHTMLAttributes;
915
+ useList?: {
916
+ loaded: Set<string>;
917
+ error: Set<string>;
918
+ };
919
+ fetchpriority?: "high" | "low" | "auto";
920
+ fallback?: import('./struct/image').Image_;
921
+ }> & Readonly<{
922
+ onLoad?: (...args: any[]) => any;
923
+ onClick?: () => any;
924
+ onError?: () => any;
925
+ }>, {
926
+ isLoaded: import('vue').ComputedRef<boolean>;
927
+ imageEl: any;
928
+ imageIns: unknown;
929
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
930
+ load: (...args: any[]) => any;
931
+ click: () => any;
932
+ error: () => any;
933
+ }, string, {
934
+ fetchpriority: "high" | "low" | "auto";
935
+ retryMax: number;
936
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
937
+ beforeCreate?: (() => void) | (() => void)[];
938
+ created?: (() => void) | (() => void)[];
939
+ beforeMount?: (() => void) | (() => void)[];
940
+ mounted?: (() => void) | (() => void)[];
941
+ beforeUpdate?: (() => void) | (() => void)[];
942
+ updated?: (() => void) | (() => void)[];
943
+ activated?: (() => void) | (() => void)[];
944
+ deactivated?: (() => void) | (() => void)[];
945
+ beforeDestroy?: (() => void) | (() => void)[];
946
+ beforeUnmount?: (() => void) | (() => void)[];
947
+ destroyed?: (() => void) | (() => void)[];
948
+ unmounted?: (() => void) | (() => void)[];
949
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
950
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
951
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
952
+ };
953
+ $forceUpdate: () => void;
954
+ $nextTick: typeof import('vue').nextTick;
955
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
956
+ } & Readonly<{
957
+ fetchpriority: "high" | "low" | "auto";
958
+ retryMax: number;
959
+ }> & Omit<Readonly<{
960
+ src?: import('./struct/image').Image_;
961
+ alt?: string;
962
+ previewable?: boolean;
963
+ retryMax?: number;
964
+ round?: boolean;
965
+ fit?: import('naive-ui').ImageProps["objectFit"];
966
+ class?: any;
967
+ hideLoading?: boolean;
968
+ hideError?: boolean;
969
+ inline?: boolean;
970
+ style?: import('vue').StyleValue;
971
+ imgProp?: import('vue').ImgHTMLAttributes;
972
+ useList?: {
973
+ loaded: Set<string>;
974
+ error: Set<string>;
975
+ };
976
+ fetchpriority?: "high" | "low" | "auto";
977
+ fallback?: import('./struct/image').Image_;
978
+ }> & Readonly<{
979
+ onLoad?: (...args: any[]) => any;
980
+ onClick?: () => any;
981
+ onError?: () => any;
982
+ }>, ("fetchpriority" | "retryMax") | "isLoaded" | "imageEl" | "imageIns"> & import('vue').ShallowUnwrapRef<{
983
+ isLoaded: import('vue').ComputedRef<boolean>;
984
+ imageEl: any;
985
+ imageIns: unknown;
986
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
987
+ $slots: Readonly<{
988
+ loading?(): any;
989
+ fail?(): any;
990
+ }> & {
991
+ loading?(): any;
992
+ fail?(): any;
993
+ };
994
+ };
995
+ }, any, import('vue').ComponentProvideOptions, {
996
+ P: {};
997
+ B: {};
998
+ D: {};
999
+ C: {};
1000
+ M: {};
1001
+ Defaults: {};
1002
+ }, Readonly<{
1003
+ item: import('./struct/item').Item | import('./struct/item').RawItem;
1004
+ freeHeight?: boolean;
1005
+ disabled?: boolean;
1006
+ type?: "default" | "big" | "small";
1007
+ class?: any;
1008
+ style?: import('vue').StyleValue;
1009
+ }> & Readonly<{
1010
+ onClick?: () => any;
1011
+ }>, {}, {}, {}, {}, {
1012
+ type: "default" | "big" | "small";
1013
+ }>;
1014
+ __isFragment?: never;
1015
+ __isTeleport?: never;
1016
+ __isSuspense?: never;
1017
+ } & import('vue').ComponentOptionsBase<Readonly<{
1018
+ item: import('./struct/item').Item | import('./struct/item').RawItem;
1019
+ freeHeight?: boolean;
1020
+ disabled?: boolean;
1021
+ type?: "default" | "big" | "small";
1022
+ class?: any;
1023
+ style?: import('vue').StyleValue;
1024
+ }> & Readonly<{
1025
+ onClick?: () => any;
1026
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1027
+ click: () => any;
1028
+ }, string, {
1029
+ type: "default" | "big" | "small";
1030
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1031
+ $slots: Readonly<{
1032
+ default(): void;
1033
+ smallTopInfo(): void;
1034
+ }> & {
1035
+ default(): void;
1036
+ smallTopInfo(): void;
1037
+ };
1038
+ });
1039
+ };
1040
+ };
1041
+ export { uni } from './struct/index';
1042
+ import * as uData from './utils/data';
1043
+ import * as uDelay from './utils/delay';
1044
+ import * as uEventBus from './utils/eventBus';
1045
+ import * as uImage from './utils/image';
1046
+ import * as uLayout from './utils/layout';
1047
+ import * as uRequest from './utils/request';
1048
+ import * as uTranslate from './utils/translate';
1049
+ import * as uMessage from './utils/message';
1050
+ export declare namespace Utils {
1051
+ export import data = uData;
1052
+ export import delay = uDelay;
1053
+ export import eventBus = uEventBus;
1054
+ export import image = uImage;
1055
+ export import layout = uLayout;
1056
+ export import request = uRequest;
1057
+ export import translate = uTranslate;
1058
+ export import message = uMessage;
1059
+ }
1060
+ export declare const Store: {
1061
+ useTemp: import('pinia').StoreDefinition<"core:temp", Pick<{
1062
+ $apply: <T extends object>(id: string, def: () => T) => import('vue').Reactive<T>;
1063
+ $has: (id: string) => boolean;
1064
+ $onlyGet: <T extends object>(id: string) => import('vue').Reactive<T>;
1065
+ $applyRaw: <T extends object>(id: string, def: () => T) => T;
1066
+ $hasRaw: (id: string) => boolean;
1067
+ $onlyGetRaw: <T extends object>(id: string) => import('vue').Reactive<T>;
1068
+ }, never>, Pick<{
1069
+ $apply: <T extends object>(id: string, def: () => T) => import('vue').Reactive<T>;
1070
+ $has: (id: string) => boolean;
1071
+ $onlyGet: <T extends object>(id: string) => import('vue').Reactive<T>;
1072
+ $applyRaw: <T extends object>(id: string, def: () => T) => T;
1073
+ $hasRaw: (id: string) => boolean;
1074
+ $onlyGetRaw: <T extends object>(id: string) => import('vue').Reactive<T>;
1075
+ }, never>, Pick<{
1076
+ $apply: <T extends object>(id: string, def: () => T) => import('vue').Reactive<T>;
1077
+ $has: (id: string) => boolean;
1078
+ $onlyGet: <T extends object>(id: string) => import('vue').Reactive<T>;
1079
+ $applyRaw: <T extends object>(id: string, def: () => T) => T;
1080
+ $hasRaw: (id: string) => boolean;
1081
+ $onlyGetRaw: <T extends object>(id: string) => import('vue').Reactive<T>;
1082
+ }, "$apply" | "$has" | "$onlyGet" | "$applyRaw" | "$hasRaw" | "$onlyGetRaw">>;
1083
+ useConfig: import('pinia').StoreDefinition<"config", Pick<{
1084
+ isDark: import('vue').ComputedRef<boolean>;
1085
+ $useCustomConfig: <T extends Record<string, any>>(plugin: string, defaultConfig: T) => T;
1086
+ 'app.read.preloadImageNumbers': number;
1087
+ 'app.read.watchFullscreen': boolean;
1088
+ 'app.read.twoImage': boolean;
1089
+ 'app.search.showAIProject': boolean;
1090
+ 'app.darkMode': boolean;
1091
+ "app.recordHistory": boolean;
1092
+ }, "app.read.preloadImageNumbers" | "app.read.watchFullscreen" | "app.read.twoImage" | "app.search.showAIProject" | "app.darkMode" | "app.recordHistory">, Pick<{
1093
+ isDark: import('vue').ComputedRef<boolean>;
1094
+ $useCustomConfig: <T extends Record<string, any>>(plugin: string, defaultConfig: T) => T;
1095
+ 'app.read.preloadImageNumbers': number;
1096
+ 'app.read.watchFullscreen': boolean;
1097
+ 'app.read.twoImage': boolean;
1098
+ 'app.search.showAIProject': boolean;
1099
+ 'app.darkMode': boolean;
1100
+ "app.recordHistory": boolean;
1101
+ }, "isDark">, Pick<{
1102
+ isDark: import('vue').ComputedRef<boolean>;
1103
+ $useCustomConfig: <T extends Record<string, any>>(plugin: string, defaultConfig: T) => T;
1104
+ 'app.read.preloadImageNumbers': number;
1105
+ 'app.read.watchFullscreen': boolean;
1106
+ 'app.read.twoImage': boolean;
1107
+ 'app.search.showAIProject': boolean;
1108
+ 'app.darkMode': boolean;
1109
+ "app.recordHistory": boolean;
1110
+ }, "$useCustomConfig">>;
1111
+ };
1112
+ export * from './plugin';