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