@baosight/er4j 0.0.62 → 0.0.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/er4j-dist/ErLayoutDesign-CC0yvsjD.js +509 -0
  2. package/er4j-dist/ErLayoutDesign-CC0yvsjD.js.map +1 -0
  3. package/er4j-dist/ErPopFree-C3uuZUuH.js +5 -0
  4. package/er4j-dist/ErPopFree-C3uuZUuH.js.map +1 -0
  5. package/er4j-dist/ErPopQuery-ClFrpsZp.js +5 -0
  6. package/er4j-dist/ErPopQuery-ClFrpsZp.js.map +1 -0
  7. package/er4j-dist/ErPopRichEditor-TmGNQykK.js +5 -0
  8. package/er4j-dist/ErPopRichEditor-TmGNQykK.js.map +1 -0
  9. package/er4j-dist/ErPopTree-bOqqtvvs.js +5 -0
  10. package/er4j-dist/ErPopTree-bOqqtvvs.js.map +1 -0
  11. package/er4j-dist/er4j.css +1 -1
  12. package/er4j-dist/er4j.es.js +19 -48372
  13. package/er4j-dist/er4j.es.js.map +1 -1
  14. package/er4j-dist/er4j.umd.js +52 -52
  15. package/er4j-dist/er4j.umd.js.map +1 -1
  16. package/er4j-dist/index-B5COEF9u.js +48903 -0
  17. package/er4j-dist/index-B5COEF9u.js.map +1 -0
  18. package/er4j-dist/types/components/ErDialog/DialogBase.vue.d.ts +1 -1
  19. package/er4j-dist/types/components/ErDialog/ErDialog.vue.d.ts +1 -1
  20. package/er4j-dist/types/components/ErGridCellEditor/DropdownEditor.vue.d.ts +1 -0
  21. package/er4j-dist/types/components/ErGridCellEditor/NumberEditor.vue.d.ts +3 -3
  22. package/er4j-dist/types/components/ErLayout/ErLayout.vue.d.ts +2283 -8
  23. package/er4j-dist/types/components/ErLayoutDesign/ErLayoutDesign.vue.d.ts +3040 -0
  24. package/er4j-dist/types/components/ErMemoEditor/ErMemoEditor.vue.d.ts +2 -2
  25. package/er4j-dist/types/components/ErPanel/ErPanel.vue.d.ts +1323 -24
  26. package/er4j-dist/types/components/ErPopFree/ErPopFree.vue.d.ts +2 -2
  27. package/er4j-dist/types/components/ErPopQuery/ErPopQuery.vue.d.ts +1301 -3
  28. package/er4j-dist/types/components/ErPopRichEditor/ErPopRichEditor.vue.d.ts +99 -6
  29. package/er4j-dist/types/components/ErPopTree/ErPopTree.vue.d.ts +1301 -3
  30. package/er4j-dist/types/utils/er.d.ts +12 -20
  31. package/er4j-dist/types/utils/theme.d.ts +5 -0
  32. package/package.json +8 -7
  33. package/src/views/JA/ER/JAER02.vue +10 -3
  34. package/er4j-dist/ErPopFree-D0387she.js +0 -5
  35. package/er4j-dist/ErPopFree-D0387she.js.map +0 -1
  36. package/er4j-dist/ErPopQuery-DWj-lb5u.js +0 -5
  37. package/er4j-dist/ErPopQuery-DWj-lb5u.js.map +0 -1
  38. package/er4j-dist/ErPopRichEditor-CdDc0Cvo.js +0 -5
  39. package/er4j-dist/ErPopRichEditor-CdDc0Cvo.js.map +0 -1
  40. package/er4j-dist/ErPopTree-2Ab-Nxgb.js +0 -5
  41. package/er4j-dist/ErPopTree-2Ab-Nxgb.js.map +0 -1
@@ -450,9 +450,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
450
450
  draggable: boolean;
451
451
  width: string | number;
452
452
  height: string | number;
453
- message: Record<string, any>;
454
453
  actions: unknown[];
455
454
  formName: string;
455
+ message: Record<string, any>;
456
456
  sameAppformName: string;
457
457
  parentFormRef: any;
458
458
  modalZIndex: number;
@@ -521,6 +521,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
521
521
  default: boolean;
522
522
  require: boolean;
523
523
  };
