@deot/vc 1.0.46 → 1.0.48
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.d.ts +142 -98
- package/dist/index.iife.js +143 -51
- package/dist/index.umd.cjs +143 -51
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -58,6 +58,10 @@ export declare const Components: {
|
|
|
58
58
|
tag: string;
|
|
59
59
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
60
60
|
Affix: DefineComponent<ExtractPropTypes< {
|
|
61
|
+
modelValue: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
61
65
|
zIndex: {
|
|
62
66
|
type: (StringConstructor | NumberConstructor)[];
|
|
63
67
|
default: number;
|
|
@@ -81,7 +85,13 @@ export declare const Components: {
|
|
|
81
85
|
target: {
|
|
82
86
|
type: StringConstructor;
|
|
83
87
|
};
|
|
84
|
-
}>, () => JSX_2.Element
|
|
88
|
+
}>, () => JSX_2.Element | VNode<RendererNode, RendererElement, {
|
|
89
|
+
[key: string]: any;
|
|
90
|
+
}>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
91
|
+
modelValue: {
|
|
92
|
+
type: BooleanConstructor;
|
|
93
|
+
default: boolean;
|
|
94
|
+
};
|
|
85
95
|
zIndex: {
|
|
86
96
|
type: (StringConstructor | NumberConstructor)[];
|
|
87
97
|
default: number;
|
|
@@ -105,7 +115,10 @@ export declare const Components: {
|
|
|
105
115
|
target: {
|
|
106
116
|
type: StringConstructor;
|
|
107
117
|
};
|
|
108
|
-
}>> & Readonly<{
|
|
118
|
+
}>> & Readonly<{
|
|
119
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
120
|
+
}>, {
|
|
121
|
+
modelValue: boolean;
|
|
109
122
|
zIndex: string | number;
|
|
110
123
|
placement: string;
|
|
111
124
|
disabled: boolean;
|
|
@@ -113,6 +126,10 @@ export declare const Components: {
|
|
|
113
126
|
offset: number;
|
|
114
127
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
115
128
|
MAffix: DefineComponent<ExtractPropTypes< {
|
|
129
|
+
modelValue: {
|
|
130
|
+
type: BooleanConstructor;
|
|
131
|
+
default: boolean;
|
|
132
|
+
};
|
|
116
133
|
zIndex: {
|
|
117
134
|
type: (StringConstructor | NumberConstructor)[];
|
|
118
135
|
default: number;
|
|
@@ -136,7 +153,13 @@ export declare const Components: {
|
|
|
136
153
|
target: {
|
|
137
154
|
type: StringConstructor;
|
|
138
155
|
};
|
|
139
|
-
}>, () => JSX_2.Element
|
|
156
|
+
}>, () => JSX_2.Element | VNode<RendererNode, RendererElement, {
|
|
157
|
+
[key: string]: any;
|
|
158
|
+
}>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
159
|
+
modelValue: {
|
|
160
|
+
type: BooleanConstructor;
|
|
161
|
+
default: boolean;
|
|
162
|
+
};
|
|
140
163
|
zIndex: {
|
|
141
164
|
type: (StringConstructor | NumberConstructor)[];
|
|
142
165
|
default: number;
|
|
@@ -160,7 +183,10 @@ export declare const Components: {
|
|
|
160
183
|
target: {
|
|
161
184
|
type: StringConstructor;
|
|
162
185
|
};
|
|
163
|
-
}>> & Readonly<{
|
|
186
|
+
}>> & Readonly<{
|
|
187
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
188
|
+
}>, {
|
|
189
|
+
modelValue: boolean;
|
|
164
190
|
zIndex: string | number;
|
|
165
191
|
placement: string;
|
|
166
192
|
disabled: boolean;
|
|
@@ -763,14 +789,15 @@ export declare const Components: {
|
|
|
763
789
|
type: (ObjectConstructor | StringConstructor | NumberConstructor)[];
|
|
764
790
|
default: undefined;
|
|
765
791
|
};
|
|
792
|
+
label: StringConstructor;
|
|
766
793
|
id: {
|
|
767
794
|
type: StringConstructor;
|
|
768
795
|
};
|
|
796
|
+
modelValue: PropType<string | number | any[]>;
|
|
769
797
|
disabled: {
|
|
770
798
|
type: BooleanConstructor;
|
|
771
799
|
default: boolean;
|
|
772
800
|
};
|
|
773
|
-
modelValue: PropType<string | number | any[]>;
|
|
774
801
|
clearable: {
|
|
775
802
|
type: BooleanConstructor;
|
|
776
803
|
default: boolean;
|
|
@@ -848,14 +875,15 @@ export declare const Components: {
|
|
|
848
875
|
type: (ObjectConstructor | StringConstructor | NumberConstructor)[];
|
|
849
876
|
default: undefined;
|
|
850
877
|
};
|
|
878
|
+
label: StringConstructor;
|
|
851
879
|
id: {
|
|
852
880
|
type: StringConstructor;
|
|
853
881
|
};
|
|
882
|
+
modelValue: PropType<string | number | any[]>;
|
|
854
883
|
disabled: {
|
|
855
884
|
type: BooleanConstructor;
|
|
856
885
|
default: boolean;
|
|
857
886
|
};
|
|
858
|
-
modelValue: PropType<string | number | any[]>;
|
|
859
887
|
clearable: {
|
|
860
888
|
type: BooleanConstructor;
|
|
861
889
|
default: boolean;
|
|
@@ -867,8 +895,8 @@ export declare const Components: {
|
|
|
867
895
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
868
896
|
}>> & Readonly<{
|
|
869
897
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
870
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
871
898
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
899
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
872
900
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
873
901
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
874
902
|
}>, {
|
|
@@ -959,14 +987,15 @@ export declare const Components: {
|
|
|
959
987
|
type: (ObjectConstructor | StringConstructor | NumberConstructor)[];
|
|
960
988
|
default: undefined;
|
|
961
989
|
};
|
|
990
|
+
label: StringConstructor;
|
|
962
991
|
id: {
|
|
963
992
|
type: StringConstructor;
|
|
964
993
|
};
|
|
994
|
+
modelValue: PropType<string | number | any[]>;
|
|
965
995
|
disabled: {
|
|
966
996
|
type: BooleanConstructor;
|
|
967
997
|
default: boolean;
|
|
968
998
|
};
|
|
969
|
-
modelValue: PropType<string | number | any[]>;
|
|
970
999
|
clearable: {
|
|
971
1000
|
type: BooleanConstructor;
|
|
972
1001
|
default: boolean;
|
|
@@ -1044,14 +1073,15 @@ export declare const Components: {
|
|
|
1044
1073
|
type: (ObjectConstructor | StringConstructor | NumberConstructor)[];
|
|
1045
1074
|
default: undefined;
|
|
1046
1075
|
};
|
|
1076
|
+
label: StringConstructor;
|
|
1047
1077
|
id: {
|
|
1048
1078
|
type: StringConstructor;
|
|
1049
1079
|
};
|
|
1080
|
+
modelValue: PropType<string | number | any[]>;
|
|
1050
1081
|
disabled: {
|
|
1051
1082
|
type: BooleanConstructor;
|
|
1052
1083
|
default: boolean;
|
|
1053
1084
|
};
|
|
1054
|
-
modelValue: PropType<string | number | any[]>;
|
|
1055
1085
|
clearable: {
|
|
1056
1086
|
type: BooleanConstructor;
|
|
1057
1087
|
default: boolean;
|
|
@@ -1063,8 +1093,8 @@ export declare const Components: {
|
|
|
1063
1093
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1064
1094
|
}>> & Readonly<{
|
|
1065
1095
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
1066
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
1067
1096
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1097
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
1068
1098
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
1069
1099
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
1070
1100
|
}>, {
|
|
@@ -1210,8 +1240,8 @@ export declare const Components: {
|
|
|
1210
1240
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1211
1241
|
}>, {
|
|
1212
1242
|
label: string | number | boolean;
|
|
1213
|
-
disabled: boolean;
|
|
1214
1243
|
modelValue: string | number | boolean;
|
|
1244
|
+
disabled: boolean;
|
|
1215
1245
|
value: string | number | boolean;
|
|
1216
1246
|
indeterminate: boolean;
|
|
1217
1247
|
checkedValue: string | number | boolean;
|
|
@@ -1282,8 +1312,8 @@ export declare const Components: {
|
|
|
1282
1312
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1283
1313
|
}>, {
|
|
1284
1314
|
label: string | number | boolean;
|
|
1285
|
-
disabled: boolean;
|
|
1286
1315
|
modelValue: string | number | boolean;
|
|
1316
|
+
disabled: boolean;
|
|
1287
1317
|
value: string | number | boolean;
|
|
1288
1318
|
indeterminate: boolean;
|
|
1289
1319
|
checkedValue: string | number | boolean;
|
|
@@ -1899,9 +1929,9 @@ export declare const Components: {
|
|
|
1899
1929
|
onError?: ((...args: any[]) => any) | undefined;
|
|
1900
1930
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
1901
1931
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
1932
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1902
1933
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1903
1934
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1904
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1905
1935
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
1906
1936
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
1907
1937
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
@@ -2058,9 +2088,9 @@ export declare const Components: {
|
|
|
2058
2088
|
onError?: ((...args: any[]) => any) | undefined;
|
|
2059
2089
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
2060
2090
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
2091
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2061
2092
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
2062
2093
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
2063
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2064
2094
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
2065
2095
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
2066
2096
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
@@ -2270,16 +2300,16 @@ export declare const Components: {
|
|
|
2270
2300
|
type: FunctionConstructor;
|
|
2271
2301
|
};
|
|
2272
2302
|
}>> & Readonly<{
|
|
2273
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
2274
2303
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2304
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
2275
2305
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
2276
2306
|
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], PublicProps, {
|
|
2277
2307
|
footer: boolean;
|
|
2278
2308
|
mask: boolean;
|
|
2309
|
+
modelValue: boolean;
|
|
2279
2310
|
placement: string;
|
|
2280
2311
|
width: number;
|
|
2281
2312
|
height: number;
|
|
2282
|
-
modelValue: boolean;
|
|
2283
2313
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
2284
2314
|
maskClosable: boolean;
|
|
2285
2315
|
scrollable: boolean;
|
|
@@ -2365,16 +2395,16 @@ export declare const Components: {
|
|
|
2365
2395
|
type: FunctionConstructor;
|
|
2366
2396
|
};
|
|
2367
2397
|
}>> & Readonly<{
|
|
2368
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
2369
2398
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2399
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
2370
2400
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
2371
2401
|
}>, () => JSX_2.Element, {}, {}, {}, {
|
|
2372
2402
|
footer: boolean;
|
|
2373
2403
|
mask: boolean;
|
|
2404
|
+
modelValue: boolean;
|
|
2374
2405
|
placement: string;
|
|
2375
2406
|
width: number;
|
|
2376
2407
|
height: number;
|
|
2377
|
-
modelValue: boolean;
|
|
2378
2408
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
2379
2409
|
maskClosable: boolean;
|
|
2380
2410
|
scrollable: boolean;
|
|
@@ -2457,16 +2487,16 @@ export declare const Components: {
|
|
|
2457
2487
|
type: FunctionConstructor;
|
|
2458
2488
|
};
|
|
2459
2489
|
}>> & Readonly<{
|
|
2460
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
2461
2490
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2491
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
2462
2492
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
2463
2493
|
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], "close" | "update:modelValue" | "visible-change", {
|
|
2464
2494
|
footer: boolean;
|
|
2465
2495
|
mask: boolean;
|
|
2496
|
+
modelValue: boolean;
|
|
2466
2497
|
placement: string;
|
|
2467
2498
|
width: number;
|
|
2468
2499
|
height: number;
|
|
2469
|
-
modelValue: boolean;
|
|
2470
2500
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
2471
2501
|
maskClosable: boolean;
|
|
2472
2502
|
scrollable: boolean;
|
|
@@ -2479,10 +2509,10 @@ export declare const Components: {
|
|
|
2479
2509
|
open: (options: Partial<{
|
|
2480
2510
|
footer: boolean;
|
|
2481
2511
|
mask: boolean;
|
|
2512
|
+
modelValue: boolean;
|
|
2482
2513
|
placement: string;
|
|
2483
2514
|
width: number;
|
|
2484
2515
|
height: number;
|
|
2485
|
-
modelValue: boolean;
|
|
2486
2516
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
2487
2517
|
maskClosable: boolean;
|
|
2488
2518
|
scrollable: boolean;
|
|
@@ -2576,16 +2606,16 @@ export declare const Components: {
|
|
|
2576
2606
|
type: FunctionConstructor;
|
|
2577
2607
|
};
|
|
2578
2608
|
}>> & Readonly<{
|
|
2579
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
2580
2609
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2610
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
2581
2611
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
2582
2612
|
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], PublicProps, {
|
|
2583
2613
|
footer: boolean;
|
|
2584
2614
|
mask: boolean;
|
|
2615
|
+
modelValue: boolean;
|
|
2585
2616
|
placement: string;
|
|
2586
2617
|
width: number;
|
|
2587
2618
|
height: number;
|
|
2588
|
-
modelValue: boolean;
|
|
2589
2619
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
2590
2620
|
maskClosable: boolean;
|
|
2591
2621
|
scrollable: boolean;
|
|
@@ -2671,16 +2701,16 @@ export declare const Components: {
|
|
|
2671
2701
|
type: FunctionConstructor;
|
|
2672
2702
|
};
|
|
2673
2703
|
}>> & Readonly<{
|
|
2674
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
2675
2704
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2705
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
2676
2706
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
2677
2707
|
}>, () => JSX_2.Element, {}, {}, {}, {
|
|
2678
2708
|
footer: boolean;
|
|
2679
2709
|
mask: boolean;
|
|
2710
|
+
modelValue: boolean;
|
|
2680
2711
|
placement: string;
|
|
2681
2712
|
width: number;
|
|
2682
2713
|
height: number;
|
|
2683
|
-
modelValue: boolean;
|
|
2684
2714
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
2685
2715
|
maskClosable: boolean;
|
|
2686
2716
|
scrollable: boolean;
|
|
@@ -2763,16 +2793,16 @@ export declare const Components: {
|
|
|
2763
2793
|
type: FunctionConstructor;
|
|
2764
2794
|
};
|
|
2765
2795
|
}>> & Readonly<{
|
|
2766
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
2767
2796
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2797
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
2768
2798
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
2769
2799
|
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], "close" | "update:modelValue" | "visible-change", {
|
|
2770
2800
|
footer: boolean;
|
|
2771
2801
|
mask: boolean;
|
|
2802
|
+
modelValue: boolean;
|
|
2772
2803
|
placement: string;
|
|
2773
2804
|
width: number;
|
|
2774
2805
|
height: number;
|
|
2775
|
-
modelValue: boolean;
|
|
2776
2806
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
2777
2807
|
maskClosable: boolean;
|
|
2778
2808
|
scrollable: boolean;
|
|
@@ -2785,10 +2815,10 @@ export declare const Components: {
|
|
|
2785
2815
|
open: (options: Partial<{
|
|
2786
2816
|
footer: boolean;
|
|
2787
2817
|
mask: boolean;
|
|
2818
|
+
modelValue: boolean;
|
|
2788
2819
|
placement: string;
|
|
2789
2820
|
width: number;
|
|
2790
2821
|
height: number;
|
|
2791
|
-
modelValue: boolean;
|
|
2792
2822
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
2793
2823
|
maskClosable: boolean;
|
|
2794
2824
|
scrollable: boolean;
|
|
@@ -2950,16 +2980,16 @@ export declare const Components: {
|
|
|
2950
2980
|
type: FunctionConstructor;
|
|
2951
2981
|
};
|
|
2952
2982
|
}>> & Readonly<{
|
|
2953
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
2954
2983
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2984
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
2955
2985
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
2956
2986
|
}>, {
|
|
2957
2987
|
footer: boolean;
|
|
2958
2988
|
mask: boolean;
|
|
2989
|
+
modelValue: boolean;
|
|
2959
2990
|
placement: string;
|
|
2960
2991
|
width: number;
|
|
2961
2992
|
height: number;
|
|
2962
|
-
modelValue: boolean;
|
|
2963
2993
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
2964
2994
|
maskClosable: boolean;
|
|
2965
2995
|
scrollable: boolean;
|
|
@@ -3108,16 +3138,16 @@ export declare const Components: {
|
|
|
3108
3138
|
type: FunctionConstructor;
|
|
3109
3139
|
};
|
|
3110
3140
|
}>> & Readonly<{
|
|
3111
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
3112
3141
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3142
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
3113
3143
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
3114
3144
|
}>, {
|
|
3115
3145
|
footer: boolean;
|
|
3116
3146
|
mask: boolean;
|
|
3147
|
+
modelValue: boolean;
|
|
3117
3148
|
placement: string;
|
|
3118
3149
|
width: number;
|
|
3119
3150
|
height: number;
|
|
3120
|
-
modelValue: boolean;
|
|
3121
3151
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
3122
3152
|
maskClosable: boolean;
|
|
3123
3153
|
scrollable: boolean;
|
|
@@ -3165,13 +3195,13 @@ export declare const Components: {
|
|
|
3165
3195
|
};
|
|
3166
3196
|
}>> & Readonly<{
|
|
3167
3197
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
3168
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
3169
3198
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3199
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
3170
3200
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
3171
3201
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
3172
3202
|
}>, {
|
|
3173
|
-
placement: string;
|
|
3174
3203
|
modelValue: boolean;
|
|
3204
|
+
placement: string;
|
|
3175
3205
|
arrow: boolean;
|
|
3176
3206
|
trigger: string;
|
|
3177
3207
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -3213,13 +3243,13 @@ export declare const Components: {
|
|
|
3213
3243
|
};
|
|
3214
3244
|
}>> & Readonly<{
|
|
3215
3245
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
3216
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
3217
3246
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3247
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
3218
3248
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
3219
3249
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
3220
3250
|
}>, {
|
|
3221
|
-
placement: string;
|
|
3222
3251
|
modelValue: boolean;
|
|
3252
|
+
placement: string;
|
|
3223
3253
|
arrow: boolean;
|
|
3224
3254
|
trigger: string;
|
|
3225
3255
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -3401,8 +3431,8 @@ export declare const Components: {
|
|
|
3401
3431
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3402
3432
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
3403
3433
|
}>, {
|
|
3404
|
-
disabled: boolean;
|
|
3405
3434
|
modelValue: string;
|
|
3435
|
+
disabled: boolean;
|
|
3406
3436
|
enhancer: boolean | Function;
|
|
3407
3437
|
uploadOptions: Record<string, any>;
|
|
3408
3438
|
previewable: boolean;
|
|
@@ -3471,8 +3501,8 @@ export declare const Components: {
|
|
|
3471
3501
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3472
3502
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
3473
3503
|
}>, {
|
|
3474
|
-
disabled: boolean;
|
|
3475
3504
|
modelValue: string;
|
|
3505
|
+
disabled: boolean;
|
|
3476
3506
|
enhancer: boolean | Function;
|
|
3477
3507
|
uploadOptions: Record<string, any>;
|
|
3478
3508
|
previewable: boolean;
|
|
@@ -4325,9 +4355,9 @@ export declare const Components: {
|
|
|
4325
4355
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
4326
4356
|
onKeypress?: ((...args: any[]) => any) | undefined;
|
|
4327
4357
|
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
4358
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4328
4359
|
onEnter?: ((...args: any[]) => any) | undefined;
|
|
4329
4360
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
4330
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4331
4361
|
onTip?: ((...args: any[]) => any) | undefined;
|
|
4332
4362
|
}>, {
|
|
4333
4363
|
disabled: boolean;
|
|
@@ -4460,9 +4490,9 @@ export declare const Components: {
|
|
|
4460
4490
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
4461
4491
|
onKeypress?: ((...args: any[]) => any) | undefined;
|
|
4462
4492
|
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
4493
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4463
4494
|
onEnter?: ((...args: any[]) => any) | undefined;
|
|
4464
4495
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
4465
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4466
4496
|
onTip?: ((...args: any[]) => any) | undefined;
|
|
4467
4497
|
}>, {
|
|
4468
4498
|
disabled: boolean;
|
|
@@ -5415,9 +5445,9 @@ export declare const Components: {
|
|
|
5415
5445
|
type: FunctionConstructor;
|
|
5416
5446
|
};
|
|
5417
5447
|
}>> & Readonly<{
|
|
5448
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5418
5449
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
5419
5450
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
5420
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5421
5451
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
5422
5452
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
5423
5453
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
@@ -5535,9 +5565,9 @@ export declare const Components: {
|
|
|
5535
5565
|
type: FunctionConstructor;
|
|
5536
5566
|
};
|
|
5537
5567
|
}>> & Readonly<{
|
|
5568
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5538
5569
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
5539
5570
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
5540
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5541
5571
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
5542
5572
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
5543
5573
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
@@ -5652,9 +5682,9 @@ export declare const Components: {
|
|
|
5652
5682
|
type: FunctionConstructor;
|
|
5653
5683
|
};
|
|
5654
5684
|
}>> & Readonly<{
|
|
5685
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5655
5686
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
5656
5687
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
5657
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5658
5688
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
5659
5689
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
5660
5690
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
@@ -5990,9 +6020,9 @@ export declare const Components: {
|
|
|
5990
6020
|
type: FunctionConstructor;
|
|
5991
6021
|
};
|
|
5992
6022
|
}>> & Readonly<{
|
|
6023
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5993
6024
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
5994
6025
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
5995
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5996
6026
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
5997
6027
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
5998
6028
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
@@ -6119,16 +6149,16 @@ export declare const Components: {
|
|
|
6119
6149
|
type: FunctionConstructor;
|
|
6120
6150
|
};
|
|
6121
6151
|
}>> & Readonly<{
|
|
6152
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6122
6153
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
6123
6154
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
6124
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6125
6155
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
6126
6156
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
6127
6157
|
}>, {
|
|
6128
6158
|
footer: boolean;
|
|
6129
6159
|
mask: boolean;
|
|
6130
|
-
width: number;
|
|
6131
6160
|
modelValue: boolean;
|
|
6161
|
+
width: number;
|
|
6132
6162
|
mode: "alert" | "operation";
|
|
6133
6163
|
maskClosable: boolean;
|
|
6134
6164
|
closeWithCancel: boolean;
|
|
@@ -6822,17 +6852,17 @@ export declare const Components: {
|
|
|
6822
6852
|
width: (StringConstructor | NumberConstructor)[];
|
|
6823
6853
|
portalClass: (ObjectConstructor | StringConstructor)[];
|
|
6824
6854
|
}>> & Readonly<{
|
|
6855
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6825
6856
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
6826
6857
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
6827
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6828
6858
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
6829
6859
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
6830
6860
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
6831
6861
|
}>, {
|
|
6832
6862
|
type: string;
|
|
6833
6863
|
title: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
6834
|
-
placement: string;
|
|
6835
6864
|
modelValue: boolean;
|
|
6865
|
+
placement: string;
|
|
6836
6866
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
6837
6867
|
trigger: string;
|
|
6838
6868
|
okText: string;
|
|
@@ -6929,17 +6959,17 @@ export declare const Components: {
|
|
|
6929
6959
|
width: (StringConstructor | NumberConstructor)[];
|
|
6930
6960
|
portalClass: (ObjectConstructor | StringConstructor)[];
|
|
6931
6961
|
}>> & Readonly<{
|
|
6962
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6932
6963
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
6933
6964
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
6934
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6935
6965
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
6936
6966
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
6937
6967
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
6938
6968
|
}>, {
|
|
6939
6969
|
type: string;
|
|
6940
6970
|
title: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
6941
|
-
placement: string;
|
|
6942
6971
|
modelValue: boolean;
|
|
6972
|
+
placement: string;
|
|
6943
6973
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
6944
6974
|
trigger: string;
|
|
6945
6975
|
okText: string;
|
|
@@ -6949,12 +6979,12 @@ export declare const Components: {
|
|
|
6949
6979
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6950
6980
|
Popover: {
|
|
6951
6981
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
6982
|
+
modelValue: BooleanConstructor;
|
|
6952
6983
|
placement: {
|
|
6953
6984
|
type: StringConstructor;
|
|
6954
6985
|
default: string;
|
|
6955
6986
|
validator: (value: string) => boolean;
|
|
6956
6987
|
};
|
|
6957
|
-
modelValue: BooleanConstructor;
|
|
6958
6988
|
always: BooleanConstructor;
|
|
6959
6989
|
content: (StringConstructor | FunctionConstructor)[];
|
|
6960
6990
|
animation: StringConstructor;
|
|
@@ -6996,17 +7026,17 @@ export declare const Components: {
|
|
|
6996
7026
|
default: boolean;
|
|
6997
7027
|
};
|
|
6998
7028
|
}>> & Readonly<{
|
|
6999
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
7000
7029
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7030
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
7001
7031
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
7002
7032
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
7003
7033
|
}>, () => VNode<RendererNode, RendererElement, {
|
|
7004
7034
|
[key: string]: any;
|
|
7005
7035
|
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], PublicProps, {
|
|
7006
7036
|
tag: string;
|
|
7037
|
+
modelValue: boolean;
|
|
7007
7038
|
placement: string;
|
|
7008
7039
|
disabled: boolean;
|
|
7009
|
-
modelValue: boolean;
|
|
7010
7040
|
always: boolean;
|
|
7011
7041
|
theme: string;
|
|
7012
7042
|
portal: boolean;
|
|
@@ -7022,12 +7052,12 @@ export declare const Components: {
|
|
|
7022
7052
|
M: {};
|
|
7023
7053
|
Defaults: {};
|
|
7024
7054
|
}, Readonly<ExtractPropTypes< {
|
|
7055
|
+
modelValue: BooleanConstructor;
|
|
7025
7056
|
placement: {
|
|
7026
7057
|
type: StringConstructor;
|
|
7027
7058
|
default: string;
|
|
7028
7059
|
validator: (value: string) => boolean;
|
|
7029
7060
|
};
|
|
7030
|
-
modelValue: BooleanConstructor;
|
|
7031
7061
|
always: BooleanConstructor;
|
|
7032
7062
|
content: (StringConstructor | FunctionConstructor)[];
|
|
7033
7063
|
animation: StringConstructor;
|
|
@@ -7069,17 +7099,17 @@ export declare const Components: {
|
|
|
7069
7099
|
default: boolean;
|
|
7070
7100
|
};
|
|
7071
7101
|
}>> & Readonly<{
|
|
7072
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
7073
7102
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7103
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
7074
7104
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
7075
7105
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
7076
7106
|
}>, () => VNode<RendererNode, RendererElement, {
|
|
7077
7107
|
[key: string]: any;
|
|
7078
7108
|
}>, {}, {}, {}, {
|
|
7079
7109
|
tag: string;
|
|
7110
|
+
modelValue: boolean;
|
|
7080
7111
|
placement: string;
|
|
7081
7112
|
disabled: boolean;
|
|
7082
|
-
modelValue: boolean;
|
|
7083
7113
|
always: boolean;
|
|
7084
7114
|
theme: string;
|
|
7085
7115
|
portal: boolean;
|
|
@@ -7092,12 +7122,12 @@ export declare const Components: {
|
|
|
7092
7122
|
__isTeleport?: never;
|
|
7093
7123
|
__isSuspense?: never;
|
|
7094
7124
|
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
7125
|
+
modelValue: BooleanConstructor;
|
|
7095
7126
|
placement: {
|
|
7096
7127
|
type: StringConstructor;
|
|
7097
7128
|
default: string;
|
|
7098
7129
|
validator: (value: string) => boolean;
|
|
7099
7130
|
};
|
|
7100
|
-
modelValue: BooleanConstructor;
|
|
7101
7131
|
always: BooleanConstructor;
|
|
7102
7132
|
content: (StringConstructor | FunctionConstructor)[];
|
|
7103
7133
|
animation: StringConstructor;
|
|
@@ -7139,17 +7169,17 @@ export declare const Components: {
|
|
|
7139
7169
|
default: boolean;
|
|
7140
7170
|
};
|
|
7141
7171
|
}>> & Readonly<{
|
|
7142
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
7143
7172
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7173
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
7144
7174
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
7145
7175
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
7146
7176
|
}>, () => VNode<RendererNode, RendererElement, {
|
|
7147
7177
|
[key: string]: any;
|
|
7148
7178
|
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], "close" | "update:modelValue" | "visible-change" | "ready", {
|
|
7149
7179
|
tag: string;
|
|
7180
|
+
modelValue: boolean;
|
|
7150
7181
|
placement: string;
|
|
7151
7182
|
disabled: boolean;
|
|
7152
|
-
modelValue: boolean;
|
|
7153
7183
|
always: boolean;
|
|
7154
7184
|
theme: string;
|
|
7155
7185
|
portal: boolean;
|
|
@@ -7166,12 +7196,12 @@ export declare const Components: {
|
|
|
7166
7196
|
};
|
|
7167
7197
|
MPopover: {
|
|
7168
7198
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
7199
|
+
modelValue: BooleanConstructor;
|
|
7169
7200
|
placement: {
|
|
7170
7201
|
type: StringConstructor;
|
|
7171
7202
|
default: string;
|
|
7172
7203
|
validator: (value: string) => boolean;
|
|
7173
7204
|
};
|
|
7174
|
-
modelValue: BooleanConstructor;
|
|
7175
7205
|
always: BooleanConstructor;
|
|
7176
7206
|
content: (StringConstructor | FunctionConstructor)[];
|
|
7177
7207
|
animation: StringConstructor;
|
|
@@ -7213,17 +7243,17 @@ export declare const Components: {
|
|
|
7213
7243
|
default: boolean;
|
|
7214
7244
|
};
|
|
7215
7245
|
}>> & Readonly<{
|
|
7216
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
7217
7246
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7247
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
7218
7248
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
7219
7249
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
7220
7250
|
}>, () => VNode<RendererNode, RendererElement, {
|
|
7221
7251
|
[key: string]: any;
|
|
7222
7252
|
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], PublicProps, {
|
|
7223
7253
|
tag: string;
|
|
7254
|
+
modelValue: boolean;
|
|
7224
7255
|
placement: string;
|
|
7225
7256
|
disabled: boolean;
|
|
7226
|
-
modelValue: boolean;
|
|
7227
7257
|
always: boolean;
|
|
7228
7258
|
theme: string;
|
|
7229
7259
|
portal: boolean;
|
|
@@ -7239,12 +7269,12 @@ export declare const Components: {
|
|
|
7239
7269
|
M: {};
|
|
7240
7270
|
Defaults: {};
|
|
7241
7271
|
}, Readonly<ExtractPropTypes< {
|
|
7272
|
+
modelValue: BooleanConstructor;
|
|
7242
7273
|
placement: {
|
|
7243
7274
|
type: StringConstructor;
|
|
7244
7275
|
default: string;
|
|
7245
7276
|
validator: (value: string) => boolean;
|
|
7246
7277
|
};
|
|
7247
|
-
modelValue: BooleanConstructor;
|
|
7248
7278
|
always: BooleanConstructor;
|
|
7249
7279
|
content: (StringConstructor | FunctionConstructor)[];
|
|
7250
7280
|
animation: StringConstructor;
|
|
@@ -7286,17 +7316,17 @@ export declare const Components: {
|
|
|
7286
7316
|
default: boolean;
|
|
7287
7317
|
};
|
|
7288
7318
|
}>> & Readonly<{
|
|
7289
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
7290
7319
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7320
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
7291
7321
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
7292
7322
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
7293
7323
|
}>, () => VNode<RendererNode, RendererElement, {
|
|
7294
7324
|
[key: string]: any;
|
|
7295
7325
|
}>, {}, {}, {}, {
|
|
7296
7326
|
tag: string;
|
|
7327
|
+
modelValue: boolean;
|
|
7297
7328
|
placement: string;
|
|
7298
7329
|
disabled: boolean;
|
|
7299
|
-
modelValue: boolean;
|
|
7300
7330
|
always: boolean;
|
|
7301
7331
|
theme: string;
|
|
7302
7332
|
portal: boolean;
|
|
@@ -7309,12 +7339,12 @@ export declare const Components: {
|
|
|
7309
7339
|
__isTeleport?: never;
|
|
7310
7340
|
__isSuspense?: never;
|
|
7311
7341
|
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
7342
|
+
modelValue: BooleanConstructor;
|
|
7312
7343
|
placement: {
|
|
7313
7344
|
type: StringConstructor;
|
|
7314
7345
|
default: string;
|
|
7315
7346
|
validator: (value: string) => boolean;
|
|
7316
7347
|
};
|
|
7317
|
-
modelValue: BooleanConstructor;
|
|
7318
7348
|
always: BooleanConstructor;
|
|
7319
7349
|
content: (StringConstructor | FunctionConstructor)[];
|
|
7320
7350
|
animation: StringConstructor;
|
|
@@ -7356,17 +7386,17 @@ export declare const Components: {
|
|
|
7356
7386
|
default: boolean;
|
|
7357
7387
|
};
|
|
7358
7388
|
}>> & Readonly<{
|
|
7359
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
7360
7389
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7390
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
7361
7391
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
7362
7392
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
7363
7393
|
}>, () => VNode<RendererNode, RendererElement, {
|
|
7364
7394
|
[key: string]: any;
|
|
7365
7395
|
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], "close" | "update:modelValue" | "visible-change" | "ready", {
|
|
7366
7396
|
tag: string;
|
|
7397
|
+
modelValue: boolean;
|
|
7367
7398
|
placement: string;
|
|
7368
7399
|
disabled: boolean;
|
|
7369
|
-
modelValue: boolean;
|
|
7370
7400
|
always: boolean;
|
|
7371
7401
|
theme: string;
|
|
7372
7402
|
portal: boolean;
|
|
@@ -7452,15 +7482,15 @@ export declare const Components: {
|
|
|
7452
7482
|
};
|
|
7453
7483
|
};
|
|
7454
7484
|
}>> & Readonly<{
|
|
7455
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
7456
7485
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7486
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
7457
7487
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
7458
7488
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
7459
7489
|
}>, {
|
|
7460
7490
|
mask: boolean;
|
|
7491
|
+
modelValue: boolean;
|
|
7461
7492
|
placement: string;
|
|
7462
7493
|
fixed: boolean;
|
|
7463
|
-
modelValue: boolean;
|
|
7464
7494
|
theme: string;
|
|
7465
7495
|
maskClosable: boolean;
|
|
7466
7496
|
scrollRegExp: Record<string, any>;
|
|
@@ -7536,15 +7566,15 @@ export declare const Components: {
|
|
|
7536
7566
|
};
|
|
7537
7567
|
};
|
|
7538
7568
|
}>> & Readonly<{
|
|
7539
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
7540
7569
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7570
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
7541
7571
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
7542
7572
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
7543
7573
|
}>, {
|
|
7544
7574
|
mask: boolean;
|
|
7575
|
+
modelValue: boolean;
|
|
7545
7576
|
placement: string;
|
|
7546
7577
|
fixed: boolean;
|
|
7547
|
-
modelValue: boolean;
|
|
7548
7578
|
theme: string;
|
|
7549
7579
|
maskClosable: boolean;
|
|
7550
7580
|
scrollRegExp: Record<string, any>;
|
|
@@ -7872,8 +7902,8 @@ export declare const Components: {
|
|
|
7872
7902
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7873
7903
|
}>, {
|
|
7874
7904
|
label: string | number | boolean;
|
|
7875
|
-
disabled: boolean;
|
|
7876
7905
|
modelValue: string | number | boolean;
|
|
7906
|
+
disabled: boolean;
|
|
7877
7907
|
value: string | number | boolean;
|
|
7878
7908
|
trueValue: string | number | boolean;
|
|
7879
7909
|
falseValue: string | number | boolean;
|
|
@@ -7939,8 +7969,8 @@ export declare const Components: {
|
|
|
7939
7969
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7940
7970
|
}>, {
|
|
7941
7971
|
label: string | number | boolean;
|
|
7942
|
-
disabled: boolean;
|
|
7943
7972
|
modelValue: string | number | boolean;
|
|
7973
|
+
disabled: boolean;
|
|
7944
7974
|
value: string | number | boolean;
|
|
7945
7975
|
trueValue: string | number | boolean;
|
|
7946
7976
|
falseValue: string | number | boolean;
|
|
@@ -8003,8 +8033,8 @@ export declare const Components: {
|
|
|
8003
8033
|
}>, {
|
|
8004
8034
|
type: string;
|
|
8005
8035
|
name: string;
|
|
8006
|
-
disabled: boolean;
|
|
8007
8036
|
modelValue: string | number;
|
|
8037
|
+
disabled: boolean;
|
|
8008
8038
|
vertical: boolean;
|
|
8009
8039
|
fragment: boolean;
|
|
8010
8040
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -8066,8 +8096,8 @@ export declare const Components: {
|
|
|
8066
8096
|
}>, {
|
|
8067
8097
|
type: string;
|
|
8068
8098
|
name: string;
|
|
8069
|
-
disabled: boolean;
|
|
8070
8099
|
modelValue: string | number;
|
|
8100
|
+
disabled: boolean;
|
|
8071
8101
|
vertical: boolean;
|
|
8072
8102
|
fragment: boolean;
|
|
8073
8103
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -8151,8 +8181,8 @@ export declare const Components: {
|
|
|
8151
8181
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
8152
8182
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
8153
8183
|
}>, {
|
|
8154
|
-
disabled: boolean;
|
|
8155
8184
|
modelValue: string | number;
|
|
8185
|
+
disabled: boolean;
|
|
8156
8186
|
icon: string;
|
|
8157
8187
|
color: string;
|
|
8158
8188
|
clearable: boolean;
|
|
@@ -8241,8 +8271,8 @@ export declare const Components: {
|
|
|
8241
8271
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
8242
8272
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
8243
8273
|
}>, {
|
|
8244
|
-
disabled: boolean;
|
|
8245
8274
|
modelValue: string | number;
|
|
8275
|
+
disabled: boolean;
|
|
8246
8276
|
icon: string;
|
|
8247
8277
|
color: string;
|
|
8248
8278
|
clearable: boolean;
|
|
@@ -8865,14 +8895,15 @@ export declare const Components: {
|
|
|
8865
8895
|
type: (ObjectConstructor | StringConstructor | NumberConstructor)[];
|
|
8866
8896
|
default: undefined;
|
|
8867
8897
|
};
|
|
8898
|
+
label: StringConstructor;
|
|
8868
8899
|
id: {
|
|
8869
8900
|
type: StringConstructor;
|
|
8870
8901
|
};
|
|
8902
|
+
modelValue: PropType<string | number | any[]>;
|
|
8871
8903
|
disabled: {
|
|
8872
8904
|
type: BooleanConstructor;
|
|
8873
8905
|
default: boolean;
|
|
8874
8906
|
};
|
|
8875
|
-
modelValue: PropType<string | number | any[]>;
|
|
8876
8907
|
clearable: {
|
|
8877
8908
|
type: BooleanConstructor;
|
|
8878
8909
|
default: boolean;
|
|
@@ -8942,14 +8973,15 @@ export declare const Components: {
|
|
|
8942
8973
|
type: (ObjectConstructor | StringConstructor | NumberConstructor)[];
|
|
8943
8974
|
default: undefined;
|
|
8944
8975
|
};
|
|
8976
|
+
label: StringConstructor;
|
|
8945
8977
|
id: {
|
|
8946
8978
|
type: StringConstructor;
|
|
8947
8979
|
};
|
|
8980
|
+
modelValue: PropType<string | number | any[]>;
|
|
8948
8981
|
disabled: {
|
|
8949
8982
|
type: BooleanConstructor;
|
|
8950
8983
|
default: boolean;
|
|
8951
8984
|
};
|
|
8952
|
-
modelValue: PropType<string | number | any[]>;
|
|
8953
8985
|
clearable: {
|
|
8954
8986
|
type: BooleanConstructor;
|
|
8955
8987
|
default: boolean;
|
|
@@ -8961,9 +8993,9 @@ export declare const Components: {
|
|
|
8961
8993
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
8962
8994
|
}>> & Readonly<{
|
|
8963
8995
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
8996
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
8964
8997
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
8965
8998
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
8966
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
8967
8999
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
8968
9000
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
8969
9001
|
}>, {
|
|
@@ -9044,14 +9076,15 @@ export declare const Components: {
|
|
|
9044
9076
|
type: (ObjectConstructor | StringConstructor | NumberConstructor)[];
|
|
9045
9077
|
default: undefined;
|
|
9046
9078
|
};
|
|
9079
|
+
label: StringConstructor;
|
|
9047
9080
|
id: {
|
|
9048
9081
|
type: StringConstructor;
|
|
9049
9082
|
};
|
|
9083
|
+
modelValue: PropType<string | number | any[]>;
|
|
9050
9084
|
disabled: {
|
|
9051
9085
|
type: BooleanConstructor;
|
|
9052
9086
|
default: boolean;
|
|
9053
9087
|
};
|
|
9054
|
-
modelValue: PropType<string | number | any[]>;
|
|
9055
9088
|
clearable: {
|
|
9056
9089
|
type: BooleanConstructor;
|
|
9057
9090
|
default: boolean;
|
|
@@ -9121,14 +9154,15 @@ export declare const Components: {
|
|
|
9121
9154
|
type: (ObjectConstructor | StringConstructor | NumberConstructor)[];
|
|
9122
9155
|
default: undefined;
|
|
9123
9156
|
};
|
|
9157
|
+
label: StringConstructor;
|
|
9124
9158
|
id: {
|
|
9125
9159
|
type: StringConstructor;
|
|
9126
9160
|
};
|
|
9161
|
+
modelValue: PropType<string | number | any[]>;
|
|
9127
9162
|
disabled: {
|
|
9128
9163
|
type: BooleanConstructor;
|
|
9129
9164
|
default: boolean;
|
|
9130
9165
|
};
|
|
9131
|
-
modelValue: PropType<string | number | any[]>;
|
|
9132
9166
|
clearable: {
|
|
9133
9167
|
type: BooleanConstructor;
|
|
9134
9168
|
default: boolean;
|
|
@@ -9140,9 +9174,9 @@ export declare const Components: {
|
|
|
9140
9174
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9141
9175
|
}>> & Readonly<{
|
|
9142
9176
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
9177
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
9143
9178
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
9144
9179
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
9145
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
9146
9180
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
9147
9181
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
9148
9182
|
}>, {
|
|
@@ -9406,10 +9440,10 @@ export declare const Components: {
|
|
|
9406
9440
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
9407
9441
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
9408
9442
|
}>, {
|
|
9443
|
+
modelValue: string | number | boolean;
|
|
9409
9444
|
disabled: boolean;
|
|
9410
9445
|
width: number;
|
|
9411
9446
|
height: number;
|
|
9412
|
-
modelValue: string | number | boolean;
|
|
9413
9447
|
checkedValue: string | number | boolean;
|
|
9414
9448
|
uncheckedValue: string | number | boolean;
|
|
9415
9449
|
borderWidth: number;
|
|
@@ -9501,10 +9535,10 @@ export declare const Components: {
|
|
|
9501
9535
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
9502
9536
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
9503
9537
|
}>, {
|
|
9538
|
+
modelValue: string | number | boolean;
|
|
9504
9539
|
disabled: boolean;
|
|
9505
9540
|
width: number;
|
|
9506
9541
|
height: number;
|
|
9507
|
-
modelValue: string | number | boolean;
|
|
9508
9542
|
checkedValue: string | number | boolean;
|
|
9509
9543
|
uncheckedValue: string | number | boolean;
|
|
9510
9544
|
borderWidth: number;
|
|
@@ -10056,6 +10090,8 @@ export declare const Components: {
|
|
|
10056
10090
|
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
10057
10091
|
barClass: (ObjectConstructor | StringConstructor)[];
|
|
10058
10092
|
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
10093
|
+
affixable: BooleanConstructor;
|
|
10094
|
+
affixOptions: ObjectConstructor;
|
|
10059
10095
|
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
10060
10096
|
type: {
|
|
10061
10097
|
type: StringConstructor;
|
|
@@ -10081,6 +10117,8 @@ export declare const Components: {
|
|
|
10081
10117
|
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
10082
10118
|
barClass: (ObjectConstructor | StringConstructor)[];
|
|
10083
10119
|
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
10120
|
+
affixable: BooleanConstructor;
|
|
10121
|
+
affixOptions: ObjectConstructor;
|
|
10084
10122
|
}>> & Readonly<{
|
|
10085
10123
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
10086
10124
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
@@ -10090,6 +10128,7 @@ export declare const Components: {
|
|
|
10090
10128
|
closable: boolean;
|
|
10091
10129
|
afloat: boolean;
|
|
10092
10130
|
animated: boolean;
|
|
10131
|
+
affixable: boolean;
|
|
10093
10132
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
10094
10133
|
MTabs: DefineComponent<ExtractPropTypes< {
|
|
10095
10134
|
theme: {
|
|
@@ -10148,6 +10187,8 @@ export declare const Components: {
|
|
|
10148
10187
|
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
10149
10188
|
barClass: (ObjectConstructor | StringConstructor)[];
|
|
10150
10189
|
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
10190
|
+
affixable: BooleanConstructor;
|
|
10191
|
+
affixOptions: ObjectConstructor;
|
|
10151
10192
|
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
10152
10193
|
theme: {
|
|
10153
10194
|
type: StringConstructor;
|
|
@@ -10205,6 +10246,8 @@ export declare const Components: {
|
|
|
10205
10246
|
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
10206
10247
|
barClass: (ObjectConstructor | StringConstructor)[];
|
|
10207
10248
|
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
10249
|
+
affixable: BooleanConstructor;
|
|
10250
|
+
affixOptions: ObjectConstructor;
|
|
10208
10251
|
}>> & Readonly<{
|
|
10209
10252
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
10210
10253
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
@@ -10218,6 +10261,7 @@ export declare const Components: {
|
|
|
10218
10261
|
animated: boolean;
|
|
10219
10262
|
offsetTop: number;
|
|
10220
10263
|
barStyle: Record<string, any> | unknown[];
|
|
10264
|
+
affixable: boolean;
|
|
10221
10265
|
autoAfloatWidth: boolean;
|
|
10222
10266
|
average: boolean;
|
|
10223
10267
|
showWrapper: boolean;
|
|
@@ -10633,11 +10677,11 @@ export declare const Components: {
|
|
|
10633
10677
|
id: {
|
|
10634
10678
|
type: StringConstructor;
|
|
10635
10679
|
};
|
|
10680
|
+
modelValue: PropType<string | number | any[]>;
|
|
10636
10681
|
disabled: {
|
|
10637
10682
|
type: BooleanConstructor;
|
|
10638
10683
|
default: boolean;
|
|
10639
10684
|
};
|
|
10640
|
-
modelValue: PropType<string | number | any[]>;
|
|
10641
10685
|
maxlength: NumberConstructor;
|
|
10642
10686
|
allowDispatch: {
|
|
10643
10687
|
type: BooleanConstructor;
|
|
@@ -10677,11 +10721,11 @@ export declare const Components: {
|
|
|
10677
10721
|
id: {
|
|
10678
10722
|
type: StringConstructor;
|
|
10679
10723
|
};
|
|
10724
|
+
modelValue: PropType<string | number | any[]>;
|
|
10680
10725
|
disabled: {
|
|
10681
10726
|
type: BooleanConstructor;
|
|
10682
10727
|
default: boolean;
|
|
10683
10728
|
};
|
|
10684
|
-
modelValue: PropType<string | number | any[]>;
|
|
10685
10729
|
maxlength: NumberConstructor;
|
|
10686
10730
|
allowDispatch: {
|
|
10687
10731
|
type: BooleanConstructor;
|
|
@@ -10710,11 +10754,11 @@ export declare const Components: {
|
|
|
10710
10754
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
10711
10755
|
onKeypress?: ((...args: any[]) => any) | undefined;
|
|
10712
10756
|
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
10757
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
10713
10758
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
10714
10759
|
onResize?: ((...args: any[]) => any) | undefined;
|
|
10715
10760
|
onEnter?: ((...args: any[]) => any) | undefined;
|
|
10716
10761
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
10717
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
10718
10762
|
}>, {
|
|
10719
10763
|
disabled: boolean;
|
|
10720
10764
|
allowDispatch: boolean;
|
|
@@ -10745,11 +10789,11 @@ export declare const Components: {
|
|
|
10745
10789
|
id: {
|
|
10746
10790
|
type: StringConstructor;
|
|
10747
10791
|
};
|
|
10792
|
+
modelValue: PropType<string | number | any[]>;
|
|
10748
10793
|
disabled: {
|
|
10749
10794
|
type: BooleanConstructor;
|
|
10750
10795
|
default: boolean;
|
|
10751
10796
|
};
|
|
10752
|
-
modelValue: PropType<string | number | any[]>;
|
|
10753
10797
|
maxlength: NumberConstructor;
|
|
10754
10798
|
allowDispatch: {
|
|
10755
10799
|
type: BooleanConstructor;
|
|
@@ -10788,11 +10832,11 @@ export declare const Components: {
|
|
|
10788
10832
|
id: {
|
|
10789
10833
|
type: StringConstructor;
|
|
10790
10834
|
};
|
|
10835
|
+
modelValue: PropType<string | number | any[]>;
|
|
10791
10836
|
disabled: {
|
|
10792
10837
|
type: BooleanConstructor;
|
|
10793
10838
|
default: boolean;
|
|
10794
10839
|
};
|
|
10795
|
-
modelValue: PropType<string | number | any[]>;
|
|
10796
10840
|
maxlength: NumberConstructor;
|
|
10797
10841
|
allowDispatch: {
|
|
10798
10842
|
type: BooleanConstructor;
|
|
@@ -10820,11 +10864,11 @@ export declare const Components: {
|
|
|
10820
10864
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
10821
10865
|
onKeypress?: ((...args: any[]) => any) | undefined;
|
|
10822
10866
|
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
10867
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
10823
10868
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
10824
10869
|
onResize?: ((...args: any[]) => any) | undefined;
|
|
10825
10870
|
onEnter?: ((...args: any[]) => any) | undefined;
|
|
10826
10871
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
10827
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
10828
10872
|
}>, {
|
|
10829
10873
|
disabled: boolean;
|
|
10830
10874
|
allowDispatch: boolean;
|
|
@@ -10997,9 +11041,9 @@ export declare const Components: {
|
|
|
10997
11041
|
onError?: ((...args: any[]) => any) | undefined;
|
|
10998
11042
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
10999
11043
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
11044
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11000
11045
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
11001
11046
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
11002
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11003
11047
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
11004
11048
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
11005
11049
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
@@ -11156,9 +11200,9 @@ export declare const Components: {
|
|
|
11156
11200
|
onError?: ((...args: any[]) => any) | undefined;
|
|
11157
11201
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
11158
11202
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
11203
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11159
11204
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
11160
11205
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
11161
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11162
11206
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
11163
11207
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
11164
11208
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
@@ -13252,7 +13296,7 @@ export declare const Components: {
|
|
|
13252
13296
|
};
|
|
13253
13297
|
showMessage: BooleanConstructor;
|
|
13254
13298
|
enhancer: (BooleanConstructor | FunctionConstructor)[];
|
|
13255
|
-
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "
|
|
13299
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "update:modelValue" | "success" | "file-before" | "file-start" | "file-success" | "file-error" | "complete" | "remove-before")[], "change" | "error" | "update:modelValue" | "success" | "file-before" | "file-start" | "file-success" | "file-error" | "complete" | "remove-before", PublicProps, Readonly<ExtractPropTypes< {
|
|
13256
13300
|
picker: {
|
|
13257
13301
|
type: ArrayConstructor;
|
|
13258
13302
|
default: () => string[];
|
|
@@ -13329,8 +13373,8 @@ export declare const Components: {
|
|
|
13329
13373
|
}>, {
|
|
13330
13374
|
output: string | Function;
|
|
13331
13375
|
mask: boolean;
|
|
13332
|
-
disabled: boolean;
|
|
13333
13376
|
modelValue: string | Record<string, any> | unknown[];
|
|
13377
|
+
disabled: boolean;
|
|
13334
13378
|
max: number | Record<string, any>;
|
|
13335
13379
|
showMessage: boolean;
|
|
13336
13380
|
uploadOptions: Record<string, any>;
|
|
@@ -13403,7 +13447,7 @@ export declare const Components: {
|
|
|
13403
13447
|
};
|
|
13404
13448
|
showMessage: BooleanConstructor;
|
|
13405
13449
|
enhancer: (BooleanConstructor | FunctionConstructor)[];
|
|
13406
|
-
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "
|
|
13450
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "update:modelValue" | "success" | "file-before" | "file-start" | "file-success" | "file-error" | "complete" | "remove-before")[], "change" | "error" | "update:modelValue" | "success" | "file-before" | "file-start" | "file-success" | "file-error" | "complete" | "remove-before", PublicProps, Readonly<ExtractPropTypes< {
|
|
13407
13451
|
picker: {
|
|
13408
13452
|
type: ArrayConstructor;
|
|
13409
13453
|
default: () => string[];
|
|
@@ -13480,8 +13524,8 @@ export declare const Components: {
|
|
|
13480
13524
|
}>, {
|
|
13481
13525
|
output: string | Function;
|
|
13482
13526
|
mask: boolean;
|
|
13483
|
-
disabled: boolean;
|
|
13484
13527
|
modelValue: string | Record<string, any> | unknown[];
|
|
13528
|
+
disabled: boolean;
|
|
13485
13529
|
max: number | Record<string, any>;
|
|
13486
13530
|
showMessage: boolean;
|
|
13487
13531
|
uploadOptions: Record<string, any>;
|