@baosight/er4j 0.0.57 → 0.0.59

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,1563 @@
1
+ import { nextTick } from 'vue';
2
+ declare const _default: import('vue').DefineComponent<{
3
+ params?: any;
4
+ }, {
5
+ props: import('../../../node_modules/@vue/shared').LooseRequired<Readonly<{
6
+ params?: any;
7
+ }> & Readonly<{}> & {}>;
8
+ antdLocale: import('vue').Ref<{
9
+ locale: string;
10
+ Pagination?: {
11
+ items_per_page?: string | undefined;
12
+ jump_to?: string | undefined;
13
+ jump_to_confirm?: string | undefined;
14
+ page?: string | undefined;
15
+ prev_page?: string | undefined;
16
+ next_page?: string | undefined;
17
+ prev_5?: string | undefined;
18
+ next_5?: string | undefined;
19
+ prev_3?: string | undefined;
20
+ next_3?: string | undefined;
21
+ } | undefined;
22
+ Table?: {
23
+ filterTitle?: string | undefined;
24
+ filterConfirm?: any;
25
+ filterReset?: any;
26
+ filterEmptyText?: any;
27
+ filterCheckall?: any;
28
+ filterSearchPlaceholder?: any;
29
+ emptyText?: any;
30
+ selectAll?: any;
31
+ selectNone?: any;
32
+ selectInvert?: any;
33
+ selectionAll?: any;
34
+ sortTitle?: string | undefined;
35
+ expand?: string | undefined;
36
+ collapse?: string | undefined;
37
+ triggerDesc?: string | undefined;
38
+ triggerAsc?: string | undefined;
39
+ cancelSort?: string | undefined;
40
+ } | undefined;
41
+ Popconfirm?: Record<string, any> | undefined;
42
+ Form?: {
43
+ optional?: string | undefined;
44
+ defaultValidateMessages: {
45
+ default?: (string | (() => string)) | undefined;
46
+ required?: (string | (() => string)) | undefined;
47
+ enum?: (string | (() => string)) | undefined;
48
+ whitespace?: (string | (() => string)) | undefined;
49
+ date?: {
50
+ format?: (string | (() => string)) | undefined;
51
+ parse?: (string | (() => string)) | undefined;
52
+ invalid?: (string | (() => string)) | undefined;
53
+ } | undefined;
54
+ types?: {
55
+ string?: (string | (() => string)) | undefined;
56
+ method?: (string | (() => string)) | undefined;
57
+ array?: (string | (() => string)) | undefined;
58
+ object?: (string | (() => string)) | undefined;
59
+ number?: (string | (() => string)) | undefined;
60
+ date?: (string | (() => string)) | undefined;
61
+ boolean?: (string | (() => string)) | undefined;
62
+ integer?: (string | (() => string)) | undefined;
63
+ float?: (string | (() => string)) | undefined;
64
+ regexp?: (string | (() => string)) | undefined;
65
+ email?: (string | (() => string)) | undefined;
66
+ url?: (string | (() => string)) | undefined;
67
+ hex?: (string | (() => string)) | undefined;
68
+ } | undefined;
69
+ string?: {
70
+ len?: (string | (() => string)) | undefined;
71
+ min?: (string | (() => string)) | undefined;
72
+ max?: (string | (() => string)) | undefined;
73
+ range?: (string | (() => string)) | undefined;
74
+ } | undefined;
75
+ number?: {
76
+ len?: (string | (() => string)) | undefined;
77
+ min?: (string | (() => string)) | undefined;
78
+ max?: (string | (() => string)) | undefined;
79
+ range?: (string | (() => string)) | undefined;
80
+ } | undefined;
81
+ array?: {
82
+ len?: (string | (() => string)) | undefined;
83
+ min?: (string | (() => string)) | undefined;
84
+ max?: (string | (() => string)) | undefined;
85
+ range?: (string | (() => string)) | undefined;
86
+ } | undefined;
87
+ pattern?: {
88
+ mismatch?: (string | (() => string)) | undefined;
89
+ } | undefined;
90
+ };
91
+ } | undefined;
92
+ Image?: {
93
+ preview: string;
94
+ } | undefined;
95
+ DatePicker?: {
96
+ lang: {
97
+ locale: string;
98
+ monthBeforeYear?: boolean | undefined;
99
+ yearFormat: string;
100
+ monthFormat?: string | undefined;
101
+ quarterFormat?: string | undefined;
102
+ today: string;
103
+ now: string;
104
+ backToToday: string;
105
+ ok: string;
106
+ timeSelect: string;
107
+ dateSelect: string;
108
+ weekSelect?: string | undefined;
109
+ clear: string;
110
+ month: string;
111
+ year: string;
112
+ previousMonth: string;
113
+ nextMonth: string;
114
+ monthSelect: string;
115
+ yearSelect: string;
116
+ decadeSelect: string;
117
+ dayFormat: string;
118
+ dateFormat: string;
119
+ dateTimeFormat: string;
120
+ previousYear: string;
121
+ nextYear: string;
122
+ previousDecade: string;
123
+ nextDecade: string;
124
+ previousCentury: string;
125
+ nextCentury: string;
126
+ shortWeekDays?: string[] | undefined;
127
+ shortMonths?: string[] | undefined;
128
+ placeholder: string;
129
+ yearPlaceholder?: string | undefined;
130
+ quarterPlaceholder?: string | undefined;
131
+ monthPlaceholder?: string | undefined;
132
+ weekPlaceholder?: string | undefined;
133
+ rangeYearPlaceholder?: [string, string] | undefined;
134
+ rangeQuarterPlaceholder?: [string, string] | undefined;
135
+ rangeMonthPlaceholder?: [string, string] | undefined;
136
+ rangeWeekPlaceholder?: [string, string] | undefined;
137
+ rangePlaceholder?: [string, string] | undefined;
138
+ };
139
+ timePickerLocale: {
140
+ placeholder?: string | undefined;
141
+ rangePlaceholder?: [string, string] | undefined;
142
+ };
143
+ dateFormat?: string | undefined;
144
+ dateTimeFormat?: string | undefined;
145
+ weekFormat?: string | undefined;
146
+ monthFormat?: string | undefined;
147
+ } | undefined;
148
+ TimePicker?: Record<string, any> | undefined;
149
+ Calendar?: Record<string, any> | undefined;
150
+ Modal?: {
151
+ okText: string;
152
+ cancelText: string;
153
+ justOkText: string;
154
+ } | undefined;
155
+ Transfer?: {
156
+ titles?: any[] | undefined;
157
+ notFoundContent?: any;
158
+ searchPlaceholder?: string | undefined;
159
+ itemUnit?: string | undefined;
160
+ itemsUnit?: string | undefined;
161
+ remove?: string | undefined;
162
+ selectAll?: string | undefined;
163
+ selectCurrent?: string | undefined;
164
+ selectInvert?: string | undefined;
165
+ removeAll?: string | undefined;
166
+ removeCurrent?: string | undefined;
167
+ } | undefined;
168
+ Select?: Record<string, any> | undefined;
169
+ Upload?: {
170
+ uploading?: string | undefined;
171
+ removeFile?: string | undefined;
172
+ downloadFile?: string | undefined;
173
+ uploadError?: string | undefined;
174
+ previewFile?: string | undefined;
175
+ } | undefined;
176
+ Empty?: {
177
+ description: string;
178
+ } | undefined;
179
+ global?: Record<string, any> | undefined;
180
+ PageHeader?: {
181
+ back: string;
182
+ } | undefined;
183
+ Icon?: Record<string, any> | undefined;
184
+ Text?: {
185
+ edit?: any;
186
+ copy?: any;
187
+ copied?: any;
188
+ expand?: any;
189
+ } | undefined;
190
+ Tour?: {
191
+ Next: string;
192
+ Previous: string;
193
+ Finish: string;
194
+ } | undefined;
195
+ QRCode?: {
196
+ expired?: string | undefined;
197
+ refresh?: string | undefined;
198
+ } | undefined;
199
+ }, import('ant-design-vue/es/locale').Locale | {
200
+ locale: string;
201
+ Pagination?: {
202
+ items_per_page?: string | undefined;
203
+ jump_to?: string | undefined;
204
+ jump_to_confirm?: string | undefined;
205
+ page?: string | undefined;
206
+ prev_page?: string | undefined;
207
+ next_page?: string | undefined;
208
+ prev_5?: string | undefined;
209
+ next_5?: string | undefined;
210
+ prev_3?: string | undefined;
211
+ next_3?: string | undefined;
212
+ } | undefined;
213
+ Table?: {
214
+ filterTitle?: string | undefined;
215
+ filterConfirm?: any;
216
+ filterReset?: any;
217
+ filterEmptyText?: any;
218
+ filterCheckall?: any;
219
+ filterSearchPlaceholder?: any;
220
+ emptyText?: any;
221
+ selectAll?: any;
222
+ selectNone?: any;
223
+ selectInvert?: any;
224
+ selectionAll?: any;
225
+ sortTitle?: string | undefined;
226
+ expand?: string | undefined;
227
+ collapse?: string | undefined;
228
+ triggerDesc?: string | undefined;
229
+ triggerAsc?: string | undefined;
230
+ cancelSort?: string | undefined;
231
+ } | undefined;
232
+ Popconfirm?: Record<string, any> | undefined;
233
+ Form?: {
234
+ optional?: string | undefined;
235
+ defaultValidateMessages: {
236
+ default?: (string | (() => string)) | undefined;
237
+ required?: (string | (() => string)) | undefined;
238
+ enum?: (string | (() => string)) | undefined;
239
+ whitespace?: (string | (() => string)) | undefined;
240
+ date?: {
241
+ format?: (string | (() => string)) | undefined;
242
+ parse?: (string | (() => string)) | undefined;
243
+ invalid?: (string | (() => string)) | undefined;
244
+ } | undefined;
245
+ types?: {
246
+ string?: (string | (() => string)) | undefined;
247
+ method?: (string | (() => string)) | undefined;
248
+ array?: (string | (() => string)) | undefined;
249
+ object?: (string | (() => string)) | undefined;
250
+ number?: (string | (() => string)) | undefined;
251
+ date?: (string | (() => string)) | undefined;
252
+ boolean?: (string | (() => string)) | undefined;
253
+ integer?: (string | (() => string)) | undefined;
254
+ float?: (string | (() => string)) | undefined;
255
+ regexp?: (string | (() => string)) | undefined;
256
+ email?: (string | (() => string)) | undefined;
257
+ url?: (string | (() => string)) | undefined;
258
+ hex?: (string | (() => string)) | undefined;
259
+ } | undefined;
260
+ string?: {
261
+ len?: (string | (() => string)) | undefined;
262
+ min?: (string | (() => string)) | undefined;
263
+ max?: (string | (() => string)) | undefined;
264
+ range?: (string | (() => string)) | undefined;
265
+ } | undefined;
266
+ number?: {
267
+ len?: (string | (() => string)) | undefined;
268
+ min?: (string | (() => string)) | undefined;
269
+ max?: (string | (() => string)) | undefined;
270
+ range?: (string | (() => string)) | undefined;
271
+ } | undefined;
272
+ array?: {
273
+ len?: (string | (() => string)) | undefined;
274
+ min?: (string | (() => string)) | undefined;
275
+ max?: (string | (() => string)) | undefined;
276
+ range?: (string | (() => string)) | undefined;
277
+ } | undefined;
278
+ pattern?: {
279
+ mismatch?: (string | (() => string)) | undefined;
280
+ } | undefined;
281
+ };
282
+ } | undefined;
283
+ Image?: {
284
+ preview: string;
285
+ } | undefined;
286
+ DatePicker?: {
287
+ lang: {
288
+ locale: string;
289
+ monthBeforeYear?: boolean | undefined;
290
+ yearFormat: string;
291
+ monthFormat?: string | undefined;
292
+ quarterFormat?: string | undefined;
293
+ today: string;
294
+ now: string;
295
+ backToToday: string;
296
+ ok: string;
297
+ timeSelect: string;
298
+ dateSelect: string;
299
+ weekSelect?: string | undefined;
300
+ clear: string;
301
+ month: string;
302
+ year: string;
303
+ previousMonth: string;
304
+ nextMonth: string;
305
+ monthSelect: string;
306
+ yearSelect: string;
307
+ decadeSelect: string;
308
+ dayFormat: string;
309
+ dateFormat: string;
310
+ dateTimeFormat: string;
311
+ previousYear: string;
312
+ nextYear: string;
313
+ previousDecade: string;
314
+ nextDecade: string;
315
+ previousCentury: string;
316
+ nextCentury: string;
317
+ shortWeekDays?: string[] | undefined;
318
+ shortMonths?: string[] | undefined;
319
+ placeholder: string;
320
+ yearPlaceholder?: string | undefined;
321
+ quarterPlaceholder?: string | undefined;
322
+ monthPlaceholder?: string | undefined;
323
+ weekPlaceholder?: string | undefined;
324
+ rangeYearPlaceholder?: [string, string] | undefined;
325
+ rangeQuarterPlaceholder?: [string, string] | undefined;
326
+ rangeMonthPlaceholder?: [string, string] | undefined;
327
+ rangeWeekPlaceholder?: [string, string] | undefined;
328
+ rangePlaceholder?: [string, string] | undefined;
329
+ };
330
+ timePickerLocale: {
331
+ placeholder?: string | undefined;
332
+ rangePlaceholder?: [string, string] | undefined;
333
+ };
334
+ dateFormat?: string | undefined;
335
+ dateTimeFormat?: string | undefined;
336
+ weekFormat?: string | undefined;
337
+ monthFormat?: string | undefined;
338
+ } | undefined;
339
+ TimePicker?: Record<string, any> | undefined;
340
+ Calendar?: Record<string, any> | undefined;
341
+ Modal?: {
342
+ okText: string;
343
+ cancelText: string;
344
+ justOkText: string;
345
+ } | undefined;
346
+ Transfer?: {
347
+ titles?: any[] | undefined;
348
+ notFoundContent?: any;
349
+ searchPlaceholder?: string | undefined;
350
+ itemUnit?: string | undefined;
351
+ itemsUnit?: string | undefined;
352
+ remove?: string | undefined;
353
+ selectAll?: string | undefined;
354
+ selectCurrent?: string | undefined;
355
+ selectInvert?: string | undefined;
356
+ removeAll?: string | undefined;
357
+ removeCurrent?: string | undefined;
358
+ } | undefined;
359
+ Select?: Record<string, any> | undefined;
360
+ Upload?: {
361
+ uploading?: string | undefined;
362
+ removeFile?: string | undefined;
363
+ downloadFile?: string | undefined;
364
+ uploadError?: string | undefined;
365
+ previewFile?: string | undefined;
366
+ } | undefined;
367
+ Empty?: {
368
+ description: string;
369
+ } | undefined;
370
+ global?: Record<string, any> | undefined;
371
+ PageHeader?: {
372
+ back: string;
373
+ } | undefined;
374
+ Icon?: Record<string, any> | undefined;
375
+ Text?: {
376
+ edit?: any;
377
+ copy?: any;
378
+ copied?: any;
379
+ expand?: any;
380
+ } | undefined;
381
+ Tour?: {
382
+ Next: string;
383
+ Previous: string;
384
+ Finish: string;
385
+ } | undefined;
386
+ QRCode?: {
387
+ expired?: string | undefined;
388
+ refresh?: string | undefined;
389
+ } | undefined;
390
+ }>;
391
+ antdTheme: import('vue').Ref<{
392
+ token: {
393
+ fontSize: number;
394
+ sizeStep: number;
395
+ borderRadius: number;
396
+ wireframe: boolean;
397
+ colorPrimary: string;
398
+ };
399
+ components: {
400
+ Form: {
401
+ marginLG: number;
402
+ };
403
+ Button: {
404
+ lineHeight: number;
405
+ };
406
+ Tabs: {
407
+ margin: number;
408
+ colorBgContainer: string;
409
+ colorPrimary: string;
410
+ colorText: string;
411
+ colorSplit: string;
412
+ colorBorder: string;
413
+ colorPrimaryBorder: string;
414
+ lineHeight: number;
415
+ };
416
+ DatePicker: {
417
+ colorPrimary: string;
418
+ };
419
+ };
420
+ } | {
421
+ token: {
422
+ fontSize: number;
423
+ sizeStep: number;
424
+ borderRadius: number;
425
+ wireframe: boolean;
426
+ colorBgBase: string;
427
+ colorTextBase: string;
428
+ colorPrimary: string;
429
+ colorPrimaryBorder: string;
430
+ colorPrimaryBorderHover: string;
431
+ colorPrimaryText: string;
432
+ };
433
+ components: {
434
+ Button: {
435
+ colorBgContainer: string;
436
+ colorBorder: string;
437
+ colorText: string;
438
+ lineHeight: number;
439
+ };
440
+ Form: {
441
+ marginLG: number;
442
+ colorPrimary: string;
443
+ colorTextHeading: string;
444
+ colorTextDescription: string;
445
+ colorText: string;
446
+ colorBorder: string;
447
+ controlOutline: string;
448
+ colorError: string;
449
+ };
450
+ Input: {
451
+ colorBgContainer: string;
452
+ colorBorder: string;
453
+ colorIconHover: string;
454
+ colorPrimaryActive: string;
455
+ colorBgContainerDisabled: string;
456
+ colorText: string;
457
+ };
458
+ Checkbox: {
459
+ colorBgContainer: string;
460
+ colorBorder: string;
461
+ };
462
+ InputNumber: {
463
+ colorBgContainer: string;
464
+ colorBorder: string;
465
+ colorIconHover: string;
466
+ colorPrimaryActive: string;
467
+ colorBgContainerDisabled: string;
468
+ colorText: string;
469
+ };
470
+ Radio: {
471
+ colorBgContainer: string;
472
+ colorBgContainerDisabled: string;
473
+ };
474
+ Switch: {
475
+ colorPrimary: string;
476
+ colorBgContainer: string;
477
+ };
478
+ TreeSelect: {
479
+ colorBgContainer: string;
480
+ };
481
+ Tabs: {
482
+ margin: number;
483
+ colorPrimaryActive: string;
484
+ colorBgContainer: string;
485
+ colorPrimary: string;
486
+ colorFillAlter: string;
487
+ colorSplit: string;
488
+ colorText: string;
489
+ lineHeight: number;
490
+ };
491
+ Select: {
492
+ colorBgContainer: string;
493
+ colorBgContainerDisabled: string;
494
+ colorBgElevated: string;
495
+ controlItemBgActive: string;
496
+ colorBorder: string;
497
+ colorText: string;
498
+ };
499
+ DatePicker: {
500
+ colorBgContainer: string;
501
+ colorBgContainerDisabled: string;
502
+ colorBorder: string;
503
+ colorText: string;
504
+ colorBgElevated: string;
505
+ colorTextHeading: string;
506
+ colorIcon: string;
507
+ colorIconHover: string;
508
+ colorTextDisabled: string;
509
+ controlItemBgHover: string;
510
+ controlItemBgActive: string;
511
+ };
512
+ Calendar: {
513
+ colorBgContainer: string;
514
+ };
515
+ Modal: {
516
+ colorBgElevated: string;
517
+ colorTextHeading: string;
518
+ };
519
+ Tree: {
520
+ colorBgContainer: string;
521
+ };
522
+ };
523
+ }, {
524
+ token: {
525
+ fontSize: number;
526
+ sizeStep: number;
527
+ borderRadius: number;
528
+ wireframe: boolean;
529
+ colorPrimary: string;
530
+ };
531
+ components: {
532
+ Form: {
533
+ marginLG: number;
534
+ };
535
+ Button: {
536
+ lineHeight: number;
537
+ };
538
+ Tabs: {
539
+ margin: number;
540
+ colorBgContainer: string;
541
+ colorPrimary: string;
542
+ colorText: string;
543
+ colorSplit: string;
544
+ colorBorder: string;
545
+ colorPrimaryBorder: string;
546
+ lineHeight: number;
547
+ };
548
+ DatePicker: {
549
+ colorPrimary: string;
550
+ };
551
+ };
552
+ } | {
553
+ token: {
554
+ fontSize: number;
555
+ sizeStep: number;
556
+ borderRadius: number;
557
+ wireframe: boolean;
558
+ colorBgBase: string;
559
+ colorTextBase: string;
560
+ colorPrimary: string;
561
+ colorPrimaryBorder: string;
562
+ colorPrimaryBorderHover: string;
563
+ colorPrimaryText: string;
564
+ };
565
+ components: {
566
+ Button: {
567
+ colorBgContainer: string;
568
+ colorBorder: string;
569
+ colorText: string;
570
+ lineHeight: number;
571
+ };
572
+ Form: {
573
+ marginLG: number;
574
+ colorPrimary: string;
575
+ colorTextHeading: string;
576
+ colorTextDescription: string;
577
+ colorText: string;
578
+ colorBorder: string;
579
+ controlOutline: string;
580
+ colorError: string;
581
+ };
582
+ Input: {
583
+ colorBgContainer: string;
584
+ colorBorder: string;
585
+ colorIconHover: string;
586
+ colorPrimaryActive: string;
587
+ colorBgContainerDisabled: string;
588
+ colorText: string;
589
+ };
590
+ Checkbox: {
591
+ colorBgContainer: string;
592
+ colorBorder: string;
593
+ };
594
+ InputNumber: {
595
+ colorBgContainer: string;
596
+ colorBorder: string;
597
+ colorIconHover: string;
598
+ colorPrimaryActive: string;
599
+ colorBgContainerDisabled: string;
600
+ colorText: string;
601
+ };
602
+ Radio: {
603
+ colorBgContainer: string;
604
+ colorBgContainerDisabled: string;
605
+ };
606
+ Switch: {
607
+ colorPrimary: string;
608
+ colorBgContainer: string;
609
+ };
610
+ TreeSelect: {
611
+ colorBgContainer: string;
612
+ };
613
+ Tabs: {
614
+ margin: number;
615
+ colorPrimaryActive: string;
616
+ colorBgContainer: string;
617
+ colorPrimary: string;
618
+ colorFillAlter: string;
619
+ colorSplit: string;
620
+ colorText: string;
621
+ lineHeight: number;
622
+ };
623
+ Select: {
624
+ colorBgContainer: string;
625
+ colorBgContainerDisabled: string;
626
+ colorBgElevated: string;
627
+ controlItemBgActive: string;
628
+ colorBorder: string;
629
+ colorText: string;
630
+ };
631
+ DatePicker: {
632
+ colorBgContainer: string;
633
+ colorBgContainerDisabled: string;
634
+ colorBorder: string;
635
+ colorText: string;
636
+ colorBgElevated: string;
637
+ colorTextHeading: string;
638
+ colorIcon: string;
639
+ colorIconHover: string;
640
+ colorTextDisabled: string;
641
+ controlItemBgHover: string;
642
+ controlItemBgActive: string;
643
+ };
644
+ Calendar: {
645
+ colorBgContainer: string;
646
+ };
647
+ Modal: {
648
+ colorBgElevated: string;
649
+ colorTextHeading: string;
650
+ };
651
+ Tree: {
652
+ colorBgContainer: string;
653
+ };
654
+ };
655
+ } | {
656
+ token: {
657
+ fontSize: number;
658
+ sizeStep: number;
659
+ borderRadius: number;
660
+ wireframe: boolean;
661
+ colorPrimary: string;
662
+ };
663
+ components: {
664
+ Form: {
665
+ marginLG: number;
666
+ };
667
+ Button: {
668
+ lineHeight: number;
669
+ };
670
+ Tabs: {
671
+ margin: number;
672
+ colorBgContainer: string;
673
+ colorPrimary: string;
674
+ colorText: string;
675
+ colorSplit: string;
676
+ colorBorder: string;
677
+ colorPrimaryBorder: string;
678
+ lineHeight: number;
679
+ };
680
+ DatePicker: {
681
+ colorPrimary: string;
682
+ };
683
+ };
684
+ } | {
685
+ token: {
686
+ fontSize: number;
687
+ sizeStep: number;
688
+ borderRadius: number;
689
+ wireframe: boolean;
690
+ colorBgBase: string;
691
+ colorTextBase: string;
692
+ colorPrimary: string;
693
+ colorPrimaryBorder: string;
694
+ colorPrimaryBorderHover: string;
695
+ colorPrimaryText: string;
696
+ };
697
+ components: {
698
+ Button: {
699
+ colorBgContainer: string;
700
+ colorBorder: string;
701
+ colorText: string;
702
+ lineHeight: number;
703
+ };
704
+ Form: {
705
+ marginLG: number;
706
+ colorPrimary: string;
707
+ colorTextHeading: string;
708
+ colorTextDescription: string;
709
+ colorText: string;
710
+ colorBorder: string;
711
+ controlOutline: string;
712
+ colorError: string;
713
+ };
714
+ Input: {
715
+ colorBgContainer: string;
716
+ colorBorder: string;
717
+ colorIconHover: string;
718
+ colorPrimaryActive: string;
719
+ colorBgContainerDisabled: string;
720
+ colorText: string;
721
+ };
722
+ Checkbox: {
723
+ colorBgContainer: string;
724
+ colorBorder: string;
725
+ };
726
+ InputNumber: {
727
+ colorBgContainer: string;
728
+ colorBorder: string;
729
+ colorIconHover: string;
730
+ colorPrimaryActive: string;
731
+ colorBgContainerDisabled: string;
732
+ colorText: string;
733
+ };
734
+ Radio: {
735
+ colorBgContainer: string;
736
+ colorBgContainerDisabled: string;
737
+ };
738
+ Switch: {
739
+ colorPrimary: string;
740
+ colorBgContainer: string;
741
+ };
742
+ TreeSelect: {
743
+ colorBgContainer: string;
744
+ };
745
+ Tabs: {
746
+ margin: number;
747
+ colorPrimaryActive: string;
748
+ colorBgContainer: string;
749
+ colorPrimary: string;
750
+ colorFillAlter: string;
751
+ colorSplit: string;
752
+ colorText: string;
753
+ lineHeight: number;
754
+ };
755
+ Select: {
756
+ colorBgContainer: string;
757
+ colorBgContainerDisabled: string;
758
+ colorBgElevated: string;
759
+ controlItemBgActive: string;
760
+ colorBorder: string;
761
+ colorText: string;
762
+ };
763
+ DatePicker: {
764
+ colorBgContainer: string;
765
+ colorBgContainerDisabled: string;
766
+ colorBorder: string;
767
+ colorText: string;
768
+ colorBgElevated: string;
769
+ colorTextHeading: string;
770
+ colorIcon: string;
771
+ colorIconHover: string;
772
+ colorTextDisabled: string;
773
+ controlItemBgHover: string;
774
+ controlItemBgActive: string;
775
+ };
776
+ Calendar: {
777
+ colorBgContainer: string;
778
+ };
779
+ Modal: {
780
+ colorBgElevated: string;
781
+ colorTextHeading: string;
782
+ };
783
+ Tree: {
784
+ colorBgContainer: string;
785
+ };
786
+ };
787
+ }>;
788
+ checkedValue: any;
789
+ editable: any;
790
+ handleChange: (checked: any) => void;
791
+ checkedChildren: import('vue').Ref<any, any>;
792
+ unCheckedChildren: import('vue').Ref<any, any>;
793
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
794
+ params?: any;
795
+ }> & Readonly<{}>, {}, {}, {
796
+ 'a-switch': {
797
+ new (...args: any[]): {
798
+ $: import('vue').ComponentInternalInstance;
799
+ $data: {};
800
+ $props: {
801
+ disabled?: boolean | undefined;
802
+ autofocus?: boolean | undefined;
803
+ loading?: boolean | undefined;
804
+ checkedValue?: string | number | boolean | undefined;
805
+ unCheckedValue?: string | number | boolean | undefined;
806
+ style?: unknown;
807
+ ref?: import('vue').VNodeRef | undefined;
808
+ key?: string | number | symbol | undefined;
809
+ ref_for?: boolean | undefined;
810
+ ref_key?: string | undefined;
811
+ onVnodeBeforeMount?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
812
+ [key: string]: any;
813
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
814
+ [key: string]: any;
815
+ }>) => void)[] | undefined;
816
+ onVnodeMounted?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
817
+ [key: string]: any;
818
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
819
+ [key: string]: any;
820
+ }>) => void)[] | undefined;
821
+ onVnodeBeforeUpdate?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
822
+ [key: string]: any;
823
+ }>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
824
+ [key: string]: any;
825
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
826
+ [key: string]: any;
827
+ }>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
828
+ [key: string]: any;
829
+ }>) => void)[] | undefined;
830
+ onVnodeUpdated?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
831
+ [key: string]: any;
832
+ }>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
833
+ [key: string]: any;
834
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
835
+ [key: string]: any;
836
+ }>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
837
+ [key: string]: any;
838
+ }>) => void)[] | undefined;
839
+ onVnodeBeforeUnmount?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
840
+ [key: string]: any;
841
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
842
+ [key: string]: any;
843
+ }>) => void)[] | undefined;
844
+ onVnodeUnmounted?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
845
+ [key: string]: any;
846
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
847
+ [key: string]: any;
848
+ }>) => void)[] | undefined;
849
+ class?: unknown;
850
+ tabindex?: string | number | undefined;
851
+ readonly onClick?: ((checked: string | number | boolean, e: Event) => void) | undefined;
852
+ readonly onFocus?: import('ant-design-vue/es/_util/EventInterface').FocusEventHandler | undefined;
853
+ readonly onBlur?: import('ant-design-vue/es/_util/EventInterface').FocusEventHandler | undefined;
854
+ readonly onChange?: ((checked: string | number | boolean, e: Event) => void) | undefined;
855
+ readonly onKeydown?: ((e: Event) => void) | undefined;
856
+ readonly onMouseup?: ((e: Event) => void) | undefined;
857
+ readonly size?: "small" | "default" | undefined;
858
+ readonly prefixCls?: string | undefined;
859
+ role?: string | undefined;
860
+ readonly id?: string | undefined;
861
+ readonly checked?: string | number | boolean | undefined;
862
+ readonly 'onUpdate:checked'?: ((checked: string | number | boolean) => void) | undefined;
863
+ readonly checkedChildren?: any;
864
+ readonly unCheckedChildren?: any;
865
+ };
866
+ $attrs: {
867
+ [x: string]: unknown;
868
+ };
869
+ $refs: {
870
+ [x: string]: unknown;
871
+ };
872
+ $slots: Readonly<{
873
+ checkedChildren: any;
874
+ unCheckedChildren: any;
875
+ default: any;
876
+ }>;
877
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>;
878
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>;
879
+ $emit: (event: string, ...args: any[]) => void;
880
+ $el: any;
881
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
882
+ id: StringConstructor;
883
+ prefixCls: StringConstructor;
884
+ size: import('vue-types').VueTypeDef<"small" | "default">;
885
+ disabled: {
886
+ type: BooleanConstructor;
887
+ default: any;
888
+ };
889
+ checkedChildren: import('vue-types').VueTypeValidableDef<any>;
890
+ unCheckedChildren: import('vue-types').VueTypeValidableDef<any>;
891
+ tabindex: import('vue-types').VueTypeDef<string | number>;
892
+ autofocus: {
893
+ type: BooleanConstructor;
894
+ default: any;
895
+ };
896
+ loading: {
897
+ type: BooleanConstructor;
898
+ default: any;
899
+ };
900
+ checked: import('vue-types').VueTypeDef<string | number | boolean>;
901
+ checkedValue: import('vue-types').VueTypeDef<string | number | boolean> & {
902
+ default: string | number | boolean;
903
+ };
904
+ unCheckedValue: import('vue-types').VueTypeDef<string | number | boolean> & {
905
+ default: string | number | boolean;
906
+ };
907
+ onChange: {
908
+ type: import('vue').PropType<(checked: string | number | boolean, e: Event) => void>;
909
+ };
910
+ onClick: {
911
+ type: import('vue').PropType<(checked: string | number | boolean, e: Event) => void>;
912
+ };
913
+ onKeydown: {
914
+ type: import('vue').PropType<(e: Event) => void>;
915
+ };
916
+ onMouseup: {
917
+ type: import('vue').PropType<(e: Event) => void>;
918
+ };
919
+ 'onUpdate:checked': {
920
+ type: import('vue').PropType<(checked: string | number | boolean) => void>;
921
+ };
922
+ onBlur: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').FocusEventHandler>;
923
+ onFocus: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').FocusEventHandler>;
924
+ }>>, () => any, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
925
+ disabled: boolean;
926
+ autofocus: boolean;
927
+ loading: boolean;
928
+ checkedValue: string | number | boolean;
929
+ unCheckedValue: string | number | boolean;
930
+ }, {}, string, import('ant-design-vue/es/_util/type').CustomSlotsType<{
931
+ checkedChildren: any;
932
+ unCheckedChildren: any;
933
+ default: any;
934
+ }>, {}, {}, string, import('vue').ComponentProvideOptions> & {
935
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
936
+ created?: (() => void) | (() => void)[] | undefined;
937
+ beforeMount?: (() => void) | (() => void)[] | undefined;
938
+ mounted?: (() => void) | (() => void)[] | undefined;
939
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
940
+ updated?: (() => void) | (() => void)[] | undefined;
941
+ activated?: (() => void) | (() => void)[] | undefined;
942
+ deactivated?: (() => void) | (() => void)[] | undefined;
943
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
944
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
945
+ destroyed?: (() => void) | (() => void)[] | undefined;
946
+ unmounted?: (() => void) | (() => void)[] | undefined;
947
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
948
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
949
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>, info: string) => boolean | void)[] | undefined;
950
+ };
951
+ $forceUpdate: () => void;
952
+ $nextTick: typeof nextTick;
953
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
954
+ } & Readonly<import('vue').ExtractPropTypes<{
955
+ id: StringConstructor;
956
+ prefixCls: StringConstructor;
957
+ size: import('vue-types').VueTypeDef<"small" | "default">;
958
+ disabled: {
959
+ type: BooleanConstructor;
960
+ default: any;
961
+ };
962
+ checkedChildren: import('vue-types').VueTypeValidableDef<any>;
963
+ unCheckedChildren: import('vue-types').VueTypeValidableDef<any>;
964
+ tabindex: import('vue-types').VueTypeDef<string | number>;
965
+ autofocus: {
966
+ type: BooleanConstructor;
967
+ default: any;
968
+ };
969
+ loading: {
970
+ type: BooleanConstructor;
971
+ default: any;
972
+ };
973
+ checked: import('vue-types').VueTypeDef<string | number | boolean>;
974
+ checkedValue: import('vue-types').VueTypeDef<string | number | boolean> & {
975
+ default: string | number | boolean;
976
+ };
977
+ unCheckedValue: import('vue-types').VueTypeDef<string | number | boolean> & {
978
+ default: string | number | boolean;
979
+ };
980
+ onChange: {
981
+ type: import('vue').PropType<(checked: string | number | boolean, e: Event) => void>;
982
+ };
983
+ onClick: {
984
+ type: import('vue').PropType<(checked: string | number | boolean, e: Event) => void>;
985
+ };
986
+ onKeydown: {
987
+ type: import('vue').PropType<(e: Event) => void>;
988
+ };
989
+ onMouseup: {
990
+ type: import('vue').PropType<(e: Event) => void>;
991
+ };
992
+ 'onUpdate:checked': {
993
+ type: import('vue').PropType<(checked: string | number | boolean) => void>;
994
+ };
995
+ onBlur: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').FocusEventHandler>;
996
+ onFocus: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').FocusEventHandler>;
997
+ }>> & import('vue').ShallowUnwrapRef<() => any> & import('vue').ComponentCustomProperties;
998
+ __isFragment?: undefined;
999
+ __isTeleport?: undefined;
1000
+ __isSuspense?: undefined;
1001
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1002
+ id: StringConstructor;
1003
+ prefixCls: StringConstructor;
1004
+ size: import('vue-types').VueTypeDef<"small" | "default">;
1005
+ disabled: {
1006
+ type: BooleanConstructor;
1007
+ default: any;
1008
+ };
1009
+ checkedChildren: import('vue-types').VueTypeValidableDef<any>;
1010
+ unCheckedChildren: import('vue-types').VueTypeValidableDef<any>;
1011
+ tabindex: import('vue-types').VueTypeDef<string | number>;
1012
+ autofocus: {
1013
+ type: BooleanConstructor;
1014
+ default: any;
1015
+ };
1016
+ loading: {
1017
+ type: BooleanConstructor;
1018
+ default: any;
1019
+ };
1020
+ checked: import('vue-types').VueTypeDef<string | number | boolean>;
1021
+ checkedValue: import('vue-types').VueTypeDef<string | number | boolean> & {
1022
+ default: string | number | boolean;
1023
+ };
1024
+ unCheckedValue: import('vue-types').VueTypeDef<string | number | boolean> & {
1025
+ default: string | number | boolean;
1026
+ };
1027
+ onChange: {
1028
+ type: import('vue').PropType<(checked: string | number | boolean, e: Event) => void>;
1029
+ };
1030
+ onClick: {
1031
+ type: import('vue').PropType<(checked: string | number | boolean, e: Event) => void>;
1032
+ };
1033
+ onKeydown: {
1034
+ type: import('vue').PropType<(e: Event) => void>;
1035
+ };
1036
+ onMouseup: {
1037
+ type: import('vue').PropType<(e: Event) => void>;
1038
+ };
1039
+ 'onUpdate:checked': {
1040
+ type: import('vue').PropType<(checked: string | number | boolean) => void>;
1041
+ };
1042
+ onBlur: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').FocusEventHandler>;
1043
+ onFocus: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').FocusEventHandler>;
1044
+ }>>, () => any, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1045
+ disabled: boolean;
1046
+ autofocus: boolean;
1047
+ loading: boolean;
1048
+ checkedValue: string | number | boolean;
1049
+ unCheckedValue: string | number | boolean;
1050
+ }, {}, string, import('ant-design-vue/es/_util/type').CustomSlotsType<{
1051
+ checkedChildren: any;
1052
+ unCheckedChildren: any;
1053
+ default: any;
1054
+ }>, {}, {}, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin<any[]>;
1055
+ 'a-config-providver': {
1056
+ new (...args: any[]): {
1057
+ $: import('vue').ComponentInternalInstance;
1058
+ $data: {};
1059
+ $props: {
1060
+ form?: {
1061
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
1062
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
1063
+ colon?: boolean | undefined;
1064
+ } | undefined;
1065
+ input?: {
1066
+ autocomplete?: string | undefined;
1067
+ } | undefined;
1068
+ select?: {
1069
+ showSearch?: boolean | undefined;
1070
+ } | undefined;
1071
+ space?: {
1072
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
1073
+ } | undefined;
1074
+ direction?: "rtl" | "ltr" | undefined;
1075
+ csp?: import('ant-design-vue/es/config-provider').CSPConfig | undefined;
1076
+ theme?: import('ant-design-vue/es/config-provider/context').ThemeConfig | undefined;
1077
+ virtual?: boolean | undefined;
1078
+ dropdownMatchSelectWidth?: number | boolean | undefined;
1079
+ locale?: import('ant-design-vue/es/locale').Locale | undefined;
1080
+ pagination?: {
1081
+ showSizeChanger?: boolean | undefined;
1082
+ } | undefined;
1083
+ autoInsertSpaceInButton?: boolean | undefined;
1084
+ pageHeader?: {
1085
+ ghost?: boolean | undefined;
1086
+ } | undefined;
1087
+ componentDisabled?: boolean | undefined;
1088
+ style?: unknown;
1089
+ ref?: import('vue').VNodeRef | undefined;
1090
+ key?: string | number | symbol | undefined;
1091
+ ref_for?: boolean | undefined;
1092
+ ref_key?: string | undefined;
1093
+ onVnodeBeforeMount?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1094
+ [key: string]: any;
1095
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1096
+ [key: string]: any;
1097
+ }>) => void)[] | undefined;
1098
+ onVnodeMounted?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1099
+ [key: string]: any;
1100
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1101
+ [key: string]: any;
1102
+ }>) => void)[] | undefined;
1103
+ onVnodeBeforeUpdate?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1104
+ [key: string]: any;
1105
+ }>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1106
+ [key: string]: any;
1107
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1108
+ [key: string]: any;
1109
+ }>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1110
+ [key: string]: any;
1111
+ }>) => void)[] | undefined;
1112
+ onVnodeUpdated?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1113
+ [key: string]: any;
1114
+ }>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1115
+ [key: string]: any;
1116
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1117
+ [key: string]: any;
1118
+ }>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1119
+ [key: string]: any;
1120
+ }>) => void)[] | undefined;
1121
+ onVnodeBeforeUnmount?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1122
+ [key: string]: any;
1123
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1124
+ [key: string]: any;
1125
+ }>) => void)[] | undefined;
1126
+ onVnodeUnmounted?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1127
+ [key: string]: any;
1128
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1129
+ [key: string]: any;
1130
+ }>) => void)[] | undefined;
1131
+ class?: unknown;
1132
+ tabindex?: string | number | undefined;
1133
+ readonly getPrefixCls?: ((suffixCls?: string | undefined, customizePrefixCls?: string | undefined) => string) | undefined;
1134
+ readonly iconPrefixCls?: string | undefined;
1135
+ readonly prefixCls?: string | undefined;
1136
+ readonly renderEmpty?: typeof import('ant-design-vue/es/config-provider/renderEmpty').default | undefined;
1137
+ readonly getTargetContainer?: (() => Window | HTMLElement) | undefined;
1138
+ readonly getPopupContainer?: ((triggerNode?: HTMLElement | undefined) => HTMLElement) | undefined;
1139
+ role?: string | undefined;
1140
+ readonly transformCellText?: ((tableProps: import('ant-design-vue/es/table/interface').TransformCellTextProps) => any) | undefined;
1141
+ readonly componentSize?: import('ant-design-vue/es/button').ButtonSize;
1142
+ };
1143
+ $attrs: {
1144
+ [x: string]: unknown;
1145
+ };
1146
+ $refs: {
1147
+ [x: string]: unknown;
1148
+ };
1149
+ $slots: Readonly<{
1150
+ [name: string]: import('vue').Slot<any>;
1151
+ }>;
1152
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>;
1153
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>;
1154
+ $emit: (event: string, ...args: any[]) => void;
1155
+ $el: any;
1156
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1157
+ iconPrefixCls: StringConstructor;
1158
+ getTargetContainer: {
1159
+ type: import('vue').PropType<() => Window | HTMLElement>;
1160
+ };
1161
+ getPopupContainer: {
1162
+ type: import('vue').PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
1163
+ };
1164
+ prefixCls: StringConstructor;
1165
+ getPrefixCls: {
1166
+ type: import('vue').PropType<(suffixCls?: string | undefined, customizePrefixCls?: string | undefined) => string>;
1167
+ };
1168
+ renderEmpty: {
1169
+ type: import('vue').PropType<typeof import('ant-design-vue/es/config-provider/renderEmpty').default>;
1170
+ };
1171
+ transformCellText: {
1172
+ type: import('vue').PropType<(tableProps: import('ant-design-vue/es/table/interface').TransformCellTextProps) => any>;
1173
+ };
1174
+ csp: {
1175
+ type: import('vue').PropType<import('ant-design-vue/es/config-provider').CSPConfig>;
1176
+ default: import('ant-design-vue/es/config-provider').CSPConfig;
1177
+ };
1178
+ input: {
1179
+ type: import('vue').PropType<{
1180
+ autocomplete?: string | undefined;
1181
+ }>;
1182
+ default: {
1183
+ autocomplete?: string | undefined;
1184
+ };
1185
+ };
1186
+ autoInsertSpaceInButton: {
1187
+ type: BooleanConstructor;
1188
+ default: any;
1189
+ };
1190
+ locale: {
1191
+ type: import('vue').PropType<import('ant-design-vue/es/locale').Locale>;
1192
+ default: import('ant-design-vue/es/locale').Locale;
1193
+ };
1194
+ pageHeader: {
1195
+ type: import('vue').PropType<{
1196
+ ghost?: boolean | undefined;
1197
+ }>;
1198
+ default: {
1199
+ ghost?: boolean | undefined;
1200
+ };
1201
+ };
1202
+ componentSize: {
1203
+ type: import('vue').PropType<import('ant-design-vue/es/button').ButtonSize>;
1204
+ };
1205
+ componentDisabled: {
1206
+ type: BooleanConstructor;
1207
+ default: any;
1208
+ };
1209
+ direction: {
1210
+ type: import('vue').PropType<"rtl" | "ltr">;
1211
+ default: string;
1212
+ };
1213
+ space: {
1214
+ type: import('vue').PropType<{
1215
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
1216
+ }>;
1217
+ default: {
1218
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
1219
+ };
1220
+ };
1221
+ virtual: {
1222
+ type: BooleanConstructor;
1223
+ default: any;
1224
+ };
1225
+ dropdownMatchSelectWidth: {
1226
+ type: (BooleanConstructor | NumberConstructor)[];
1227
+ default: boolean;
1228
+ };
1229
+ form: {
1230
+ type: import('vue').PropType<{
1231
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
1232
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
1233
+ colon?: boolean | undefined;
1234
+ }>;
1235
+ default: {
1236
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
1237
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
1238
+ colon?: boolean | undefined;
1239
+ };
1240
+ };
1241
+ pagination: {
1242
+ type: import('vue').PropType<{
1243
+ showSizeChanger?: boolean | undefined;
1244
+ }>;
1245
+ default: {
1246
+ showSizeChanger?: boolean | undefined;
1247
+ };
1248
+ };
1249
+ theme: {
1250
+ type: import('vue').PropType<import('ant-design-vue/es/config-provider/context').ThemeConfig>;
1251
+ default: import('ant-design-vue/es/config-provider/context').ThemeConfig;
1252
+ };
1253
+ select: {
1254
+ type: import('vue').PropType<{
1255
+ showSearch?: boolean | undefined;
1256
+ }>;
1257
+ default: {
1258
+ showSearch?: boolean | undefined;
1259
+ };
1260
+ };
1261
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1262
+ form: {
1263
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
1264
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
1265
+ colon?: boolean | undefined;
1266
+ };
1267
+ input: {
1268
+ autocomplete?: string | undefined;
1269
+ };
1270
+ select: {
1271
+ showSearch?: boolean | undefined;
1272
+ };
1273
+ space: {
1274
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
1275
+ };
1276
+ direction: "rtl" | "ltr";
1277
+ csp: import('ant-design-vue/es/config-provider').CSPConfig;
1278
+ theme: import('ant-design-vue/es/config-provider/context').ThemeConfig;
1279
+ virtual: boolean;
1280
+ dropdownMatchSelectWidth: number | boolean;
1281
+ locale: import('ant-design-vue/es/locale').Locale;
1282
+ pagination: {
1283
+ showSizeChanger?: boolean | undefined;
1284
+ };
1285
+ autoInsertSpaceInButton: boolean;
1286
+ pageHeader: {
1287
+ ghost?: boolean | undefined;
1288
+ };
1289
+ componentDisabled: boolean;
1290
+ }, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions> & {
1291
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
1292
+ created?: (() => void) | (() => void)[] | undefined;
1293
+ beforeMount?: (() => void) | (() => void)[] | undefined;
1294
+ mounted?: (() => void) | (() => void)[] | undefined;
1295
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
1296
+ updated?: (() => void) | (() => void)[] | undefined;
1297
+ activated?: (() => void) | (() => void)[] | undefined;
1298
+ deactivated?: (() => void) | (() => void)[] | undefined;
1299
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
1300
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
1301
+ destroyed?: (() => void) | (() => void)[] | undefined;
1302
+ unmounted?: (() => void) | (() => void)[] | undefined;
1303
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
1304
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
1305
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>, info: string) => boolean | void)[] | undefined;
1306
+ };
1307
+ $forceUpdate: () => void;
1308
+ $nextTick: typeof nextTick;
1309
+ $watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R_1 ? (args_0: R_1, args_1: R_1) => any : (...args: any) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
1310
+ } & Readonly<import('vue').ExtractPropTypes<{
1311
+ iconPrefixCls: StringConstructor;
1312
+ getTargetContainer: {
1313
+ type: import('vue').PropType<() => Window | HTMLElement>;
1314
+ };
1315
+ getPopupContainer: {
1316
+ type: import('vue').PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
1317
+ };
1318
+ prefixCls: StringConstructor;
1319
+ getPrefixCls: {
1320
+ type: import('vue').PropType<(suffixCls?: string | undefined, customizePrefixCls?: string | undefined) => string>;
1321
+ };
1322
+ renderEmpty: {
1323
+ type: import('vue').PropType<typeof import('ant-design-vue/es/config-provider/renderEmpty').default>;
1324
+ };
1325
+ transformCellText: {
1326
+ type: import('vue').PropType<(tableProps: import('ant-design-vue/es/table/interface').TransformCellTextProps) => any>;
1327
+ };
1328
+ csp: {
1329
+ type: import('vue').PropType<import('ant-design-vue/es/config-provider').CSPConfig>;
1330
+ default: import('ant-design-vue/es/config-provider').CSPConfig;
1331
+ };
1332
+ input: {
1333
+ type: import('vue').PropType<{
1334
+ autocomplete?: string | undefined;
1335
+ }>;
1336
+ default: {
1337
+ autocomplete?: string | undefined;
1338
+ };
1339
+ };
1340
+ autoInsertSpaceInButton: {
1341
+ type: BooleanConstructor;
1342
+ default: any;
1343
+ };
1344
+ locale: {
1345
+ type: import('vue').PropType<import('ant-design-vue/es/locale').Locale>;
1346
+ default: import('ant-design-vue/es/locale').Locale;
1347
+ };
1348
+ pageHeader: {
1349
+ type: import('vue').PropType<{
1350
+ ghost?: boolean | undefined;
1351
+ }>;
1352
+ default: {
1353
+ ghost?: boolean | undefined;
1354
+ };
1355
+ };
1356
+ componentSize: {
1357
+ type: import('vue').PropType<import('ant-design-vue/es/button').ButtonSize>;
1358
+ };
1359
+ componentDisabled: {
1360
+ type: BooleanConstructor;
1361
+ default: any;
1362
+ };
1363
+ direction: {
1364
+ type: import('vue').PropType<"rtl" | "ltr">;
1365
+ default: string;
1366
+ };
1367
+ space: {
1368
+ type: import('vue').PropType<{
1369
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
1370
+ }>;
1371
+ default: {
1372
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
1373
+ };
1374
+ };
1375
+ virtual: {
1376
+ type: BooleanConstructor;
1377
+ default: any;
1378
+ };
1379
+ dropdownMatchSelectWidth: {
1380
+ type: (BooleanConstructor | NumberConstructor)[];
1381
+ default: boolean;
1382
+ };
1383
+ form: {
1384
+ type: import('vue').PropType<{
1385
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
1386
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
1387
+ colon?: boolean | undefined;
1388
+ }>;
1389
+ default: {
1390
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
1391
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
1392
+ colon?: boolean | undefined;
1393
+ };
1394
+ };
1395
+ pagination: {
1396
+ type: import('vue').PropType<{
1397
+ showSizeChanger?: boolean | undefined;
1398
+ }>;
1399
+ default: {
1400
+ showSizeChanger?: boolean | undefined;
1401
+ };
1402
+ };
1403
+ theme: {
1404
+ type: import('vue').PropType<import('ant-design-vue/es/config-provider/context').ThemeConfig>;
1405
+ default: import('ant-design-vue/es/config-provider/context').ThemeConfig;
1406
+ };
1407
+ select: {
1408
+ type: import('vue').PropType<{
1409
+ showSearch?: boolean | undefined;
1410
+ }>;
1411
+ default: {
1412
+ showSearch?: boolean | undefined;
1413
+ };
1414
+ };
1415
+ }>> & import('vue').ShallowUnwrapRef<() => import("vue/jsx-runtime").JSX.Element> & import('vue').ComponentCustomProperties;
1416
+ __isFragment?: undefined;
1417
+ __isTeleport?: undefined;
1418
+ __isSuspense?: undefined;
1419
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1420
+ iconPrefixCls: StringConstructor;
1421
+ getTargetContainer: {
1422
+ type: import('vue').PropType<() => Window | HTMLElement>;
1423
+ };
1424
+ getPopupContainer: {
1425
+ type: import('vue').PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
1426
+ };
1427
+ prefixCls: StringConstructor;
1428
+ getPrefixCls: {
1429
+ type: import('vue').PropType<(suffixCls?: string | undefined, customizePrefixCls?: string | undefined) => string>;
1430
+ };
1431
+ renderEmpty: {
1432
+ type: import('vue').PropType<typeof import('ant-design-vue/es/config-provider/renderEmpty').default>;
1433
+ };
1434
+ transformCellText: {
1435
+ type: import('vue').PropType<(tableProps: import('ant-design-vue/es/table/interface').TransformCellTextProps) => any>;
1436
+ };
1437
+ csp: {
1438
+ type: import('vue').PropType<import('ant-design-vue/es/config-provider').CSPConfig>;
1439
+ default: import('ant-design-vue/es/config-provider').CSPConfig;
1440
+ };
1441
+ input: {
1442
+ type: import('vue').PropType<{
1443
+ autocomplete?: string | undefined;
1444
+ }>;
1445
+ default: {
1446
+ autocomplete?: string | undefined;
1447
+ };
1448
+ };
1449
+ autoInsertSpaceInButton: {
1450
+ type: BooleanConstructor;
1451
+ default: any;
1452
+ };
1453
+ locale: {
1454
+ type: import('vue').PropType<import('ant-design-vue/es/locale').Locale>;
1455
+ default: import('ant-design-vue/es/locale').Locale;
1456
+ };
1457
+ pageHeader: {
1458
+ type: import('vue').PropType<{
1459
+ ghost?: boolean | undefined;
1460
+ }>;
1461
+ default: {
1462
+ ghost?: boolean | undefined;
1463
+ };
1464
+ };
1465
+ componentSize: {
1466
+ type: import('vue').PropType<import('ant-design-vue/es/button').ButtonSize>;
1467
+ };
1468
+ componentDisabled: {
1469
+ type: BooleanConstructor;
1470
+ default: any;
1471
+ };
1472
+ direction: {
1473
+ type: import('vue').PropType<"rtl" | "ltr">;
1474
+ default: string;
1475
+ };
1476
+ space: {
1477
+ type: import('vue').PropType<{
1478
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
1479
+ }>;
1480
+ default: {
1481
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
1482
+ };
1483
+ };
1484
+ virtual: {
1485
+ type: BooleanConstructor;
1486
+ default: any;
1487
+ };
1488
+ dropdownMatchSelectWidth: {
1489
+ type: (BooleanConstructor | NumberConstructor)[];
1490
+ default: boolean;
1491
+ };
1492
+ form: {
1493
+ type: import('vue').PropType<{
1494
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
1495
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
1496
+ colon?: boolean | undefined;
1497
+ }>;
1498
+ default: {
1499
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
1500
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
1501
+ colon?: boolean | undefined;
1502
+ };
1503
+ };
1504
+ pagination: {
1505
+ type: import('vue').PropType<{
1506
+ showSizeChanger?: boolean | undefined;
1507
+ }>;
1508
+ default: {
1509
+ showSizeChanger?: boolean | undefined;
1510
+ };
1511
+ };
1512
+ theme: {
1513
+ type: import('vue').PropType<import('ant-design-vue/es/config-provider/context').ThemeConfig>;
1514
+ default: import('ant-design-vue/es/config-provider/context').ThemeConfig;
1515
+ };
1516
+ select: {
1517
+ type: import('vue').PropType<{
1518
+ showSearch?: boolean | undefined;
1519
+ }>;
1520
+ default: {
1521
+ showSearch?: boolean | undefined;
1522
+ };
1523
+ };
1524
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1525
+ form: {
1526
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
1527
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
1528
+ colon?: boolean | undefined;
1529
+ };
1530
+ input: {
1531
+ autocomplete?: string | undefined;
1532
+ };
1533
+ select: {
1534
+ showSearch?: boolean | undefined;
1535
+ };
1536
+ space: {
1537
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
1538
+ };
1539
+ direction: "rtl" | "ltr";
1540
+ csp: import('ant-design-vue/es/config-provider').CSPConfig;
1541
+ theme: import('ant-design-vue/es/config-provider/context').ThemeConfig;
1542
+ virtual: boolean;
1543
+ dropdownMatchSelectWidth: number | boolean;
1544
+ locale: import('ant-design-vue/es/locale').Locale;
1545
+ pagination: {
1546
+ showSizeChanger?: boolean | undefined;
1547
+ };
1548
+ autoInsertSpaceInButton: boolean;
1549
+ pageHeader: {
1550
+ ghost?: boolean | undefined;
1551
+ };
1552
+ componentDisabled: boolean;
1553
+ }, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin<any[]> & {
1554
+ readonly config: (params: {
1555
+ prefixCls?: import('ant-design-vue/es/_util/type').MaybeRef<string | undefined>;
1556
+ iconPrefixCls?: import('ant-design-vue/es/_util/type').MaybeRef<string | undefined>;
1557
+ getPopupContainer?: ((triggerNode?: HTMLElement | undefined) => HTMLElement) | undefined;
1558
+ } & {
1559
+ theme?: import('ant-design-vue/es/config-provider').Theme | undefined;
1560
+ }) => void;
1561
+ };
1562
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1563
+ export default _default;