524
+ componentSize: {
525
+ type: import('vue').PropType<"small" | "middle" | "large">;
526
+ default: string;
527
+ require: boolean;
528
+ };
524
529
  }>, {
525
530
  tI18n: {
526
531
  <Key extends string, DefinedLocaleMessage extends import('@intlify/core-base').RemoveIndexSignature<{
@@ -619,6 +624,786 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
619
624
  [x: string]: import('vue-i18n').LocaleMessageValue<import('vue-i18n').VueMessageType>;
620
625
  }>, Keys_18 = import('vue-i18n').IsEmptyObject<DefinedLocaleMessage_18> extends false ? import('vue-i18n').PickupPaths<{ [K_18 in keyof DefinedLocaleMessage_18]: DefinedLocaleMessage_18[K_18]; }> : never, ResourceKeys_18 extends Keys_18 = import('vue-i18n').IsNever<Keys_18> extends false ? Keys_18 : never>(key: string | Key_18 | ResourceKeys_18, named: Record<string, unknown>, options: import('vue-i18n').TranslateOptions<string>): string;
621
626
  };
627
+ antdLocale: import('vue').Ref<{
628
+ locale: string;
629
+ Pagination?: {
630
+ items_per_page?: string | undefined;
631
+ jump_to?: string | undefined;
632
+ jump_to_confirm?: string | undefined;
633
+ page?: string | undefined;
634
+ prev_page?: string | undefined;
635
+ next_page?: string | undefined;
636
+ prev_5?: string | undefined;
637
+ next_5?: string | undefined;
638
+ prev_3?: string | undefined;
639
+ next_3?: string | undefined;
640
+ } | undefined;
641
+ Table?: {
642
+ filterTitle?: string | undefined;
643
+ filterConfirm?: any;
644
+ filterReset?: any;
645
+ filterEmptyText?: any;
646
+ filterCheckall?: any;
647
+ filterSearchPlaceholder?: any;
648
+ emptyText?: any;
649
+ selectAll?: any;
650
+ selectNone?: any;
651
+ selectInvert?: any;
652
+ selectionAll?: any;
653
+ sortTitle?: string | undefined;
654
+ expand?: string | undefined;
655
+ collapse?: string | undefined;
656
+ triggerDesc?: string | undefined;
657
+ triggerAsc?: string | undefined;
658
+ cancelSort?: string | undefined;
659
+ } | undefined;
660
+ Popconfirm?: Record<string, any> | undefined;
661
+ Form?: {
662
+ optional?: string | undefined;
663
+ defaultValidateMessages: {
664
+ default?: (string | (() => string)) | undefined;
665
+ required?: (string | (() => string)) | undefined;
666
+ enum?: (string | (() => string)) | undefined;
667
+ whitespace?: (string | (() => string)) | undefined;
668
+ date?: {
669
+ format?: (string | (() => string)) | undefined;
670
+ parse?: (string | (() => string)) | undefined;
671
+ invalid?: (string | (() => string)) | undefined;
672
+ } | undefined;
673
+ types?: {
674
+ string?: (string | (() => string)) | undefined;
675
+ method?: (string | (() => string)) | undefined;
676
+ array?: (string | (() => string)) | undefined;
677
+ object?: (string | (() => string)) | undefined;
678
+ number?: (string | (() => string)) | undefined;
679
+ date?: (string | (() => string)) | undefined;
680
+ boolean?: (string | (() => string)) | undefined;
681
+ integer?: (string | (() => string)) | undefined;
682
+ float?: (string | (() => string)) | undefined;
683
+ regexp?: (string | (() => string)) | undefined;
684
+ email?: (string | (() => string)) | undefined;
685
+ url?: (string | (() => string)) | undefined;
686
+ hex?: (string | (() => string)) | undefined;
687
+ } | undefined;
688
+ string?: {
689
+ len?: (string | (() => string)) | undefined;
690
+ min?: (string | (() => string)) | undefined;
691
+ max?: (string | (() => string)) | undefined;
692
+ range?: (string | (() => string)) | undefined;
693
+ } | undefined;
694
+ number?: {
695
+ len?: (string | (() => string)) | undefined;
696
+ min?: (string | (() => string)) | undefined;
697
+ max?: (string | (() => string)) | undefined;
698
+ range?: (string | (() => string)) | undefined;
699
+ } | undefined;
700
+ array?: {
701
+ len?: (string | (() => string)) | undefined;
702
+ min?: (string | (() => string)) | undefined;
703
+ max?: (string | (() => string)) | undefined;
704
+ range?: (string | (() => string)) | undefined;
705
+ } | undefined;
706
+ pattern?: {
707
+ mismatch?: (string | (() => string)) | undefined;
708
+ } | undefined;
709
+ };
710
+ } | undefined;
711
+ Image?: {
712
+ preview: string;
713
+ } | undefined;
714
+ DatePicker?: {
715
+ lang: {
716
+ locale: string;
717
+ monthBeforeYear?: boolean | undefined;
718
+ yearFormat: string;
719
+ monthFormat?: string | undefined;
720
+ quarterFormat?: string | undefined;
721
+ today: string;
722
+ now: string;
723
+ backToToday: string;
724
+ ok: string;
725
+ timeSelect: string;
726
+ dateSelect: string;
727
+ weekSelect?: string | undefined;
728
+ clear: string;
729
+ month: string;
730
+ year: string;
731
+ previousMonth: string;
732
+ nextMonth: string;
733
+ monthSelect: string;
734
+ yearSelect: string;
735
+ decadeSelect: string;
736
+ dayFormat: string;
737
+ dateFormat: string;
738
+ dateTimeFormat: string;
739
+ previousYear: string;
740
+ nextYear: string;
741
+ previousDecade: string;
742
+ nextDecade: string;
743
+ previousCentury: string;
744
+ nextCentury: string;
745
+ shortWeekDays?: string[] | undefined;
746
+ shortMonths?: string[] | undefined;
747
+ placeholder: string;
748
+ yearPlaceholder?: string | undefined;
749
+ quarterPlaceholder?: string | undefined;
750
+ monthPlaceholder?: string | undefined;
751
+ weekPlaceholder?: string | undefined;
752
+ rangeYearPlaceholder?: [string, string] | undefined;
753
+ rangeQuarterPlaceholder?: [string, string] | undefined;
754
+ rangeMonthPlaceholder?: [string, string] | undefined;
755
+ rangeWeekPlaceholder?: [string, string] | undefined;
756
+ rangePlaceholder?: [string, string] | undefined;
757
+ };
758
+ timePickerLocale: {
759
+ placeholder?: string | undefined;
760
+ rangePlaceholder?: [string, string] | undefined;
761
+ };
762
+ dateFormat?: string | undefined;
763
+ dateTimeFormat?: string | undefined;
764
+ weekFormat?: string | undefined;
765
+ monthFormat?: string | undefined;
766
+ } | undefined;
767
+ TimePicker?: Record<string, any> | undefined;
768
+ Calendar?: Record<string, any> | undefined;
769
+ Modal?: {
770
+ okText: string;
771
+ cancelText: string;
772
+ justOkText: string;
773
+ } | undefined;
774
+ Transfer?: {
775
+ titles?: any[] | undefined;
776
+ notFoundContent?: any;
777
+ searchPlaceholder?: string | undefined;
778
+ itemUnit?: string | undefined;
779
+ itemsUnit?: string | undefined;
780
+ remove?: string | undefined;
781
+ selectAll?: string | undefined;
782
+ selectCurrent?: string | undefined;
783
+ selectInvert?: string | undefined;
784
+ removeAll?: string | undefined;
785
+ removeCurrent?: string | undefined;
786
+ } | undefined;
787
+ Select?: Record<string, any> | undefined;
788
+ Upload?: {
789
+ uploading?: string | undefined;
790
+ removeFile?: string | undefined;
791
+ downloadFile?: string | undefined;
792
+ uploadError?: string | undefined;
793
+ previewFile?: string | undefined;
794
+ } | undefined;
795
+ Empty?: {
796
+ description: string;
797
+ } | undefined;
798
+ global?: Record<string, any> | undefined;
799
+ PageHeader?: {
800
+ back: string;
801
+ } | undefined;
802
+ Icon?: Record<string, any> | undefined;
803
+ Text?: {
804
+ edit?: any;
805
+ copy?: any;
806
+ copied?: any;
807
+ expand?: any;
808
+ } | undefined;
809
+ Tour?: {
810
+ Next: string;
811
+ Previous: string;
812
+ Finish: string;
813
+ } | undefined;
814
+ QRCode?: {
815
+ expired?: string | undefined;
816
+ refresh?: string | undefined;
817
+ } | undefined;
818
+ }, import('ant-design-vue/es/locale').Locale | {
819
+ locale: string;
820
+ Pagination?: {
821
+ items_per_page?: string | undefined;
822
+ jump_to?: string | undefined;
823
+ jump_to_confirm?: string | undefined;
824
+ page?: string | undefined;
825
+ prev_page?: string | undefined;
826
+ next_page?: string | undefined;
827
+ prev_5?: string | undefined;
828
+ next_5?: string | undefined;
829
+ prev_3?: string | undefined;
830
+ next_3?: string | undefined;
831
+ } | undefined;
832
+ Table?: {
833
+ filterTitle?: string | undefined;
834
+ filterConfirm?: any;
835
+ filterReset?: any;
836
+ filterEmptyText?: any;
837
+ filterCheckall?: any;
838
+ filterSearchPlaceholder?: any;
839
+ emptyText?: any;
840
+ selectAll?: any;
841
+ selectNone?: any;
842
+ selectInvert?: any;
843
+ selectionAll?: any;
844
+ sortTitle?: string | undefined;
845
+ expand?: string | undefined;
846
+ collapse?: string | undefined;
847
+ triggerDesc?: string | undefined;
848
+ triggerAsc?: string | undefined;
849
+ cancelSort?: string | undefined;
850
+ } | undefined;
851
+ Popconfirm?: Record<string, any> | undefined;
852
+ Form?: {
853
+ optional?: string | undefined;
854
+ defaultValidateMessages: {
855
+ default?: (string | (() => string)) | undefined;
856
+ required?: (string | (() => string)) | undefined;
857
+ enum?: (string | (() => string)) | undefined;
858
+ whitespace?: (string | (() => string)) | undefined;
859
+ date?: {
860
+ format?: (string | (() => string)) | undefined;
861
+ parse?: (string | (() => string)) | undefined;
862
+ invalid?: (string | (() => string)) | undefined;
863
+ } | undefined;
864
+ types?: {
865
+ string?: (string | (() => string)) | undefined;
866
+ method?: (string | (() => string)) | undefined;
867
+ array?: (string | (() => string)) | undefined;
868
+ object?: (string | (() => string)) | undefined;
869
+ number?: (string | (() => string)) | undefined;
870
+ date?: (string | (() => string)) | undefined;
871
+ boolean?: (string | (() => string)) | undefined;
872
+ integer?: (string | (() => string)) | undefined;
873
+ float?: (string | (() => string)) | undefined;
874
+ regexp?: (string | (() => string)) | undefined;
875
+ email?: (string | (() => string)) | undefined;
876
+ url?: (string | (() => string)) | undefined;
877
+ hex?: (string | (() => string)) | undefined;
878
+ } | undefined;
879
+ string?: {
880
+ len?: (string | (() => string)) | undefined;
881
+ min?: (string | (() => string)) | undefined;
882
+ max?: (string | (() => string)) | undefined;
883
+ range?: (string | (() => string)) | undefined;
884
+ } | undefined;
885
+ number?: {
886
+ len?: (string | (() => string)) | undefined;
887
+ min?: (string | (() => string)) | undefined;
888
+ max?: (string | (() => string)) | undefined;
889
+ range?: (string | (() => string)) | undefined;
890
+ } | undefined;
891
+ array?: {
892
+ len?: (string | (() => string)) | undefined;
893
+ min?: (string | (() => string)) | undefined;
894
+ max?: (string | (() => string)) | undefined;
895
+ range?: (string | (() => string)) | undefined;
896
+ } | undefined;
897
+ pattern?: {
898
+ mismatch?: (string | (() => string)) | undefined;
899
+ } | undefined;
900
+ };
901
+ } | undefined;
902
+ Image?: {
903
+ preview: string;
904
+ } | undefined;
905
+ DatePicker?: {
906
+ lang: {
907
+ locale: string;
908
+ monthBeforeYear?: boolean | undefined;
909
+ yearFormat: string;
910
+ monthFormat?: string | undefined;
911
+ quarterFormat?: string | undefined;
912
+ today: string;
913
+ now: string;
914
+ backToToday: string;
915
+ ok: string;
916
+ timeSelect: string;
917
+ dateSelect: string;
918
+ weekSelect?: string | undefined;
919
+ clear: string;
920
+ month: string;
921
+ year: string;
922
+ previousMonth: string;
923
+ nextMonth: string;
924
+ monthSelect: string;
925
+ yearSelect: string;
926
+ decadeSelect: string;
927
+ dayFormat: string;
928
+ dateFormat: string;
929
+ dateTimeFormat: string;
930
+ previousYear: string;
931
+ nextYear: string;
932
+ previousDecade: string;
933
+ nextDecade: string;
934
+ previousCentury: string;
935
+ nextCentury: string;
936
+ shortWeekDays?: string[] | undefined;
937
+ shortMonths?: string[] | undefined;
938
+ placeholder: string;
939
+ yearPlaceholder?: string | undefined;
940
+ quarterPlaceholder?: string | undefined;
941
+ monthPlaceholder?: string | undefined;
942
+ weekPlaceholder?: string | undefined;
943
+ rangeYearPlaceholder?: [string, string] | undefined;
944
+ rangeQuarterPlaceholder?: [string, string] | undefined;
945
+ rangeMonthPlaceholder?: [string, string] | undefined;
946
+ rangeWeekPlaceholder?: [string, string] | undefined;
947
+ rangePlaceholder?: [string, string] | undefined;
948
+ };
949
+ timePickerLocale: {
950
+ placeholder?: string | undefined;
951
+ rangePlaceholder?: [string, string] | undefined;
952
+ };
953
+ dateFormat?: string | undefined;
954
+ dateTimeFormat?: string | undefined;
955
+ weekFormat?: string | undefined;
956
+ monthFormat?: string | undefined;
957
+ } | undefined;
958
+ TimePicker?: Record<string, any> | undefined;
959
+ Calendar?: Record<string, any> | undefined;
960
+ Modal?: {
961
+ okText: string;
962
+ cancelText: string;
963
+ justOkText: string;
964
+ } | undefined;
965
+ Transfer?: {
966
+ titles?: any[] | undefined;
967
+ notFoundContent?: any;
968
+ searchPlaceholder?: string | undefined;
969
+ itemUnit?: string | undefined;
970
+ itemsUnit?: string | undefined;
971
+ remove?: string | undefined;
972
+ selectAll?: string | undefined;
973
+ selectCurrent?: string | undefined;
974
+ selectInvert?: string | undefined;
975
+ removeAll?: string | undefined;
976
+ removeCurrent?: string | undefined;
977
+ } | undefined;
978
+ Select?: Record<string, any> | undefined;
979
+ Upload?: {
980
+ uploading?: string | undefined;
981
+ removeFile?: string | undefined;
982
+ downloadFile?: string | undefined;
983
+ uploadError?: string | undefined;
984
+ previewFile?: string | undefined;
985
+ } | undefined;
986
+ Empty?: {
987
+ description: string;
988
+ } | undefined;
989
+ global?: Record<string, any> | undefined;
990
+ PageHeader?: {
991
+ back: string;
992
+ } | undefined;
993
+ Icon?: Record<string, any> | undefined;
994
+ Text?: {
995
+ edit?: any;
996
+ copy?: any;
997
+ copied?: any;
998
+ expand?: any;
999
+ } | undefined;
1000
+ Tour?: {
1001
+ Next: string;
1002
+ Previous: string;
1003
+ Finish: string;
1004
+ } | undefined;
1005
+ QRCode?: {
1006
+ expired?: string | undefined;
1007
+ refresh?: string | undefined;
1008
+ } | undefined;
1009
+ }>;
1010
+ antdTheme: import('vue').Ref<{
1011
+ token: {
1012
+ fontSize: number;
1013
+ sizeStep: number;
1014
+ borderRadius: number;
1015
+ wireframe: boolean;
1016
+ colorPrimary: string;
1017
+ };
1018
+ components: {
1019
+ Form: {
1020
+ marginLG: number;
1021
+ };
1022
+ Button: {
1023
+ lineHeight: number;
1024
+ };
1025
+ Tabs: {
1026
+ margin: number;
1027
+ colorBgContainer: string;
1028
+ colorPrimary: string;
1029
+ colorText: string;
1030
+ colorSplit: string;
1031
+ colorBorder: string;
1032
+ colorPrimaryBorder: string;
1033
+ lineHeight: number;
1034
+ };
1035
+ DatePicker: {
1036
+ colorPrimary: string;
1037
+ };
1038
+ };
1039
+ } | {
1040
+ token: {
1041
+ fontSize: number;
1042
+ sizeStep: number;
1043
+ borderRadius: number;
1044
+ wireframe: boolean;
1045
+ colorBgBase: string;
1046
+ colorTextBase: string;
1047
+ colorPrimary: string;
1048
+ colorPrimaryBorder: string;
1049
+ colorPrimaryBorderHover: string;
1050
+ colorPrimaryText: string;
1051
+ };
1052
+ components: {
1053
+ Button: {
1054
+ colorBgContainer: string;
1055
+ colorBorder: string;
1056
+ colorText: string;
1057
+ lineHeight: number;
1058
+ };
1059
+ Form: {
1060
+ marginLG: number;
1061
+ colorPrimary: string;
1062
+ colorTextHeading: string;
1063
+ colorTextDescription: string;
1064
+ colorText: string;
1065
+ colorBorder: string;
1066
+ controlOutline: string;
1067
+ colorError: string;
1068
+ };
1069
+ Input: {
1070
+ colorBgContainer: string;
1071
+ colorBorder: string;
1072
+ colorIconHover: string;
1073
+ colorPrimaryActive: string;
1074
+ colorBgContainerDisabled: string;
1075
+ colorText: string;
1076
+ };
1077
+ Checkbox: {
1078
+ colorBgContainer: string;
1079
+ colorBorder: string;
1080
+ };
1081
+ InputNumber: {
1082
+ colorBgContainer: string;
1083
+ colorBorder: string;
1084
+ colorIconHover: string;
1085
+ colorPrimaryActive: string;
1086
+ colorBgContainerDisabled: string;
1087
+ colorText: string;
1088
+ };
1089
+ Radio: {
1090
+ colorBgContainer: string;
1091
+ colorBgContainerDisabled: string;
1092
+ };
1093
+ Switch: {
1094
+ colorPrimary: string;
1095
+ colorBgContainer: string;
1096
+ };
1097
+ TreeSelect: {
1098
+ colorBgContainer: string;
1099
+ };
1100
+ Tabs: {
1101
+ margin: number;
1102
+ colorPrimaryActive: string;
1103
+ colorBgContainer: string;
1104
+ colorPrimary: string;
1105
+ colorFillAlter: string;
1106
+ colorSplit: string;
1107
+ colorText: string;
1108
+ lineHeight: number;
1109
+ };
1110
+ Select: {
1111
+ colorBgContainer: string;
1112
+ colorBgContainerDisabled: string;
1113
+ colorBgElevated: string;
1114
+ controlItemBgActive: string;
1115
+ colorBorder: string;
1116
+ colorText: string;
1117
+ };
1118
+ DatePicker: {
1119
+ colorBgContainer: string;
1120
+ colorBgContainerDisabled: string;
1121
+ colorBorder: string;
1122
+ colorText: string;
1123
+ colorBgElevated: string;
1124
+ colorTextHeading: string;
1125
+ colorIcon: string;
1126
+ colorIconHover: string;
1127
+ colorTextDisabled: string;
1128
+ controlItemBgHover: string;
1129
+ controlItemBgActive: string;
1130
+ };
1131
+ Calendar: {
1132
+ colorBgContainer: string;
1133
+ };
1134
+ Modal: {
1135
+ colorBgElevated: string;
1136
+ colorTextHeading: string;
1137
+ };
1138
+ Tree: {
1139
+ colorBgContainer: string;
1140
+ };
1141
+ };
1142
+ }, {
1143
+ token: {
1144
+ fontSize: number;
1145
+ sizeStep: number;
1146
+ borderRadius: number;
1147
+ wireframe: boolean;
1148
+ colorPrimary: string;
1149
+ };
1150
+ components: {
1151
+ Form: {
1152
+ marginLG: number;
1153
+ };
1154
+ Button: {
1155
+ lineHeight: number;
1156
+ };
1157
+ Tabs: {
1158
+ margin: number;
1159
+ colorBgContainer: string;
1160
+ colorPrimary: string;
1161
+ colorText: string;
1162
+ colorSplit: string;
1163
+ colorBorder: string;
1164
+ colorPrimaryBorder: string;
1165
+ lineHeight: number;
1166
+ };
1167
+ DatePicker: {
1168
+ colorPrimary: string;
1169
+ };
1170
+ };
1171
+ } | {
1172
+ token: {
1173
+ fontSize: number;
1174
+ sizeStep: number;
1175
+ borderRadius: number;
1176
+ wireframe: boolean;
1177
+ colorBgBase: string;
1178
+ colorTextBase: string;
1179
+ colorPrimary: string;
1180
+ colorPrimaryBorder: string;
1181
+ colorPrimaryBorderHover: string;
1182
+ colorPrimaryText: string;
1183
+ };
1184
+ components: {
1185
+ Button: {
1186
+ colorBgContainer: string;
1187
+ colorBorder: string;
1188
+ colorText: string;
1189
+ lineHeight: number;
1190
+ };
1191
+ Form: {
1192
+ marginLG: number;
1193
+ colorPrimary: string;
1194
+ colorTextHeading: string;
1195
+ colorTextDescription: string;
1196
+ colorText: string;
1197
+ colorBorder: string;
1198
+ controlOutline: string;
1199
+ colorError: string;
1200
+ };
1201
+ Input: {
1202
+ colorBgContainer: string;
1203
+ colorBorder: string;
1204
+ colorIconHover: string;
1205
+ colorPrimaryActive: string;
1206
+ colorBgContainerDisabled: string;
1207
+ colorText: string;
1208
+ };
1209
+ Checkbox: {
1210
+ colorBgContainer: string;
1211
+ colorBorder: string;
1212
+ };
1213
+ InputNumber: {
1214
+ colorBgContainer: string;
1215
+ colorBorder: string;
1216
+ colorIconHover: string;
1217
+ colorPrimaryActive: string;
1218
+ colorBgContainerDisabled: string;
1219
+ colorText: string;
1220
+ };
1221
+ Radio: {
1222
+ colorBgContainer: string;
1223
+ colorBgContainerDisabled: string;
1224
+ };
1225
+ Switch: {
1226
+ colorPrimary: string;
1227
+ colorBgContainer: string;
1228
+ };
1229
+ TreeSelect: {
1230
+ colorBgContainer: string;
1231
+ };
1232
+ Tabs: {
1233
+ margin: number;
1234
+ colorPrimaryActive: string;
1235
+ colorBgContainer: string;
1236
+ colorPrimary: string;
1237
+ colorFillAlter: string;
1238
+ colorSplit: string;
1239
+ colorText: string;
1240
+ lineHeight: number;
1241
+ };
1242
+ Select: {
1243
+ colorBgContainer: string;
1244
+ colorBgContainerDisabled: string;
1245
+ colorBgElevated: string;
1246
+ controlItemBgActive: string;
1247
+ colorBorder: string;
1248
+ colorText: string;
1249
+ };
1250
+ DatePicker: {
1251
+ colorBgContainer: string;
1252
+ colorBgContainerDisabled: string;
1253
+ colorBorder: string;
1254
+ colorText: string;
1255
+ colorBgElevated: string;
1256
+ colorTextHeading: string;
1257
+ colorIcon: string;
1258
+ colorIconHover: string;
1259
+ colorTextDisabled: string;
1260
+ controlItemBgHover: string;
1261
+ controlItemBgActive: string;
1262
+ };
1263
+ Calendar: {
1264
+ colorBgContainer: string;
1265
+ };
1266
+ Modal: {
1267
+ colorBgElevated: string;
1268
+ colorTextHeading: string;
1269
+ };
1270
+ Tree: {
1271
+ colorBgContainer: string;
1272
+ };
1273
+ };
1274
+ } | {
1275
+ token: {
1276
+ fontSize: number;
1277
+ sizeStep: number;
1278
+ borderRadius: number;
1279
+ wireframe: boolean;
1280
+ colorPrimary: string;
1281
+ };
1282
+ components: {
1283
+ Form: {
1284
+ marginLG: number;
1285
+ };
1286
+ Button: {
1287
+ lineHeight: number;
1288
+ };
1289
+ Tabs: {
1290
+ margin: number;
1291
+ colorBgContainer: string;
1292
+ colorPrimary: string;
1293
+ colorText: string;
1294
+ colorSplit: string;
1295
+ colorBorder: string;
1296
+ colorPrimaryBorder: string;
1297
+ lineHeight: number;
1298
+ };
1299
+ DatePicker: {
1300
+ colorPrimary: string;
1301
+ };
1302
+ };
1303
+ } | {
1304
+ token: {
1305
+ fontSize: number;
1306
+ sizeStep: number;
1307
+ borderRadius: number;
1308
+ wireframe: boolean;
1309
+ colorBgBase: string;
1310
+ colorTextBase: string;
1311
+ colorPrimary: string;
1312
+ colorPrimaryBorder: string;
1313
+ colorPrimaryBorderHover: string;
1314
+ colorPrimaryText: string;
1315
+ };
1316
+ components: {
1317
+ Button: {
1318
+ colorBgContainer: string;
1319
+ colorBorder: string;
1320
+ colorText: string;
1321
+ lineHeight: number;
1322
+ };
1323
+ Form: {
1324
+ marginLG: number;
1325
+ colorPrimary: string;
1326
+ colorTextHeading: string;
1327
+ colorTextDescription: string;
1328
+ colorText: string;
1329
+ colorBorder: string;
1330
+ controlOutline: string;
1331
+ colorError: string;
1332
+ };
1333
+ Input: {
1334
+ colorBgContainer: string;
1335
+ colorBorder: string;
1336
+ colorIconHover: string;
1337
+ colorPrimaryActive: string;
1338
+ colorBgContainerDisabled: string;
1339
+ colorText: string;
1340
+ };
1341
+ Checkbox: {
1342
+ colorBgContainer: string;
1343
+ colorBorder: string;
1344
+ };
1345
+ InputNumber: {
1346
+ colorBgContainer: string;
1347
+ colorBorder: string;
1348
+ colorIconHover: string;
1349
+ colorPrimaryActive: string;
1350
+ colorBgContainerDisabled: string;
1351
+ colorText: string;
1352
+ };
1353
+ Radio: {
1354
+ colorBgContainer: string;
1355
+ colorBgContainerDisabled: string;
1356
+ };
1357
+ Switch: {
1358
+ colorPrimary: string;
1359
+ colorBgContainer: string;
1360
+ };
1361
+ TreeSelect: {
1362
+ colorBgContainer: string;
1363
+ };
1364
+ Tabs: {
1365
+ margin: number;
1366
+ colorPrimaryActive: string;
1367
+ colorBgContainer: string;
1368
+ colorPrimary: string;
1369
+ colorFillAlter: string;
1370
+ colorSplit: string;
1371
+ colorText: string;
1372
+ lineHeight: number;
1373
+ };
1374
+ Select: {
1375
+ colorBgContainer: string;
1376
+ colorBgContainerDisabled: string;
1377
+ colorBgElevated: string;
1378
+ controlItemBgActive: string;
1379
+ colorBorder: string;
1380
+ colorText: string;
1381
+ };
1382
+ DatePicker: {
1383
+ colorBgContainer: string;
1384
+ colorBgContainerDisabled: string;
1385
+ colorBorder: string;
1386
+ colorText: string;
1387
+ colorBgElevated: string;
1388
+ colorTextHeading: string;
1389
+ colorIcon: string;
1390
+ colorIconHover: string;
1391
+ colorTextDisabled: string;
1392
+ controlItemBgHover: string;
1393
+ controlItemBgActive: string;
1394
+ };
1395
+ Calendar: {
1396
+ colorBgContainer: string;
1397
+ };
1398
+ Modal: {
1399
+ colorBgElevated: string;
1400
+ colorTextHeading: string;
1401
+ };
1402
+ Tree: {
1403
+ colorBgContainer: string;
1404
+ };
1405
+ };
1406
+ }>;
622
1407
  openHeader: import('vue').Ref<boolean, boolean>;
623
1408
  flexStyle: import('vue').Ref<string, string>;
624
1409
  heightStyle: import('vue').Ref<string, string>;
@@ -684,6 +1469,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
684
1469
  default: boolean;
685
1470
  require: boolean;
686
1471
  };
