yahee-components 0.0.103 → 0.0.105

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.
@@ -0,0 +1,3020 @@
1
+ import { SFCWithInstall } from './utils/typescript';
2
+ import { DefineComponent, ExtractPropTypes, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentInternalInstance, StyleValue, Slot, ComponentPublicInstance, PropType, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, ComputedRef, CSSProperties } from 'vue';
3
+ import { SearchOptions, FilterValue, SearchItem } from './complex-search';
4
+ import { CopyProps } from './copy';
5
+ import { ImageUploadProps } from './image-upload';
6
+ import { OperationLogProps } from './operation-log';
7
+ import { ScrollbarDirection, UploadFile, UploadFiles, UploadProgressEvent, UploadUserFile, UploadRequestHandler, UploadRawFile, UploadStatus, TooltipTriggerType, PopperEffect, Placement, Options, ButtonProps, Translator, TooltipInstance, PopperInstance } from 'element-plus';
8
+ import { OnCleanup } from '@vue/reactivity';
9
+ import { AnnexUploadProps } from './annex-upload';
10
+ import { Option } from './static/CommonObject';
11
+ import { DropdownEntity } from './drop-down-condition/drop-down-condition';
12
+ import { data } from './country-platform-shop-condition/country-platform-shop-condition';
13
+ import { CommonImportProps } from './common-import/props';
14
+ import { PageObj } from './common-import/common-import';
15
+ import { IAnyObj } from './left-condition-enum/left-condition-enum';
16
+ import { FilterContainerProps } from './filter-container/props';
17
+ import { SearchItem } from './filter-container';
18
+ import { FilterChangeEvent, ComponentMethods, FilterValue } from './filter-container/key';
19
+ import { FilterWrapperProps } from './filter-wrapper/props';
20
+ import { HeightCollapseProps } from './height-collapse';
21
+ import { FileDownloadWrapperProps } from './file-download-wrapper';
22
+ declare const _default: (( SFCWithInstall<DefineComponent<ExtractPropTypes<{
23
+ defaultSearch: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ options: {
28
+ type: () => Array<{
29
+ value: string;
30
+ label: string;
31
+ }>;
32
+ default: () => SearchOptions[];
33
+ };
34
+ placeholderText: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
38
+ showPatchSearch: {
39
+ type: BooleanConstructor;
40
+ default: false;
41
+ };
42
+ showWithinFilterCheckbox: {
43
+ type: BooleanConstructor;
44
+ default: true;
45
+ };
46
+ isWithinFilterOptions: {
47
+ type: BooleanConstructor;
48
+ default: boolean;
49
+ };
50
+ showSelect: {
51
+ type: BooleanConstructor;
52
+ default: false;
53
+ };
54
+ searchItem: {
55
+ type: () => Record<string, FilterValue>;
56
+ default: () => SearchItem;
57
+ };
58
+ isBatchSelectOptionsSameWithInput: {
59
+ type: BooleanConstructor;
60
+ default: true;
61
+ };
62
+ batchOptions: {
63
+ type: () => Array<{
64
+ value: string;
65
+ label: string;
66
+ }>;
67
+ default: () => SearchOptions[];
68
+ };
69
+ }>, {
70
+ selectedSearchType: Ref<string, string>;
71
+ putSearch: Ref<string, string>;
72
+ localIsWithinFilterOptions: Ref<boolean, boolean>;
73
+ showBatchSearch: Ref<boolean, boolean>;
74
+ defaultOptions: {
75
+ value: string;
76
+ label: string;
77
+ }[];
78
+ handleSearch: () => void;
79
+ handleClear: () => void;
80
+ pasteFormatInput: ($event: ClipboardEvent) => void;
81
+ handleBatchSearchConfirm: (data: {
82
+ searchType: string;
83
+ searchContent: string;
84
+ }) => void;
85
+ searchWithinFilterOptions: () => void;
86
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("search" | "update:isWithinFilterOptions")[], "search" | "update:isWithinFilterOptions", PublicProps, Readonly< ExtractPropTypes<{
87
+ defaultSearch: {
88
+ type: StringConstructor;
89
+ default: string;
90
+ };
91
+ options: {
92
+ type: () => Array<{
93
+ value: string;
94
+ label: string;
95
+ }>;
96
+ default: () => SearchOptions[];
97
+ };
98
+ placeholderText: {
99
+ type: StringConstructor;
100
+ default: string;
101
+ };
102
+ showPatchSearch: {
103
+ type: BooleanConstructor;
104
+ default: false;
105
+ };
106
+ showWithinFilterCheckbox: {
107
+ type: BooleanConstructor;
108
+ default: true;
109
+ };
110
+ isWithinFilterOptions: {
111
+ type: BooleanConstructor;
112
+ default: boolean;
113
+ };
114
+ showSelect: {
115
+ type: BooleanConstructor;
116
+ default: false;
117
+ };
118
+ searchItem: {
119
+ type: () => Record<string, FilterValue>;
120
+ default: () => SearchItem;
121
+ };
122
+ isBatchSelectOptionsSameWithInput: {
123
+ type: BooleanConstructor;
124
+ default: true;
125
+ };
126
+ batchOptions: {
127
+ type: () => Array<{
128
+ value: string;
129
+ label: string;
130
+ }>;
131
+ default: () => SearchOptions[];
132
+ };
133
+ }>> & Readonly<{
134
+ onSearch?: (...args: any[]) => any;
135
+ "onUpdate:isWithinFilterOptions"?: (...args: any[]) => any;
136
+ }>, {
137
+ showSelect: boolean;
138
+ batchOptions: {
139
+ value: string;
140
+ label: string;
141
+ }[];
142
+ defaultSearch: string;
143
+ options: {
144
+ value: string;
145
+ label: string;
146
+ }[];
147
+ placeholderText: string;
148
+ showPatchSearch: boolean;
149
+ showWithinFilterCheckbox: boolean;
150
+ searchItem: Record<string, FilterValue>;
151
+ isBatchSelectOptionsSameWithInput: boolean;
152
+ isWithinFilterOptions: boolean;
153
+ }, {}, {
154
+ BatchSearchDialog: any;
155
+ }, {}, string, ComponentProvideOptions, true, {}, any>> & Record<string, any>) | ( SFCWithInstall<{
156
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< CopyProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
157
+ message: string;
158
+ content: string;
159
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
160
+ P: {};
161
+ B: {};
162
+ D: {};
163
+ C: {};
164
+ M: {};
165
+ Defaults: {};
166
+ }, Readonly< CopyProps> & Readonly<{}>, {}, {}, {}, {}, {
167
+ message: string;
168
+ content: string;
169
+ }>;
170
+ __isFragment?: never;
171
+ __isTeleport?: never;
172
+ __isSuspense?: never;
173
+ } & ComponentOptionsBase<Readonly< CopyProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
174
+ message: string;
175
+ content: string;
176
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
177
+ $slots: {
178
+ default?(_: {}): any;
179
+ };
180
+ })> & Record<string, any>) | ( SFCWithInstall<{
181
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ImageUploadProps> & Readonly<{
182
+ onChange?: (...args: any[]) => any;
183
+ "onUpdate:modelValue"?: (...args: any[]) => any;
184
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
185
+ change: (...args: any[]) => void;
186
+ "update:modelValue": (...args: any[]) => void;
187
+ }, PublicProps, {
188
+ modelValue: {
189
+ index: number;
190
+ fileId: string;
191
+ fileName: string;
192
+ };
193
+ fileType: string;
194
+ showDelete: boolean;
195
+ zoom: number;
196
+ imgSize: {
197
+ width: number;
198
+ height: number;
199
+ };
200
+ limitImgSize: boolean;
201
+ limitFileSize: boolean;
202
+ fileSize: number;
203
+ fileSizeUnit: "kb" | "KB" | "mb" | "MB";
204
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
205
+ P: {};
206
+ B: {};
207
+ D: {};
208
+ C: {};
209
+ M: {};
210
+ Defaults: {};
211
+ }, Readonly< ImageUploadProps> & Readonly<{
212
+ onChange?: (...args: any[]) => any;
213
+ "onUpdate:modelValue"?: (...args: any[]) => any;
214
+ }>, {}, {}, {}, {}, {
215
+ modelValue: {
216
+ index: number;
217
+ fileId: string;
218
+ fileName: string;
219
+ };
220
+ fileType: string;
221
+ showDelete: boolean;
222
+ zoom: number;
223
+ imgSize: {
224
+ width: number;
225
+ height: number;
226
+ };
227
+ limitImgSize: boolean;
228
+ limitFileSize: boolean;
229
+ fileSize: number;
230
+ fileSizeUnit: "kb" | "KB" | "mb" | "MB";
231
+ }>;
232
+ __isFragment?: never;
233
+ __isTeleport?: never;
234
+ __isSuspense?: never;
235
+ } & ComponentOptionsBase<Readonly< ImageUploadProps> & Readonly<{
236
+ onChange?: (...args: any[]) => any;
237
+ "onUpdate:modelValue"?: (...args: any[]) => any;
238
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
239
+ change: (...args: any[]) => void;
240
+ "update:modelValue": (...args: any[]) => void;
241
+ }, string, {
242
+ modelValue: {
243
+ index: number;
244
+ fileId: string;
245
+ fileName: string;
246
+ };
247
+ fileType: string;
248
+ showDelete: boolean;
249
+ zoom: number;
250
+ imgSize: {
251
+ width: number;
252
+ height: number;
253
+ };
254
+ limitImgSize: boolean;
255
+ limitFileSize: boolean;
256
+ fileSize: number;
257
+ fileSizeUnit: "kb" | "KB" | "mb" | "MB";
258
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
259
+ $slots: {
260
+ default?(_: {
261
+ value: string;
262
+ }): any;
263
+ };
264
+ })> & Record<string, any>) | ( SFCWithInstall<DefineComponent<OperationLogProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< OperationLogProps> & Readonly<{}>, {
265
+ businessKey: string;
266
+ businessName: string;
267
+ ifShowDocument: boolean;
268
+ topHeight: number;
269
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
270
+ logForm: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
271
+ businessKey: {
272
+ type: StringConstructor;
273
+ default: string;
274
+ };
275
+ businessName: {
276
+ type: StringConstructor;
277
+ default: string;
278
+ };
279
+ }>> & Readonly<{
280
+ onFilterChange?: (...args: any[]) => any;
281
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
282
+ filterChange: (...args: any[]) => void;
283
+ }, PublicProps, {
284
+ businessKey: string;
285
+ businessName: string;
286
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
287
+ P: {};
288
+ B: {};
289
+ D: {};
290
+ C: {};
291
+ M: {};
292
+ Defaults: {};
293
+ }, Readonly< ExtractPropTypes<{
294
+ businessKey: {
295
+ type: StringConstructor;
296
+ default: string;
297
+ };
298
+ businessName: {
299
+ type: StringConstructor;
300
+ default: string;
301
+ };
302
+ }>> & Readonly<{
303
+ onFilterChange?: (...args: any[]) => any;
304
+ }>, {}, {}, {}, {}, {
305
+ businessKey: string;
306
+ businessName: string;
307
+ }>;
308
+ infiniteList: {
309
+ $: ComponentInternalInstance;
310
+ $data: {};
311
+ $props: Partial<{
312
+ readonly height: string | number;
313
+ readonly maxHeight: string | number;
314
+ readonly always: boolean;
315
+ readonly tabindex: string | number;
316
+ readonly minSize: number;
317
+ readonly native: boolean;
318
+ readonly wrapStyle: StyleValue;
319
+ readonly wrapClass: string | unknown[];
320
+ readonly viewClass: string | unknown[];
321
+ readonly viewStyle: string | unknown[] | Record<string, any>;
322
+ readonly tag: string;
323
+ readonly noresize: boolean;
324
+ }> & Omit<{
325
+ readonly tag: string;
326
+ readonly always: boolean;
327
+ readonly height: string | number;
328
+ readonly maxHeight: string | number;
329
+ readonly native: boolean;
330
+ readonly wrapStyle: StyleValue;
331
+ readonly wrapClass: string | unknown[];
332
+ readonly viewClass: string | unknown[];
333
+ readonly viewStyle: string | unknown[] | Record<string, any>;
334
+ readonly noresize: boolean;
335
+ readonly minSize: number;
336
+ readonly ariaLabel?: string;
337
+ readonly id?: string;
338
+ readonly tabindex?: string | number;
339
+ readonly role?: string;
340
+ readonly ariaOrientation?: string;
341
+ onScroll?: ((args_0: {
342
+ scrollTop: number;
343
+ scrollLeft: number;
344
+ }) => any) | undefined;
345
+ "onEnd-reached"?: ((direction: ScrollbarDirection) => any) | undefined;
346
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "tag" | "tabindex" | "always" | "height" | "maxHeight" | "native" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "minSize">;
347
+ $attrs: {
348
+ [x: string]: unknown;
349
+ };
350
+ $refs: {
351
+ [x: string]: unknown;
352
+ };
353
+ $slots: Readonly<{
354
+ [name: string]: Slot<any>;
355
+ }>;
356
+ $root: ComponentPublicInstance | null;
357
+ $parent: ComponentPublicInstance | null;
358
+ $host: Element | null;
359
+ $emit: ((event: "scroll", args_0: {
360
+ scrollTop: number;
361
+ scrollLeft: number;
362
+ }) => void) & ((event: "end-reached", direction: ScrollbarDirection) => void);
363
+ $el: any;
364
+ $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
365
+ readonly ariaLabel: StringConstructor;
366
+ readonly ariaOrientation: {
367
+ readonly type: PropType<string>;
368
+ readonly required: false;
369
+ readonly validator: ((val: unknown) => boolean) | undefined;
370
+ __epPropKey: true;
371
+ };
372
+ readonly height: {
373
+ readonly type: PropType<string | number>;
374
+ readonly required: false;
375
+ readonly validator: ((val: unknown) => boolean) | undefined;
376
+ __epPropKey: true;
377
+ } & {
378
+ readonly default: "";
379
+ };
380
+ readonly maxHeight: {
381
+ readonly type: PropType<string | number>;
382
+ readonly required: false;
383
+ readonly validator: ((val: unknown) => boolean) | undefined;
384
+ __epPropKey: true;
385
+ } & {
386
+ readonly default: "";
387
+ };
388
+ readonly native: {
389
+ readonly type: PropType<boolean>;
390
+ readonly required: false;
391
+ readonly validator: ((val: unknown) => boolean) | undefined;
392
+ __epPropKey: true;
393
+ } & {
394
+ readonly default: false;
395
+ };
396
+ readonly wrapStyle: {
397
+ readonly type: PropType<StyleValue>;
398
+ readonly required: false;
399
+ readonly validator: ((val: unknown) => boolean) | undefined;
400
+ __epPropKey: true;
401
+ } & {
402
+ readonly default: "";
403
+ };
404
+ readonly wrapClass: {
405
+ readonly type: PropType<string | unknown[]>;
406
+ readonly required: false;
407
+ readonly validator: ((val: unknown) => boolean) | undefined;
408
+ __epPropKey: true;
409
+ } & {
410
+ readonly default: "";
411
+ };
412
+ readonly viewClass: {
413
+ readonly type: PropType<string | unknown[]>;
414
+ readonly required: false;
415
+ readonly validator: ((val: unknown) => boolean) | undefined;
416
+ __epPropKey: true;
417
+ } & {
418
+ readonly default: "";
419
+ };
420
+ readonly viewStyle: {
421
+ readonly type: PropType<string | unknown[] | Record<string, any>>;
422
+ readonly required: false;
423
+ readonly validator: ((val: unknown) => boolean) | undefined;
424
+ __epPropKey: true;
425
+ } & {
426
+ readonly default: "";
427
+ };
428
+ readonly noresize: BooleanConstructor;
429
+ readonly tag: {
430
+ readonly type: PropType<string>;
431
+ readonly required: false;
432
+ readonly validator: ((val: unknown) => boolean) | undefined;
433
+ __epPropKey: true;
434
+ } & {
435
+ readonly default: "div";
436
+ };
437
+ readonly always: BooleanConstructor;
438
+ readonly minSize: {
439
+ readonly type: PropType<number>;
440
+ readonly required: false;
441
+ readonly validator: ((val: unknown) => boolean) | undefined;
442
+ __epPropKey: true;
443
+ } & {
444
+ readonly default: 20;
445
+ };
446
+ readonly tabindex: {
447
+ readonly type: PropType<string | number>;
448
+ readonly required: false;
449
+ readonly validator: ((val: unknown) => boolean) | undefined;
450
+ __epPropKey: true;
451
+ } & {
452
+ readonly default: undefined;
453
+ };
454
+ readonly id: StringConstructor;
455
+ readonly role: StringConstructor;
456
+ }>> & {
457
+ onScroll?: ((args_0: {
458
+ scrollTop: number;
459
+ scrollLeft: number;
460
+ }) => any) | undefined;
461
+ "onEnd-reached"?: ((direction: ScrollbarDirection) => any) | undefined;
462
+ }, {
463
+ wrapRef: Ref<HTMLDivElement | undefined>;
464
+ update: () => void;
465
+ scrollTo: {
466
+ (xCord: number, yCord?: number): void;
467
+ (options: ScrollToOptions): void;
468
+ };
469
+ setScrollTop: (value: number) => void;
470
+ setScrollLeft: (value: number) => void;
471
+ handleScroll: () => void;
472
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
473
+ scroll: (args_0: {
474
+ scrollTop: number;
475
+ scrollLeft: number;
476
+ }) => void;
477
+ "end-reached": (direction: ScrollbarDirection) => void;
478
+ }, string, {
479
+ readonly height: string | number;
480
+ readonly maxHeight: string | number;
481
+ readonly always: boolean;
482
+ readonly tabindex: string | number;
483
+ readonly minSize: number;
484
+ readonly native: boolean;
485
+ readonly wrapStyle: StyleValue;
486
+ readonly wrapClass: string | unknown[];
487
+ readonly viewClass: string | unknown[];
488
+ readonly viewStyle: string | unknown[] | Record<string, any>;
489
+ readonly tag: string;
490
+ readonly noresize: boolean;
491
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
492
+ beforeCreate?: (() => void) | (() => void)[];
493
+ created?: (() => void) | (() => void)[];
494
+ beforeMount?: (() => void) | (() => void)[];
495
+ mounted?: (() => void) | (() => void)[];
496
+ beforeUpdate?: (() => void) | (() => void)[];
497
+ updated?: (() => void) | (() => void)[];
498
+ activated?: (() => void) | (() => void)[];
499
+ deactivated?: (() => void) | (() => void)[];
500
+ beforeDestroy?: (() => void) | (() => void)[];
501
+ beforeUnmount?: (() => void) | (() => void)[];
502
+ destroyed?: (() => void) | (() => void)[];
503
+ unmounted?: (() => void) | (() => void)[];
504
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
505
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
506
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
507
+ };
508
+ $forceUpdate: () => void;
509
+ $nextTick: nextTick;
510
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
511
+ } & Readonly<{
512
+ readonly height: string | number;
513
+ readonly maxHeight: string | number;
514
+ readonly always: boolean;
515
+ readonly tabindex: string | number;
516
+ readonly minSize: number;
517
+ readonly native: boolean;
518
+ readonly wrapStyle: StyleValue;
519
+ readonly wrapClass: string | unknown[];
520
+ readonly viewClass: string | unknown[];
521
+ readonly viewStyle: string | unknown[] | Record<string, any>;
522
+ readonly tag: string;
523
+ readonly noresize: boolean;
524
+ }> & Omit<Readonly< ExtractPropTypes<{
525
+ readonly ariaLabel: StringConstructor;
526
+ readonly ariaOrientation: {
527
+ readonly type: PropType<string>;
528
+ readonly required: false;
529
+ readonly validator: ((val: unknown) => boolean) | undefined;
530
+ __epPropKey: true;
531
+ };
532
+ readonly height: {
533
+ readonly type: PropType<string | number>;
534
+ readonly required: false;
535
+ readonly validator: ((val: unknown) => boolean) | undefined;
536
+ __epPropKey: true;
537
+ } & {
538
+ readonly default: "";
539
+ };
540
+ readonly maxHeight: {
541
+ readonly type: PropType<string | number>;
542
+ readonly required: false;
543
+ readonly validator: ((val: unknown) => boolean) | undefined;
544
+ __epPropKey: true;
545
+ } & {
546
+ readonly default: "";
547
+ };
548
+ readonly native: {
549
+ readonly type: PropType<boolean>;
550
+ readonly required: false;
551
+ readonly validator: ((val: unknown) => boolean) | undefined;
552
+ __epPropKey: true;
553
+ } & {
554
+ readonly default: false;
555
+ };
556
+ readonly wrapStyle: {
557
+ readonly type: PropType<StyleValue>;
558
+ readonly required: false;
559
+ readonly validator: ((val: unknown) => boolean) | undefined;
560
+ __epPropKey: true;
561
+ } & {
562
+ readonly default: "";
563
+ };
564
+ readonly wrapClass: {
565
+ readonly type: PropType<string | unknown[]>;
566
+ readonly required: false;
567
+ readonly validator: ((val: unknown) => boolean) | undefined;
568
+ __epPropKey: true;
569
+ } & {
570
+ readonly default: "";
571
+ };
572
+ readonly viewClass: {
573
+ readonly type: PropType<string | unknown[]>;
574
+ readonly required: false;
575
+ readonly validator: ((val: unknown) => boolean) | undefined;
576
+ __epPropKey: true;
577
+ } & {
578
+ readonly default: "";
579
+ };
580
+ readonly viewStyle: {
581
+ readonly type: PropType<string | unknown[] | Record<string, any>>;
582
+ readonly required: false;
583
+ readonly validator: ((val: unknown) => boolean) | undefined;
584
+ __epPropKey: true;
585
+ } & {
586
+ readonly default: "";
587
+ };
588
+ readonly noresize: BooleanConstructor;
589
+ readonly tag: {
590
+ readonly type: PropType<string>;
591
+ readonly required: false;
592
+ readonly validator: ((val: unknown) => boolean) | undefined;
593
+ __epPropKey: true;
594
+ } & {
595
+ readonly default: "div";
596
+ };
597
+ readonly always: BooleanConstructor;
598
+ readonly minSize: {
599
+ readonly type: PropType<number>;
600
+ readonly required: false;
601
+ readonly validator: ((val: unknown) => boolean) | undefined;
602
+ __epPropKey: true;
603
+ } & {
604
+ readonly default: 20;
605
+ };
606
+ readonly tabindex: {
607
+ readonly type: PropType<string | number>;
608
+ readonly required: false;
609
+ readonly validator: ((val: unknown) => boolean) | undefined;
610
+ __epPropKey: true;
611
+ } & {
612
+ readonly default: undefined;
613
+ };
614
+ readonly id: StringConstructor;
615
+ readonly role: StringConstructor;
616
+ }>> & {
617
+ onScroll?: ((args_0: {
618
+ scrollTop: number;
619
+ scrollLeft: number;
620
+ }) => any) | undefined;
621
+ "onEnd-reached"?: ((direction: ScrollbarDirection) => any) | undefined;
622
+ }, "tag" | "tabindex" | "always" | "height" | "maxHeight" | "native" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "minSize" | "wrapRef" | "update" | "scrollTo" | "setScrollTop" | "setScrollLeft" | "handleScroll"> & ShallowUnwrapRef<{
623
+ wrapRef: Ref<HTMLDivElement | undefined>;
624
+ update: () => void;
625
+ scrollTo: {
626
+ (xCord: number, yCord?: number): void;
627
+ (options: ScrollToOptions): void;
628
+ };
629
+ setScrollTop: (value: number) => void;
630
+ setScrollLeft: (value: number) => void;
631
+ handleScroll: () => void;
632
+ }> & {} & ComponentCustomProperties & {} & {
633
+ $slots: {
634
+ default?(_: {}): any;
635
+ };
636
+ };
637
+ logText: HTMLTextAreaElement;
638
+ }, HTMLDivElement>> & Record<string, any>) | ( SFCWithInstall<{
639
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< AnnexUploadProps> & Readonly<{
640
+ onChange?: (...args: any[]) => any;
641
+ "onUpdate:modelValue"?: (...args: any[]) => any;
642
+ onSuccess?: (...args: any[]) => any;
643
+ onRemove?: (...args: any[]) => any;
644
+ }>, {
645
+ clearFiles: () => Promise<void>;
646
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
647
+ change: (...args: any[]) => void;
648
+ "update:modelValue": (...args: any[]) => void;
649
+ success: (...args: any[]) => void;
650
+ remove: (...args: any[]) => void;
651
+ }, PublicProps, {
652
+ modelValue: {
653
+ index: number;
654
+ fileId: string;
655
+ fileName: string;
656
+ }[];
657
+ validateEvent: boolean;
658
+ fileType: string;
659
+ limitFileSize: boolean;
660
+ fileSize: number;
661
+ fileSizeUnit: "kb" | "KB" | "mb" | "MB";
662
+ accept: string;
663
+ fileList: {
664
+ name: string;
665
+ url: string;
666
+ }[];
667
+ limit: number;
668
+ showList: boolean;
669
+ checkRealType: boolean;
670
+ uploadType: "upload" | "import";
671
+ showTips: boolean;
672
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
673
+ uploadRef: {
674
+ $: ComponentInternalInstance;
675
+ $data: {};
676
+ $props: Partial<{
677
+ readonly data: unknown;
678
+ readonly disabled: boolean;
679
+ readonly drag: boolean;
680
+ readonly multiple: boolean;
681
+ readonly name: string;
682
+ readonly onChange: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
683
+ readonly onError: (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
684
+ readonly onProgress: (evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
685
+ readonly method: string;
686
+ readonly action: string;
687
+ readonly withCredentials: boolean;
688
+ readonly showFileList: boolean;
689
+ readonly accept: string;
690
+ readonly fileList: UploadUserFile[];
691
+ readonly autoUpload: boolean;
692
+ readonly listType: "text" | "picture" | "picture-card";
693
+ readonly httpRequest: UploadRequestHandler;
694
+ readonly beforeUpload: (rawFile: UploadRawFile) => boolean | void | File | Blob | Promise<boolean | void | File | Blob>;
695
+ readonly onRemove: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
696
+ readonly onPreview: (uploadFile: UploadFile) => void;
697
+ readonly onSuccess: (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
698
+ readonly onExceed: (files: File[], uploadFiles: UploadUserFile[]) => void;
699
+ }> & Omit<{
700
+ readonly drag: boolean;
701
+ readonly name: string;
702
+ readonly data: {};
703
+ readonly disabled: boolean;
704
+ readonly multiple: boolean;
705
+ readonly onChange: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
706
+ readonly onError: (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
707
+ readonly onProgress: (evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
708
+ readonly method: string;
709
+ readonly withCredentials: boolean;
710
+ readonly beforeUpload: (rawFile: UploadRawFile) => boolean | void | File | Blob | Promise<boolean | void | File | Blob>;
711
+ readonly onRemove: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
712
+ readonly onPreview: (uploadFile: UploadFile) => void;
713
+ readonly onSuccess: (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
714
+ readonly onExceed: (files: File[], uploadFiles: UploadUserFile[]) => void;
715
+ readonly action: string;
716
+ readonly showFileList: boolean;
717
+ readonly accept: string;
718
+ readonly fileList: UploadUserFile[];
719
+ readonly autoUpload: boolean;
720
+ readonly listType: "text" | "picture" | "picture-card";
721
+ readonly httpRequest: UploadRequestHandler;
722
+ readonly headers?: Record<string, any> | Headers;
723
+ readonly beforeRemove?: (uploadFile: UploadFile, uploadFiles: UploadFiles) => boolean | Promise<boolean>;
724
+ readonly crossorigin?: "" | "anonymous" | "use-credentials";
725
+ readonly limit?: number;
726
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "drag" | "name" | "data" | "disabled" | "multiple" | "onChange" | "onError" | "onProgress" | "method" | "withCredentials" | "beforeUpload" | "onRemove" | "onPreview" | "onSuccess" | "onExceed" | "action" | "showFileList" | "accept" | "fileList" | "autoUpload" | "listType" | "httpRequest">;
727
+ $attrs: {
728
+ [x: string]: unknown;
729
+ };
730
+ $refs: {
731
+ [x: string]: unknown;
732
+ };
733
+ $slots: Readonly<{
734
+ [name: string]: Slot<any>;
735
+ }>;
736
+ $root: ComponentPublicInstance | null;
737
+ $parent: ComponentPublicInstance | null;
738
+ $host: Element | null;
739
+ $emit: (event: string, ...args: any[]) => void;
740
+ $el: any;
741
+ $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
742
+ readonly beforeUpload: {
743
+ readonly type: PropType<(rawFile: UploadRawFile) => boolean | void | File | Blob | Promise<boolean | void | File | Blob>>;
744
+ readonly required: false;
745
+ readonly validator: ((val: unknown) => boolean) | undefined;
746
+ __epPropKey: true;
747
+ } & {
748
+ readonly default: () => void;
749
+ };
750
+ readonly beforeRemove: {
751
+ readonly type: PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => boolean | Promise<boolean>>;
752
+ readonly required: false;
753
+ readonly validator: ((val: unknown) => boolean) | undefined;
754
+ __epPropKey: true;
755
+ };
756
+ readonly onRemove: {
757
+ readonly type: PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
758
+ readonly required: false;
759
+ readonly validator: ((val: unknown) => boolean) | undefined;
760
+ __epPropKey: true;
761
+ } & {
762
+ readonly default: () => void;
763
+ };
764
+ readonly onChange: {
765
+ readonly type: PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
766
+ readonly required: false;
767
+ readonly validator: ((val: unknown) => boolean) | undefined;
768
+ __epPropKey: true;
769
+ } & {
770
+ readonly default: () => void;
771
+ };
772
+ readonly onPreview: {
773
+ readonly type: PropType<(uploadFile: UploadFile) => void>;
774
+ readonly required: false;
775
+ readonly validator: ((val: unknown) => boolean) | undefined;
776
+ __epPropKey: true;
777
+ } & {
778
+ readonly default: () => void;
779
+ };
780
+ readonly onSuccess: {
781
+ readonly type: PropType<(response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
782
+ readonly required: false;
783
+ readonly validator: ((val: unknown) => boolean) | undefined;
784
+ __epPropKey: true;
785
+ } & {
786
+ readonly default: () => void;
787
+ };
788
+ readonly onProgress: {
789
+ readonly type: PropType<(evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
790
+ readonly required: false;
791
+ readonly validator: ((val: unknown) => boolean) | undefined;
792
+ __epPropKey: true;
793
+ } & {
794
+ readonly default: () => void;
795
+ };
796
+ readonly onError: {
797
+ readonly type: PropType<(error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
798
+ readonly required: false;
799
+ readonly validator: ((val: unknown) => boolean) | undefined;
800
+ __epPropKey: true;
801
+ } & {
802
+ readonly default: () => void;
803
+ };
804
+ readonly onExceed: {
805
+ readonly type: PropType<(files: File[], uploadFiles: UploadUserFile[]) => void>;
806
+ readonly required: false;
807
+ readonly validator: ((val: unknown) => boolean) | undefined;
808
+ __epPropKey: true;
809
+ } & {
810
+ readonly default: () => void;
811
+ };
812
+ readonly crossorigin: {
813
+ readonly type: PropType<"" | "anonymous" | "use-credentials">;
814
+ readonly required: false;
815
+ readonly validator: ((val: unknown) => boolean) | undefined;
816
+ __epPropKey: true;
817
+ };
818
+ readonly action: {
819
+ readonly type: PropType<string>;
820
+ readonly required: false;
821
+ readonly validator: ((val: unknown) => boolean) | undefined;
822
+ __epPropKey: true;
823
+ } & {
824
+ readonly default: "#";
825
+ };
826
+ readonly headers: {
827
+ readonly type: PropType<Record<string, any> | Headers>;
828
+ readonly required: false;
829
+ readonly validator: ((val: unknown) => boolean) | undefined;
830
+ __epPropKey: true;
831
+ };
832
+ readonly method: {
833
+ readonly type: PropType<string>;
834
+ readonly required: false;
835
+ readonly validator: ((val: unknown) => boolean) | undefined;
836
+ __epPropKey: true;
837
+ } & {
838
+ readonly default: "post";
839
+ };
840
+ readonly data: {
841
+ readonly type: PropType<unknown>;
842
+ readonly required: false;
843
+ readonly validator: ((val: unknown) => boolean) | undefined;
844
+ __epPropKey: true;
845
+ } & {
846
+ readonly default: () => {};
847
+ };
848
+ readonly multiple: BooleanConstructor;
849
+ readonly name: {
850
+ readonly type: PropType<string>;
851
+ readonly required: false;
852
+ readonly validator: ((val: unknown) => boolean) | undefined;
853
+ __epPropKey: true;
854
+ } & {
855
+ readonly default: "file";
856
+ };
857
+ readonly drag: BooleanConstructor;
858
+ readonly withCredentials: BooleanConstructor;
859
+ readonly showFileList: {
860
+ readonly type: PropType<boolean>;
861
+ readonly required: false;
862
+ readonly validator: ((val: unknown) => boolean) | undefined;
863
+ __epPropKey: true;
864
+ } & {
865
+ readonly default: true;
866
+ };
867
+ readonly accept: {
868
+ readonly type: PropType<string>;
869
+ readonly required: false;
870
+ readonly validator: ((val: unknown) => boolean) | undefined;
871
+ __epPropKey: true;
872
+ } & {
873
+ readonly default: "";
874
+ };
875
+ readonly fileList: {
876
+ readonly type: PropType< UploadUserFile[]>;
877
+ readonly required: false;
878
+ readonly validator: ((val: unknown) => boolean) | undefined;
879
+ __epPropKey: true;
880
+ } & {
881
+ readonly default: () => [];
882
+ };
883
+ readonly autoUpload: {
884
+ readonly type: PropType<boolean>;
885
+ readonly required: false;
886
+ readonly validator: ((val: unknown) => boolean) | undefined;
887
+ __epPropKey: true;
888
+ } & {
889
+ readonly default: true;
890
+ };
891
+ readonly listType: {
892
+ readonly type: PropType<"text" | "picture" | "picture-card">;
893
+ readonly required: false;
894
+ readonly validator: ((val: unknown) => boolean) | undefined;
895
+ __epPropKey: true;
896
+ } & {
897
+ readonly default: "text";
898
+ };
899
+ readonly httpRequest: {
900
+ readonly type: PropType<UploadRequestHandler>;
901
+ readonly required: false;
902
+ readonly validator: ((val: unknown) => boolean) | undefined;
903
+ __epPropKey: true;
904
+ } & {
905
+ readonly default: UploadRequestHandler;
906
+ };
907
+ readonly disabled: BooleanConstructor;
908
+ readonly limit: NumberConstructor;
909
+ }>>, {
910
+ abort: (file: UploadFile) => void;
911
+ submit: () => void;
912
+ clearFiles: (states?: UploadStatus[]) => void;
913
+ handleStart: (rawFile: UploadRawFile) => void;
914
+ handleRemove: (file: UploadFile | UploadRawFile, rawFile?: UploadRawFile) => void;
915
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
916
+ readonly data: unknown;
917
+ readonly disabled: boolean;
918
+ readonly drag: boolean;
919
+ readonly multiple: boolean;
920
+ readonly name: string;
921
+ readonly onChange: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
922
+ readonly onError: (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
923
+ readonly onProgress: (evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
924
+ readonly method: string;
925
+ readonly action: string;
926
+ readonly withCredentials: boolean;
927
+ readonly showFileList: boolean;
928
+ readonly accept: string;
929
+ readonly fileList: UploadUserFile[];
930
+ readonly autoUpload: boolean;
931
+ readonly listType: "text" | "picture" | "picture-card";
932
+ readonly httpRequest: UploadRequestHandler;
933
+ readonly beforeUpload: (rawFile: UploadRawFile) => boolean | void | File | Blob | Promise<boolean | void | File | Blob>;
934
+ readonly onRemove: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
935
+ readonly onPreview: (uploadFile: UploadFile) => void;
936
+ readonly onSuccess: (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
937
+ readonly onExceed: (files: File[], uploadFiles: UploadUserFile[]) => void;
938
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
939
+ beforeCreate?: (() => void) | (() => void)[];
940
+ created?: (() => void) | (() => void)[];
941
+ beforeMount?: (() => void) | (() => void)[];
942
+ mounted?: (() => void) | (() => void)[];
943
+ beforeUpdate?: (() => void) | (() => void)[];
944
+ updated?: (() => void) | (() => void)[];
945
+ activated?: (() => void) | (() => void)[];
946
+ deactivated?: (() => void) | (() => void)[];
947
+ beforeDestroy?: (() => void) | (() => void)[];
948
+ beforeUnmount?: (() => void) | (() => void)[];
949
+ destroyed?: (() => void) | (() => void)[];
950
+ unmounted?: (() => void) | (() => void)[];
951
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
952
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
953
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
954
+ };
955
+ $forceUpdate: () => void;
956
+ $nextTick: nextTick;
957
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
958
+ } & Readonly<{
959
+ readonly data: unknown;
960
+ readonly disabled: boolean;
961
+ readonly drag: boolean;
962
+ readonly multiple: boolean;
963
+ readonly name: string;
964
+ readonly onChange: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
965
+ readonly onError: (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
966
+ readonly onProgress: (evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
967
+ readonly method: string;
968
+ readonly action: string;
969
+ readonly withCredentials: boolean;
970
+ readonly showFileList: boolean;
971
+ readonly accept: string;
972
+ readonly fileList: UploadUserFile[];
973
+ readonly autoUpload: boolean;
974
+ readonly listType: "text" | "picture" | "picture-card";
975
+ readonly httpRequest: UploadRequestHandler;
976
+ readonly beforeUpload: (rawFile: UploadRawFile) => boolean | void | File | Blob | Promise<boolean | void | File | Blob>;
977
+ readonly onRemove: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
978
+ readonly onPreview: (uploadFile: UploadFile) => void;
979
+ readonly onSuccess: (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
980
+ readonly onExceed: (files: File[], uploadFiles: UploadUserFile[]) => void;
981
+ }> & Omit<Readonly< ExtractPropTypes<{
982
+ readonly beforeUpload: {
983
+ readonly type: PropType<(rawFile: UploadRawFile) => boolean | void | File | Blob | Promise<boolean | void | File | Blob>>;
984
+ readonly required: false;
985
+ readonly validator: ((val: unknown) => boolean) | undefined;
986
+ __epPropKey: true;
987
+ } & {
988
+ readonly default: () => void;
989
+ };
990
+ readonly beforeRemove: {
991
+ readonly type: PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => boolean | Promise<boolean>>;
992
+ readonly required: false;
993
+ readonly validator: ((val: unknown) => boolean) | undefined;
994
+ __epPropKey: true;
995
+ };
996
+ readonly onRemove: {
997
+ readonly type: PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
998
+ readonly required: false;
999
+ readonly validator: ((val: unknown) => boolean) | undefined;
1000
+ __epPropKey: true;
1001
+ } & {
1002
+ readonly default: () => void;
1003
+ };
1004
+ readonly onChange: {
1005
+ readonly type: PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
1006
+ readonly required: false;
1007
+ readonly validator: ((val: unknown) => boolean) | undefined;
1008
+ __epPropKey: true;
1009
+ } & {
1010
+ readonly default: () => void;
1011
+ };
1012
+ readonly onPreview: {
1013
+ readonly type: PropType<(uploadFile: UploadFile) => void>;
1014
+ readonly required: false;
1015
+ readonly validator: ((val: unknown) => boolean) | undefined;
1016
+ __epPropKey: true;
1017
+ } & {
1018
+ readonly default: () => void;
1019
+ };
1020
+ readonly onSuccess: {
1021
+ readonly type: PropType<(response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
1022
+ readonly required: false;
1023
+ readonly validator: ((val: unknown) => boolean) | undefined;
1024
+ __epPropKey: true;
1025
+ } & {
1026
+ readonly default: () => void;
1027
+ };
1028
+ readonly onProgress: {
1029
+ readonly type: PropType<(evt: UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
1030
+ readonly required: false;
1031
+ readonly validator: ((val: unknown) => boolean) | undefined;
1032
+ __epPropKey: true;
1033
+ } & {
1034
+ readonly default: () => void;
1035
+ };
1036
+ readonly onError: {
1037
+ readonly type: PropType<(error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
1038
+ readonly required: false;
1039
+ readonly validator: ((val: unknown) => boolean) | undefined;
1040
+ __epPropKey: true;
1041
+ } & {
1042
+ readonly default: () => void;
1043
+ };
1044
+ readonly onExceed: {
1045
+ readonly type: PropType<(files: File[], uploadFiles: UploadUserFile[]) => void>;
1046
+ readonly required: false;
1047
+ readonly validator: ((val: unknown) => boolean) | undefined;
1048
+ __epPropKey: true;
1049
+ } & {
1050
+ readonly default: () => void;
1051
+ };
1052
+ readonly crossorigin: {
1053
+ readonly type: PropType<"" | "anonymous" | "use-credentials">;
1054
+ readonly required: false;
1055
+ readonly validator: ((val: unknown) => boolean) | undefined;
1056
+ __epPropKey: true;
1057
+ };
1058
+ readonly action: {
1059
+ readonly type: PropType<string>;
1060
+ readonly required: false;
1061
+ readonly validator: ((val: unknown) => boolean) | undefined;
1062
+ __epPropKey: true;
1063
+ } & {
1064
+ readonly default: "#";
1065
+ };
1066
+ readonly headers: {
1067
+ readonly type: PropType<Record<string, any> | Headers>;
1068
+ readonly required: false;
1069
+ readonly validator: ((val: unknown) => boolean) | undefined;
1070
+ __epPropKey: true;
1071
+ };
1072
+ readonly method: {
1073
+ readonly type: PropType<string>;
1074
+ readonly required: false;
1075
+ readonly validator: ((val: unknown) => boolean) | undefined;
1076
+ __epPropKey: true;
1077
+ } & {
1078
+ readonly default: "post";
1079
+ };
1080
+ readonly data: {
1081
+ readonly type: PropType<unknown>;
1082
+ readonly required: false;
1083
+ readonly validator: ((val: unknown) => boolean) | undefined;
1084
+ __epPropKey: true;
1085
+ } & {
1086
+ readonly default: () => {};
1087
+ };
1088
+ readonly multiple: BooleanConstructor;
1089
+ readonly name: {
1090
+ readonly type: PropType<string>;
1091
+ readonly required: false;
1092
+ readonly validator: ((val: unknown) => boolean) | undefined;
1093
+ __epPropKey: true;
1094
+ } & {
1095
+ readonly default: "file";
1096
+ };
1097
+ readonly drag: BooleanConstructor;
1098
+ readonly withCredentials: BooleanConstructor;
1099
+ readonly showFileList: {
1100
+ readonly type: PropType<boolean>;
1101
+ readonly required: false;
1102
+ readonly validator: ((val: unknown) => boolean) | undefined;
1103
+ __epPropKey: true;
1104
+ } & {
1105
+ readonly default: true;
1106
+ };
1107
+ readonly accept: {
1108
+ readonly type: PropType<string>;
1109
+ readonly required: false;
1110
+ readonly validator: ((val: unknown) => boolean) | undefined;
1111
+ __epPropKey: true;
1112
+ } & {
1113
+ readonly default: "";
1114
+ };
1115
+ readonly fileList: {
1116
+ readonly type: PropType< UploadUserFile[]>;
1117
+ readonly required: false;
1118
+ readonly validator: ((val: unknown) => boolean) | undefined;
1119
+ __epPropKey: true;
1120
+ } & {
1121
+ readonly default: () => [];
1122
+ };
1123
+ readonly autoUpload: {
1124
+ readonly type: PropType<boolean>;
1125
+ readonly required: false;
1126
+ readonly validator: ((val: unknown) => boolean) | undefined;
1127
+ __epPropKey: true;
1128
+ } & {
1129
+ readonly default: true;
1130
+ };
1131
+ readonly listType: {
1132
+ readonly type: PropType<"text" | "picture" | "picture-card">;
1133
+ readonly required: false;
1134
+ readonly validator: ((val: unknown) => boolean) | undefined;
1135
+ __epPropKey: true;
1136
+ } & {
1137
+ readonly default: "text";
1138
+ };
1139
+ readonly httpRequest: {
1140
+ readonly type: PropType<UploadRequestHandler>;
1141
+ readonly required: false;
1142
+ readonly validator: ((val: unknown) => boolean) | undefined;
1143
+ __epPropKey: true;
1144
+ } & {
1145
+ readonly default: UploadRequestHandler;
1146
+ };
1147
+ readonly disabled: BooleanConstructor;
1148
+ readonly limit: NumberConstructor;
1149
+ }>>, "abort" | "drag" | "submit" | "name" | "data" | "disabled" | "multiple" | "onChange" | "onError" | "onProgress" | "method" | "withCredentials" | "beforeUpload" | "onRemove" | "onPreview" | "onSuccess" | "onExceed" | "action" | "showFileList" | "accept" | "fileList" | "autoUpload" | "listType" | "httpRequest" | "clearFiles" | "handleStart" | "handleRemove"> & ShallowUnwrapRef<{
1150
+ abort: (file: UploadFile) => void;
1151
+ submit: () => void;
1152
+ clearFiles: (states?: UploadStatus[]) => void;
1153
+ handleStart: (rawFile: UploadRawFile) => void;
1154
+ handleRemove: (file: UploadFile | UploadRawFile, rawFile?: UploadRawFile) => void;
1155
+ }> & {} & ComponentCustomProperties & {} & {
1156
+ $slots: {
1157
+ file?(_: {
1158
+ file: UploadFile;
1159
+ index: number;
1160
+ }): any;
1161
+ file?(_: {
1162
+ file: UploadFile;
1163
+ index: number;
1164
+ }): any;
1165
+ trigger?(_: {}): any;
1166
+ trigger?(_: {}): any;
1167
+ default?(_: {}): any;
1168
+ default?(_: {}): any;
1169
+ default?(_: {}): any;
1170
+ tip?(_: {}): any;
1171
+ };
1172
+ };
1173
+ }, HTMLDivElement, ComponentProvideOptions, {
1174
+ P: {};
1175
+ B: {};
1176
+ D: {};
1177
+ C: {};
1178
+ M: {};
1179
+ Defaults: {};
1180
+ }, Readonly< AnnexUploadProps> & Readonly<{
1181
+ onChange?: (...args: any[]) => any;
1182
+ "onUpdate:modelValue"?: (...args: any[]) => any;
1183
+ onSuccess?: (...args: any[]) => any;
1184
+ onRemove?: (...args: any[]) => any;
1185
+ }>, {
1186
+ clearFiles: () => Promise<void>;
1187
+ }, {}, {}, {}, {
1188
+ modelValue: {
1189
+ index: number;
1190
+ fileId: string;
1191
+ fileName: string;
1192
+ }[];
1193
+ validateEvent: boolean;
1194
+ fileType: string;
1195
+ limitFileSize: boolean;
1196
+ fileSize: number;
1197
+ fileSizeUnit: "kb" | "KB" | "mb" | "MB";
1198
+ accept: string;
1199
+ fileList: {
1200
+ name: string;
1201
+ url: string;
1202
+ }[];
1203
+ limit: number;
1204
+ showList: boolean;
1205
+ checkRealType: boolean;
1206
+ uploadType: "upload" | "import";
1207
+ showTips: boolean;
1208
+ }>;
1209
+ __isFragment?: never;
1210
+ __isTeleport?: never;
1211
+ __isSuspense?: never;
1212
+ } & ComponentOptionsBase<Readonly< AnnexUploadProps> & Readonly<{
1213
+ onChange?: (...args: any[]) => any;
1214
+ "onUpdate:modelValue"?: (...args: any[]) => any;
1215
+ onSuccess?: (...args: any[]) => any;
1216
+ onRemove?: (...args: any[]) => any;
1217
+ }>, {
1218
+ clearFiles: () => Promise<void>;
1219
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1220
+ change: (...args: any[]) => void;
1221
+ "update:modelValue": (...args: any[]) => void;
1222
+ success: (...args: any[]) => void;
1223
+ remove: (...args: any[]) => void;
1224
+ }, string, {
1225
+ modelValue: {
1226
+ index: number;
1227
+ fileId: string;
1228
+ fileName: string;
1229
+ }[];
1230
+ validateEvent: boolean;
1231
+ fileType: string;
1232
+ limitFileSize: boolean;
1233
+ fileSize: number;
1234
+ fileSizeUnit: "kb" | "KB" | "mb" | "MB";
1235
+ accept: string;
1236
+ fileList: {
1237
+ name: string;
1238
+ url: string;
1239
+ }[];
1240
+ limit: number;
1241
+ showList: boolean;
1242
+ checkRealType: boolean;
1243
+ uploadType: "upload" | "import";
1244
+ showTips: boolean;
1245
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
1246
+ $slots: {
1247
+ default?(_: {}): any;
1248
+ tip?(_: {}): any;
1249
+ };
1250
+ })> & Record<string, any>) | ( SFCWithInstall<DefineComponent<{
1251
+ multiSelectList?: Array<any>;
1252
+ selectList: Array< Option>;
1253
+ countList?: Array<any>;
1254
+ totalCount?: number;
1255
+ hasNum?: boolean;
1256
+ displayRangeInput?: boolean;
1257
+ rangeLabel?: string;
1258
+ rangeStartKey?: string;
1259
+ rangeEndKey?: string;
1260
+ rangeDelimiter?: string;
1261
+ allIsCheckbox?: boolean;
1262
+ allIsEmpty?: boolean;
1263
+ translateUserId?: boolean;
1264
+ staticSearch?: boolean;
1265
+ label?: string;
1266
+ noNeedRefreshNumFilterName?: string;
1267
+ filterKey: string;
1268
+ defaultValues?: Array<string | number | boolean>;
1269
+ showTotal?: boolean;
1270
+ }, {
1271
+ clickAllSelected: () => void;
1272
+ resetAllCheckedValueAndSelectAll: () => void;
1273
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1274
+ filterChange: (...args: any[]) => void;
1275
+ setNoNeedRefreshNumFilterName: (...args: any[]) => void;
1276
+ }, string, PublicProps, Readonly<{
1277
+ multiSelectList?: Array<any>;
1278
+ selectList: Array< Option>;
1279
+ countList?: Array<any>;
1280
+ totalCount?: number;
1281
+ hasNum?: boolean;
1282
+ displayRangeInput?: boolean;
1283
+ rangeLabel?: string;
1284
+ rangeStartKey?: string;
1285
+ rangeEndKey?: string;
1286
+ rangeDelimiter?: string;
1287
+ allIsCheckbox?: boolean;
1288
+ allIsEmpty?: boolean;
1289
+ translateUserId?: boolean;
1290
+ staticSearch?: boolean;
1291
+ label?: string;
1292
+ noNeedRefreshNumFilterName?: string;
1293
+ filterKey: string;
1294
+ defaultValues?: Array<string | number | boolean>;
1295
+ showTotal?: boolean;
1296
+ }> & Readonly<{
1297
+ onFilterChange?: (...args: any[]) => any;
1298
+ onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
1299
+ }>, {
1300
+ label: string;
1301
+ multiSelectList: Array<any>;
1302
+ countList: Array<any>;
1303
+ hasNum: boolean;
1304
+ selectList: Array< Option>;
1305
+ totalCount: number;
1306
+ displayRangeInput: boolean;
1307
+ rangeLabel: string;
1308
+ rangeStartKey: string;
1309
+ rangeEndKey: string;
1310
+ rangeDelimiter: string;
1311
+ allIsEmpty: boolean;
1312
+ staticSearch: boolean;
1313
+ noNeedRefreshNumFilterName: string;
1314
+ filterKey: string;
1315
+ defaultValues: Array<string | number | boolean>;
1316
+ showTotal: boolean;
1317
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
1318
+ itemRefs: CreateComponentPublicInstanceWithMixins<Readonly<{
1319
+ multiSelectList: Array<any>;
1320
+ countList?: Array<any>;
1321
+ item: Option;
1322
+ hasNum: boolean;
1323
+ allIsCheckbox?: boolean;
1324
+ translateUserId: boolean;
1325
+ }> & Readonly<{
1326
+ onResetAllCheckedValue?: (...args: any[]) => any;
1327
+ onSetSelectedStatusMap?: (...args: any[]) => any;
1328
+ onResetRange?: (...args: any[]) => any;
1329
+ onResetIsSelectAll?: (...args: any[]) => any;
1330
+ onNotifyParent?: (...args: any[]) => any;
1331
+ onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
1332
+ }>, {
1333
+ resetValue: () => void;
1334
+ getValue: () => Option;
1335
+ setCurrentValue: (val: boolean) => void;
1336
+ setCheckboxValue: (val: boolean) => void;
1337
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1338
+ resetAllCheckedValue: (...args: any[]) => void;
1339
+ setSelectedStatusMap: (...args: any[]) => void;
1340
+ resetRange: (...args: any[]) => void;
1341
+ resetIsSelectAll: (...args: any[]) => void;
1342
+ notifyParent: (...args: any[]) => void;
1343
+ setNoNeedRefreshNumFilterName: (...args: any[]) => void;
1344
+ }, PublicProps, {
1345
+ item: Option;
1346
+ multiSelectList: Array<any>;
1347
+ hasNum: boolean;
1348
+ allIsCheckbox: boolean;
1349
+ translateUserId: boolean;
1350
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
1351
+ P: {};
1352
+ B: {};
1353
+ D: {};
1354
+ C: {};
1355
+ M: {};
1356
+ Defaults: {};
1357
+ }, Readonly<{
1358
+ multiSelectList: Array<any>;
1359
+ countList?: Array<any>;
1360
+ item: Option;
1361
+ hasNum: boolean;
1362
+ allIsCheckbox?: boolean;
1363
+ translateUserId: boolean;
1364
+ }> & Readonly<{
1365
+ onResetAllCheckedValue?: (...args: any[]) => any;
1366
+ onSetSelectedStatusMap?: (...args: any[]) => any;
1367
+ onResetRange?: (...args: any[]) => any;
1368
+ onResetIsSelectAll?: (...args: any[]) => any;
1369
+ onNotifyParent?: (...args: any[]) => any;
1370
+ onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
1371
+ }>, {
1372
+ resetValue: () => void;
1373
+ getValue: () => Option;
1374
+ setCurrentValue: (val: boolean) => void;
1375
+ setCheckboxValue: (val: boolean) => void;
1376
+ }, {}, {}, {}, {
1377
+ item: Option;
1378
+ multiSelectList: Array<any>;
1379
+ hasNum: boolean;
1380
+ allIsCheckbox: boolean;
1381
+ translateUserId: boolean;
1382
+ }>[];
1383
+ }, HTMLDivElement>> & Record<string, any>) | ( SFCWithInstall<DefineComponent<{
1384
+ selectList: Option[];
1385
+ countList?: any[];
1386
+ enumEntity: string;
1387
+ filterKey: string;
1388
+ totalCount?: number;
1389
+ noNeedRefreshNumFilterName?: string;
1390
+ allIsCheckbox?: boolean;
1391
+ allIsEmpty?: boolean;
1392
+ translateUserId?: boolean;
1393
+ initFilters: (...args: any[]) => any;
1394
+ defaultValues?: (string | boolean | number)[];
1395
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1396
+ filterChange: (...args: any[]) => void;
1397
+ setNoNeedRefreshNumFilterName: (...args: any[]) => void;
1398
+ }, string, PublicProps, Readonly<{
1399
+ selectList: Option[];
1400
+ countList?: any[];
1401
+ enumEntity: string;
1402
+ filterKey: string;
1403
+ totalCount?: number;
1404
+ noNeedRefreshNumFilterName?: string;
1405
+ allIsCheckbox?: boolean;
1406
+ allIsEmpty?: boolean;
1407
+ translateUserId?: boolean;
1408
+ initFilters: (...args: any[]) => any;
1409
+ defaultValues?: (string | boolean | number)[];
1410
+ }> & Readonly<{
1411
+ onFilterChange?: (...args: any[]) => any;
1412
+ onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
1413
+ }>, {
1414
+ countList: any[];
1415
+ selectList: Option[];
1416
+ totalCount: number;
1417
+ noNeedRefreshNumFilterName: string;
1418
+ filterKey: string;
1419
+ defaultValues: (string | boolean | number)[];
1420
+ enumEntity: string;
1421
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>> & Record<string, any>) | ( SFCWithInstall<DefineComponent<{
1422
+ filterList?: Array< DropdownEntity>;
1423
+ totalCount?: number;
1424
+ level1Count?: Array<{
1425
+ value: string;
1426
+ count: number;
1427
+ }>;
1428
+ level2Count?: Array<{
1429
+ value: string;
1430
+ count: number;
1431
+ }>;
1432
+ filterKey: string;
1433
+ enumEntity: string;
1434
+ noNeedRefreshNumFilterName?: string;
1435
+ initFilters?: Function;
1436
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1437
+ filterChange: (...args: any[]) => void;
1438
+ setNoNeedRefreshNumFilterName: (...args: any[]) => void;
1439
+ }, string, PublicProps, Readonly<{
1440
+ filterList?: Array< DropdownEntity>;
1441
+ totalCount?: number;
1442
+ level1Count?: Array<{
1443
+ value: string;
1444
+ count: number;
1445
+ }>;
1446
+ level2Count?: Array<{
1447
+ value: string;
1448
+ count: number;
1449
+ }>;
1450
+ filterKey: string;
1451
+ enumEntity: string;
1452
+ noNeedRefreshNumFilterName?: string;
1453
+ initFilters?: Function;
1454
+ }> & Readonly<{
1455
+ onFilterChange?: (...args: any[]) => any;
1456
+ onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
1457
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
1458
+ dropdown1: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
1459
+ readonly trigger: {
1460
+ readonly type: PropType< TooltipTriggerType | TooltipTriggerType[]>;
1461
+ readonly required: false;
1462
+ readonly validator: ((val: unknown) => boolean) | undefined;
1463
+ __epPropKey: true;
1464
+ } & {
1465
+ readonly default: "hover";
1466
+ };
1467
+ readonly triggerKeys: {
1468
+ readonly type: PropType<string[]>;
1469
+ readonly required: false;
1470
+ readonly validator: ((val: unknown) => boolean) | undefined;
1471
+ __epPropKey: true;
1472
+ } & {
1473
+ readonly default: () => string[];
1474
+ };
1475
+ readonly effect: {
1476
+ readonly default: "light";
1477
+ readonly type: PropType<PopperEffect>;
1478
+ readonly required: false;
1479
+ readonly validator: ((val: unknown) => boolean) | undefined;
1480
+ readonly __epPropKey: true;
1481
+ };
1482
+ readonly type: {
1483
+ readonly type: PropType<"" | "default" | "success" | "text" | "primary" | "warning" | "info" | "danger">;
1484
+ readonly required: false;
1485
+ readonly validator: ((val: unknown) => boolean) | undefined;
1486
+ __epPropKey: true;
1487
+ };
1488
+ readonly placement: {
1489
+ readonly type: PropType<Placement>;
1490
+ readonly required: false;
1491
+ readonly validator: ((val: unknown) => boolean) | undefined;
1492
+ __epPropKey: true;
1493
+ } & {
1494
+ readonly default: "bottom";
1495
+ };
1496
+ readonly popperOptions: {
1497
+ readonly type: PropType<Partial< Options>>;
1498
+ readonly required: false;
1499
+ readonly validator: ((val: unknown) => boolean) | undefined;
1500
+ __epPropKey: true;
1501
+ } & {
1502
+ readonly default: () => {};
1503
+ };
1504
+ readonly id: StringConstructor;
1505
+ readonly size: {
1506
+ readonly type: PropType<string>;
1507
+ readonly required: false;
1508
+ readonly validator: ((val: unknown) => boolean) | undefined;
1509
+ __epPropKey: true;
1510
+ } & {
1511
+ readonly default: "";
1512
+ };
1513
+ readonly splitButton: BooleanConstructor;
1514
+ readonly hideOnClick: {
1515
+ readonly type: PropType<boolean>;
1516
+ readonly required: false;
1517
+ readonly validator: ((val: unknown) => boolean) | undefined;
1518
+ __epPropKey: true;
1519
+ } & {
1520
+ readonly default: true;
1521
+ };
1522
+ readonly loop: {
1523
+ readonly type: PropType<boolean>;
1524
+ readonly required: false;
1525
+ readonly validator: ((val: unknown) => boolean) | undefined;
1526
+ __epPropKey: true;
1527
+ } & {
1528
+ readonly default: true;
1529
+ };
1530
+ readonly showTimeout: {
1531
+ readonly type: PropType<number>;
1532
+ readonly required: false;
1533
+ readonly validator: ((val: unknown) => boolean) | undefined;
1534
+ __epPropKey: true;
1535
+ } & {
1536
+ readonly default: 150;
1537
+ };
1538
+ readonly hideTimeout: {
1539
+ readonly type: PropType<number>;
1540
+ readonly required: false;
1541
+ readonly validator: ((val: unknown) => boolean) | undefined;
1542
+ __epPropKey: true;
1543
+ } & {
1544
+ readonly default: 150;
1545
+ };
1546
+ readonly tabindex: {
1547
+ readonly type: PropType<string | number>;
1548
+ readonly required: false;
1549
+ readonly validator: ((val: unknown) => boolean) | undefined;
1550
+ __epPropKey: true;
1551
+ } & {
1552
+ readonly default: 0;
1553
+ };
1554
+ readonly maxHeight: {
1555
+ readonly type: PropType<string | number>;
1556
+ readonly required: false;
1557
+ readonly validator: ((val: unknown) => boolean) | undefined;
1558
+ __epPropKey: true;
1559
+ } & {
1560
+ readonly default: "";
1561
+ };
1562
+ readonly popperClass: {
1563
+ readonly type: PropType<string>;
1564
+ readonly required: false;
1565
+ readonly validator: ((val: unknown) => boolean) | undefined;
1566
+ __epPropKey: true;
1567
+ } & {
1568
+ readonly default: "";
1569
+ };
1570
+ readonly disabled: BooleanConstructor;
1571
+ readonly role: {
1572
+ readonly type: PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
1573
+ readonly required: false;
1574
+ readonly validator: ((val: unknown) => boolean) | undefined;
1575
+ __epPropKey: true;
1576
+ } & {
1577
+ readonly default: "menu";
1578
+ };
1579
+ readonly buttonProps: {
1580
+ readonly type: PropType<Partial< ButtonProps>>;
1581
+ readonly required: false;
1582
+ readonly validator: ((val: unknown) => boolean) | undefined;
1583
+ __epPropKey: true;
1584
+ };
1585
+ readonly teleported: {
1586
+ readonly type: PropType<boolean>;
1587
+ readonly required: false;
1588
+ readonly validator: ((val: unknown) => boolean) | undefined;
1589
+ __epPropKey: true;
1590
+ } & {
1591
+ readonly default: true;
1592
+ };
1593
+ readonly persistent: {
1594
+ readonly type: PropType<boolean>;
1595
+ readonly required: false;
1596
+ readonly validator: ((val: unknown) => boolean) | undefined;
1597
+ __epPropKey: true;
1598
+ } & {
1599
+ readonly default: true;
1600
+ };
1601
+ }>> & {
1602
+ onClick?: ((...args: any[]) => any) | undefined;
1603
+ "onVisible-change"?: ((...args: any[]) => any) | undefined;
1604
+ onCommand?: ((...args: any[]) => any) | undefined;
1605
+ }, {
1606
+ t: Translator;
1607
+ ns: {
1608
+ namespace: ComputedRef<string>;
1609
+ b: (blockSuffix?: string) => string;
1610
+ e: (element?: string) => string;
1611
+ m: (modifier?: string) => string;
1612
+ be: (blockSuffix?: string, element?: string) => string;
1613
+ em: (element?: string, modifier?: string) => string;
1614
+ bm: (blockSuffix?: string, modifier?: string) => string;
1615
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
1616
+ is: {
1617
+ (name: string, state: boolean | undefined): string;
1618
+ (name: string): string;
1619
+ };
1620
+ cssVar: (object: Record<string, string>) => Record<string, string>;
1621
+ cssVarName: (name: string) => string;
1622
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
1623
+ cssVarBlockName: (name: string) => string;
1624
+ };
1625
+ scrollbar: Ref<null>;
1626
+ wrapStyle: ComputedRef<CSSProperties>;
1627
+ dropdownTriggerKls: ComputedRef<string[]>;
1628
+ dropdownSize: ComputedRef<"" | "small" | "default" | "large">;
1629
+ triggerId: ComputedRef<string>;
1630
+ currentTabId: Ref<string | null>;
1631
+ handleCurrentTabIdChange: (id: string) => void;
1632
+ handlerMainButtonClick: (event: MouseEvent) => void;
1633
+ handleEntryFocus: (e: Event) => void;
1634
+ handleClose: () => void;
1635
+ handleOpen: () => void;
1636
+ handleBeforeShowTooltip: () => void;
1637
+ handleShowTooltip: (event?: Event) => void;
1638
+ handleBeforeHideTooltip: () => void;
1639
+ onFocusAfterTrapped: (e: Event) => void;
1640
+ popperRef: Ref< TooltipInstance | undefined>;
1641
+ contentRef: Ref<HTMLElement | undefined>;
1642
+ triggeringElementRef: Ref<any>;
1643
+ referenceElementRef: Ref<any>;
1644
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "visible-change" | "command")[], VNodeProps & AllowedComponentProps & ComponentCustomProps, {
1645
+ readonly disabled: boolean;
1646
+ readonly maxHeight: string | number;
1647
+ readonly size: string;
1648
+ readonly placement: Placement;
1649
+ readonly effect: PopperEffect;
1650
+ readonly trigger: TooltipTriggerType | TooltipTriggerType[];
1651
+ readonly tabindex: string | number;
1652
+ readonly role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
1653
+ readonly loop: boolean;
1654
+ readonly popperOptions: Partial< Options>;
1655
+ readonly popperClass: string;
1656
+ readonly triggerKeys: string[];
1657
+ readonly teleported: boolean;
1658
+ readonly persistent: boolean;
1659
+ readonly hideOnClick: boolean;
1660
+ readonly showTimeout: number;
1661
+ readonly hideTimeout: number;
1662
+ readonly splitButton: boolean;
1663
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
1664
+ P: {};
1665
+ B: {};
1666
+ D: {};
1667
+ C: {};
1668
+ M: {};
1669
+ Defaults: {};
1670
+ }, Readonly< ExtractPropTypes<{
1671
+ readonly trigger: {
1672
+ readonly type: PropType< TooltipTriggerType | TooltipTriggerType[]>;
1673
+ readonly required: false;
1674
+ readonly validator: ((val: unknown) => boolean) | undefined;
1675
+ __epPropKey: true;
1676
+ } & {
1677
+ readonly default: "hover";
1678
+ };
1679
+ readonly triggerKeys: {
1680
+ readonly type: PropType<string[]>;
1681
+ readonly required: false;
1682
+ readonly validator: ((val: unknown) => boolean) | undefined;
1683
+ __epPropKey: true;
1684
+ } & {
1685
+ readonly default: () => string[];
1686
+ };
1687
+ readonly effect: {
1688
+ readonly default: "light";
1689
+ readonly type: PropType<PopperEffect>;
1690
+ readonly required: false;
1691
+ readonly validator: ((val: unknown) => boolean) | undefined;
1692
+ readonly __epPropKey: true;
1693
+ };
1694
+ readonly type: {
1695
+ readonly type: PropType<"" | "default" | "success" | "text" | "primary" | "warning" | "info" | "danger">;
1696
+ readonly required: false;
1697
+ readonly validator: ((val: unknown) => boolean) | undefined;
1698
+ __epPropKey: true;
1699
+ };
1700
+ readonly placement: {
1701
+ readonly type: PropType<Placement>;
1702
+ readonly required: false;
1703
+ readonly validator: ((val: unknown) => boolean) | undefined;
1704
+ __epPropKey: true;
1705
+ } & {
1706
+ readonly default: "bottom";
1707
+ };
1708
+ readonly popperOptions: {
1709
+ readonly type: PropType<Partial< Options>>;
1710
+ readonly required: false;
1711
+ readonly validator: ((val: unknown) => boolean) | undefined;
1712
+ __epPropKey: true;
1713
+ } & {
1714
+ readonly default: () => {};
1715
+ };
1716
+ readonly id: StringConstructor;
1717
+ readonly size: {
1718
+ readonly type: PropType<string>;
1719
+ readonly required: false;
1720
+ readonly validator: ((val: unknown) => boolean) | undefined;
1721
+ __epPropKey: true;
1722
+ } & {
1723
+ readonly default: "";
1724
+ };
1725
+ readonly splitButton: BooleanConstructor;
1726
+ readonly hideOnClick: {
1727
+ readonly type: PropType<boolean>;
1728
+ readonly required: false;
1729
+ readonly validator: ((val: unknown) => boolean) | undefined;
1730
+ __epPropKey: true;
1731
+ } & {
1732
+ readonly default: true;
1733
+ };
1734
+ readonly loop: {
1735
+ readonly type: PropType<boolean>;
1736
+ readonly required: false;
1737
+ readonly validator: ((val: unknown) => boolean) | undefined;
1738
+ __epPropKey: true;
1739
+ } & {
1740
+ readonly default: true;
1741
+ };
1742
+ readonly showTimeout: {
1743
+ readonly type: PropType<number>;
1744
+ readonly required: false;
1745
+ readonly validator: ((val: unknown) => boolean) | undefined;
1746
+ __epPropKey: true;
1747
+ } & {
1748
+ readonly default: 150;
1749
+ };
1750
+ readonly hideTimeout: {
1751
+ readonly type: PropType<number>;
1752
+ readonly required: false;
1753
+ readonly validator: ((val: unknown) => boolean) | undefined;
1754
+ __epPropKey: true;
1755
+ } & {
1756
+ readonly default: 150;
1757
+ };
1758
+ readonly tabindex: {
1759
+ readonly type: PropType<string | number>;
1760
+ readonly required: false;
1761
+ readonly validator: ((val: unknown) => boolean) | undefined;
1762
+ __epPropKey: true;
1763
+ } & {
1764
+ readonly default: 0;
1765
+ };
1766
+ readonly maxHeight: {
1767
+ readonly type: PropType<string | number>;
1768
+ readonly required: false;
1769
+ readonly validator: ((val: unknown) => boolean) | undefined;
1770
+ __epPropKey: true;
1771
+ } & {
1772
+ readonly default: "";
1773
+ };
1774
+ readonly popperClass: {
1775
+ readonly type: PropType<string>;
1776
+ readonly required: false;
1777
+ readonly validator: ((val: unknown) => boolean) | undefined;
1778
+ __epPropKey: true;
1779
+ } & {
1780
+ readonly default: "";
1781
+ };
1782
+ readonly disabled: BooleanConstructor;
1783
+ readonly role: {
1784
+ readonly type: PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
1785
+ readonly required: false;
1786
+ readonly validator: ((val: unknown) => boolean) | undefined;
1787
+ __epPropKey: true;
1788
+ } & {
1789
+ readonly default: "menu";
1790
+ };
1791
+ readonly buttonProps: {
1792
+ readonly type: PropType<Partial< ButtonProps>>;
1793
+ readonly required: false;
1794
+ readonly validator: ((val: unknown) => boolean) | undefined;
1795
+ __epPropKey: true;
1796
+ };
1797
+ readonly teleported: {
1798
+ readonly type: PropType<boolean>;
1799
+ readonly required: false;
1800
+ readonly validator: ((val: unknown) => boolean) | undefined;
1801
+ __epPropKey: true;
1802
+ } & {
1803
+ readonly default: true;
1804
+ };
1805
+ readonly persistent: {
1806
+ readonly type: PropType<boolean>;
1807
+ readonly required: false;
1808
+ readonly validator: ((val: unknown) => boolean) | undefined;
1809
+ __epPropKey: true;
1810
+ } & {
1811
+ readonly default: true;
1812
+ };
1813
+ }>> & {
1814
+ onClick?: ((...args: any[]) => any) | undefined;
1815
+ "onVisible-change"?: ((...args: any[]) => any) | undefined;
1816
+ onCommand?: ((...args: any[]) => any) | undefined;
1817
+ }, {
1818
+ t: Translator;
1819
+ ns: {
1820
+ namespace: ComputedRef<string>;
1821
+ b: (blockSuffix?: string) => string;
1822
+ e: (element?: string) => string;
1823
+ m: (modifier?: string) => string;
1824
+ be: (blockSuffix?: string, element?: string) => string;
1825
+ em: (element?: string, modifier?: string) => string;
1826
+ bm: (blockSuffix?: string, modifier?: string) => string;
1827
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
1828
+ is: {
1829
+ (name: string, state: boolean | undefined): string;
1830
+ (name: string): string;
1831
+ };
1832
+ cssVar: (object: Record<string, string>) => Record<string, string>;
1833
+ cssVarName: (name: string) => string;
1834
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
1835
+ cssVarBlockName: (name: string) => string;
1836
+ };
1837
+ scrollbar: Ref<null>;
1838
+ wrapStyle: ComputedRef<CSSProperties>;
1839
+ dropdownTriggerKls: ComputedRef<string[]>;
1840
+ dropdownSize: ComputedRef<"" | "small" | "default" | "large">;
1841
+ triggerId: ComputedRef<string>;
1842
+ currentTabId: Ref<string | null>;
1843
+ handleCurrentTabIdChange: (id: string) => void;
1844
+ handlerMainButtonClick: (event: MouseEvent) => void;
1845
+ handleEntryFocus: (e: Event) => void;
1846
+ handleClose: () => void;
1847
+ handleOpen: () => void;
1848
+ handleBeforeShowTooltip: () => void;
1849
+ handleShowTooltip: (event?: Event) => void;
1850
+ handleBeforeHideTooltip: () => void;
1851
+ onFocusAfterTrapped: (e: Event) => void;
1852
+ popperRef: Ref< TooltipInstance | undefined>;
1853
+ contentRef: Ref<HTMLElement | undefined>;
1854
+ triggeringElementRef: Ref<any>;
1855
+ referenceElementRef: Ref<any>;
1856
+ }, {}, {}, {}, {
1857
+ readonly disabled: boolean;
1858
+ readonly maxHeight: string | number;
1859
+ readonly size: string;
1860
+ readonly placement: Placement;
1861
+ readonly effect: PopperEffect;
1862
+ readonly trigger: TooltipTriggerType | TooltipTriggerType[];
1863
+ readonly tabindex: string | number;
1864
+ readonly role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
1865
+ readonly loop: boolean;
1866
+ readonly popperOptions: Partial< Options>;
1867
+ readonly popperClass: string;
1868
+ readonly triggerKeys: string[];
1869
+ readonly teleported: boolean;
1870
+ readonly persistent: boolean;
1871
+ readonly hideOnClick: boolean;
1872
+ readonly showTimeout: number;
1873
+ readonly hideTimeout: number;
1874
+ readonly splitButton: boolean;
1875
+ }>;
1876
+ }, HTMLDivElement>> & Record<string, any>) | ( SFCWithInstall<DefineComponent<{
1877
+ xyFilters?: data;
1878
+ filterKey: string;
1879
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1880
+ filterChange: (...args: any[]) => void;
1881
+ }, string, PublicProps, Readonly<{
1882
+ xyFilters?: data;
1883
+ filterKey: string;
1884
+ }> & Readonly<{
1885
+ onFilterChange?: (...args: any[]) => any;
1886
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>> & Record<string, any>) | ( SFCWithInstall<{
1887
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< CommonImportProps> & Readonly<{
1888
+ onSubmit?: (...args: any[]) => any;
1889
+ onCloseDialog?: (...args: any[]) => any;
1890
+ onSetIsShowDialog?: (...args: any[]) => any;
1891
+ onSetResponseData?: (...args: any[]) => any;
1892
+ onReloadTableData?: (...args: any[]) => any;
1893
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1894
+ submit: (...args: any[]) => void;
1895
+ closeDialog: (...args: any[]) => void;
1896
+ setIsShowDialog: (...args: any[]) => void;
1897
+ setResponseData: (...args: any[]) => void;
1898
+ reloadTableData: (...args: any[]) => void;
1899
+ }, PublicProps, {
1900
+ title: string;
1901
+ multiple: boolean;
1902
+ uploadFile: (arg: PageObj, conf?: {
1903
+ header: object;
1904
+ }) => Promise<{
1905
+ msg: string;
1906
+ data: object;
1907
+ }>;
1908
+ isShowDialog: boolean;
1909
+ isShowResponseDataMessage: boolean;
1910
+ importId: string;
1911
+ ProcessRequestData: any;
1912
+ AutoCompleteResult: boolean;
1913
+ displayGetTemplate: boolean;
1914
+ processImportUrl: string;
1915
+ requestData: Record<string, any>;
1916
+ uploadRecord: (arg: PageObj) => Promise<{
1917
+ msg: string;
1918
+ data: object;
1919
+ }>;
1920
+ uploadDisabled: boolean;
1921
+ filePath: string;
1922
+ processFiles: (url: string, data: IAnyObj, conf: IAnyObj) => Promise<{
1923
+ msg: string;
1924
+ data: object;
1925
+ }>;
1926
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
1927
+ P: {};
1928
+ B: {};
1929
+ D: {};
1930
+ C: {};
1931
+ M: {};
1932
+ Defaults: {};
1933
+ }, Readonly< CommonImportProps> & Readonly<{
1934
+ onSubmit?: (...args: any[]) => any;
1935
+ onCloseDialog?: (...args: any[]) => any;
1936
+ onSetIsShowDialog?: (...args: any[]) => any;
1937
+ onSetResponseData?: (...args: any[]) => any;
1938
+ onReloadTableData?: (...args: any[]) => any;
1939
+ }>, {}, {}, {}, {}, {
1940
+ title: string;
1941
+ multiple: boolean;
1942
+ uploadFile: (arg: PageObj, conf?: {
1943
+ header: object;
1944
+ }) => Promise<{
1945
+ msg: string;
1946
+ data: object;
1947
+ }>;
1948
+ isShowDialog: boolean;
1949
+ isShowResponseDataMessage: boolean;
1950
+ importId: string;
1951
+ ProcessRequestData: any;
1952
+ AutoCompleteResult: boolean;
1953
+ displayGetTemplate: boolean;
1954
+ processImportUrl: string;
1955
+ requestData: Record<string, any>;
1956
+ uploadRecord: (arg: PageObj) => Promise<{
1957
+ msg: string;
1958
+ data: object;
1959
+ }>;
1960
+ uploadDisabled: boolean;
1961
+ filePath: string;
1962
+ processFiles: (url: string, data: IAnyObj, conf: IAnyObj) => Promise<{
1963
+ msg: string;
1964
+ data: object;
1965
+ }>;
1966
+ }>;
1967
+ __isFragment?: never;
1968
+ __isTeleport?: never;
1969
+ __isSuspense?: never;
1970
+ } & ComponentOptionsBase<Readonly< CommonImportProps> & Readonly<{
1971
+ onSubmit?: (...args: any[]) => any;
1972
+ onCloseDialog?: (...args: any[]) => any;
1973
+ onSetIsShowDialog?: (...args: any[]) => any;
1974
+ onSetResponseData?: (...args: any[]) => any;
1975
+ onReloadTableData?: (...args: any[]) => any;
1976
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1977
+ submit: (...args: any[]) => void;
1978
+ closeDialog: (...args: any[]) => void;
1979
+ setIsShowDialog: (...args: any[]) => void;
1980
+ setResponseData: (...args: any[]) => void;
1981
+ reloadTableData: (...args: any[]) => void;
1982
+ }, string, {
1983
+ title: string;
1984
+ multiple: boolean;
1985
+ uploadFile: (arg: PageObj, conf?: {
1986
+ header: object;
1987
+ }) => Promise<{
1988
+ msg: string;
1989
+ data: object;
1990
+ }>;
1991
+ isShowDialog: boolean;
1992
+ isShowResponseDataMessage: boolean;
1993
+ importId: string;
1994
+ ProcessRequestData: any;
1995
+ AutoCompleteResult: boolean;
1996
+ displayGetTemplate: boolean;
1997
+ processImportUrl: string;
1998
+ requestData: Record<string, any>;
1999
+ uploadRecord: (arg: PageObj) => Promise<{
2000
+ msg: string;
2001
+ data: object;
2002
+ }>;
2003
+ uploadDisabled: boolean;
2004
+ filePath: string;
2005
+ processFiles: (url: string, data: IAnyObj, conf: IAnyObj) => Promise<{
2006
+ msg: string;
2007
+ data: object;
2008
+ }>;
2009
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
2010
+ $slots: {
2011
+ form?(_: {}): any;
2012
+ resultMessage?(_: {}): any;
2013
+ };
2014
+ })> & Record<string, any>) | ( SFCWithInstall<{
2015
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
2016
+ title: {
2017
+ type: StringConstructor;
2018
+ default: string;
2019
+ };
2020
+ color: {
2021
+ type: PropType<[string, string]>;
2022
+ default: () => any[];
2023
+ };
2024
+ backgroundColor: {
2025
+ type: StringConstructor;
2026
+ default: string;
2027
+ };
2028
+ tipsId: {
2029
+ type: StringConstructor;
2030
+ default: string;
2031
+ };
2032
+ }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
2033
+ title: string;
2034
+ color: [string, string];
2035
+ backgroundColor: string;
2036
+ tipsId: string;
2037
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
2038
+ domRef: HTMLDivElement;
2039
+ }, HTMLDivElement, ComponentProvideOptions, {
2040
+ P: {};
2041
+ B: {};
2042
+ D: {};
2043
+ C: {};
2044
+ M: {};
2045
+ Defaults: {};
2046
+ }, Readonly< ExtractPropTypes<{
2047
+ title: {
2048
+ type: StringConstructor;
2049
+ default: string;
2050
+ };
2051
+ color: {
2052
+ type: PropType<[string, string]>;
2053
+ default: () => any[];
2054
+ };
2055
+ backgroundColor: {
2056
+ type: StringConstructor;
2057
+ default: string;
2058
+ };
2059
+ tipsId: {
2060
+ type: StringConstructor;
2061
+ default: string;
2062
+ };
2063
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
2064
+ title: string;
2065
+ color: [string, string];
2066
+ backgroundColor: string;
2067
+ tipsId: string;
2068
+ }>;
2069
+ __isFragment?: never;
2070
+ __isTeleport?: never;
2071
+ __isSuspense?: never;
2072
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
2073
+ title: {
2074
+ type: StringConstructor;
2075
+ default: string;
2076
+ };
2077
+ color: {
2078
+ type: PropType<[string, string]>;
2079
+ default: () => any[];
2080
+ };
2081
+ backgroundColor: {
2082
+ type: StringConstructor;
2083
+ default: string;
2084
+ };
2085
+ tipsId: {
2086
+ type: StringConstructor;
2087
+ default: string;
2088
+ };
2089
+ }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
2090
+ title: string;
2091
+ color: [string, string];
2092
+ backgroundColor: string;
2093
+ tipsId: string;
2094
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
2095
+ $slots: {
2096
+ filter?(_: {}): any;
2097
+ content?(_: {}): any;
2098
+ };
2099
+ })> & Record<string, any>) | ( SFCWithInstall<DefineComponent<ExtractPropTypes<{
2100
+ data: {
2101
+ type: NumberConstructor;
2102
+ default: number;
2103
+ };
2104
+ rangeValue: {
2105
+ type: PropType<{
2106
+ low: number;
2107
+ high: number;
2108
+ reverse: boolean;
2109
+ }>;
2110
+ default: () => {
2111
+ low: number;
2112
+ high: number;
2113
+ reverse: boolean;
2114
+ };
2115
+ };
2116
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
2117
+ data: {
2118
+ type: NumberConstructor;
2119
+ default: number;
2120
+ };
2121
+ rangeValue: {
2122
+ type: PropType<{
2123
+ low: number;
2124
+ high: number;
2125
+ reverse: boolean;
2126
+ }>;
2127
+ default: () => {
2128
+ low: number;
2129
+ high: number;
2130
+ reverse: boolean;
2131
+ };
2132
+ };
2133
+ }>> & Readonly<{}>, {
2134
+ data: number;
2135
+ rangeValue: {
2136
+ low: number;
2137
+ high: number;
2138
+ reverse: boolean;
2139
+ };
2140
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {
2141
+ gaugeChart: HTMLDivElement;
2142
+ }, HTMLDivElement>> & Record<string, any>) | ( SFCWithInstall<{
2143
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
2144
+ width: {
2145
+ type: PropType<string | number>;
2146
+ default: number;
2147
+ };
2148
+ height: {
2149
+ type: PropType<string | number>;
2150
+ default: number;
2151
+ };
2152
+ fullScreen: {
2153
+ type: PropType<boolean>;
2154
+ default: boolean;
2155
+ };
2156
+ autoScale: {
2157
+ type: PropType<boolean | {
2158
+ x?: boolean;
2159
+ y?: boolean;
2160
+ }>;
2161
+ default: boolean;
2162
+ };
2163
+ delay: {
2164
+ type: PropType<number>;
2165
+ default: number;
2166
+ };
2167
+ boxStyle: {
2168
+ type: PropType<CSSProperties>;
2169
+ default: () => {};
2170
+ };
2171
+ wrapperStyle: {
2172
+ type: PropType<CSSProperties>;
2173
+ default: () => {};
2174
+ };
2175
+ }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
2176
+ width: string | number;
2177
+ height: string | number;
2178
+ fullScreen: boolean;
2179
+ autoScale: boolean;
2180
+ delay: number;
2181
+ boxStyle: CSSProperties;
2182
+ wrapperStyle: CSSProperties;
2183
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
2184
+ box: HTMLElement;
2185
+ screenWrapper: HTMLDivElement;
2186
+ }, HTMLDivElement, ComponentProvideOptions, {
2187
+ P: {};
2188
+ B: {};
2189
+ D: {};
2190
+ C: {};
2191
+ M: {};
2192
+ Defaults: {};
2193
+ }, Readonly< ExtractPropTypes<{
2194
+ width: {
2195
+ type: PropType<string | number>;
2196
+ default: number;
2197
+ };
2198
+ height: {
2199
+ type: PropType<string | number>;
2200
+ default: number;
2201
+ };
2202
+ fullScreen: {
2203
+ type: PropType<boolean>;
2204
+ default: boolean;
2205
+ };
2206
+ autoScale: {
2207
+ type: PropType<boolean | {
2208
+ x?: boolean;
2209
+ y?: boolean;
2210
+ }>;
2211
+ default: boolean;
2212
+ };
2213
+ delay: {
2214
+ type: PropType<number>;
2215
+ default: number;
2216
+ };
2217
+ boxStyle: {
2218
+ type: PropType<CSSProperties>;
2219
+ default: () => {};
2220
+ };
2221
+ wrapperStyle: {
2222
+ type: PropType<CSSProperties>;
2223
+ default: () => {};
2224
+ };
2225
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
2226
+ width: string | number;
2227
+ height: string | number;
2228
+ fullScreen: boolean;
2229
+ autoScale: boolean;
2230
+ delay: number;
2231
+ boxStyle: CSSProperties;
2232
+ wrapperStyle: CSSProperties;
2233
+ }>;
2234
+ __isFragment?: never;
2235
+ __isTeleport?: never;
2236
+ __isSuspense?: never;
2237
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
2238
+ width: {
2239
+ type: PropType<string | number>;
2240
+ default: number;
2241
+ };
2242
+ height: {
2243
+ type: PropType<string | number>;
2244
+ default: number;
2245
+ };
2246
+ fullScreen: {
2247
+ type: PropType<boolean>;
2248
+ default: boolean;
2249
+ };
2250
+ autoScale: {
2251
+ type: PropType<boolean | {
2252
+ x?: boolean;
2253
+ y?: boolean;
2254
+ }>;
2255
+ default: boolean;
2256
+ };
2257
+ delay: {
2258
+ type: PropType<number>;
2259
+ default: number;
2260
+ };
2261
+ boxStyle: {
2262
+ type: PropType<CSSProperties>;
2263
+ default: () => {};
2264
+ };
2265
+ wrapperStyle: {
2266
+ type: PropType<CSSProperties>;
2267
+ default: () => {};
2268
+ };
2269
+ }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
2270
+ width: string | number;
2271
+ height: string | number;
2272
+ fullScreen: boolean;
2273
+ autoScale: boolean;
2274
+ delay: number;
2275
+ boxStyle: CSSProperties;
2276
+ wrapperStyle: CSSProperties;
2277
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
2278
+ $slots: {
2279
+ default?(_: {}): any;
2280
+ };
2281
+ })> & Record<string, any>) | ( SFCWithInstall<DefineComponent<ExtractPropTypes<{
2282
+ tipsId: {
2283
+ type: StringConstructor;
2284
+ default: string;
2285
+ };
2286
+ tipsContentSize: {
2287
+ type: () => {
2288
+ width: number;
2289
+ height: number;
2290
+ };
2291
+ default: () => {
2292
+ width: number;
2293
+ height: number;
2294
+ };
2295
+ required: false;
2296
+ };
2297
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
2298
+ tipsId: {
2299
+ type: StringConstructor;
2300
+ default: string;
2301
+ };
2302
+ tipsContentSize: {
2303
+ type: () => {
2304
+ width: number;
2305
+ height: number;
2306
+ };
2307
+ default: () => {
2308
+ width: number;
2309
+ height: number;
2310
+ };
2311
+ required: false;
2312
+ };
2313
+ }>> & Readonly<{}>, {
2314
+ tipsId: string;
2315
+ tipsContentSize: {
2316
+ width: number;
2317
+ height: number;
2318
+ };
2319
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {
2320
+ yaheeHelpTag: HTMLDivElement;
2321
+ popoverRef: {
2322
+ $: ComponentInternalInstance;
2323
+ $data: {};
2324
+ $props: Partial<{
2325
+ readonly disabled: boolean;
2326
+ readonly width: string | number;
2327
+ readonly content: string;
2328
+ readonly offset: number;
2329
+ readonly visible: boolean;
2330
+ readonly placement: Placement;
2331
+ readonly effect: PopperEffect;
2332
+ readonly showAfter: number;
2333
+ readonly hideAfter: number;
2334
+ readonly autoClose: number;
2335
+ readonly trigger: TooltipTriggerType | TooltipTriggerType[];
2336
+ readonly tabindex: string | number;
2337
+ readonly popperOptions: Partial< Options>;
2338
+ readonly enterable: boolean;
2339
+ readonly triggerKeys: string[];
2340
+ readonly teleported: boolean;
2341
+ readonly persistent: boolean;
2342
+ readonly showArrow: boolean;
2343
+ }> & Omit<{
2344
+ readonly disabled: boolean;
2345
+ readonly width: string | number;
2346
+ readonly trigger: TooltipTriggerType | TooltipTriggerType[];
2347
+ readonly effect: PopperEffect;
2348
+ readonly popperOptions: Partial< Options>;
2349
+ readonly teleported: boolean;
2350
+ readonly persistent: boolean;
2351
+ readonly showArrow: boolean;
2352
+ readonly placement: Placement;
2353
+ readonly tabindex: string | number;
2354
+ readonly content: string;
2355
+ readonly triggerKeys: string[];
2356
+ readonly enterable: boolean;
2357
+ readonly showAfter: number;
2358
+ readonly hideAfter: number;
2359
+ readonly autoClose: number;
2360
+ readonly visible?: boolean;
2361
+ readonly transition?: string;
2362
+ readonly appendTo?: string | HTMLElement;
2363
+ readonly title?: string;
2364
+ readonly popperClass?: string | {
2365
+ [x: string]: boolean;
2366
+ } | (string | {
2367
+ [x: string]: boolean;
2368
+ } | (string | {
2369
+ [x: string]: boolean;
2370
+ } | (string | {
2371
+ [x: string]: boolean;
2372
+ } | (string | {
2373
+ [x: string]: boolean;
2374
+ } | (string | {
2375
+ [x: string]: boolean;
2376
+ } | (string | {
2377
+ [x: string]: boolean;
2378
+ } | (string | {
2379
+ [x: string]: boolean;
2380
+ } | (string | {
2381
+ [x: string]: boolean;
2382
+ } | (string | {
2383
+ [x: string]: boolean;
2384
+ } | (string | any[] | {
2385
+ [x: string]: boolean;
2386
+ })[])[])[])[])[])[])[])[])[])[];
2387
+ readonly offset?: number;
2388
+ readonly popperStyle?: StyleValue;
2389
+ "onUpdate:visible"?: ((visible: boolean) => void) & ((value: boolean) => any);
2390
+ "onAfter-enter"?: (() => any) | undefined;
2391
+ "onAfter-leave"?: (() => any) | undefined;
2392
+ "onBefore-enter"?: (() => any) | undefined;
2393
+ "onBefore-leave"?: (() => any) | undefined;
2394
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "visible" | "disabled" | "width" | "trigger" | "effect" | "popperOptions" | "teleported" | "persistent" | "showArrow" | "offset" | "placement" | "tabindex" | "content" | "triggerKeys" | "enterable" | "showAfter" | "hideAfter" | "autoClose">;
2395
+ $attrs: {
2396
+ [x: string]: unknown;
2397
+ };
2398
+ $refs: {
2399
+ [x: string]: unknown;
2400
+ };
2401
+ $slots: Readonly<{
2402
+ [name: string]: Slot<any>;
2403
+ }>;
2404
+ $root: ComponentPublicInstance | null;
2405
+ $parent: ComponentPublicInstance | null;
2406
+ $host: Element | null;
2407
+ $emit: ((event: "after-enter") => void) & ((event: "after-leave") => void) & ((event: "before-enter") => void) & ((event: "before-leave") => void) & ((event: "update:visible", value: boolean) => void);
2408
+ $el: any;
2409
+ $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
2410
+ readonly trigger: {
2411
+ readonly type: PropType< TooltipTriggerType | TooltipTriggerType[]>;
2412
+ readonly required: false;
2413
+ readonly validator: ((val: unknown) => boolean) | undefined;
2414
+ __epPropKey: true;
2415
+ } & {
2416
+ readonly default: "hover";
2417
+ };
2418
+ readonly triggerKeys: {
2419
+ readonly type: PropType<string[]>;
2420
+ readonly required: false;
2421
+ readonly validator: ((val: unknown) => boolean) | undefined;
2422
+ __epPropKey: true;
2423
+ } & {
2424
+ readonly default: () => string[];
2425
+ };
2426
+ readonly placement: {
2427
+ readonly type: PropType<Placement>;
2428
+ readonly required: false;
2429
+ readonly validator: ((val: unknown) => boolean) | undefined;
2430
+ __epPropKey: true;
2431
+ } & {
2432
+ readonly default: "bottom";
2433
+ };
2434
+ readonly disabled: BooleanConstructor;
2435
+ readonly visible: {
2436
+ readonly type: PropType<boolean>;
2437
+ readonly required: false;
2438
+ readonly validator: ((val: unknown) => boolean) | undefined;
2439
+ __epPropKey: true;
2440
+ } & {
2441
+ readonly default: null;
2442
+ };
2443
+ readonly transition: StringConstructor;
2444
+ readonly popperOptions: {
2445
+ readonly type: PropType<Partial< Options>>;
2446
+ readonly required: false;
2447
+ readonly validator: ((val: unknown) => boolean) | undefined;
2448
+ __epPropKey: true;
2449
+ } & {
2450
+ readonly default: () => {};
2451
+ };
2452
+ readonly tabindex: {
2453
+ readonly type: PropType<string | number>;
2454
+ readonly required: false;
2455
+ readonly validator: ((val: unknown) => boolean) | undefined;
2456
+ __epPropKey: true;
2457
+ } & {
2458
+ readonly default: 0;
2459
+ };
2460
+ readonly content: {
2461
+ readonly type: PropType<string>;
2462
+ readonly required: false;
2463
+ readonly validator: ((val: unknown) => boolean) | undefined;
2464
+ __epPropKey: true;
2465
+ } & {
2466
+ readonly default: "";
2467
+ };
2468
+ readonly popperStyle: {
2469
+ readonly type: PropType<StyleValue>;
2470
+ readonly required: false;
2471
+ readonly validator: ((val: unknown) => boolean) | undefined;
2472
+ __epPropKey: true;
2473
+ };
2474
+ readonly popperClass: {
2475
+ readonly type: PropType<string | {
2476
+ [x: string]: boolean;
2477
+ } | (string | {
2478
+ [x: string]: boolean;
2479
+ } | (string | {
2480
+ [x: string]: boolean;
2481
+ } | (string | {
2482
+ [x: string]: boolean;
2483
+ } | (string | {
2484
+ [x: string]: boolean;
2485
+ } | (string | {
2486
+ [x: string]: boolean;
2487
+ } | (string | {
2488
+ [x: string]: boolean;
2489
+ } | (string | {
2490
+ [x: string]: boolean;
2491
+ } | (string | {
2492
+ [x: string]: boolean;
2493
+ } | (string | {
2494
+ [x: string]: boolean;
2495
+ } | (string | any[] | {
2496
+ [x: string]: boolean;
2497
+ })[])[])[])[])[])[])[])[])[])[]>;
2498
+ readonly required: false;
2499
+ readonly validator: ((val: unknown) => boolean) | undefined;
2500
+ __epPropKey: true;
2501
+ };
2502
+ readonly enterable: {
2503
+ readonly default: true;
2504
+ readonly type: PropType<boolean>;
2505
+ readonly required: false;
2506
+ readonly validator: ((val: unknown) => boolean) | undefined;
2507
+ readonly __epPropKey: true;
2508
+ };
2509
+ readonly effect: {
2510
+ readonly default: "light";
2511
+ readonly type: PropType<PopperEffect>;
2512
+ readonly required: false;
2513
+ readonly validator: ((val: unknown) => boolean) | undefined;
2514
+ readonly __epPropKey: true;
2515
+ };
2516
+ readonly teleported: {
2517
+ readonly type: PropType<boolean>;
2518
+ readonly required: false;
2519
+ readonly validator: ((val: unknown) => boolean) | undefined;
2520
+ __epPropKey: true;
2521
+ } & {
2522
+ readonly default: true;
2523
+ };
2524
+ readonly appendTo: {
2525
+ readonly type: PropType<string | HTMLElement>;
2526
+ readonly required: false;
2527
+ readonly validator: ((val: unknown) => boolean) | undefined;
2528
+ __epPropKey: true;
2529
+ };
2530
+ readonly title: StringConstructor;
2531
+ readonly width: {
2532
+ readonly type: PropType<string | number>;
2533
+ readonly required: false;
2534
+ readonly validator: ((val: unknown) => boolean) | undefined;
2535
+ __epPropKey: true;
2536
+ } & {
2537
+ readonly default: 150;
2538
+ };
2539
+ readonly offset: {
2540
+ readonly type: PropType<number>;
2541
+ readonly required: false;
2542
+ readonly validator: ((val: unknown) => boolean) | undefined;
2543
+ __epPropKey: true;
2544
+ } & {
2545
+ readonly default: undefined;
2546
+ };
2547
+ readonly showAfter: {
2548
+ readonly type: PropType<number>;
2549
+ readonly required: false;
2550
+ readonly validator: ((val: unknown) => boolean) | undefined;
2551
+ __epPropKey: true;
2552
+ } & {
2553
+ readonly default: 0;
2554
+ };
2555
+ readonly hideAfter: {
2556
+ readonly type: PropType<number>;
2557
+ readonly required: false;
2558
+ readonly validator: ((val: unknown) => boolean) | undefined;
2559
+ __epPropKey: true;
2560
+ } & {
2561
+ readonly default: 200;
2562
+ };
2563
+ readonly autoClose: {
2564
+ readonly type: PropType<number>;
2565
+ readonly required: false;
2566
+ readonly validator: ((val: unknown) => boolean) | undefined;
2567
+ __epPropKey: true;
2568
+ } & {
2569
+ readonly default: 0;
2570
+ };
2571
+ readonly showArrow: {
2572
+ readonly type: PropType<boolean>;
2573
+ readonly required: false;
2574
+ readonly validator: ((val: unknown) => boolean) | undefined;
2575
+ __epPropKey: true;
2576
+ } & {
2577
+ readonly default: true;
2578
+ };
2579
+ readonly persistent: {
2580
+ readonly type: PropType<boolean>;
2581
+ readonly required: false;
2582
+ readonly validator: ((val: unknown) => boolean) | undefined;
2583
+ __epPropKey: true;
2584
+ } & {
2585
+ readonly default: true;
2586
+ };
2587
+ readonly "onUpdate:visible": {
2588
+ readonly type: PropType<(visible: boolean) => void>;
2589
+ readonly required: false;
2590
+ readonly validator: ((val: unknown) => boolean) | undefined;
2591
+ __epPropKey: true;
2592
+ };
2593
+ }>> & {
2594
+ "onUpdate:visible"?: ((value: boolean) => any) | undefined;
2595
+ "onAfter-enter"?: (() => any) | undefined;
2596
+ "onAfter-leave"?: (() => any) | undefined;
2597
+ "onBefore-enter"?: (() => any) | undefined;
2598
+ "onBefore-leave"?: (() => any) | undefined;
2599
+ }, {
2600
+ popperRef: ComputedRef< PopperInstance | undefined>;
2601
+ hide: () => void;
2602
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2603
+ "after-enter": () => void;
2604
+ "after-leave": () => void;
2605
+ "before-enter": () => void;
2606
+ "before-leave": () => void;
2607
+ "update:visible": (value: boolean) => void;
2608
+ }, string, {
2609
+ readonly disabled: boolean;
2610
+ readonly width: string | number;
2611
+ readonly content: string;
2612
+ readonly offset: number;
2613
+ readonly visible: boolean;
2614
+ readonly placement: Placement;
2615
+ readonly effect: PopperEffect;
2616
+ readonly showAfter: number;
2617
+ readonly hideAfter: number;
2618
+ readonly autoClose: number;
2619
+ readonly trigger: TooltipTriggerType | TooltipTriggerType[];
2620
+ readonly tabindex: string | number;
2621
+ readonly popperOptions: Partial< Options>;
2622
+ readonly enterable: boolean;
2623
+ readonly triggerKeys: string[];
2624
+ readonly teleported: boolean;
2625
+ readonly persistent: boolean;
2626
+ readonly showArrow: boolean;
2627
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
2628
+ beforeCreate?: (() => void) | (() => void)[];
2629
+ created?: (() => void) | (() => void)[];
2630
+ beforeMount?: (() => void) | (() => void)[];
2631
+ mounted?: (() => void) | (() => void)[];
2632
+ beforeUpdate?: (() => void) | (() => void)[];
2633
+ updated?: (() => void) | (() => void)[];
2634
+ activated?: (() => void) | (() => void)[];
2635
+ deactivated?: (() => void) | (() => void)[];
2636
+ beforeDestroy?: (() => void) | (() => void)[];
2637
+ beforeUnmount?: (() => void) | (() => void)[];
2638
+ destroyed?: (() => void) | (() => void)[];
2639
+ unmounted?: (() => void) | (() => void)[];
2640
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2641
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2642
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
2643
+ };
2644
+ $forceUpdate: () => void;
2645
+ $nextTick: nextTick;
2646
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
2647
+ } & Readonly<{
2648
+ readonly disabled: boolean;
2649
+ readonly width: string | number;
2650
+ readonly content: string;
2651
+ readonly offset: number;
2652
+ readonly visible: boolean;
2653
+ readonly placement: Placement;
2654
+ readonly effect: PopperEffect;
2655
+ readonly showAfter: number;
2656
+ readonly hideAfter: number;
2657
+ readonly autoClose: number;
2658
+ readonly trigger: TooltipTriggerType | TooltipTriggerType[];
2659
+ readonly tabindex: string | number;
2660
+ readonly popperOptions: Partial< Options>;
2661
+ readonly enterable: boolean;
2662
+ readonly triggerKeys: string[];
2663
+ readonly teleported: boolean;
2664
+ readonly persistent: boolean;
2665
+ readonly showArrow: boolean;
2666
+ }> & Omit<Readonly< ExtractPropTypes<{
2667
+ readonly trigger: {
2668
+ readonly type: PropType< TooltipTriggerType | TooltipTriggerType[]>;
2669
+ readonly required: false;
2670
+ readonly validator: ((val: unknown) => boolean) | undefined;
2671
+ __epPropKey: true;
2672
+ } & {
2673
+ readonly default: "hover";
2674
+ };
2675
+ readonly triggerKeys: {
2676
+ readonly type: PropType<string[]>;
2677
+ readonly required: false;
2678
+ readonly validator: ((val: unknown) => boolean) | undefined;
2679
+ __epPropKey: true;
2680
+ } & {
2681
+ readonly default: () => string[];
2682
+ };
2683
+ readonly placement: {
2684
+ readonly type: PropType<Placement>;
2685
+ readonly required: false;
2686
+ readonly validator: ((val: unknown) => boolean) | undefined;
2687
+ __epPropKey: true;
2688
+ } & {
2689
+ readonly default: "bottom";
2690
+ };
2691
+ readonly disabled: BooleanConstructor;
2692
+ readonly visible: {
2693
+ readonly type: PropType<boolean>;
2694
+ readonly required: false;
2695
+ readonly validator: ((val: unknown) => boolean) | undefined;
2696
+ __epPropKey: true;
2697
+ } & {
2698
+ readonly default: null;
2699
+ };
2700
+ readonly transition: StringConstructor;
2701
+ readonly popperOptions: {
2702
+ readonly type: PropType<Partial< Options>>;
2703
+ readonly required: false;
2704
+ readonly validator: ((val: unknown) => boolean) | undefined;
2705
+ __epPropKey: true;
2706
+ } & {
2707
+ readonly default: () => {};
2708
+ };
2709
+ readonly tabindex: {
2710
+ readonly type: PropType<string | number>;
2711
+ readonly required: false;
2712
+ readonly validator: ((val: unknown) => boolean) | undefined;
2713
+ __epPropKey: true;
2714
+ } & {
2715
+ readonly default: 0;
2716
+ };
2717
+ readonly content: {
2718
+ readonly type: PropType<string>;
2719
+ readonly required: false;
2720
+ readonly validator: ((val: unknown) => boolean) | undefined;
2721
+ __epPropKey: true;
2722
+ } & {
2723
+ readonly default: "";
2724
+ };
2725
+ readonly popperStyle: {
2726
+ readonly type: PropType<StyleValue>;
2727
+ readonly required: false;
2728
+ readonly validator: ((val: unknown) => boolean) | undefined;
2729
+ __epPropKey: true;
2730
+ };
2731
+ readonly popperClass: {
2732
+ readonly type: PropType<string | {
2733
+ [x: string]: boolean;
2734
+ } | (string | {
2735
+ [x: string]: boolean;
2736
+ } | (string | {
2737
+ [x: string]: boolean;
2738
+ } | (string | {
2739
+ [x: string]: boolean;
2740
+ } | (string | {
2741
+ [x: string]: boolean;
2742
+ } | (string | {
2743
+ [x: string]: boolean;
2744
+ } | (string | {
2745
+ [x: string]: boolean;
2746
+ } | (string | {
2747
+ [x: string]: boolean;
2748
+ } | (string | {
2749
+ [x: string]: boolean;
2750
+ } | (string | {
2751
+ [x: string]: boolean;
2752
+ } | (string | any[] | {
2753
+ [x: string]: boolean;
2754
+ })[])[])[])[])[])[])[])[])[])[]>;
2755
+ readonly required: false;
2756
+ readonly validator: ((val: unknown) => boolean) | undefined;
2757
+ __epPropKey: true;
2758
+ };
2759
+ readonly enterable: {
2760
+ readonly default: true;
2761
+ readonly type: PropType<boolean>;
2762
+ readonly required: false;
2763
+ readonly validator: ((val: unknown) => boolean) | undefined;
2764
+ readonly __epPropKey: true;
2765
+ };
2766
+ readonly effect: {
2767
+ readonly default: "light";
2768
+ readonly type: PropType<PopperEffect>;
2769
+ readonly required: false;
2770
+ readonly validator: ((val: unknown) => boolean) | undefined;
2771
+ readonly __epPropKey: true;
2772
+ };
2773
+ readonly teleported: {
2774
+ readonly type: PropType<boolean>;
2775
+ readonly required: false;
2776
+ readonly validator: ((val: unknown) => boolean) | undefined;
2777
+ __epPropKey: true;
2778
+ } & {
2779
+ readonly default: true;
2780
+ };
2781
+ readonly appendTo: {
2782
+ readonly type: PropType<string | HTMLElement>;
2783
+ readonly required: false;
2784
+ readonly validator: ((val: unknown) => boolean) | undefined;
2785
+ __epPropKey: true;
2786
+ };
2787
+ readonly title: StringConstructor;
2788
+ readonly width: {
2789
+ readonly type: PropType<string | number>;
2790
+ readonly required: false;
2791
+ readonly validator: ((val: unknown) => boolean) | undefined;
2792
+ __epPropKey: true;
2793
+ } & {
2794
+ readonly default: 150;
2795
+ };
2796
+ readonly offset: {
2797
+ readonly type: PropType<number>;
2798
+ readonly required: false;
2799
+ readonly validator: ((val: unknown) => boolean) | undefined;
2800
+ __epPropKey: true;
2801
+ } & {
2802
+ readonly default: undefined;
2803
+ };
2804
+ readonly showAfter: {
2805
+ readonly type: PropType<number>;
2806
+ readonly required: false;
2807
+ readonly validator: ((val: unknown) => boolean) | undefined;
2808
+ __epPropKey: true;
2809
+ } & {
2810
+ readonly default: 0;
2811
+ };
2812
+ readonly hideAfter: {
2813
+ readonly type: PropType<number>;
2814
+ readonly required: false;
2815
+ readonly validator: ((val: unknown) => boolean) | undefined;
2816
+ __epPropKey: true;
2817
+ } & {
2818
+ readonly default: 200;
2819
+ };
2820
+ readonly autoClose: {
2821
+ readonly type: PropType<number>;
2822
+ readonly required: false;
2823
+ readonly validator: ((val: unknown) => boolean) | undefined;
2824
+ __epPropKey: true;
2825
+ } & {
2826
+ readonly default: 0;
2827
+ };
2828
+ readonly showArrow: {
2829
+ readonly type: PropType<boolean>;
2830
+ readonly required: false;
2831
+ readonly validator: ((val: unknown) => boolean) | undefined;
2832
+ __epPropKey: true;
2833
+ } & {
2834
+ readonly default: true;
2835
+ };
2836
+ readonly persistent: {
2837
+ readonly type: PropType<boolean>;
2838
+ readonly required: false;
2839
+ readonly validator: ((val: unknown) => boolean) | undefined;
2840
+ __epPropKey: true;
2841
+ } & {
2842
+ readonly default: true;
2843
+ };
2844
+ readonly "onUpdate:visible": {
2845
+ readonly type: PropType<(visible: boolean) => void>;
2846
+ readonly required: false;
2847
+ readonly validator: ((val: unknown) => boolean) | undefined;
2848
+ __epPropKey: true;
2849
+ };
2850
+ }>> & {
2851
+ "onUpdate:visible"?: ((value: boolean) => any) | undefined;
2852
+ "onAfter-enter"?: (() => any) | undefined;
2853
+ "onAfter-leave"?: (() => any) | undefined;
2854
+ "onBefore-enter"?: (() => any) | undefined;
2855
+ "onBefore-leave"?: (() => any) | undefined;
2856
+ }, "visible" | "disabled" | "width" | "trigger" | "effect" | "popperOptions" | "teleported" | "persistent" | "showArrow" | "offset" | "placement" | "tabindex" | "popperRef" | "content" | "triggerKeys" | "enterable" | "showAfter" | "hideAfter" | "autoClose" | "hide"> & ShallowUnwrapRef<{
2857
+ popperRef: ComputedRef< PopperInstance | undefined>;
2858
+ hide: () => void;
2859
+ }> & {} & ComponentCustomProperties & {} & {
2860
+ $slots: {
2861
+ reference?(_: {}): any;
2862
+ default?(_: {}): any;
2863
+ };
2864
+ };
2865
+ contentRef: HTMLDivElement;
2866
+ }, HTMLDivElement>> & Record<string, any>) | ( SFCWithInstall<{
2867
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< FilterContainerProps> & Readonly<{
2868
+ onChange?: (searchItem: Record<string, unknown>) => any;
2869
+ onSearch?: (searchItem: Record<string, unknown>) => any;
2870
+ }>, {
2871
+ resetAllFilters: () => void;
2872
+ getCurrentSearchItem: () => SearchItem;
2873
+ updateSearchItem: (changes: FilterChangeEvent | FilterChangeEvent[]) => void;
2874
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2875
+ change: (searchItem: Record<string, unknown>) => any;
2876
+ search: (searchItem: Record<string, unknown>) => any;
2877
+ }, PublicProps, {
2878
+ debounceInterval: number;
2879
+ immediate: boolean;
2880
+ initialSearchItem: Record<string, unknown>;
2881
+ showSearchSection: boolean;
2882
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
2883
+ P: {};
2884
+ B: {};
2885
+ D: {};
2886
+ C: {};
2887
+ M: {};
2888
+ Defaults: {};
2889
+ }, Readonly< FilterContainerProps> & Readonly<{
2890
+ onChange?: (searchItem: Record<string, unknown>) => any;
2891
+ onSearch?: (searchItem: Record<string, unknown>) => any;
2892
+ }>, {
2893
+ resetAllFilters: () => void;
2894
+ getCurrentSearchItem: () => SearchItem;
2895
+ updateSearchItem: (changes: FilterChangeEvent | FilterChangeEvent[]) => void;
2896
+ }, {}, {}, {}, {
2897
+ debounceInterval: number;
2898
+ immediate: boolean;
2899
+ initialSearchItem: Record<string, unknown>;
2900
+ showSearchSection: boolean;
2901
+ }>;
2902
+ __isFragment?: never;
2903
+ __isTeleport?: never;
2904
+ __isSuspense?: never;
2905
+ } & ComponentOptionsBase<Readonly< FilterContainerProps> & Readonly<{
2906
+ onChange?: (searchItem: Record<string, unknown>) => any;
2907
+ onSearch?: (searchItem: Record<string, unknown>) => any;
2908
+ }>, {
2909
+ resetAllFilters: () => void;
2910
+ getCurrentSearchItem: () => SearchItem;
2911
+ updateSearchItem: (changes: FilterChangeEvent | FilterChangeEvent[]) => void;
2912
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2913
+ change: (searchItem: Record<string, unknown>) => any;
2914
+ search: (searchItem: Record<string, unknown>) => any;
2915
+ }, string, {
2916
+ debounceInterval: number;
2917
+ immediate: boolean;
2918
+ initialSearchItem: Record<string, unknown>;
2919
+ showSearchSection: boolean;
2920
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
2921
+ $slots: {
2922
+ filters?(_: {}): any;
2923
+ search?(_: {}): any;
2924
+ };
2925
+ })> & Record<string, any>) | ( SFCWithInstall<{
2926
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< FilterWrapperProps> & Readonly<{}>, {
2927
+ register: (componentMethods?: ComponentMethods<FilterValue>) => void;
2928
+ updateFilter: (checkedValues: FilterValue | FilterValue[]) => void;
2929
+ getCurrentSearchItem: () => SearchItem;
2930
+ handleSearch: (searchData: SearchItem) => void;
2931
+ reset: () => void;
2932
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
2933
+ reset: () => void;
2934
+ type: "filter" | "search";
2935
+ immediate: boolean;
2936
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
2937
+ P: {};
2938
+ B: {};
2939
+ D: {};
2940
+ C: {};
2941
+ M: {};
2942
+ Defaults: {};
2943
+ }, Readonly< FilterWrapperProps> & Readonly<{}>, {
2944
+ register: (componentMethods?: ComponentMethods<FilterValue>) => void;
2945
+ updateFilter: (checkedValues: FilterValue | FilterValue[]) => void;
2946
+ getCurrentSearchItem: () => SearchItem;
2947
+ handleSearch: (searchData: SearchItem) => void;
2948
+ reset: () => void;
2949
+ }, {}, {}, {}, {
2950
+ reset: () => void;
2951
+ type: "filter" | "search";
2952
+ immediate: boolean;
2953
+ }>;
2954
+ __isFragment?: never;
2955
+ __isTeleport?: never;
2956
+ __isSuspense?: never;
2957
+ } & ComponentOptionsBase<Readonly< FilterWrapperProps> & Readonly<{}>, {
2958
+ register: (componentMethods?: ComponentMethods<FilterValue>) => void;
2959
+ updateFilter: (checkedValues: FilterValue | FilterValue[]) => void;
2960
+ getCurrentSearchItem: () => SearchItem;
2961
+ handleSearch: (searchData: SearchItem) => void;
2962
+ reset: () => void;
2963
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
2964
+ reset: () => void;
2965
+ type: "filter" | "search";
2966
+ immediate: boolean;
2967
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
2968
+ $slots: {
2969
+ default?(_: {
2970
+ register: (componentMethods?: ComponentMethods<FilterValue>) => void;
2971
+ update: (checkedValues: FilterValue | FilterValue[]) => void;
2972
+ getCurrentSearchItem: () => SearchItem;
2973
+ handleSearch: (searchData: SearchItem) => void;
2974
+ }): any;
2975
+ };
2976
+ })> & Record<string, any>) | ( SFCWithInstall<{
2977
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< HeightCollapseProps> & Readonly<{
2978
+ onChange?: (isExpand: boolean) => any;
2979
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2980
+ change: (isExpand: boolean) => any;
2981
+ }, PublicProps, {
2982
+ maxHeight: number;
2983
+ defaultExpand: boolean;
2984
+ expandTitle: string;
2985
+ collapseTitle: string;
2986
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
2987
+ contentRef: HTMLDivElement;
2988
+ }, any, ComponentProvideOptions, {
2989
+ P: {};
2990
+ B: {};
2991
+ D: {};
2992
+ C: {};
2993
+ M: {};
2994
+ Defaults: {};
2995
+ }, Readonly< HeightCollapseProps> & Readonly<{
2996
+ onChange?: (isExpand: boolean) => any;
2997
+ }>, {}, {}, {}, {}, {
2998
+ maxHeight: number;
2999
+ defaultExpand: boolean;
3000
+ expandTitle: string;
3001
+ collapseTitle: string;
3002
+ }>;
3003
+ __isFragment?: never;
3004
+ __isTeleport?: never;
3005
+ __isSuspense?: never;
3006
+ } & ComponentOptionsBase<Readonly< HeightCollapseProps> & Readonly<{
3007
+ onChange?: (isExpand: boolean) => any;
3008
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3009
+ change: (isExpand: boolean) => any;
3010
+ }, string, {
3011
+ maxHeight: number;
3012
+ defaultExpand: boolean;
3013
+ expandTitle: string;
3014
+ collapseTitle: string;
3015
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
3016
+ $slots: {
3017
+ default?(_: {}): any;
3018
+ };
3019
+ })> & Record<string, any>) | ( SFCWithInstall<DefineComponent<FileDownloadWrapperProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< FileDownloadWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>> & Record<string, any>))[];
3020
+ export default _default;