@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.
@@ -10,18 +10,800 @@ declare const _default: import('vue').DefineComponent<{
10
10
  checked: import('vue').Ref<any, any>;
11
11
  cardTitle: import('vue').Ref<string, string>;
12
12
  cardStatus: import('vue').Ref<string, string>;
13
+ statusIconsRef: any;
13
14
  cardContentRows: import('vue').Ref<any[], any[]>;
14
15
  getItemCaption: (item: any) => string;
15
16
  getItemDisplay: (item: any) => any;
17
+ getStatusIcon: (icon: string) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
18
+ [key: string]: any;
19
+ }>;
16
20
  handleCheckedChange: (e: any) => void;
17
21
  color: import('vue').Ref<string, string>;
18
22
  companyCode: import('vue').Ref<string, string>;
19
23
  statusColors: any;
20
24
  statusColorsRef: any;
21
25
  titleColor: any;
22
- companyCodeColor: any;
23
- antdTheme: any;
24
- antdLocale: any;
26
+ antdTheme: import('vue').Ref<{
27
+ token: {
28
+ fontSize: number;
29
+ sizeStep: number;
30
+ borderRadius: number;
31
+ wireframe: boolean;
32
+ colorPrimary: string;
33
+ };
34
+ components: {
35
+ Form: {
36
+ marginLG: number;
37
+ };
38
+ Button: {
39
+ lineHeight: number;
40
+ };
41
+ Tabs: {
42
+ margin: number;
43
+ colorBgContainer: string;
44
+ colorPrimary: string;
45
+ colorText: string;
46
+ colorSplit: string;
47
+ colorBorder: string;
48
+ colorPrimaryBorder: string;
49
+ lineHeight: number;
50
+ };
51
+ DatePicker: {
52
+ colorPrimary: string;
53
+ };
54
+ };
55
+ } | {
56
+ token: {
57
+ fontSize: number;
58
+ sizeStep: number;
59
+ borderRadius: number;
60
+ wireframe: boolean;
61
+ colorBgBase: string;
62
+ colorTextBase: string;
63
+ colorPrimary: string;
64
+ colorPrimaryBorder: string;
65
+ colorPrimaryBorderHover: string;
66
+ colorPrimaryText: string;
67
+ };
68
+ components: {
69
+ Button: {
70
+ colorBgContainer: string;
71
+ colorBorder: string;
72
+ colorText: string;
73
+ lineHeight: number;
74
+ };
75
+ Form: {
76
+ marginLG: number;
77
+ colorPrimary: string;
78
+ colorTextHeading: string;
79
+ colorTextDescription: string;
80
+ colorText: string;
81
+ colorBorder: string;
82
+ controlOutline: string;
83
+ colorError: string;
84
+ };
85
+ Input: {
86
+ colorBgContainer: string;
87
+ colorBorder: string;
88
+ colorIconHover: string;
89
+ colorPrimaryActive: string;
90
+ colorBgContainerDisabled: string;
91
+ colorText: string;
92
+ };
93
+ Checkbox: {
94
+ colorBgContainer: string;
95
+ colorBorder: string;
96
+ };
97
+ InputNumber: {
98
+ colorBgContainer: string;
99
+ colorBorder: string;
100
+ colorIconHover: string;
101
+ colorPrimaryActive: string;
102
+ colorBgContainerDisabled: string;
103
+ colorText: string;
104
+ };
105
+ Radio: {
106
+ colorBgContainer: string;
107
+ colorBgContainerDisabled: string;
108
+ };
109
+ Switch: {
110
+ colorPrimary: string;
111
+ colorBgContainer: string;
112
+ };
113
+ TreeSelect: {
114
+ colorBgContainer: string;
115
+ };
116
+ Tabs: {
117
+ margin: number;
118
+ colorPrimaryActive: string;
119
+ colorBgContainer: string;
120
+ colorPrimary: string;
121
+ colorFillAlter: string;
122
+ colorSplit: string;
123
+ colorText: string;
124
+ lineHeight: number;
125
+ };
126
+ Select: {
127
+ colorBgContainer: string;
128
+ colorBgContainerDisabled: string;
129
+ colorBgElevated: string;
130
+ controlItemBgActive: string;
131
+ colorBorder: string;
132
+ colorText: string;
133
+ };
134
+ DatePicker: {
135
+ colorBgContainer: string;
136
+ colorBgContainerDisabled: string;
137
+ colorBorder: string;
138
+ colorText: string;
139
+ colorBgElevated: string;
140
+ colorTextHeading: string;
141
+ colorIcon: string;
142
+ colorIconHover: string;
143
+ colorTextDisabled: string;
144
+ controlItemBgHover: string;
145
+ controlItemBgActive: string;
146
+ };
147
+ Calendar: {
148
+ colorBgContainer: string;
149
+ };
150
+ Modal: {
151
+ colorBgElevated: string;
152
+ colorTextHeading: string;
153
+ };
154
+ Tree: {
155
+ colorBgContainer: string;
156
+ };
157
+ };
158
+ }, {
159
+ token: {
160
+ fontSize: number;
161
+ sizeStep: number;
162
+ borderRadius: number;
163
+ wireframe: boolean;
164
+ colorPrimary: string;
165
+ };
166
+ components: {
167
+ Form: {
168
+ marginLG: number;
169
+ };
170
+ Button: {
171
+ lineHeight: number;
172
+ };
173
+ Tabs: {
174
+ margin: number;
175
+ colorBgContainer: string;
176
+ colorPrimary: string;
177
+ colorText: string;
178
+ colorSplit: string;
179
+ colorBorder: string;
180
+ colorPrimaryBorder: string;
181
+ lineHeight: number;
182
+ };
183
+ DatePicker: {
184
+ colorPrimary: string;
185
+ };
186
+ };
187
+ } | {
188
+ token: {
189
+ fontSize: number;
190
+ sizeStep: number;
191
+ borderRadius: number;
192
+ wireframe: boolean;
193
+ colorBgBase: string;
194
+ colorTextBase: string;
195
+ colorPrimary: string;
196
+ colorPrimaryBorder: string;
197
+ colorPrimaryBorderHover: string;
198
+ colorPrimaryText: string;
199
+ };
200
+ components: {
201
+ Button: {
202
+ colorBgContainer: string;
203
+ colorBorder: string;
204
+ colorText: string;
205
+ lineHeight: number;
206
+ };
207
+ Form: {
208
+ marginLG: number;
209
+ colorPrimary: string;
210
+ colorTextHeading: string;
211
+ colorTextDescription: string;
212
+ colorText: string;
213
+ colorBorder: string;
214
+ controlOutline: string;
215
+ colorError: string;
216
+ };
217
+ Input: {
218
+ colorBgContainer: string;
219
+ colorBorder: string;
220
+ colorIconHover: string;
221
+ colorPrimaryActive: string;
222
+ colorBgContainerDisabled: string;
223
+ colorText: string;
224
+ };
225
+ Checkbox: {
226
+ colorBgContainer: string;
227
+ colorBorder: string;
228
+ };
229
+ InputNumber: {
230
+ colorBgContainer: string;
231
+ colorBorder: string;
232
+ colorIconHover: string;
233
+ colorPrimaryActive: string;
234
+ colorBgContainerDisabled: string;
235
+ colorText: string;
236
+ };
237
+ Radio: {
238
+ colorBgContainer: string;
239
+ colorBgContainerDisabled: string;
240
+ };
241
+ Switch: {
242
+ colorPrimary: string;
243
+ colorBgContainer: string;
244
+ };
245
+ TreeSelect: {
246
+ colorBgContainer: string;
247
+ };
248
+ Tabs: {
249
+ margin: number;
250
+ colorPrimaryActive: string;
251
+ colorBgContainer: string;
252
+ colorPrimary: string;
253
+ colorFillAlter: string;
254
+ colorSplit: string;
255
+ colorText: string;
256
+ lineHeight: number;
257
+ };
258
+ Select: {
259
+ colorBgContainer: string;
260
+ colorBgContainerDisabled: string;
261
+ colorBgElevated: string;
262
+ controlItemBgActive: string;
263
+ colorBorder: string;
264
+ colorText: string;
265
+ };
266
+ DatePicker: {
267
+ colorBgContainer: string;
268
+ colorBgContainerDisabled: string;
269
+ colorBorder: string;
270
+ colorText: string;
271
+ colorBgElevated: string;
272
+ colorTextHeading: string;
273
+ colorIcon: string;
274
+ colorIconHover: string;
275
+ colorTextDisabled: string;
276
+ controlItemBgHover: string;
277
+ controlItemBgActive: string;
278
+ };
279
+ Calendar: {
280
+ colorBgContainer: string;
281
+ };
282
+ Modal: {
283
+ colorBgElevated: string;
284
+ colorTextHeading: string;
285
+ };
286
+ Tree: {
287
+ colorBgContainer: string;
288
+ };
289
+ };
290
+ } | {
291
+ token: {
292
+ fontSize: number;
293
+ sizeStep: number;
294
+ borderRadius: number;
295
+ wireframe: boolean;
296
+ colorPrimary: string;
297
+ };
298
+ components: {
299
+ Form: {
300
+ marginLG: number;
301
+ };
302
+ Button: {
303
+ lineHeight: number;
304
+ };
305
+ Tabs: {
306
+ margin: number;
307
+ colorBgContainer: string;
308
+ colorPrimary: string;
309
+ colorText: string;
310
+ colorSplit: string;
311
+ colorBorder: string;
312
+ colorPrimaryBorder: string;
313
+ lineHeight: number;
314
+ };
315
+ DatePicker: {
316
+ colorPrimary: string;
317
+ };
318
+ };
319
+ } | {
320
+ token: {
321
+ fontSize: number;
322
+ sizeStep: number;
323
+ borderRadius: number;
324
+ wireframe: boolean;
325
+ colorBgBase: string;
326
+ colorTextBase: string;
327
+ colorPrimary: string;
328
+ colorPrimaryBorder: string;
329
+ colorPrimaryBorderHover: string;
330
+ colorPrimaryText: string;
331
+ };
332
+ components: {
333
+ Button: {
334
+ colorBgContainer: string;
335
+ colorBorder: string;
336
+ colorText: string;
337
+ lineHeight: number;
338
+ };
339
+ Form: {
340
+ marginLG: number;
341
+ colorPrimary: string;
342
+ colorTextHeading: string;
343
+ colorTextDescription: string;
344
+ colorText: string;
345
+ colorBorder: string;
346
+ controlOutline: string;
347
+ colorError: string;
348
+ };
349
+ Input: {
350
+ colorBgContainer: string;
351
+ colorBorder: string;
352
+ colorIconHover: string;
353
+ colorPrimaryActive: string;
354
+ colorBgContainerDisabled: string;
355
+ colorText: string;
356
+ };
357
+ Checkbox: {
358
+ colorBgContainer: string;
359
+ colorBorder: string;
360
+ };
361
+ InputNumber: {
362
+ colorBgContainer: string;
363
+ colorBorder: string;
364
+ colorIconHover: string;
365
+ colorPrimaryActive: string;
366
+ colorBgContainerDisabled: string;
367
+ colorText: string;
368
+ };
369
+ Radio: {
370
+ colorBgContainer: string;
371
+ colorBgContainerDisabled: string;
372
+ };
373
+ Switch: {
374
+ colorPrimary: string;
375
+ colorBgContainer: string;
376
+ };
377
+ TreeSelect: {
378
+ colorBgContainer: string;
379
+ };
380
+ Tabs: {
381
+ margin: number;
382
+ colorPrimaryActive: string;
383
+ colorBgContainer: string;
384
+ colorPrimary: string;
385
+ colorFillAlter: string;
386
+ colorSplit: string;
387
+ colorText: string;
388
+ lineHeight: number;
389
+ };
390
+ Select: {
391
+ colorBgContainer: string;
392
+ colorBgContainerDisabled: string;
393
+ colorBgElevated: string;
394
+ controlItemBgActive: string;
395
+ colorBorder: string;
396
+ colorText: string;
397
+ };
398
+ DatePicker: {
399
+ colorBgContainer: string;
400
+ colorBgContainerDisabled: string;
401
+ colorBorder: string;
402
+ colorText: string;
403
+ colorBgElevated: string;
404
+ colorTextHeading: string;
405
+ colorIcon: string;
406
+ colorIconHover: string;
407
+ colorTextDisabled: string;
408
+ controlItemBgHover: string;
409
+ controlItemBgActive: string;
410
+ };
411
+ Calendar: {
412
+ colorBgContainer: string;
413
+ };
414
+ Modal: {
415
+ colorBgElevated: string;
416
+ colorTextHeading: string;
417
+ };
418
+ Tree: {
419
+ colorBgContainer: string;
420
+ };
421
+ };
422
+ }>;
423
+ antdLocale: import('vue').Ref<{
424
+ locale: string;
425
+ Pagination?: {
426
+ items_per_page?: string | undefined;
427
+ jump_to?: string | undefined;
428
+ jump_to_confirm?: string | undefined;
429
+ page?: string | undefined;
430
+ prev_page?: string | undefined;
431
+ next_page?: string | undefined;
432
+ prev_5?: string | undefined;
433
+ next_5?: string | undefined;
434
+ prev_3?: string | undefined;
435
+ next_3?: string | undefined;
436
+ } | undefined;
437
+ Table?: {
438
+ filterTitle?: string | undefined;
439
+ filterConfirm?: any;
440
+ filterReset?: any;
441
+ filterEmptyText?: any;
442
+ filterCheckall?: any;
443
+ filterSearchPlaceholder?: any;
444
+ emptyText?: any;
445
+ selectAll?: any;
446
+ selectNone?: any;
447
+ selectInvert?: any;
448
+ selectionAll?: any;
449
+ sortTitle?: string | undefined;
450
+ expand?: string | undefined;
451
+ collapse?: string | undefined;
452
+ triggerDesc?: string | undefined;
453
+ triggerAsc?: string | undefined;
454
+ cancelSort?: string | undefined;
455
+ } | undefined;
456
+ Popconfirm?: Record<string, any> | undefined;
457
+ Form?: {
458
+ optional?: string | undefined;
459
+ defaultValidateMessages: {
460
+ default?: (string | (() => string)) | undefined;
461
+ required?: (string | (() => string)) | undefined;
462
+ enum?: (string | (() => string)) | undefined;
463
+ whitespace?: (string | (() => string)) | undefined;
464
+ date?: {
465
+ format?: (string | (() => string)) | undefined;
466
+ parse?: (string | (() => string)) | undefined;
467
+ invalid?: (string | (() => string)) | undefined;
468
+ } | undefined;
469
+ types?: {
470
+ string?: (string | (() => string)) | undefined;
471
+ method?: (string | (() => string)) | undefined;
472
+ array?: (string | (() => string)) | undefined;
473
+ object?: (string | (() => string)) | undefined;
474
+ number?: (string | (() => string)) | undefined;
475
+ date?: (string | (() => string)) | undefined;
476
+ boolean?: (string | (() => string)) | undefined;
477
+ integer?: (string | (() => string)) | undefined;
478
+ float?: (string | (() => string)) | undefined;
479
+ regexp?: (string | (() => string)) | undefined;
480
+ email?: (string | (() => string)) | undefined;
481
+ url?: (string | (() => string)) | undefined;
482
+ hex?: (string | (() => string)) | undefined;
483
+ } | undefined;
484
+ string?: {
485
+ len?: (string | (() => string)) | undefined;
486
+ min?: (string | (() => string)) | undefined;
487
+ max?: (string | (() => string)) | undefined;
488
+ range?: (string | (() => string)) | undefined;
489
+ } | undefined;
490
+ number?: {
491
+ len?: (string | (() => string)) | undefined;
492
+ min?: (string | (() => string)) | undefined;
493
+ max?: (string | (() => string)) | undefined;
494
+ range?: (string | (() => string)) | undefined;
495
+ } | undefined;
496
+ array?: {
497
+ len?: (string | (() => string)) | undefined;
498
+ min?: (string | (() => string)) | undefined;
499
+ max?: (string | (() => string)) | undefined;
500
+ range?: (string | (() => string)) | undefined;
501
+ } | undefined;
502
+ pattern?: {
503
+ mismatch?: (string | (() => string)) | undefined;
504
+ } | undefined;
505
+ };
506
+ } | undefined;
507
+ Image?: {
508
+ preview: string;
509
+ } | undefined;
510
+ DatePicker?: {
511
+ lang: {
512
+ locale: string;
513
+ monthBeforeYear?: boolean | undefined;
514
+ yearFormat: string;
515
+ monthFormat?: string | undefined;
516
+ quarterFormat?: string | undefined;
517
+ today: string;
518
+ now: string;
519
+ backToToday: string;
520
+ ok: string;
521
+ timeSelect: string;
522
+ dateSelect: string;
523
+ weekSelect?: string | undefined;
524
+ clear: string;
525
+ month: string;
526
+ year: string;
527
+ previousMonth: string;
528
+ nextMonth: string;
529
+ monthSelect: string;
530
+ yearSelect: string;
531
+ decadeSelect: string;
532
+ dayFormat: string;
533
+ dateFormat: string;
534
+ dateTimeFormat: string;
535
+ previousYear: string;
536
+ nextYear: string;
537
+ previousDecade: string;
538
+ nextDecade: string;
539
+ previousCentury: string;
540
+ nextCentury: string;
541
+ shortWeekDays?: string[] | undefined;
542
+ shortMonths?: string[] | undefined;
543
+ placeholder: string;
544
+ yearPlaceholder?: string | undefined;
545
+ quarterPlaceholder?: string | undefined;
546
+ monthPlaceholder?: string | undefined;
547
+ weekPlaceholder?: string | undefined;
548
+ rangeYearPlaceholder?: [string, string] | undefined;
549
+ rangeQuarterPlaceholder?: [string, string] | undefined;
550
+ rangeMonthPlaceholder?: [string, string] | undefined;
551
+ rangeWeekPlaceholder?: [string, string] | undefined;
552
+ rangePlaceholder?: [string, string] | undefined;
553
+ };
554
+ timePickerLocale: {
555
+ placeholder?: string | undefined;
556
+ rangePlaceholder?: [string, string] | undefined;
557
+ };
558
+ dateFormat?: string | undefined;
559
+ dateTimeFormat?: string | undefined;
560
+ weekFormat?: string | undefined;
561
+ monthFormat?: string | undefined;
562
+ } | undefined;
563
+ TimePicker?: Record<string, any> | undefined;
564
+ Calendar?: Record<string, any> | undefined;
565
+ Modal?: {
566
+ okText: string;
567
+ cancelText: string;
568
+ justOkText: string;
569
+ } | undefined;
570
+ Transfer?: {
571
+ titles?: any[] | undefined;
572
+ notFoundContent?: any;
573
+ searchPlaceholder?: string | undefined;
574
+ itemUnit?: string | undefined;
575
+ itemsUnit?: string | undefined;
576
+ remove?: string | undefined;
577
+ selectAll?: string | undefined;
578
+ selectCurrent?: string | undefined;
579
+ selectInvert?: string | undefined;
580
+ removeAll?: string | undefined;
581
+ removeCurrent?: string | undefined;
582
+ } | undefined;
583
+ Select?: Record<string, any> | undefined;
584
+ Upload?: {
585
+ uploading?: string | undefined;
586
+ removeFile?: string | undefined;
587
+ downloadFile?: string | undefined;
588
+ uploadError?: string | undefined;
589
+ previewFile?: string | undefined;
590
+ } | undefined;
591
+ Empty?: {
592
+ description: string;
593
+ } | undefined;
594
+ global?: Record<string, any> | undefined;
595
+ PageHeader?: {
596
+ back: string;
597
+ } | undefined;
598
+ Icon?: Record<string, any> | undefined;
599
+ Text?: {
600
+ edit?: any;
601
+ copy?: any;
602
+ copied?: any;
603
+ expand?: any;
604
+ } | undefined;
605
+ Tour?: {
606
+ Next: string;
607
+ Previous: string;
608
+ Finish: string;
609
+ } | undefined;
610
+ QRCode?: {
611
+ expired?: string | undefined;
612
+ refresh?: string | undefined;
613
+ } | undefined;
614
+ }, import('ant-design-vue/es/locale').Locale | {
615
+ locale: string;
616
+ Pagination?: {
617
+ items_per_page?: string | undefined;
618
+ jump_to?: string | undefined;
619
+ jump_to_confirm?: string | undefined;
620
+ page?: string | undefined;
621
+ prev_page?: string | undefined;
622
+ next_page?: string | undefined;
623
+ prev_5?: string | undefined;
624
+ next_5?: string | undefined;
625
+ prev_3?: string | undefined;
626
+ next_3?: string | undefined;
627
+ } | undefined;
628
+ Table?: {
629
+ filterTitle?: string | undefined;
630
+ filterConfirm?: any;
631
+ filterReset?: any;
632
+ filterEmptyText?: any;
633
+ filterCheckall?: any;
634
+ filterSearchPlaceholder?: any;
635
+ emptyText?: any;
636
+ selectAll?: any;
637
+ selectNone?: any;
638
+ selectInvert?: any;
639
+ selectionAll?: any;
640
+ sortTitle?: string | undefined;
641
+ expand?: string | undefined;
642
+ collapse?: string | undefined;
643
+ triggerDesc?: string | undefined;
644
+ triggerAsc?: string | undefined;
645
+ cancelSort?: string | undefined;
646
+ } | undefined;
647
+ Popconfirm?: Record<string, any> | undefined;
648
+ Form?: {
649
+ optional?: string | undefined;
650
+ defaultValidateMessages: {
651
+ default?: (string | (() => string)) | undefined;
652
+ required?: (string | (() => string)) | undefined;
653
+ enum?: (string | (() => string)) | undefined;
654
+ whitespace?: (string | (() => string)) | undefined;
655
+ date?: {
656
+ format?: (string | (() => string)) | undefined;
657
+ parse?: (string | (() => string)) | undefined;
658
+ invalid?: (string | (() => string)) | undefined;
659
+ } | undefined;
660
+ types?: {
661
+ string?: (string | (() => string)) | undefined;
662
+ method?: (string | (() => string)) | undefined;
663
+ array?: (string | (() => string)) | undefined;
664
+ object?: (string | (() => string)) | undefined;
665
+ number?: (string | (() => string)) | undefined;
666
+ date?: (string | (() => string)) | undefined;
667
+ boolean?: (string | (() => string)) | undefined;
668
+ integer?: (string | (() => string)) | undefined;
669
+ float?: (string | (() => string)) | undefined;
670
+ regexp?: (string | (() => string)) | undefined;
671
+ email?: (string | (() => string)) | undefined;
672
+ url?: (string | (() => string)) | undefined;
673
+ hex?: (string | (() => string)) | undefined;
674
+ } | undefined;
675
+ string?: {
676
+ len?: (string | (() => string)) | undefined;
677
+ min?: (string | (() => string)) | undefined;
678
+ max?: (string | (() => string)) | undefined;
679
+ range?: (string | (() => string)) | undefined;
680
+ } | undefined;
681
+ number?: {
682
+ len?: (string | (() => string)) | undefined;
683
+ min?: (string | (() => string)) | undefined;
684
+ max?: (string | (() => string)) | undefined;
685
+ range?: (string | (() => string)) | undefined;
686
+ } | undefined;
687
+ array?: {
688
+ len?: (string | (() => string)) | undefined;
689
+ min?: (string | (() => string)) | undefined;
690
+ max?: (string | (() => string)) | undefined;
691
+ range?: (string | (() => string)) | undefined;
692
+ } | undefined;
693
+ pattern?: {
694
+ mismatch?: (string | (() => string)) | undefined;
695
+ } | undefined;
696
+ };
697
+ } | undefined;
698
+ Image?: {
699
+ preview: string;
700
+ } | undefined;
701
+ DatePicker?: {
702
+ lang: {
703
+ locale: string;
704
+ monthBeforeYear?: boolean | undefined;
705
+ yearFormat: string;
706
+ monthFormat?: string | undefined;
707
+ quarterFormat?: string | undefined;
708
+ today: string;
709
+ now: string;
710
+ backToToday: string;
711
+ ok: string;
712
+ timeSelect: string;
713
+ dateSelect: string;
714
+ weekSelect?: string | undefined;
715
+ clear: string;
716
+ month: string;
717
+ year: string;
718
+ previousMonth: string;
719
+ nextMonth: string;
720
+ monthSelect: string;
721
+ yearSelect: string;
722
+ decadeSelect: string;
723
+ dayFormat: string;
724
+ dateFormat: string;
725
+ dateTimeFormat: string;
726
+ previousYear: string;
727
+ nextYear: string;
728
+ previousDecade: string;
729
+ nextDecade: string;
730
+ previousCentury: string;
731
+ nextCentury: string;
732
+ shortWeekDays?: string[] | undefined;
733
+ shortMonths?: string[] | undefined;
734
+ placeholder: string;
735
+ yearPlaceholder?: string | undefined;
736
+ quarterPlaceholder?: string | undefined;
737
+ monthPlaceholder?: string | undefined;
738
+ weekPlaceholder?: string | undefined;
739
+ rangeYearPlaceholder?: [string, string] | undefined;
740
+ rangeQuarterPlaceholder?: [string, string] | undefined;
741
+ rangeMonthPlaceholder?: [string, string] | undefined;
742
+ rangeWeekPlaceholder?: [string, string] | undefined;
743
+ rangePlaceholder?: [string, string] | undefined;
744
+ };
745
+ timePickerLocale: {
746
+ placeholder?: string | undefined;
747
+ rangePlaceholder?: [string, string] | undefined;
748
+ };
749
+ dateFormat?: string | undefined;
750
+ dateTimeFormat?: string | undefined;
751
+ weekFormat?: string | undefined;
752
+ monthFormat?: string | undefined;
753
+ } | undefined;
754
+ TimePicker?: Record<string, any> | undefined;
755
+ Calendar?: Record<string, any> | undefined;
756
+ Modal?: {
757
+ okText: string;
758
+ cancelText: string;
759
+ justOkText: string;
760
+ } | undefined;
761
+ Transfer?: {
762
+ titles?: any[] | undefined;
763
+ notFoundContent?: any;
764
+ searchPlaceholder?: string | undefined;
765
+ itemUnit?: string | undefined;
766
+ itemsUnit?: string | undefined;
767
+ remove?: string | undefined;
768
+ selectAll?: string | undefined;
769
+ selectCurrent?: string | undefined;
770
+ selectInvert?: string | undefined;
771
+ removeAll?: string | undefined;
772
+ removeCurrent?: string | undefined;
773
+ } | undefined;
774
+ Select?: Record<string, any> | undefined;
775
+ Upload?: {
776
+ uploading?: string | undefined;
777
+ removeFile?: string | undefined;
778
+ downloadFile?: string | undefined;
779
+ uploadError?: string | undefined;
780
+ previewFile?: string | undefined;
781
+ } | undefined;
782
+ Empty?: {
783
+ description: string;
784
+ } | undefined;
785
+ global?: Record<string, any> | undefined;
786
+ PageHeader?: {
787
+ back: string;
788
+ } | undefined;
789
+ Icon?: Record<string, any> | undefined;
790
+ Text?: {
791
+ edit?: any;
792
+ copy?: any;
793
+ copied?: any;
794
+ expand?: any;
795
+ } | undefined;
796
+ Tour?: {
797
+ Next: string;
798
+ Previous: string;
799
+ Finish: string;
800
+ } | undefined;
801
+ QRCode?: {
802
+ expired?: string | undefined;
803
+ refresh?: string | undefined;
804
+ } | undefined;
805
+ }>;
806
+ companyColorRef: any;
25
807
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
26
808
  params?: any;
27
809
  }> & Readonly<{}>, {}, {}, {
@@ -2091,7 +2873,7 @@ declare const _default: import('vue').DefineComponent<{
2091
2873
  validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
2092
2874
  requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
2093
2875
  colon?: boolean | undefined;
2094
- }>;
2876
+ }>; /** @type { [typeof __VLS_components.ACheckbox, typeof __VLS_components.aCheckbox, ] } */
2095
2877
  default: {
2096
2878
  validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
2097
2879
  requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
@@ -2141,7 +2923,7 @@ declare const _default: import('vue').DefineComponent<{
2141
2923
  locale: import('ant-design-vue/es/locale').Locale;
2142
2924
  pagination: {
2143
2925
  showSizeChanger?: boolean | undefined;
2144
- }; /** @type { [typeof __VLS_components.ClockCircleOutlined, typeof __VLS_components.clockCircleOutlined, ] } */
2926
+ };
2145
2927
  autoInsertSpaceInButton: boolean;
2146
2928
  pageHeader: {
2147
2929
  ghost?: boolean | undefined;