1472
+ componentSize: {
1473
+ type: import('vue').PropType<"small" | "middle" | "large">;
1474
+ default: string;
1475
+ require: boolean;
1476
+ };
687
1477
  }>> & Readonly<{
688
1478
  onQueryClick?: ((...args: any[]) => any) | undefined;
689
1479
  onOpenHeaderChange?: ((...args: any[]) => any) | undefined;
@@ -691,9 +1481,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
691
1481
  }>, {
692
1482
  id: string;
693
1483
  title: string;
1484
+ componentSize: "small" | "middle" | "large";
694
1485
  padding: string;
695
- height: string;
696
1486
  flex: number;
1487
+ height: string;
697
1488
  showHeader: boolean;
698
1489
  showBorder: boolean;
699
1490
  innerPadding: string;
@@ -990,6 +1781,513 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
990
1781
  };
991
1782
  }>>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
992
1783
  };
1784
+ 'a-config-providver': {
1785
+ new (...args: any[]): {
1786
+ $: import('vue').ComponentInternalInstance;
1787
+ $data: {};
1788
+ $props: {
1789
+ form?: {
1790
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
1791
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
1792
+ colon?: boolean | undefined;
1793
+ } | undefined;
1794
+ input?: {
1795
+ autocomplete?: string | undefined;
1796
+ } | undefined;
1797
+ select?: {
1798
+ showSearch?: boolean | undefined;
1799
+ } | undefined;
1800
+ space?: {
1801
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
1802
+ } | undefined;
1803
+ direction?: "rtl" | "ltr" | undefined;
1804
+ csp?: import('ant-design-vue/es/config-provider').CSPConfig | undefined;
1805
+ theme?: import('ant-design-vue/es/config-provider/context').ThemeConfig | undefined;
1806
+ virtual?: boolean | undefined;
1807
+ dropdownMatchSelectWidth?: number | boolean | undefined;
1808
+ locale?: import('ant-design-vue/es/locale').Locale | undefined;
1809
+ pagination?: {
1810
+ showSizeChanger?: boolean | undefined;
1811
+ } | undefined;
1812
+ autoInsertSpaceInButton?: boolean | undefined;
1813
+ pageHeader?: {
1814
+ ghost?: boolean | undefined;
1815
+ } | undefined;
1816
+ componentDisabled?: boolean | undefined;
1817
+ style?: unknown;
1818
+ ref?: import('vue').VNodeRef | undefined;
1819
+ key?: string | number | symbol | undefined;
1820
+ ref_for?: boolean | undefined;
1821
+ ref_key?: string | undefined;
1822
+ onVnodeBeforeMount?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1823
+ [key: string]: any;
1824
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1825
+ [key: string]: any;
1826
+ }>) => void)[] | undefined;
1827
+ onVnodeMounted?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1828
+ [key: string]: any;
1829
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1830
+ [key: string]: any;
1831
+ }>) => void)[] | undefined;
1832
+ onVnodeBeforeUpdate?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1833
+ [key: string]: any;
1834
+ }>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1835
+ [key: string]: any;
1836
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1837
+ [key: string]: any;
1838
+ }>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1839
+ [key: string]: any;
1840
+ }>) => void)[] | undefined;
1841
+ onVnodeUpdated?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1842
+ [key: string]: any;
1843
+ }>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1844
+ [key: string]: any;
1845
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1846
+ [key: string]: any;
1847
+ }>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1848
+ [key: string]: any;
1849
+ }>) => void)[] | undefined;
1850
+ onVnodeBeforeUnmount?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1851
+ [key: string]: any;
1852
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1853
+ [key: string]: any;
1854
+ }>) => void)[] | undefined;
1855
+ onVnodeUnmounted?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1856
+ [key: string]: any;
1857
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1858
+ [key: string]: any;
1859
+ }>) => void)[] | undefined;
1860
+ class?: unknown;
1861
+ tabindex?: string | number | undefined;
1862
+ readonly getPrefixCls?: ((suffixCls?: string | undefined, customizePrefixCls?: string | undefined) => string) | undefined;
1863
+ readonly iconPrefixCls?: string | undefined;
1864
+ readonly prefixCls?: string | undefined;
1865
+ readonly renderEmpty?: typeof import('ant-design-vue/es/config-provider/renderEmpty').default | undefined;
1866
+ readonly getTargetContainer?: (() => Window | HTMLElement) | undefined;
1867
+ readonly getPopupContainer?: ((triggerNode?: HTMLElement | undefined) => HTMLElement) | undefined;
1868
+ role?: string | undefined;
1869
+ readonly transformCellText?: ((tableProps: import('ant-design-vue/es/table/interface').TransformCellTextProps) => any) | undefined;
1870
+ readonly componentSize?: import('ant-design-vue/es/button').ButtonSize;
1871
+ };
1872
+ $attrs: {
1873
+ [x: string]: unknown;
1874
+ };
1875
+ $refs: {
1876
+ [x: string]: unknown;
1877
+ };
1878
+ $slots: Readonly<{
1879
+ [name: string]: import('vue').Slot<any>;
1880
+ }>;
1881
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>;
1882
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>;
1883
+ $emit: (event: string, ...args: any[]) => void;
1884
+ $el: any;
1885
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1886
+ iconPrefixCls: StringConstructor;
1887
+ getTargetContainer: {
1888
+ type: import('vue').PropType<() => Window | HTMLElement>;
1889
+ };
1890
+ getPopupContainer: {
1891
+ type: import('vue').PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
1892
+ };
1893
+ prefixCls: StringConstructor;
1894
+ getPrefixCls: {
1895
+ type: import('vue').PropType<(suffixCls?: string | undefined, customizePrefixCls?: string | undefined) => string>;
1896
+ };
1897
+ renderEmpty: {
1898
+ type: import('vue').PropType<typeof import('ant-design-vue/es/config-provider/renderEmpty').default>;
1899
+ };
1900
+ transformCellText: {
1901
+ type: import('vue').PropType<(tableProps: import('ant-design-vue/es/table/interface').TransformCellTextProps) => any>;
1902
+ };
1903
+ csp: {
1904
+ type: import('vue').PropType<import('ant-design-vue/es/config-provider').CSPConfig>;
1905
+ default: import('ant-design-vue/es/config-provider').CSPConfig;
1906
+ };
1907
+ input: {
1908
+ type: import('vue').PropType<{
1909
+ autocomplete?: string | undefined;
1910
+ }>;
1911
+ default: {
1912
+ autocomplete?: string | undefined;
1913
+ };
1914
+ };
1915
+ autoInsertSpaceInButton: {
1916
+ type: BooleanConstructor;
1917
+ default: any;
1918
+ };
1919
+ locale: {
1920
+ type: import('vue').PropType<import('ant-design-vue/es/locale').Locale>;
1921
+ default: import('ant-design-vue/es/locale').Locale;
1922
+ };
1923
+ pageHeader: {
1924
+ type: import('vue').PropType<{
1925
+ ghost?: boolean | undefined;
1926
+ }>;
1927
+ default: {
1928
+ ghost?: boolean | undefined;
1929
+ };
1930
+ };
1931
+ componentSize: {
1932
+ type: import('vue').PropType<import('ant-design-vue/es/button').ButtonSize>;
1933
+ };
1934
+ componentDisabled: {
1935
+ type: BooleanConstructor;
1936
+ default: any;
1937
+ };
1938
+ direction: {
1939
+ type: import('vue').PropType<"rtl" | "ltr">;
1940
+ default: string;
1941
+ };
1942
+ space: {
1943
+ type: import('vue').PropType<{
1944
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
1945
+ }>;
1946
+ default: {
1947
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
1948
+ };
1949
+ };
1950
+ virtual: {
1951
+ type: BooleanConstructor;
1952
+ default: any;
1953
+ };
1954
+ dropdownMatchSelectWidth: {
1955
+ type: (BooleanConstructor | NumberConstructor)[];
1956
+ default: boolean;
1957
+ };
1958
+ form: {
1959
+ type: import('vue').PropType<{
1960
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
1961
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
1962
+ colon?: boolean | undefined;
1963
+ }>;
1964
+ default: {
1965
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
1966
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
1967
+ colon?: boolean | undefined;
1968
+ };
1969
+ };
1970
+ pagination: {
1971
+ type: import('vue').PropType<{
1972
+ showSizeChanger?: boolean | undefined;
1973
+ }>;
1974
+ default: {
1975
+ showSizeChanger?: boolean | undefined;
1976
+ };
1977
+ };
1978
+ theme: {
1979
+ type: import('vue').PropType<import('ant-design-vue/es/config-provider/context').ThemeConfig>;
1980
+ default: import('ant-design-vue/es/config-provider/context').ThemeConfig;
1981
+ };
1982
+ select: {
1983
+ type: import('vue').PropType<{
1984
+ showSearch?: boolean | undefined;
1985
+ }>;
1986
+ default: {
1987
+ showSearch?: boolean | undefined;
1988
+ };
1989
+ };
1990
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1991
+ form: {
1992
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
1993
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
1994
+ colon?: boolean | undefined;
1995
+ };
1996
+ input: {
1997
+ autocomplete?: string | undefined;
1998
+ };
1999
+ select: {
2000
+ showSearch?: boolean | undefined;
2001
+ };
2002
+ space: {
2003
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
2004
+ };
2005
+ direction: "rtl" | "ltr";
2006
+ csp: import('ant-design-vue/es/config-provider').CSPConfig;
2007
+ theme: import('ant-design-vue/es/config-provider/context').ThemeConfig;
2008
+ virtual: boolean;
2009
+ dropdownMatchSelectWidth: number | boolean;
2010
+ locale: import('ant-design-vue/es/locale').Locale;
2011
+ pagination: {
2012
+ showSizeChanger?: boolean | undefined;
2013
+ };
2014
+ autoInsertSpaceInButton: boolean;
2015
+ pageHeader: {
2016
+ ghost?: boolean | undefined;
2017
+ };
2018
+ componentDisabled: boolean;
2019
+ }, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions> & {
2020
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
2021
+ created?: (() => void) | (() => void)[] | undefined;
2022
+ beforeMount?: (() => void) | (() => void)[] | undefined;
2023
+ mounted?: (() => void) | (() => void)[] | undefined;
2024
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
2025
+ updated?: (() => void) | (() => void)[] | undefined;
2026
+ activated?: (() => void) | (() => void)[] | undefined;
2027
+ deactivated?: (() => void) | (() => void)[] | undefined;
2028
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
2029
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
2030
+ destroyed?: (() => void) | (() => void)[] | undefined;
2031
+ unmounted?: (() => void) | (() => void)[] | undefined;
2032
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
2033
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
2034
+ 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;
2035
+ };
2036
+ $forceUpdate: () => void;
2037
+ $nextTick: typeof import('vue').nextTick;
2038
+ $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;
2039
+ } & Readonly<import('vue').ExtractPropTypes<{
2040
+ iconPrefixCls: StringConstructor;
2041
+ getTargetContainer: {
2042
+ type: import('vue').PropType<() => Window | HTMLElement>;
2043
+ };
2044
+ getPopupContainer: {
2045
+ type: import('vue').PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
2046
+ };
2047
+ prefixCls: StringConstructor;
2048
+ getPrefixCls: {
2049
+ type: import('vue').PropType<(suffixCls?: string | undefined, customizePrefixCls?: string | undefined) => string>;
2050
+ };
2051
+ renderEmpty: {
2052
+ type: import('vue').PropType<typeof import('ant-design-vue/es/config-provider/renderEmpty').default>;
2053
+ };
2054
+ transformCellText: {
2055
+ type: import('vue').PropType<(tableProps: import('ant-design-vue/es/table/interface').TransformCellTextProps) => any>;
2056
+ };
2057
+ csp: {
2058
+ type: import('vue').PropType<import('ant-design-vue/es/config-provider').CSPConfig>;
2059
+ default: import('ant-design-vue/es/config-provider').CSPConfig;
2060
+ };
2061
+ input: {
2062
+ type: import('vue').PropType<{
2063
+ autocomplete?: string | undefined;
2064
+ }>;
2065
+ default: {
2066
+ autocomplete?: string | undefined;
2067
+ };
2068
+ };
2069
+ autoInsertSpaceInButton: {
2070
+ type: BooleanConstructor;
2071
+ default: any;
2072
+ };
2073
+ locale: {
2074
+ type: import('vue').PropType<import('ant-design-vue/es/locale').Locale>;
2075
+ default: import('ant-design-vue/es/locale').Locale;
2076
+ };
2077
+ pageHeader: {
2078
+ type: import('vue').PropType<{
2079
+ ghost?: boolean | undefined;
2080
+ }>;
2081
+ default: {
2082
+ ghost?: boolean | undefined;
2083
+ };
2084
+ };
2085
+ componentSize: {
2086
+ type: import('vue').PropType<import('ant-design-vue/es/button').ButtonSize>;
2087
+ };
2088
+ componentDisabled: {
2089
+ type: BooleanConstructor;
2090
+ default: any;
2091
+ };
2092
+ direction: {
2093
+ type: import('vue').PropType<"rtl" | "ltr">;
2094
+ default: string;
2095
+ };
2096
+ space: {
2097
+ type: import('vue').PropType<{
2098
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
2099
+ }>;
2100
+ default: {
2101
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
2102
+ };
2103
+ };
2104
+ virtual: {
2105
+ type: BooleanConstructor;
2106
+ default: any;
2107
+ };
2108
+ dropdownMatchSelectWidth: {
2109
+ type: (BooleanConstructor | NumberConstructor)[];
2110
+ default: boolean;
2111
+ };
2112
+ form: {
2113
+ type: import('vue').PropType<{
2114
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
2115
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
2116
+ colon?: boolean | undefined;
2117
+ }>;
2118
+ default: {
2119
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
2120
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
2121
+ colon?: boolean | undefined;
2122
+ };
2123
+ };
2124
+ pagination: {
2125
+ type: import('vue').PropType<{
2126
+ showSizeChanger?: boolean | undefined;
2127
+ }>;
2128
+ default: {
2129
+ showSizeChanger?: boolean | undefined;
2130
+ };
2131
+ };
2132
+ theme: {
2133
+ type: import('vue').PropType<import('ant-design-vue/es/config-provider/context').ThemeConfig>;
2134
+ default: import('ant-design-vue/es/config-provider/context').ThemeConfig;
2135
+ };
2136
+ select: {
2137
+ type: import('vue').PropType<{
2138
+ showSearch?: boolean | undefined;
2139
+ }>;
2140
+ default: {
2141
+ showSearch?: boolean | undefined;
2142
+ };
2143
+ };
2144
+ }>> & import('vue').ShallowUnwrapRef<() => import("vue/jsx-runtime").JSX.Element> & import('vue').ComponentCustomProperties;
2145
+ __isFragment?: undefined;
2146
+ __isTeleport?: undefined;
2147
+ __isSuspense?: undefined;
2148
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
2149
+ iconPrefixCls: StringConstructor;
2150
+ getTargetContainer: {
2151
+ type: import('vue').PropType<() => Window | HTMLElement>;
2152
+ };
2153
+ getPopupContainer: {
2154
+ type: import('vue').PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
2155
+ };
2156
+ prefixCls: StringConstructor;
2157
+ getPrefixCls: {
2158
+ type: import('vue').PropType<(suffixCls?: string | undefined, customizePrefixCls?: string | undefined) => string>;
2159
+ };
2160
+ renderEmpty: {
2161
+ type: import('vue').PropType<typeof import('ant-design-vue/es/config-provider/renderEmpty').default>;
2162
+ };
2163
+ transformCellText: {
2164
+ type: import('vue').PropType<(tableProps: import('ant-design-vue/es/table/interface').TransformCellTextProps) => any>;
2165
+ };
2166
+ csp: {
2167
+ type: import('vue').PropType<import('ant-design-vue/es/config-provider').CSPConfig>;
2168
+ default: import('ant-design-vue/es/config-provider').CSPConfig;
2169
+ };
2170
+ input: {
2171
+ type: import('vue').PropType<{
2172
+ autocomplete?: string | undefined;
2173
+ }>;
2174
+ default: {
2175
+ autocomplete?: string | undefined;
2176
+ };
2177
+ };
2178
+ autoInsertSpaceInButton: {
2179
+ type: BooleanConstructor;
2180
+ default: any;
2181
+ };
2182
+ locale: {
2183
+ type: import('vue').PropType<import('ant-design-vue/es/locale').Locale>;
2184
+ default: import('ant-design-vue/es/locale').Locale;
2185
+ };
2186
+ pageHeader: {
2187
+ type: import('vue').PropType<{
2188
+ ghost?: boolean | undefined;
2189
+ }>;
2190
+ default: {
2191
+ ghost?: boolean | undefined;
2192
+ };
2193
+ };
2194
+ componentSize: {
2195
+ type: import('vue').PropType<import('ant-design-vue/es/button').ButtonSize>;
2196
+ };
2197
+ componentDisabled: {
2198
+ type: BooleanConstructor;
2199
+ default: any;
2200
+ };
2201
+ direction: {
2202
+ type: import('vue').PropType<"rtl" | "ltr">;
2203
+ default: string;
2204
+ };
2205
+ space: {
2206
+ type: import('vue').PropType<{
2207
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
2208
+ }>;
2209
+ default: {
2210
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
2211
+ };
2212
+ };
2213
+ virtual: {
2214
+ type: BooleanConstructor;
2215
+ default: any;
2216
+ };
2217
+ dropdownMatchSelectWidth: {
2218
+ type: (BooleanConstructor | NumberConstructor)[];
2219
+ default: boolean;
2220
+ };
2221
+ form: {
2222
+ type: import('vue').PropType<{
2223
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
2224
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
2225
+ colon?: boolean | undefined;
2226
+ }>;
2227
+ default: {
2228
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
2229
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
2230
+ colon?: boolean | undefined;
2231
+ };
2232
+ };
2233
+ pagination: {
2234
+ type: import('vue').PropType<{
2235
+ showSizeChanger?: boolean | undefined;
2236
+ }>;
2237
+ default: {
2238
+ showSizeChanger?: boolean | undefined;
2239
+ };
2240
+ };
2241
+ theme: {
2242
+ type: import('vue').PropType<import('ant-design-vue/es/config-provider/context').ThemeConfig>;
2243
+ default: import('ant-design-vue/es/config-provider/context').ThemeConfig;
2244
+ };
2245
+ select: {
2246
+ type: import('vue').PropType<{
2247
+ showSearch?: boolean | undefined;
2248
+ }>;
2249
+ default: {
2250
+ showSearch?: boolean | undefined;
2251
+ };
2252
+ };
2253
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
2254
+ form: {
2255
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
2256
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
2257
+ colon?: boolean | undefined;
2258
+ };
2259
+ input: {
2260
+ autocomplete?: string | undefined;
2261
+ };
2262
+ select: {
2263
+ showSearch?: boolean | undefined;
2264
+ };
2265
+ space: {
2266
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
2267
+ };
2268
+ direction: "rtl" | "ltr";
2269
+ csp: import('ant-design-vue/es/config-provider').CSPConfig;
2270
+ theme: import('ant-design-vue/es/config-provider/context').ThemeConfig;
2271
+ virtual: boolean;
2272
+ dropdownMatchSelectWidth: number | boolean;
2273
+ locale: import('ant-design-vue/es/locale').Locale;
2274
+ pagination: {
2275
+ showSizeChanger?: boolean | undefined;
2276
+ };
2277
+ autoInsertSpaceInButton: boolean;
2278
+ pageHeader: {
2279
+ ghost?: boolean | undefined;
2280
+ };
2281
+ componentDisabled: boolean;
2282
+ }, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin<any[]> & {
2283
+ readonly config: (params: {
2284
+ prefixCls?: import('ant-design-vue/es/_util/type').MaybeRef<string | undefined>;
2285
+ iconPrefixCls?: import('ant-design-vue/es/_util/type').MaybeRef<string | undefined>;
2286
+ getPopupContainer?: ((triggerNode?: HTMLElement | undefined) => HTMLElement) | undefined;
2287
+ } & {
2288
+ theme?: import('ant-design-vue/es/config-provider').Theme | undefined;
2289
+ }) => void;
2290
+ };
993
2291
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
994
2292
  }, {}, string, import('vue').ComponentProvideOptions, true, {
995
2293
  dialogRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
@@ -1347,9 +2645,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1347
2645
  draggable: boolean;
1348
2646
  width: string | number;
1349
2647
  height: string | number;
1350
- message: Record<string, any>;
1351
2648
  actions: unknown[];
1352
2649
  formName: string;
2650
+ message: Record<string, any>;
1353
2651
  sameAppformName: string;
1354
2652
  parentFormRef: any;
1355
2653
  modalZIndex: number;