@deot/vc 1.0.6 → 1.0.7
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.
- package/dist/index.cjs +4 -4
- package/dist/index.d.ts +871 -137
- package/dist/index.iife.js +1979 -1272
- package/dist/index.js +5 -5
- package/dist/index.umd.cjs +1979 -1272
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -6,9 +6,8 @@ import { DefineComponent } from 'vue';
|
|
|
6
6
|
import { ExtractPropTypes } from 'vue';
|
|
7
7
|
import { FormRule } from '@deot/vc-components';
|
|
8
8
|
import { JSX as JSX_2 } from 'vue/jsx-runtime';
|
|
9
|
-
import { MModal } from '@deot/vc-components';
|
|
10
|
-
import { Modal } from '@deot/vc-components';
|
|
11
9
|
import { Notice } from '@deot/vc-components';
|
|
10
|
+
import { Props } from 'packages/components/customer/customer-props';
|
|
12
11
|
import { PropType } from 'vue';
|
|
13
12
|
import { Render } from '@deot/vc-components';
|
|
14
13
|
import { RendererElement } from 'vue';
|
|
@@ -671,26 +670,102 @@ export declare const Components: {
|
|
|
671
670
|
type: StringConstructor;
|
|
672
671
|
default: string;
|
|
673
672
|
};
|
|
674
|
-
|
|
673
|
+
accordion: {
|
|
674
|
+
type: BooleanConstructor;
|
|
675
|
+
default: boolean;
|
|
676
|
+
};
|
|
677
|
+
modelValue: {
|
|
678
|
+
type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
|
|
679
|
+
};
|
|
680
|
+
alive: {
|
|
681
|
+
type: BooleanConstructor;
|
|
682
|
+
default: boolean;
|
|
683
|
+
};
|
|
684
|
+
styleless: {
|
|
685
|
+
type: BooleanConstructor;
|
|
686
|
+
default: boolean;
|
|
687
|
+
};
|
|
688
|
+
}, () => VNode<RendererNode, RendererElement, {
|
|
689
|
+
[key: string]: any;
|
|
690
|
+
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:moodelValue")[], "change" | "update:moodelValue", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
675
691
|
tag: {
|
|
676
692
|
type: StringConstructor;
|
|
677
693
|
default: string;
|
|
678
694
|
};
|
|
679
|
-
|
|
695
|
+
accordion: {
|
|
696
|
+
type: BooleanConstructor;
|
|
697
|
+
default: boolean;
|
|
698
|
+
};
|
|
699
|
+
modelValue: {
|
|
700
|
+
type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
|
|
701
|
+
};
|
|
702
|
+
alive: {
|
|
703
|
+
type: BooleanConstructor;
|
|
704
|
+
default: boolean;
|
|
705
|
+
};
|
|
706
|
+
styleless: {
|
|
707
|
+
type: BooleanConstructor;
|
|
708
|
+
default: boolean;
|
|
709
|
+
};
|
|
710
|
+
}>> & {
|
|
711
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
712
|
+
"onUpdate:moodelValue"?: ((...args: any[]) => any) | undefined;
|
|
713
|
+
}, {
|
|
680
714
|
tag: string;
|
|
715
|
+
accordion: boolean;
|
|
716
|
+
alive: boolean;
|
|
717
|
+
styleless: boolean;
|
|
681
718
|
}, {}>;
|
|
682
719
|
MCollapse: DefineComponent< {
|
|
683
720
|
tag: {
|
|
684
721
|
type: StringConstructor;
|
|
685
722
|
default: string;
|
|
686
723
|
};
|
|
687
|
-
|
|
724
|
+
accordion: {
|
|
725
|
+
type: BooleanConstructor;
|
|
726
|
+
default: boolean;
|
|
727
|
+
};
|
|
728
|
+
modelValue: {
|
|
729
|
+
type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
|
|
730
|
+
};
|
|
731
|
+
alive: {
|
|
732
|
+
type: BooleanConstructor;
|
|
733
|
+
default: boolean;
|
|
734
|
+
};
|
|
735
|
+
styleless: {
|
|
736
|
+
type: BooleanConstructor;
|
|
737
|
+
default: boolean;
|
|
738
|
+
};
|
|
739
|
+
}, () => VNode<RendererNode, RendererElement, {
|
|
740
|
+
[key: string]: any;
|
|
741
|
+
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:moodelValue")[], "change" | "update:moodelValue", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
688
742
|
tag: {
|
|
689
743
|
type: StringConstructor;
|
|
690
744
|
default: string;
|
|
691
745
|
};
|
|
692
|
-
|
|
746
|
+
accordion: {
|
|
747
|
+
type: BooleanConstructor;
|
|
748
|
+
default: boolean;
|
|
749
|
+
};
|
|
750
|
+
modelValue: {
|
|
751
|
+
type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
|
|
752
|
+
};
|
|
753
|
+
alive: {
|
|
754
|
+
type: BooleanConstructor;
|
|
755
|
+
default: boolean;
|
|
756
|
+
};
|
|
757
|
+
styleless: {
|
|
758
|
+
type: BooleanConstructor;
|
|
759
|
+
default: boolean;
|
|
760
|
+
};
|
|
761
|
+
}>> & {
|
|
762
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
763
|
+
"onUpdate:moodelValue"?: ((...args: any[]) => any) | undefined;
|
|
764
|
+
}, {
|
|
693
765
|
tag: string;
|
|
766
|
+
accordion: boolean;
|
|
767
|
+
alive: boolean;
|
|
768
|
+
styleless: boolean;
|
|
694
769
|
}, {}>;
|
|
695
770
|
ColorPicker: DefineComponent< {
|
|
696
771
|
tag: {
|
|
@@ -896,31 +971,277 @@ export declare const Components: {
|
|
|
896
971
|
}>>, {
|
|
897
972
|
tag: string;
|
|
898
973
|
}, {}>;
|
|
899
|
-
|
|
900
|
-
|
|
974
|
+
DrawerView: DefineComponent< {
|
|
975
|
+
title: StringConstructor;
|
|
976
|
+
content: {
|
|
977
|
+
type: PropType<string | Props["render"]>;
|
|
978
|
+
default: string;
|
|
979
|
+
};
|
|
980
|
+
modelValue: {
|
|
981
|
+
type: BooleanConstructor;
|
|
982
|
+
default: boolean;
|
|
983
|
+
};
|
|
984
|
+
width: {
|
|
985
|
+
type: NumberConstructor;
|
|
986
|
+
default: number;
|
|
987
|
+
};
|
|
988
|
+
height: {
|
|
989
|
+
type: NumberConstructor;
|
|
990
|
+
default: number;
|
|
991
|
+
};
|
|
992
|
+
mask: {
|
|
993
|
+
type: BooleanConstructor;
|
|
994
|
+
default: boolean;
|
|
995
|
+
};
|
|
996
|
+
maskClosable: {
|
|
997
|
+
type: BooleanConstructor;
|
|
998
|
+
default: boolean;
|
|
999
|
+
};
|
|
1000
|
+
scrollable: {
|
|
1001
|
+
type: BooleanConstructor;
|
|
1002
|
+
default: boolean;
|
|
1003
|
+
};
|
|
1004
|
+
placement: {
|
|
901
1005
|
type: StringConstructor;
|
|
902
1006
|
default: string;
|
|
903
1007
|
};
|
|
904
|
-
|
|
905
|
-
|
|
1008
|
+
maskStyle: (ObjectConstructor | StringConstructor)[];
|
|
1009
|
+
wrapperClass: (ObjectConstructor | StringConstructor)[];
|
|
1010
|
+
wrapperStyle: (ObjectConstructor | StringConstructor)[];
|
|
1011
|
+
closeWithCancel: {
|
|
1012
|
+
type: BooleanConstructor;
|
|
1013
|
+
default: boolean;
|
|
1014
|
+
};
|
|
1015
|
+
okText: {
|
|
1016
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
1017
|
+
default: string;
|
|
1018
|
+
};
|
|
1019
|
+
cancelText: {
|
|
1020
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
1021
|
+
default: string;
|
|
1022
|
+
};
|
|
1023
|
+
footer: {
|
|
1024
|
+
type: BooleanConstructor;
|
|
1025
|
+
default: boolean;
|
|
1026
|
+
};
|
|
1027
|
+
onOk: {
|
|
1028
|
+
type: FunctionConstructor;
|
|
1029
|
+
};
|
|
1030
|
+
onCancel: {
|
|
1031
|
+
type: FunctionConstructor;
|
|
1032
|
+
};
|
|
1033
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], "close" | "update:modelValue" | "visible-change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
1034
|
+
title: StringConstructor;
|
|
1035
|
+
content: {
|
|
1036
|
+
type: PropType<string | Props["render"]>;
|
|
1037
|
+
default: string;
|
|
1038
|
+
};
|
|
1039
|
+
modelValue: {
|
|
1040
|
+
type: BooleanConstructor;
|
|
1041
|
+
default: boolean;
|
|
1042
|
+
};
|
|
1043
|
+
width: {
|
|
1044
|
+
type: NumberConstructor;
|
|
1045
|
+
default: number;
|
|
1046
|
+
};
|
|
1047
|
+
height: {
|
|
1048
|
+
type: NumberConstructor;
|
|
1049
|
+
default: number;
|
|
1050
|
+
};
|
|
1051
|
+
mask: {
|
|
1052
|
+
type: BooleanConstructor;
|
|
1053
|
+
default: boolean;
|
|
1054
|
+
};
|
|
1055
|
+
maskClosable: {
|
|
1056
|
+
type: BooleanConstructor;
|
|
1057
|
+
default: boolean;
|
|
1058
|
+
};
|
|
1059
|
+
scrollable: {
|
|
1060
|
+
type: BooleanConstructor;
|
|
1061
|
+
default: boolean;
|
|
1062
|
+
};
|
|
1063
|
+
placement: {
|
|
906
1064
|
type: StringConstructor;
|
|
907
1065
|
default: string;
|
|
908
1066
|
};
|
|
909
|
-
|
|
910
|
-
|
|
1067
|
+
maskStyle: (ObjectConstructor | StringConstructor)[];
|
|
1068
|
+
wrapperClass: (ObjectConstructor | StringConstructor)[];
|
|
1069
|
+
wrapperStyle: (ObjectConstructor | StringConstructor)[];
|
|
1070
|
+
closeWithCancel: {
|
|
1071
|
+
type: BooleanConstructor;
|
|
1072
|
+
default: boolean;
|
|
1073
|
+
};
|
|
1074
|
+
okText: {
|
|
1075
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
1076
|
+
default: string;
|
|
1077
|
+
};
|
|
1078
|
+
cancelText: {
|
|
1079
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
1080
|
+
default: string;
|
|
1081
|
+
};
|
|
1082
|
+
footer: {
|
|
1083
|
+
type: BooleanConstructor;
|
|
1084
|
+
default: boolean;
|
|
1085
|
+
};
|
|
1086
|
+
onOk: {
|
|
1087
|
+
type: FunctionConstructor;
|
|
1088
|
+
};
|
|
1089
|
+
onCancel: {
|
|
1090
|
+
type: FunctionConstructor;
|
|
1091
|
+
};
|
|
1092
|
+
}>> & {
|
|
1093
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
1094
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1095
|
+
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
1096
|
+
}, {
|
|
1097
|
+
footer: boolean;
|
|
1098
|
+
mask: boolean;
|
|
1099
|
+
modelValue: boolean;
|
|
1100
|
+
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
1101
|
+
width: number;
|
|
1102
|
+
height: number;
|
|
1103
|
+
maskClosable: boolean;
|
|
1104
|
+
scrollable: boolean;
|
|
1105
|
+
placement: string;
|
|
1106
|
+
closeWithCancel: boolean;
|
|
1107
|
+
okText: string | boolean;
|
|
1108
|
+
cancelText: string | boolean;
|
|
911
1109
|
}, {}>;
|
|
912
|
-
|
|
913
|
-
|
|
1110
|
+
MDrawerView: DefineComponent< {
|
|
1111
|
+
title: StringConstructor;
|
|
1112
|
+
content: {
|
|
1113
|
+
type: PropType<string | Props["render"]>;
|
|
1114
|
+
default: string;
|
|
1115
|
+
};
|
|
1116
|
+
modelValue: {
|
|
1117
|
+
type: BooleanConstructor;
|
|
1118
|
+
default: boolean;
|
|
1119
|
+
};
|
|
1120
|
+
width: {
|
|
1121
|
+
type: NumberConstructor;
|
|
1122
|
+
default: number;
|
|
1123
|
+
};
|
|
1124
|
+
height: {
|
|
1125
|
+
type: NumberConstructor;
|
|
1126
|
+
default: number;
|
|
1127
|
+
};
|
|
1128
|
+
mask: {
|
|
1129
|
+
type: BooleanConstructor;
|
|
1130
|
+
default: boolean;
|
|
1131
|
+
};
|
|
1132
|
+
maskClosable: {
|
|
1133
|
+
type: BooleanConstructor;
|
|
1134
|
+
default: boolean;
|
|
1135
|
+
};
|
|
1136
|
+
scrollable: {
|
|
1137
|
+
type: BooleanConstructor;
|
|
1138
|
+
default: boolean;
|
|
1139
|
+
};
|
|
1140
|
+
placement: {
|
|
914
1141
|
type: StringConstructor;
|
|
915
1142
|
default: string;
|
|
916
1143
|
};
|
|
917
|
-
|
|
918
|
-
|
|
1144
|
+
maskStyle: (ObjectConstructor | StringConstructor)[];
|
|
1145
|
+
wrapperClass: (ObjectConstructor | StringConstructor)[];
|
|
1146
|
+
wrapperStyle: (ObjectConstructor | StringConstructor)[];
|
|
1147
|
+
closeWithCancel: {
|
|
1148
|
+
type: BooleanConstructor;
|
|
1149
|
+
default: boolean;
|
|
1150
|
+
};
|
|
1151
|
+
okText: {
|
|
1152
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
1153
|
+
default: string;
|
|
1154
|
+
};
|
|
1155
|
+
cancelText: {
|
|
1156
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
1157
|
+
default: string;
|
|
1158
|
+
};
|
|
1159
|
+
footer: {
|
|
1160
|
+
type: BooleanConstructor;
|
|
1161
|
+
default: boolean;
|
|
1162
|
+
};
|
|
1163
|
+
onOk: {
|
|
1164
|
+
type: FunctionConstructor;
|
|
1165
|
+
};
|
|
1166
|
+
onCancel: {
|
|
1167
|
+
type: FunctionConstructor;
|
|
1168
|
+
};
|
|
1169
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], "close" | "update:modelValue" | "visible-change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
1170
|
+
title: StringConstructor;
|
|
1171
|
+
content: {
|
|
1172
|
+
type: PropType<string | Props["render"]>;
|
|
1173
|
+
default: string;
|
|
1174
|
+
};
|
|
1175
|
+
modelValue: {
|
|
1176
|
+
type: BooleanConstructor;
|
|
1177
|
+
default: boolean;
|
|
1178
|
+
};
|
|
1179
|
+
width: {
|
|
1180
|
+
type: NumberConstructor;
|
|
1181
|
+
default: number;
|
|
1182
|
+
};
|
|
1183
|
+
height: {
|
|
1184
|
+
type: NumberConstructor;
|
|
1185
|
+
default: number;
|
|
1186
|
+
};
|
|
1187
|
+
mask: {
|
|
1188
|
+
type: BooleanConstructor;
|
|
1189
|
+
default: boolean;
|
|
1190
|
+
};
|
|
1191
|
+
maskClosable: {
|
|
1192
|
+
type: BooleanConstructor;
|
|
1193
|
+
default: boolean;
|
|
1194
|
+
};
|
|
1195
|
+
scrollable: {
|
|
1196
|
+
type: BooleanConstructor;
|
|
1197
|
+
default: boolean;
|
|
1198
|
+
};
|
|
1199
|
+
placement: {
|
|
919
1200
|
type: StringConstructor;
|
|
920
1201
|
default: string;
|
|
921
1202
|
};
|
|
922
|
-
|
|
923
|
-
|
|
1203
|
+
maskStyle: (ObjectConstructor | StringConstructor)[];
|
|
1204
|
+
wrapperClass: (ObjectConstructor | StringConstructor)[];
|
|
1205
|
+
wrapperStyle: (ObjectConstructor | StringConstructor)[];
|
|
1206
|
+
closeWithCancel: {
|
|
1207
|
+
type: BooleanConstructor;
|
|
1208
|
+
default: boolean;
|
|
1209
|
+
};
|
|
1210
|
+
okText: {
|
|
1211
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
1212
|
+
default: string;
|
|
1213
|
+
};
|
|
1214
|
+
cancelText: {
|
|
1215
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
1216
|
+
default: string;
|
|
1217
|
+
};
|
|
1218
|
+
footer: {
|
|
1219
|
+
type: BooleanConstructor;
|
|
1220
|
+
default: boolean;
|
|
1221
|
+
};
|
|
1222
|
+
onOk: {
|
|
1223
|
+
type: FunctionConstructor;
|
|
1224
|
+
};
|
|
1225
|
+
onCancel: {
|
|
1226
|
+
type: FunctionConstructor;
|
|
1227
|
+
};
|
|
1228
|
+
}>> & {
|
|
1229
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
1230
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1231
|
+
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
1232
|
+
}, {
|
|
1233
|
+
footer: boolean;
|
|
1234
|
+
mask: boolean;
|
|
1235
|
+
modelValue: boolean;
|
|
1236
|
+
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
1237
|
+
width: number;
|
|
1238
|
+
height: number;
|
|
1239
|
+
maskClosable: boolean;
|
|
1240
|
+
scrollable: boolean;
|
|
1241
|
+
placement: string;
|
|
1242
|
+
closeWithCancel: boolean;
|
|
1243
|
+
okText: string | boolean;
|
|
1244
|
+
cancelText: string | boolean;
|
|
924
1245
|
}, {}>;
|
|
925
1246
|
Dropdown: DefineComponent< {
|
|
926
1247
|
tag: {
|
|
@@ -979,26 +1300,62 @@ export declare const Components: {
|
|
|
979
1300
|
type: StringConstructor;
|
|
980
1301
|
default: string;
|
|
981
1302
|
};
|
|
1303
|
+
modelValue: {
|
|
1304
|
+
type: BooleanConstructor;
|
|
1305
|
+
default: boolean;
|
|
1306
|
+
};
|
|
1307
|
+
alive: {
|
|
1308
|
+
type: BooleanConstructor;
|
|
1309
|
+
default: boolean;
|
|
1310
|
+
};
|
|
982
1311
|
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
983
1312
|
tag: {
|
|
984
1313
|
type: StringConstructor;
|
|
985
1314
|
default: string;
|
|
986
1315
|
};
|
|
1316
|
+
modelValue: {
|
|
1317
|
+
type: BooleanConstructor;
|
|
1318
|
+
default: boolean;
|
|
1319
|
+
};
|
|
1320
|
+
alive: {
|
|
1321
|
+
type: BooleanConstructor;
|
|
1322
|
+
default: boolean;
|
|
1323
|
+
};
|
|
987
1324
|
}>>, {
|
|
988
1325
|
tag: string;
|
|
1326
|
+
modelValue: boolean;
|
|
1327
|
+
alive: boolean;
|
|
989
1328
|
}, {}>;
|
|
990
1329
|
MExpand: DefineComponent< {
|
|
991
1330
|
tag: {
|
|
992
1331
|
type: StringConstructor;
|
|
993
1332
|
default: string;
|
|
994
1333
|
};
|
|
1334
|
+
modelValue: {
|
|
1335
|
+
type: BooleanConstructor;
|
|
1336
|
+
default: boolean;
|
|
1337
|
+
};
|
|
1338
|
+
alive: {
|
|
1339
|
+
type: BooleanConstructor;
|
|
1340
|
+
default: boolean;
|
|
1341
|
+
};
|
|
995
1342
|
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
996
1343
|
tag: {
|
|
997
1344
|
type: StringConstructor;
|
|
998
1345
|
default: string;
|
|
999
1346
|
};
|
|
1347
|
+
modelValue: {
|
|
1348
|
+
type: BooleanConstructor;
|
|
1349
|
+
default: boolean;
|
|
1350
|
+
};
|
|
1351
|
+
alive: {
|
|
1352
|
+
type: BooleanConstructor;
|
|
1353
|
+
default: boolean;
|
|
1354
|
+
};
|
|
1000
1355
|
}>>, {
|
|
1001
1356
|
tag: string;
|
|
1357
|
+
modelValue: boolean;
|
|
1358
|
+
alive: boolean;
|
|
1002
1359
|
}, {}>;
|
|
1003
1360
|
Form: DefineComponent< {
|
|
1004
1361
|
tag: {
|
|
@@ -1072,11 +1429,11 @@ export declare const Components: {
|
|
|
1072
1429
|
};
|
|
1073
1430
|
}>>, {
|
|
1074
1431
|
tag: string;
|
|
1432
|
+
styleless: boolean;
|
|
1075
1433
|
showMessage: boolean;
|
|
1076
1434
|
inline: boolean;
|
|
1077
1435
|
labelPosition: "left" | "right" | "top";
|
|
1078
1436
|
autocomplete: "on" | "off";
|
|
1079
|
-
styleless: boolean;
|
|
1080
1437
|
}, {}>;
|
|
1081
1438
|
MForm: DefineComponent< {
|
|
1082
1439
|
showToast: {
|
|
@@ -1167,11 +1524,11 @@ export declare const Components: {
|
|
|
1167
1524
|
}>>, {
|
|
1168
1525
|
tag: string;
|
|
1169
1526
|
border: boolean;
|
|
1527
|
+
styleless: boolean;
|
|
1170
1528
|
showMessage: boolean;
|
|
1171
1529
|
inline: boolean;
|
|
1172
1530
|
labelPosition: "left" | "right" | "top";
|
|
1173
1531
|
autocomplete: "on" | "off";
|
|
1174
|
-
styleless: boolean;
|
|
1175
1532
|
showToast: boolean;
|
|
1176
1533
|
}, {}>;
|
|
1177
1534
|
FormItem: DefineComponent< {
|
|
@@ -1189,6 +1546,10 @@ export declare const Components: {
|
|
|
1189
1546
|
type: (StringConstructor | BooleanConstructor)[];
|
|
1190
1547
|
default: boolean;
|
|
1191
1548
|
};
|
|
1549
|
+
asterisk: {
|
|
1550
|
+
type: BooleanConstructor;
|
|
1551
|
+
default: boolean;
|
|
1552
|
+
};
|
|
1192
1553
|
error: {
|
|
1193
1554
|
type: StringConstructor;
|
|
1194
1555
|
};
|
|
@@ -1232,6 +1593,10 @@ export declare const Components: {
|
|
|
1232
1593
|
type: (StringConstructor | BooleanConstructor)[];
|
|
1233
1594
|
default: boolean;
|
|
1234
1595
|
};
|
|
1596
|
+
asterisk: {
|
|
1597
|
+
type: BooleanConstructor;
|
|
1598
|
+
default: boolean;
|
|
1599
|
+
};
|
|
1235
1600
|
error: {
|
|
1236
1601
|
type: StringConstructor;
|
|
1237
1602
|
};
|
|
@@ -1260,10 +1625,11 @@ export declare const Components: {
|
|
|
1260
1625
|
contentStyle: StringConstructor;
|
|
1261
1626
|
}>>, {
|
|
1262
1627
|
label: string;
|
|
1628
|
+
styleless: boolean;
|
|
1263
1629
|
showMessage: boolean;
|
|
1264
1630
|
labelPosition: "left" | "right" | "top";
|
|
1265
|
-
styleless: boolean;
|
|
1266
1631
|
required: string | boolean;
|
|
1632
|
+
asterisk: boolean;
|
|
1267
1633
|
resetByRulesChanged: boolean;
|
|
1268
1634
|
}, {}>;
|
|
1269
1635
|
MFormItem: DefineComponent< {
|
|
@@ -1285,6 +1651,10 @@ export declare const Components: {
|
|
|
1285
1651
|
type: (StringConstructor | BooleanConstructor)[];
|
|
1286
1652
|
default: boolean;
|
|
1287
1653
|
};
|
|
1654
|
+
asterisk: {
|
|
1655
|
+
type: BooleanConstructor;
|
|
1656
|
+
default: boolean;
|
|
1657
|
+
};
|
|
1288
1658
|
error: {
|
|
1289
1659
|
type: StringConstructor;
|
|
1290
1660
|
};
|
|
@@ -1332,6 +1702,10 @@ export declare const Components: {
|
|
|
1332
1702
|
type: (StringConstructor | BooleanConstructor)[];
|
|
1333
1703
|
default: boolean;
|
|
1334
1704
|
};
|
|
1705
|
+
asterisk: {
|
|
1706
|
+
type: BooleanConstructor;
|
|
1707
|
+
default: boolean;
|
|
1708
|
+
};
|
|
1335
1709
|
error: {
|
|
1336
1710
|
type: StringConstructor;
|
|
1337
1711
|
};
|
|
@@ -1360,10 +1734,11 @@ export declare const Components: {
|
|
|
1360
1734
|
contentStyle: StringConstructor;
|
|
1361
1735
|
}>>, {
|
|
1362
1736
|
label: string;
|
|
1737
|
+
styleless: boolean;
|
|
1363
1738
|
showMessage: boolean;
|
|
1364
1739
|
labelPosition: "left" | "right" | "top";
|
|
1365
|
-
styleless: boolean;
|
|
1366
1740
|
required: string | boolean;
|
|
1741
|
+
asterisk: boolean;
|
|
1367
1742
|
resetByRulesChanged: boolean;
|
|
1368
1743
|
indent: number;
|
|
1369
1744
|
}, {}>;
|
|
@@ -1594,7 +1969,7 @@ export declare const Components: {
|
|
|
1594
1969
|
type: BooleanConstructor;
|
|
1595
1970
|
default: boolean;
|
|
1596
1971
|
};
|
|
1597
|
-
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "update:modelValue" | "
|
|
1972
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "update:modelValue" | "enter" | "clear" | "tip")[], "blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "update:modelValue" | "enter" | "clear" | "tip", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
1598
1973
|
indicator: {
|
|
1599
1974
|
type: PropType<boolean | ({
|
|
1600
1975
|
inline: boolean;
|
|
@@ -1740,7 +2115,7 @@ export declare const Components: {
|
|
|
1740
2115
|
type: BooleanConstructor;
|
|
1741
2116
|
default: boolean;
|
|
1742
2117
|
};
|
|
1743
|
-
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "update:modelValue" | "
|
|
2118
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "update:modelValue" | "enter" | "clear" | "tip")[], "blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "update:modelValue" | "enter" | "clear" | "tip", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
1744
2119
|
right: {
|
|
1745
2120
|
type: BooleanConstructor;
|
|
1746
2121
|
default: boolean;
|
|
@@ -1813,8 +2188,8 @@ export declare const Components: {
|
|
|
1813
2188
|
}, {
|
|
1814
2189
|
modelValue: string | number | any[];
|
|
1815
2190
|
disabled: boolean;
|
|
1816
|
-
right: boolean;
|
|
1817
2191
|
styleless: boolean;
|
|
2192
|
+
right: boolean;
|
|
1818
2193
|
focusEnd: boolean;
|
|
1819
2194
|
clearable: boolean;
|
|
1820
2195
|
afloat: boolean;
|
|
@@ -2416,6 +2791,7 @@ export declare const Components: {
|
|
|
2416
2791
|
modelValue: string | number | any[];
|
|
2417
2792
|
disabled: boolean;
|
|
2418
2793
|
styleless: boolean;
|
|
2794
|
+
cancelText: string;
|
|
2419
2795
|
focusEnd: boolean;
|
|
2420
2796
|
clearable: boolean;
|
|
2421
2797
|
afloat: boolean;
|
|
@@ -2423,7 +2799,6 @@ export declare const Components: {
|
|
|
2423
2799
|
bytes: boolean;
|
|
2424
2800
|
controllable: boolean;
|
|
2425
2801
|
enterText: string | boolean;
|
|
2426
|
-
cancelText: string;
|
|
2427
2802
|
}, {}>;
|
|
2428
2803
|
List: DefineComponent< {
|
|
2429
2804
|
tag: {
|
|
@@ -2522,127 +2897,412 @@ export declare const Components: {
|
|
|
2522
2897
|
type: StringConstructor;
|
|
2523
2898
|
default: string;
|
|
2524
2899
|
};
|
|
2525
|
-
label: StringConstructor;
|
|
2526
|
-
labelWidth: {
|
|
2527
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
2900
|
+
label: StringConstructor;
|
|
2901
|
+
labelWidth: {
|
|
2902
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2903
|
+
default: string;
|
|
2904
|
+
};
|
|
2905
|
+
extra: StringConstructor;
|
|
2906
|
+
arrow: {
|
|
2907
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
2908
|
+
default: string;
|
|
2909
|
+
};
|
|
2910
|
+
multiple: {
|
|
2911
|
+
type: BooleanConstructor;
|
|
2912
|
+
default: boolean;
|
|
2913
|
+
};
|
|
2914
|
+
indent: {
|
|
2915
|
+
type: NumberConstructor;
|
|
2916
|
+
default: number;
|
|
2917
|
+
};
|
|
2918
|
+
to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
2919
|
+
href: StringConstructor;
|
|
2920
|
+
alone: BooleanConstructor;
|
|
2921
|
+
}>> & {
|
|
2922
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
2923
|
+
}, {
|
|
2924
|
+
tag: string;
|
|
2925
|
+
multiple: boolean;
|
|
2926
|
+
labelWidth: string | number;
|
|
2927
|
+
indent: number;
|
|
2928
|
+
arrow: string | boolean;
|
|
2929
|
+
alone: boolean;
|
|
2930
|
+
}, {}>;
|
|
2931
|
+
MListItem: DefineComponent< {
|
|
2932
|
+
tag: {
|
|
2933
|
+
type: StringConstructor;
|
|
2934
|
+
default: string;
|
|
2935
|
+
};
|
|
2936
|
+
label: StringConstructor;
|
|
2937
|
+
labelWidth: {
|
|
2938
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2939
|
+
default: string;
|
|
2940
|
+
};
|
|
2941
|
+
extra: StringConstructor;
|
|
2942
|
+
arrow: {
|
|
2943
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
2944
|
+
default: string;
|
|
2945
|
+
};
|
|
2946
|
+
multiple: {
|
|
2947
|
+
type: BooleanConstructor;
|
|
2948
|
+
default: boolean;
|
|
2949
|
+
};
|
|
2950
|
+
indent: {
|
|
2951
|
+
type: NumberConstructor;
|
|
2952
|
+
default: number;
|
|
2953
|
+
};
|
|
2954
|
+
to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
2955
|
+
href: StringConstructor;
|
|
2956
|
+
alone: BooleanConstructor;
|
|
2957
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
2958
|
+
tag: {
|
|
2959
|
+
type: StringConstructor;
|
|
2960
|
+
default: string;
|
|
2961
|
+
};
|
|
2962
|
+
label: StringConstructor;
|
|
2963
|
+
labelWidth: {
|
|
2964
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2965
|
+
default: string;
|
|
2966
|
+
};
|
|
2967
|
+
extra: StringConstructor;
|
|
2968
|
+
arrow: {
|
|
2969
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
2970
|
+
default: string;
|
|
2971
|
+
};
|
|
2972
|
+
multiple: {
|
|
2973
|
+
type: BooleanConstructor;
|
|
2974
|
+
default: boolean;
|
|
2975
|
+
};
|
|
2976
|
+
indent: {
|
|
2977
|
+
type: NumberConstructor;
|
|
2978
|
+
default: number;
|
|
2979
|
+
};
|
|
2980
|
+
to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
2981
|
+
href: StringConstructor;
|
|
2982
|
+
alone: BooleanConstructor;
|
|
2983
|
+
}>> & {
|
|
2984
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
2985
|
+
}, {
|
|
2986
|
+
tag: string;
|
|
2987
|
+
multiple: boolean;
|
|
2988
|
+
labelWidth: string | number;
|
|
2989
|
+
indent: number;
|
|
2990
|
+
arrow: string | boolean;
|
|
2991
|
+
alone: boolean;
|
|
2992
|
+
}, {}>;
|
|
2993
|
+
Marquee: DefineComponent< {
|
|
2994
|
+
tag: {
|
|
2995
|
+
type: StringConstructor;
|
|
2996
|
+
default: string;
|
|
2997
|
+
};
|
|
2998
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
2999
|
+
tag: {
|
|
3000
|
+
type: StringConstructor;
|
|
3001
|
+
default: string;
|
|
3002
|
+
};
|
|
3003
|
+
}>>, {
|
|
3004
|
+
tag: string;
|
|
3005
|
+
}, {}>;
|
|
3006
|
+
MMarquee: DefineComponent< {
|
|
3007
|
+
tag: {
|
|
3008
|
+
type: StringConstructor;
|
|
3009
|
+
default: string;
|
|
3010
|
+
};
|
|
3011
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
3012
|
+
tag: {
|
|
3013
|
+
type: StringConstructor;
|
|
3014
|
+
default: string;
|
|
3015
|
+
};
|
|
3016
|
+
}>>, {
|
|
3017
|
+
tag: string;
|
|
3018
|
+
}, {}>;
|
|
3019
|
+
ModalView: DefineComponent< {
|
|
3020
|
+
modelValue: {
|
|
3021
|
+
type: BooleanConstructor;
|
|
3022
|
+
default: boolean;
|
|
3023
|
+
};
|
|
3024
|
+
mode: {
|
|
3025
|
+
type: PropType<"info" | "success" | "error" | "warning">;
|
|
3026
|
+
validator: (v: string) => boolean;
|
|
3027
|
+
};
|
|
3028
|
+
content: {
|
|
3029
|
+
type: PropType<string | Props["render"]>;
|
|
3030
|
+
default: string;
|
|
3031
|
+
};
|
|
3032
|
+
size: {
|
|
3033
|
+
type: PropType<"small" | "medium" | "large">;
|
|
3034
|
+
validator: (v: string) => boolean;
|
|
3035
|
+
default: string;
|
|
3036
|
+
};
|
|
3037
|
+
portalClass: (ObjectConstructor | StringConstructor)[];
|
|
3038
|
+
width: {
|
|
3039
|
+
type: NumberConstructor;
|
|
3040
|
+
};
|
|
3041
|
+
mask: {
|
|
3042
|
+
type: BooleanConstructor;
|
|
3043
|
+
default: boolean;
|
|
3044
|
+
};
|
|
3045
|
+
closable: {
|
|
3046
|
+
type: BooleanConstructor;
|
|
3047
|
+
default: boolean;
|
|
3048
|
+
};
|
|
3049
|
+
maskClosable: {
|
|
3050
|
+
type: BooleanConstructor;
|
|
3051
|
+
default: boolean;
|
|
3052
|
+
};
|
|
3053
|
+
escClosable: {
|
|
3054
|
+
type: BooleanConstructor;
|
|
3055
|
+
default: boolean;
|
|
3056
|
+
};
|
|
3057
|
+
closeWithCancel: {
|
|
3058
|
+
type: BooleanConstructor;
|
|
3059
|
+
default: boolean;
|
|
3060
|
+
};
|
|
3061
|
+
title: StringConstructor;
|
|
3062
|
+
scrollable: {
|
|
3063
|
+
type: BooleanConstructor;
|
|
3064
|
+
default: boolean;
|
|
3065
|
+
};
|
|
3066
|
+
draggable: {
|
|
3067
|
+
type: BooleanConstructor;
|
|
3068
|
+
default: boolean;
|
|
3069
|
+
};
|
|
3070
|
+
okText: {
|
|
3071
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
3072
|
+
default: string;
|
|
3073
|
+
};
|
|
3074
|
+
cancelText: {
|
|
3075
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
3076
|
+
default: string;
|
|
3077
|
+
};
|
|
3078
|
+
wrapperStyle: {
|
|
3079
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3080
|
+
};
|
|
3081
|
+
footer: {
|
|
3082
|
+
type: BooleanConstructor;
|
|
3083
|
+
default: boolean;
|
|
3084
|
+
};
|
|
3085
|
+
onOk: {
|
|
3086
|
+
type: FunctionConstructor;
|
|
3087
|
+
};
|
|
3088
|
+
onCancel: {
|
|
3089
|
+
type: FunctionConstructor;
|
|
3090
|
+
};
|
|
3091
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "visible-change" | "portal-fulfilled" | "ok")[], "cancel" | "close" | "update:modelValue" | "visible-change" | "portal-fulfilled" | "ok", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
3092
|
+
modelValue: {
|
|
3093
|
+
type: BooleanConstructor;
|
|
3094
|
+
default: boolean;
|
|
3095
|
+
};
|
|
3096
|
+
mode: {
|
|
3097
|
+
type: PropType<"info" | "success" | "error" | "warning">;
|
|
3098
|
+
validator: (v: string) => boolean;
|
|
3099
|
+
};
|
|
3100
|
+
content: {
|
|
3101
|
+
type: PropType<string | Props["render"]>;
|
|
3102
|
+
default: string;
|
|
3103
|
+
};
|
|
3104
|
+
size: {
|
|
3105
|
+
type: PropType<"small" | "medium" | "large">;
|
|
3106
|
+
validator: (v: string) => boolean;
|
|
3107
|
+
default: string;
|
|
3108
|
+
};
|
|
3109
|
+
portalClass: (ObjectConstructor | StringConstructor)[];
|
|
3110
|
+
width: {
|
|
3111
|
+
type: NumberConstructor;
|
|
3112
|
+
};
|
|
3113
|
+
mask: {
|
|
3114
|
+
type: BooleanConstructor;
|
|
3115
|
+
default: boolean;
|
|
3116
|
+
};
|
|
3117
|
+
closable: {
|
|
3118
|
+
type: BooleanConstructor;
|
|
3119
|
+
default: boolean;
|
|
3120
|
+
};
|
|
3121
|
+
maskClosable: {
|
|
3122
|
+
type: BooleanConstructor;
|
|
3123
|
+
default: boolean;
|
|
3124
|
+
};
|
|
3125
|
+
escClosable: {
|
|
3126
|
+
type: BooleanConstructor;
|
|
3127
|
+
default: boolean;
|
|
3128
|
+
};
|
|
3129
|
+
closeWithCancel: {
|
|
3130
|
+
type: BooleanConstructor;
|
|
3131
|
+
default: boolean;
|
|
3132
|
+
};
|
|
3133
|
+
title: StringConstructor;
|
|
3134
|
+
scrollable: {
|
|
3135
|
+
type: BooleanConstructor;
|
|
3136
|
+
default: boolean;
|
|
3137
|
+
};
|
|
3138
|
+
draggable: {
|
|
3139
|
+
type: BooleanConstructor;
|
|
3140
|
+
default: boolean;
|
|
3141
|
+
};
|
|
3142
|
+
okText: {
|
|
3143
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
2528
3144
|
default: string;
|
|
2529
3145
|
};
|
|
2530
|
-
|
|
2531
|
-
arrow: {
|
|
3146
|
+
cancelText: {
|
|
2532
3147
|
type: (StringConstructor | BooleanConstructor)[];
|
|
2533
3148
|
default: string;
|
|
2534
3149
|
};
|
|
2535
|
-
|
|
3150
|
+
wrapperStyle: {
|
|
3151
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3152
|
+
};
|
|
3153
|
+
footer: {
|
|
2536
3154
|
type: BooleanConstructor;
|
|
2537
3155
|
default: boolean;
|
|
2538
3156
|
};
|
|
2539
|
-
|
|
2540
|
-
type:
|
|
2541
|
-
|
|
3157
|
+
onOk: {
|
|
3158
|
+
type: FunctionConstructor;
|
|
3159
|
+
};
|
|
3160
|
+
onCancel: {
|
|
3161
|
+
type: FunctionConstructor;
|
|
2542
3162
|
};
|
|
2543
|
-
to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
2544
|
-
href: StringConstructor;
|
|
2545
|
-
alone: BooleanConstructor;
|
|
2546
3163
|
}>> & {
|
|
2547
|
-
|
|
3164
|
+
onOk?: ((...args: any[]) => any) | undefined;
|
|
3165
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
3166
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
3167
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3168
|
+
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
3169
|
+
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
2548
3170
|
}, {
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
3171
|
+
footer: boolean;
|
|
3172
|
+
mask: boolean;
|
|
3173
|
+
modelValue: boolean;
|
|
3174
|
+
closable: boolean;
|
|
3175
|
+
size: "small" | "large" | "medium";
|
|
3176
|
+
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
3177
|
+
maskClosable: boolean;
|
|
3178
|
+
scrollable: boolean;
|
|
3179
|
+
closeWithCancel: boolean;
|
|
3180
|
+
okText: string | boolean;
|
|
3181
|
+
cancelText: string | boolean;
|
|
3182
|
+
escClosable: boolean;
|
|
3183
|
+
draggable: boolean;
|
|
3184
|
+
}, {}>;
|
|
3185
|
+
MModalView: DefineComponent< {
|
|
3186
|
+
mode: {
|
|
3187
|
+
type: PropType<"alert" | "operation">;
|
|
3188
|
+
validator: (v: any) => boolean;
|
|
2559
3189
|
default: string;
|
|
2560
3190
|
};
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
2564
|
-
default: string;
|
|
3191
|
+
content: {
|
|
3192
|
+
type: PropType<boolean | string | Props["render"]>;
|
|
2565
3193
|
};
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
default: string;
|
|
3194
|
+
width: {
|
|
3195
|
+
type: NumberConstructor;
|
|
3196
|
+
default: number;
|
|
2570
3197
|
};
|
|
2571
|
-
|
|
3198
|
+
modelValue: {
|
|
2572
3199
|
type: BooleanConstructor;
|
|
2573
3200
|
default: boolean;
|
|
2574
3201
|
};
|
|
2575
|
-
|
|
2576
|
-
type:
|
|
2577
|
-
default:
|
|
3202
|
+
mask: {
|
|
3203
|
+
type: BooleanConstructor;
|
|
3204
|
+
default: boolean;
|
|
2578
3205
|
};
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
2583
|
-
tag: {
|
|
2584
|
-
type: StringConstructor;
|
|
2585
|
-
default: string;
|
|
3206
|
+
maskClosable: {
|
|
3207
|
+
type: BooleanConstructor;
|
|
3208
|
+
default: boolean;
|
|
2586
3209
|
};
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
3210
|
+
closeWithCancel: {
|
|
3211
|
+
type: BooleanConstructor;
|
|
3212
|
+
default: boolean;
|
|
3213
|
+
};
|
|
3214
|
+
title: (StringConstructor | BooleanConstructor)[];
|
|
3215
|
+
okText: {
|
|
3216
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
2590
3217
|
default: string;
|
|
2591
3218
|
};
|
|
2592
|
-
|
|
2593
|
-
arrow: {
|
|
3219
|
+
cancelText: {
|
|
2594
3220
|
type: (StringConstructor | BooleanConstructor)[];
|
|
2595
3221
|
default: string;
|
|
2596
3222
|
};
|
|
2597
|
-
|
|
3223
|
+
wrapperStyle: {
|
|
3224
|
+
type: ObjectConstructor;
|
|
3225
|
+
};
|
|
3226
|
+
footer: {
|
|
2598
3227
|
type: BooleanConstructor;
|
|
2599
3228
|
default: boolean;
|
|
2600
3229
|
};
|
|
2601
|
-
|
|
3230
|
+
actions: ArrayConstructor;
|
|
3231
|
+
onOk: {
|
|
3232
|
+
type: FunctionConstructor;
|
|
3233
|
+
};
|
|
3234
|
+
onCancel: {
|
|
3235
|
+
type: FunctionConstructor;
|
|
3236
|
+
};
|
|
3237
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "portal-fulfilled" | "ok")[], "cancel" | "close" | "update:modelValue" | "portal-fulfilled" | "ok", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
3238
|
+
mode: {
|
|
3239
|
+
type: PropType<"alert" | "operation">;
|
|
3240
|
+
validator: (v: any) => boolean;
|
|
3241
|
+
default: string;
|
|
3242
|
+
};
|
|
3243
|
+
content: {
|
|
3244
|
+
type: PropType<boolean | string | Props["render"]>;
|
|
3245
|
+
};
|
|
3246
|
+
width: {
|
|
2602
3247
|
type: NumberConstructor;
|
|
2603
3248
|
default: number;
|
|
2604
3249
|
};
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
}>> & {
|
|
2609
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
2610
|
-
}, {
|
|
2611
|
-
tag: string;
|
|
2612
|
-
labelWidth: string | number;
|
|
2613
|
-
multiple: boolean;
|
|
2614
|
-
indent: number;
|
|
2615
|
-
arrow: string | boolean;
|
|
2616
|
-
alone: boolean;
|
|
2617
|
-
}, {}>;
|
|
2618
|
-
Marquee: DefineComponent< {
|
|
2619
|
-
tag: {
|
|
2620
|
-
type: StringConstructor;
|
|
2621
|
-
default: string;
|
|
3250
|
+
modelValue: {
|
|
3251
|
+
type: BooleanConstructor;
|
|
3252
|
+
default: boolean;
|
|
2622
3253
|
};
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
default: string;
|
|
3254
|
+
mask: {
|
|
3255
|
+
type: BooleanConstructor;
|
|
3256
|
+
default: boolean;
|
|
2627
3257
|
};
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
type:
|
|
3258
|
+
maskClosable: {
|
|
3259
|
+
type: BooleanConstructor;
|
|
3260
|
+
default: boolean;
|
|
3261
|
+
};
|
|
3262
|
+
closeWithCancel: {
|
|
3263
|
+
type: BooleanConstructor;
|
|
3264
|
+
default: boolean;
|
|
3265
|
+
};
|
|
3266
|
+
title: (StringConstructor | BooleanConstructor)[];
|
|
3267
|
+
okText: {
|
|
3268
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
2634
3269
|
default: string;
|
|
2635
3270
|
};
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
type: StringConstructor;
|
|
3271
|
+
cancelText: {
|
|
3272
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
2639
3273
|
default: string;
|
|
2640
3274
|
};
|
|
2641
|
-
|
|
2642
|
-
|
|
3275
|
+
wrapperStyle: {
|
|
3276
|
+
type: ObjectConstructor;
|
|
3277
|
+
};
|
|
3278
|
+
footer: {
|
|
3279
|
+
type: BooleanConstructor;
|
|
3280
|
+
default: boolean;
|
|
3281
|
+
};
|
|
3282
|
+
actions: ArrayConstructor;
|
|
3283
|
+
onOk: {
|
|
3284
|
+
type: FunctionConstructor;
|
|
3285
|
+
};
|
|
3286
|
+
onCancel: {
|
|
3287
|
+
type: FunctionConstructor;
|
|
3288
|
+
};
|
|
3289
|
+
}>> & {
|
|
3290
|
+
onOk?: ((...args: any[]) => any) | undefined;
|
|
3291
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
3292
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
3293
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3294
|
+
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
3295
|
+
}, {
|
|
3296
|
+
footer: boolean;
|
|
3297
|
+
mask: boolean;
|
|
3298
|
+
modelValue: boolean;
|
|
3299
|
+
mode: "alert" | "operation";
|
|
3300
|
+
width: number;
|
|
3301
|
+
maskClosable: boolean;
|
|
3302
|
+
closeWithCancel: boolean;
|
|
3303
|
+
okText: string | boolean;
|
|
3304
|
+
cancelText: string | boolean;
|
|
2643
3305
|
}, {}>;
|
|
2644
|
-
Modal: typeof Modal;
|
|
2645
|
-
MModal: typeof MModal;
|
|
2646
3306
|
Notice: typeof Notice;
|
|
2647
3307
|
MNotice: typeof Notice;
|
|
2648
3308
|
Option: DefineComponent< {
|
|
@@ -2761,6 +3421,11 @@ export declare const Components: {
|
|
|
2761
3421
|
type: BooleanConstructor;
|
|
2762
3422
|
default: boolean;
|
|
2763
3423
|
};
|
|
3424
|
+
placement: {
|
|
3425
|
+
type: StringConstructor;
|
|
3426
|
+
default: string;
|
|
3427
|
+
validator: (value: string) => boolean;
|
|
3428
|
+
};
|
|
2764
3429
|
always: BooleanConstructor;
|
|
2765
3430
|
animation: StringConstructor;
|
|
2766
3431
|
arrow: {
|
|
@@ -2768,11 +3433,6 @@ export declare const Components: {
|
|
|
2768
3433
|
default: boolean;
|
|
2769
3434
|
};
|
|
2770
3435
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2771
|
-
placement: {
|
|
2772
|
-
type: StringConstructor;
|
|
2773
|
-
default: string;
|
|
2774
|
-
validator: (value: string) => boolean;
|
|
2775
|
-
};
|
|
2776
3436
|
getPopupContainer: FunctionConstructor;
|
|
2777
3437
|
autoWidth: {
|
|
2778
3438
|
type: BooleanConstructor;
|
|
@@ -2810,6 +3470,11 @@ export declare const Components: {
|
|
|
2810
3470
|
type: BooleanConstructor;
|
|
2811
3471
|
default: boolean;
|
|
2812
3472
|
};
|
|
3473
|
+
placement: {
|
|
3474
|
+
type: StringConstructor;
|
|
3475
|
+
default: string;
|
|
3476
|
+
validator: (value: string) => boolean;
|
|
3477
|
+
};
|
|
2813
3478
|
always: BooleanConstructor;
|
|
2814
3479
|
animation: StringConstructor;
|
|
2815
3480
|
arrow: {
|
|
@@ -2817,11 +3482,6 @@ export declare const Components: {
|
|
|
2817
3482
|
default: boolean;
|
|
2818
3483
|
};
|
|
2819
3484
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2820
|
-
placement: {
|
|
2821
|
-
type: StringConstructor;
|
|
2822
|
-
default: string;
|
|
2823
|
-
validator: (value: string) => boolean;
|
|
2824
|
-
};
|
|
2825
3485
|
getPopupContainer: FunctionConstructor;
|
|
2826
3486
|
autoWidth: {
|
|
2827
3487
|
type: BooleanConstructor;
|
|
@@ -2856,9 +3516,9 @@ export declare const Components: {
|
|
|
2856
3516
|
disabled: boolean;
|
|
2857
3517
|
theme: string;
|
|
2858
3518
|
portal: boolean;
|
|
3519
|
+
placement: string;
|
|
2859
3520
|
always: boolean;
|
|
2860
3521
|
arrow: boolean;
|
|
2861
|
-
placement: string;
|
|
2862
3522
|
autoWidth: boolean;
|
|
2863
3523
|
trigger: string;
|
|
2864
3524
|
outsideClickable: boolean;
|
|
@@ -2875,6 +3535,11 @@ export declare const Components: {
|
|
|
2875
3535
|
type: BooleanConstructor;
|
|
2876
3536
|
default: boolean;
|
|
2877
3537
|
};
|
|
3538
|
+
placement: {
|
|
3539
|
+
type: StringConstructor;
|
|
3540
|
+
default: string;
|
|
3541
|
+
validator: (value: string) => boolean;
|
|
3542
|
+
};
|
|
2878
3543
|
always: BooleanConstructor;
|
|
2879
3544
|
animation: StringConstructor;
|
|
2880
3545
|
arrow: {
|
|
@@ -2882,11 +3547,6 @@ export declare const Components: {
|
|
|
2882
3547
|
default: boolean;
|
|
2883
3548
|
};
|
|
2884
3549
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2885
|
-
placement: {
|
|
2886
|
-
type: StringConstructor;
|
|
2887
|
-
default: string;
|
|
2888
|
-
validator: (value: string) => boolean;
|
|
2889
|
-
};
|
|
2890
3550
|
getPopupContainer: FunctionConstructor;
|
|
2891
3551
|
autoWidth: {
|
|
2892
3552
|
type: BooleanConstructor;
|
|
@@ -2924,6 +3584,11 @@ export declare const Components: {
|
|
|
2924
3584
|
type: BooleanConstructor;
|
|
2925
3585
|
default: boolean;
|
|
2926
3586
|
};
|
|
3587
|
+
placement: {
|
|
3588
|
+
type: StringConstructor;
|
|
3589
|
+
default: string;
|
|
3590
|
+
validator: (value: string) => boolean;
|
|
3591
|
+
};
|
|
2927
3592
|
always: BooleanConstructor;
|
|
2928
3593
|
animation: StringConstructor;
|
|
2929
3594
|
arrow: {
|
|
@@ -2931,11 +3596,6 @@ export declare const Components: {
|
|
|
2931
3596
|
default: boolean;
|
|
2932
3597
|
};
|
|
2933
3598
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2934
|
-
placement: {
|
|
2935
|
-
type: StringConstructor;
|
|
2936
|
-
default: string;
|
|
2937
|
-
validator: (value: string) => boolean;
|
|
2938
|
-
};
|
|
2939
3599
|
getPopupContainer: FunctionConstructor;
|
|
2940
3600
|
autoWidth: {
|
|
2941
3601
|
type: BooleanConstructor;
|
|
@@ -2970,9 +3630,9 @@ export declare const Components: {
|
|
|
2970
3630
|
disabled: boolean;
|
|
2971
3631
|
theme: string;
|
|
2972
3632
|
portal: boolean;
|
|
3633
|
+
placement: string;
|
|
2973
3634
|
always: boolean;
|
|
2974
3635
|
arrow: boolean;
|
|
2975
|
-
placement: string;
|
|
2976
3636
|
autoWidth: boolean;
|
|
2977
3637
|
trigger: string;
|
|
2978
3638
|
outsideClickable: boolean;
|
|
@@ -3482,16 +4142,16 @@ export declare const Components: {
|
|
|
3482
4142
|
}, {
|
|
3483
4143
|
tag: string;
|
|
3484
4144
|
autoResize: boolean;
|
|
3485
|
-
contentStyle: StyleValue;
|
|
3486
4145
|
height: string | number;
|
|
4146
|
+
wrapperClass: StyleValue;
|
|
4147
|
+
wrapperStyle: StyleValue;
|
|
4148
|
+
contentStyle: StyleValue;
|
|
3487
4149
|
always: boolean;
|
|
3488
4150
|
maxHeight: string | number;
|
|
3489
|
-
wrapperStyle: StyleValue;
|
|
3490
4151
|
thumbMinSize: number;
|
|
3491
4152
|
native: boolean;
|
|
3492
4153
|
trackOffsetX: number[];
|
|
3493
4154
|
trackOffsetY: number[];
|
|
3494
|
-
wrapperClass: StyleValue;
|
|
3495
4155
|
contentClass: StyleValue;
|
|
3496
4156
|
showBar: boolean;
|
|
3497
4157
|
}, {}>;
|
|
@@ -3624,16 +4284,16 @@ export declare const Components: {
|
|
|
3624
4284
|
}, {
|
|
3625
4285
|
tag: string;
|
|
3626
4286
|
autoResize: boolean;
|
|
3627
|
-
contentStyle: StyleValue;
|
|
3628
4287
|
height: string | number;
|
|
4288
|
+
wrapperClass: StyleValue;
|
|
4289
|
+
wrapperStyle: StyleValue;
|
|
4290
|
+
contentStyle: StyleValue;
|
|
3629
4291
|
always: boolean;
|
|
3630
4292
|
maxHeight: string | number;
|
|
3631
|
-
wrapperStyle: StyleValue;
|
|
3632
4293
|
thumbMinSize: number;
|
|
3633
4294
|
native: boolean;
|
|
3634
4295
|
trackOffsetX: number[];
|
|
3635
4296
|
trackOffsetY: number[];
|
|
3636
|
-
wrapperClass: StyleValue;
|
|
3637
4297
|
contentClass: StyleValue;
|
|
3638
4298
|
showBar: boolean;
|
|
3639
4299
|
}, {}>;
|
|
@@ -3926,6 +4586,39 @@ export declare const Components: {
|
|
|
3926
4586
|
animated: boolean;
|
|
3927
4587
|
}, {}>;
|
|
3928
4588
|
MTabs: DefineComponent< {
|
|
4589
|
+
theme: {
|
|
4590
|
+
type: StringConstructor;
|
|
4591
|
+
default: string;
|
|
4592
|
+
validator: (v: string) => boolean;
|
|
4593
|
+
};
|
|
4594
|
+
barStyle: {
|
|
4595
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
4596
|
+
default: () => {};
|
|
4597
|
+
};
|
|
4598
|
+
autoAfloatWidth: {
|
|
4599
|
+
type: BooleanConstructor;
|
|
4600
|
+
default: boolean;
|
|
4601
|
+
};
|
|
4602
|
+
average: {
|
|
4603
|
+
type: BooleanConstructor;
|
|
4604
|
+
default: boolean;
|
|
4605
|
+
};
|
|
4606
|
+
showWrapper: {
|
|
4607
|
+
type: BooleanConstructor;
|
|
4608
|
+
default: boolean;
|
|
4609
|
+
};
|
|
4610
|
+
sticky: {
|
|
4611
|
+
type: BooleanConstructor;
|
|
4612
|
+
default: boolean;
|
|
4613
|
+
};
|
|
4614
|
+
offsetTop: {
|
|
4615
|
+
type: NumberConstructor;
|
|
4616
|
+
default: number;
|
|
4617
|
+
};
|
|
4618
|
+
showStep: {
|
|
4619
|
+
type: BooleanConstructor;
|
|
4620
|
+
default: boolean;
|
|
4621
|
+
};
|
|
3929
4622
|
type: {
|
|
3930
4623
|
type: StringConstructor;
|
|
3931
4624
|
validator: (v: string) => boolean;
|
|
@@ -3947,6 +4640,39 @@ export declare const Components: {
|
|
|
3947
4640
|
default: boolean;
|
|
3948
4641
|
};
|
|
3949
4642
|
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
4643
|
+
theme: {
|
|
4644
|
+
type: StringConstructor;
|
|
4645
|
+
default: string;
|
|
4646
|
+
validator: (v: string) => boolean;
|
|
4647
|
+
};
|
|
4648
|
+
barStyle: {
|
|
4649
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
4650
|
+
default: () => {};
|
|
4651
|
+
};
|
|
4652
|
+
autoAfloatWidth: {
|
|
4653
|
+
type: BooleanConstructor;
|
|
4654
|
+
default: boolean;
|
|
4655
|
+
};
|
|
4656
|
+
average: {
|
|
4657
|
+
type: BooleanConstructor;
|
|
4658
|
+
default: boolean;
|
|
4659
|
+
};
|
|
4660
|
+
showWrapper: {
|
|
4661
|
+
type: BooleanConstructor;
|
|
4662
|
+
default: boolean;
|
|
4663
|
+
};
|
|
4664
|
+
sticky: {
|
|
4665
|
+
type: BooleanConstructor;
|
|
4666
|
+
default: boolean;
|
|
4667
|
+
};
|
|
4668
|
+
offsetTop: {
|
|
4669
|
+
type: NumberConstructor;
|
|
4670
|
+
default: number;
|
|
4671
|
+
};
|
|
4672
|
+
showStep: {
|
|
4673
|
+
type: BooleanConstructor;
|
|
4674
|
+
default: boolean;
|
|
4675
|
+
};
|
|
3950
4676
|
type: {
|
|
3951
4677
|
type: StringConstructor;
|
|
3952
4678
|
validator: (v: string) => boolean;
|
|
@@ -3974,8 +4700,16 @@ export declare const Components: {
|
|
|
3974
4700
|
}, {
|
|
3975
4701
|
type: string;
|
|
3976
4702
|
closable: boolean;
|
|
4703
|
+
theme: string;
|
|
4704
|
+
sticky: boolean;
|
|
3977
4705
|
afloat: boolean;
|
|
4706
|
+
offsetTop: number;
|
|
3978
4707
|
animated: boolean;
|
|
4708
|
+
barStyle: Record<string, any> | unknown[];
|
|
4709
|
+
autoAfloatWidth: boolean;
|
|
4710
|
+
average: boolean;
|
|
4711
|
+
showWrapper: boolean;
|
|
4712
|
+
showStep: boolean;
|
|
3979
4713
|
}, {}>;
|
|
3980
4714
|
TabsPane: DefineComponent< {
|
|
3981
4715
|
value: {
|