@deot/vc 1.0.47 → 1.0.49
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 +158 -98
- package/dist/index.iife.js +177 -93
- package/dist/index.umd.cjs +177 -93
- 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;
|
|
@@ -767,11 +793,11 @@ export declare const Components: {
|
|
|
767
793
|
id: {
|
|
768
794
|
type: StringConstructor;
|
|
769
795
|
};
|
|
796
|
+
modelValue: PropType<string | number | any[]>;
|
|
770
797
|
disabled: {
|
|
771
798
|
type: BooleanConstructor;
|
|
772
799
|
default: boolean;
|
|
773
800
|
};
|
|
774
|
-
modelValue: PropType<string | number | any[]>;
|
|
775
801
|
clearable: {
|
|
776
802
|
type: BooleanConstructor;
|
|
777
803
|
default: boolean;
|
|
@@ -853,11 +879,11 @@ export declare const Components: {
|
|
|
853
879
|
id: {
|
|
854
880
|
type: StringConstructor;
|
|
855
881
|
};
|
|
882
|
+
modelValue: PropType<string | number | any[]>;
|
|
856
883
|
disabled: {
|
|
857
884
|
type: BooleanConstructor;
|
|
858
885
|
default: boolean;
|
|
859
886
|
};
|
|
860
|
-
modelValue: PropType<string | number | any[]>;
|
|
861
887
|
clearable: {
|
|
862
888
|
type: BooleanConstructor;
|
|
863
889
|
default: boolean;
|
|
@@ -869,8 +895,8 @@ export declare const Components: {
|
|
|
869
895
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
870
896
|
}>> & Readonly<{
|
|
871
897
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
872
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
873
898
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
899
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
874
900
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
875
901
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
876
902
|
}>, {
|
|
@@ -965,11 +991,11 @@ export declare const Components: {
|
|
|
965
991
|
id: {
|
|
966
992
|
type: StringConstructor;
|
|
967
993
|
};
|
|
994
|
+
modelValue: PropType<string | number | any[]>;
|
|
968
995
|
disabled: {
|
|
969
996
|
type: BooleanConstructor;
|
|
970
997
|
default: boolean;
|
|
971
998
|
};
|
|
972
|
-
modelValue: PropType<string | number | any[]>;
|
|
973
999
|
clearable: {
|
|
974
1000
|
type: BooleanConstructor;
|
|
975
1001
|
default: boolean;
|
|
@@ -1051,11 +1077,11 @@ export declare const Components: {
|
|
|
1051
1077
|
id: {
|
|
1052
1078
|
type: StringConstructor;
|
|
1053
1079
|
};
|
|
1080
|
+
modelValue: PropType<string | number | any[]>;
|
|
1054
1081
|
disabled: {
|
|
1055
1082
|
type: BooleanConstructor;
|
|
1056
1083
|
default: boolean;
|
|
1057
1084
|
};
|
|
1058
|
-
modelValue: PropType<string | number | any[]>;
|
|
1059
1085
|
clearable: {
|
|
1060
1086
|
type: BooleanConstructor;
|
|
1061
1087
|
default: boolean;
|
|
@@ -1067,8 +1093,8 @@ export declare const Components: {
|
|
|
1067
1093
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1068
1094
|
}>> & Readonly<{
|
|
1069
1095
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
1070
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
1071
1096
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1097
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
1072
1098
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
1073
1099
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
1074
1100
|
}>, {
|
|
@@ -1214,8 +1240,8 @@ export declare const Components: {
|
|
|
1214
1240
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1215
1241
|
}>, {
|
|
1216
1242
|
label: string | number | boolean;
|
|
1217
|
-
disabled: boolean;
|
|
1218
1243
|
modelValue: string | number | boolean;
|
|
1244
|
+
disabled: boolean;
|
|
1219
1245
|
value: string | number | boolean;
|
|
1220
1246
|
indeterminate: boolean;
|
|
1221
1247
|
checkedValue: string | number | boolean;
|
|
@@ -1286,8 +1312,8 @@ export declare const Components: {
|
|
|
1286
1312
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1287
1313
|
}>, {
|
|
1288
1314
|
label: string | number | boolean;
|
|
1289
|
-
disabled: boolean;
|
|
1290
1315
|
modelValue: string | number | boolean;
|
|
1316
|
+
disabled: boolean;
|
|
1291
1317
|
value: string | number | boolean;
|
|
1292
1318
|
indeterminate: boolean;
|
|
1293
1319
|
checkedValue: string | number | boolean;
|
|
@@ -1903,9 +1929,9 @@ export declare const Components: {
|
|
|
1903
1929
|
onError?: ((...args: any[]) => any) | undefined;
|
|
1904
1930
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
1905
1931
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
1932
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1906
1933
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1907
1934
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1908
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1909
1935
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
1910
1936
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
1911
1937
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
@@ -2062,9 +2088,9 @@ export declare const Components: {
|
|
|
2062
2088
|
onError?: ((...args: any[]) => any) | undefined;
|
|
2063
2089
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
2064
2090
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
2091
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2065
2092
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
2066
2093
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
2067
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2068
2094
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
2069
2095
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
2070
2096
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
@@ -2274,16 +2300,16 @@ export declare const Components: {
|
|
|
2274
2300
|
type: FunctionConstructor;
|
|
2275
2301
|
};
|
|
2276
2302
|
}>> & Readonly<{
|
|
2277
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
2278
2303
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2304
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
2279
2305
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
2280
2306
|
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], PublicProps, {
|
|
2281
2307
|
footer: boolean;
|
|
2282
2308
|
mask: boolean;
|
|
2309
|
+
modelValue: boolean;
|
|
2283
2310
|
placement: string;
|
|
2284
2311
|
width: number;
|
|
2285
2312
|
height: number;
|
|
2286
|
-
modelValue: boolean;
|
|
2287
2313
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
2288
2314
|
maskClosable: boolean;
|
|
2289
2315
|
scrollable: boolean;
|
|
@@ -2369,16 +2395,16 @@ export declare const Components: {
|
|
|
2369
2395
|
type: FunctionConstructor;
|
|
2370
2396
|
};
|
|
2371
2397
|
}>> & Readonly<{
|
|
2372
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
2373
2398
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2399
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
2374
2400
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
2375
2401
|
}>, () => JSX_2.Element, {}, {}, {}, {
|
|
2376
2402
|
footer: boolean;
|
|
2377
2403
|
mask: boolean;
|
|
2404
|
+
modelValue: boolean;
|
|
2378
2405
|
placement: string;
|
|
2379
2406
|
width: number;
|
|
2380
2407
|
height: number;
|
|
2381
|
-
modelValue: boolean;
|
|
2382
2408
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
2383
2409
|
maskClosable: boolean;
|
|
2384
2410
|
scrollable: boolean;
|
|
@@ -2461,16 +2487,16 @@ export declare const Components: {
|
|
|
2461
2487
|
type: FunctionConstructor;
|
|
2462
2488
|
};
|
|
2463
2489
|
}>> & Readonly<{
|
|
2464
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
2465
2490
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2491
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
2466
2492
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
2467
2493
|
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], "close" | "update:modelValue" | "visible-change", {
|
|
2468
2494
|
footer: boolean;
|
|
2469
2495
|
mask: boolean;
|
|
2496
|
+
modelValue: boolean;
|
|
2470
2497
|
placement: string;
|
|
2471
2498
|
width: number;
|
|
2472
2499
|
height: number;
|
|
2473
|
-
modelValue: boolean;
|
|
2474
2500
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
2475
2501
|
maskClosable: boolean;
|
|
2476
2502
|
scrollable: boolean;
|
|
@@ -2483,10 +2509,10 @@ export declare const Components: {
|
|
|
2483
2509
|
open: (options: Partial<{
|
|
2484
2510
|
footer: boolean;
|
|
2485
2511
|
mask: boolean;
|
|
2512
|
+
modelValue: boolean;
|
|
2486
2513
|
placement: string;
|
|
2487
2514
|
width: number;
|
|
2488
2515
|
height: number;
|
|
2489
|
-
modelValue: boolean;
|
|
2490
2516
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
2491
2517
|
maskClosable: boolean;
|
|
2492
2518
|
scrollable: boolean;
|
|
@@ -2580,16 +2606,16 @@ export declare const Components: {
|
|
|
2580
2606
|
type: FunctionConstructor;
|
|
2581
2607
|
};
|
|
2582
2608
|
}>> & Readonly<{
|
|
2583
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
2584
2609
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2610
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
2585
2611
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
2586
2612
|
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], PublicProps, {
|
|
2587
2613
|
footer: boolean;
|
|
2588
2614
|
mask: boolean;
|
|
2615
|
+
modelValue: boolean;
|
|
2589
2616
|
placement: string;
|
|
2590
2617
|
width: number;
|
|
2591
2618
|
height: number;
|
|
2592
|
-
modelValue: boolean;
|
|
2593
2619
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
2594
2620
|
maskClosable: boolean;
|
|
2595
2621
|
scrollable: boolean;
|
|
@@ -2675,16 +2701,16 @@ export declare const Components: {
|
|
|
2675
2701
|
type: FunctionConstructor;
|
|
2676
2702
|
};
|
|
2677
2703
|
}>> & Readonly<{
|
|
2678
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
2679
2704
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2705
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
2680
2706
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
2681
2707
|
}>, () => JSX_2.Element, {}, {}, {}, {
|
|
2682
2708
|
footer: boolean;
|
|
2683
2709
|
mask: boolean;
|
|
2710
|
+
modelValue: boolean;
|
|
2684
2711
|
placement: string;
|
|
2685
2712
|
width: number;
|
|
2686
2713
|
height: number;
|
|
2687
|
-
modelValue: boolean;
|
|
2688
2714
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
2689
2715
|
maskClosable: boolean;
|
|
2690
2716
|
scrollable: boolean;
|
|
@@ -2767,16 +2793,16 @@ export declare const Components: {
|
|
|
2767
2793
|
type: FunctionConstructor;
|
|
2768
2794
|
};
|
|
2769
2795
|
}>> & Readonly<{
|
|
2770
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
2771
2796
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2797
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
2772
2798
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
2773
2799
|
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], "close" | "update:modelValue" | "visible-change", {
|
|
2774
2800
|
footer: boolean;
|
|
2775
2801
|
mask: boolean;
|
|
2802
|
+
modelValue: boolean;
|
|
2776
2803
|
placement: string;
|
|
2777
2804
|
width: number;
|
|
2778
2805
|
height: number;
|
|
2779
|
-
modelValue: boolean;
|
|
2780
2806
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
2781
2807
|
maskClosable: boolean;
|
|
2782
2808
|
scrollable: boolean;
|
|
@@ -2789,10 +2815,10 @@ export declare const Components: {
|
|
|
2789
2815
|
open: (options: Partial<{
|
|
2790
2816
|
footer: boolean;
|
|
2791
2817
|
mask: boolean;
|
|
2818
|
+
modelValue: boolean;
|
|
2792
2819
|
placement: string;
|
|
2793
2820
|
width: number;
|
|
2794
2821
|
height: number;
|
|
2795
|
-
modelValue: boolean;
|
|
2796
2822
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
2797
2823
|
maskClosable: boolean;
|
|
2798
2824
|
scrollable: boolean;
|
|
@@ -2954,16 +2980,16 @@ export declare const Components: {
|
|
|
2954
2980
|
type: FunctionConstructor;
|
|
2955
2981
|
};
|
|
2956
2982
|
}>> & Readonly<{
|
|
2957
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
2958
2983
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2984
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
2959
2985
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
2960
2986
|
}>, {
|
|
2961
2987
|
footer: boolean;
|
|
2962
2988
|
mask: boolean;
|
|
2989
|
+
modelValue: boolean;
|
|
2963
2990
|
placement: string;
|
|
2964
2991
|
width: number;
|
|
2965
2992
|
height: number;
|
|
2966
|
-
modelValue: boolean;
|
|
2967
2993
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
2968
2994
|
maskClosable: boolean;
|
|
2969
2995
|
scrollable: boolean;
|
|
@@ -3112,16 +3138,16 @@ export declare const Components: {
|
|
|
3112
3138
|
type: FunctionConstructor;
|
|
3113
3139
|
};
|
|
3114
3140
|
}>> & Readonly<{
|
|
3115
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
3116
3141
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3142
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
3117
3143
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
3118
3144
|
}>, {
|
|
3119
3145
|
footer: boolean;
|
|
3120
3146
|
mask: boolean;
|
|
3147
|
+
modelValue: boolean;
|
|
3121
3148
|
placement: string;
|
|
3122
3149
|
width: number;
|
|
3123
3150
|
height: number;
|
|
3124
|
-
modelValue: boolean;
|
|
3125
3151
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
3126
3152
|
maskClosable: boolean;
|
|
3127
3153
|
scrollable: boolean;
|
|
@@ -3169,13 +3195,13 @@ export declare const Components: {
|
|
|
3169
3195
|
};
|
|
3170
3196
|
}>> & Readonly<{
|
|
3171
3197
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
3172
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
3173
3198
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3199
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
3174
3200
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
3175
3201
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
3176
3202
|
}>, {
|
|
3177
|
-
placement: string;
|
|
3178
3203
|
modelValue: boolean;
|
|
3204
|
+
placement: string;
|
|
3179
3205
|
arrow: boolean;
|
|
3180
3206
|
trigger: string;
|
|
3181
3207
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -3217,13 +3243,13 @@ export declare const Components: {
|
|
|
3217
3243
|
};
|
|
3218
3244
|
}>> & Readonly<{
|
|
3219
3245
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
3220
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
3221
3246
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3247
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
3222
3248
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
3223
3249
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
3224
3250
|
}>, {
|
|
3225
|
-
placement: string;
|
|
3226
3251
|
modelValue: boolean;
|
|
3252
|
+
placement: string;
|
|
3227
3253
|
arrow: boolean;
|
|
3228
3254
|
trigger: string;
|
|
3229
3255
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -3405,8 +3431,8 @@ export declare const Components: {
|
|
|
3405
3431
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3406
3432
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
3407
3433
|
}>, {
|
|
3408
|
-
disabled: boolean;
|
|
3409
3434
|
modelValue: string;
|
|
3435
|
+
disabled: boolean;
|
|
3410
3436
|
enhancer: boolean | Function;
|
|
3411
3437
|
uploadOptions: Record<string, any>;
|
|
3412
3438
|
previewable: boolean;
|
|
@@ -3475,8 +3501,8 @@ export declare const Components: {
|
|
|
3475
3501
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3476
3502
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
3477
3503
|
}>, {
|
|
3478
|
-
disabled: boolean;
|
|
3479
3504
|
modelValue: string;
|
|
3505
|
+
disabled: boolean;
|
|
3480
3506
|
enhancer: boolean | Function;
|
|
3481
3507
|
uploadOptions: Record<string, any>;
|
|
3482
3508
|
previewable: boolean;
|
|
@@ -3583,6 +3609,12 @@ export declare const Components: {
|
|
|
3583
3609
|
labelClass: (ObjectConstructor | StringConstructor)[];
|
|
3584
3610
|
errorStyle: (ObjectConstructor | StringConstructor)[];
|
|
3585
3611
|
errorClass: (ObjectConstructor | StringConstructor)[];
|
|
3612
|
+
nestedContentStyle: (ObjectConstructor | StringConstructor)[];
|
|
3613
|
+
nestedContentClass: (ObjectConstructor | StringConstructor)[];
|
|
3614
|
+
nestedLabelStyle: (ObjectConstructor | StringConstructor)[];
|
|
3615
|
+
nestedLabelClass: (ObjectConstructor | StringConstructor)[];
|
|
3616
|
+
nestedErrorStyle: (ObjectConstructor | StringConstructor)[];
|
|
3617
|
+
nestedErrorClass: (ObjectConstructor | StringConstructor)[];
|
|
3586
3618
|
}>, () => VNode<RendererNode, RendererElement, {
|
|
3587
3619
|
[key: string]: any;
|
|
3588
3620
|
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
@@ -3625,6 +3657,12 @@ export declare const Components: {
|
|
|
3625
3657
|
labelClass: (ObjectConstructor | StringConstructor)[];
|
|
3626
3658
|
errorStyle: (ObjectConstructor | StringConstructor)[];
|
|
3627
3659
|
errorClass: (ObjectConstructor | StringConstructor)[];
|
|
3660
|
+
nestedContentStyle: (ObjectConstructor | StringConstructor)[];
|
|
3661
|
+
nestedContentClass: (ObjectConstructor | StringConstructor)[];
|
|
3662
|
+
nestedLabelStyle: (ObjectConstructor | StringConstructor)[];
|
|
3663
|
+
nestedLabelClass: (ObjectConstructor | StringConstructor)[];
|
|
3664
|
+
nestedErrorStyle: (ObjectConstructor | StringConstructor)[];
|
|
3665
|
+
nestedErrorClass: (ObjectConstructor | StringConstructor)[];
|
|
3628
3666
|
}>> & Readonly<{}>, {
|
|
3629
3667
|
tag: string;
|
|
3630
3668
|
styleless: boolean;
|
|
@@ -3681,6 +3719,12 @@ export declare const Components: {
|
|
|
3681
3719
|
labelClass: (ObjectConstructor | StringConstructor)[];
|
|
3682
3720
|
errorStyle: (ObjectConstructor | StringConstructor)[];
|
|
3683
3721
|
errorClass: (ObjectConstructor | StringConstructor)[];
|
|
3722
|
+
nestedContentStyle: (ObjectConstructor | StringConstructor)[];
|
|
3723
|
+
nestedContentClass: (ObjectConstructor | StringConstructor)[];
|
|
3724
|
+
nestedLabelStyle: (ObjectConstructor | StringConstructor)[];
|
|
3725
|
+
nestedLabelClass: (ObjectConstructor | StringConstructor)[];
|
|
3726
|
+
nestedErrorStyle: (ObjectConstructor | StringConstructor)[];
|
|
3727
|
+
nestedErrorClass: (ObjectConstructor | StringConstructor)[];
|
|
3684
3728
|
}>, () => VNode<RendererNode, RendererElement, {
|
|
3685
3729
|
[key: string]: any;
|
|
3686
3730
|
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
@@ -3731,6 +3775,12 @@ export declare const Components: {
|
|
|
3731
3775
|
labelClass: (ObjectConstructor | StringConstructor)[];
|
|
3732
3776
|
errorStyle: (ObjectConstructor | StringConstructor)[];
|
|
3733
3777
|
errorClass: (ObjectConstructor | StringConstructor)[];
|
|
3778
|
+
nestedContentStyle: (ObjectConstructor | StringConstructor)[];
|
|
3779
|
+
nestedContentClass: (ObjectConstructor | StringConstructor)[];
|
|
3780
|
+
nestedLabelStyle: (ObjectConstructor | StringConstructor)[];
|
|
3781
|
+
nestedLabelClass: (ObjectConstructor | StringConstructor)[];
|
|
3782
|
+
nestedErrorStyle: (ObjectConstructor | StringConstructor)[];
|
|
3783
|
+
nestedErrorClass: (ObjectConstructor | StringConstructor)[];
|
|
3734
3784
|
}>> & Readonly<{}>, {
|
|
3735
3785
|
tag: string;
|
|
3736
3786
|
border: boolean;
|
|
@@ -4329,9 +4379,9 @@ export declare const Components: {
|
|
|
4329
4379
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
4330
4380
|
onKeypress?: ((...args: any[]) => any) | undefined;
|
|
4331
4381
|
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
4382
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4332
4383
|
onEnter?: ((...args: any[]) => any) | undefined;
|
|
4333
4384
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
4334
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4335
4385
|
onTip?: ((...args: any[]) => any) | undefined;
|
|
4336
4386
|
}>, {
|
|
4337
4387
|
disabled: boolean;
|
|
@@ -4464,9 +4514,9 @@ export declare const Components: {
|
|
|
4464
4514
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
4465
4515
|
onKeypress?: ((...args: any[]) => any) | undefined;
|
|
4466
4516
|
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
4517
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4467
4518
|
onEnter?: ((...args: any[]) => any) | undefined;
|
|
4468
4519
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
4469
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4470
4520
|
onTip?: ((...args: any[]) => any) | undefined;
|
|
4471
4521
|
}>, {
|
|
4472
4522
|
disabled: boolean;
|
|
@@ -5419,9 +5469,9 @@ export declare const Components: {
|
|
|
5419
5469
|
type: FunctionConstructor;
|
|
5420
5470
|
};
|
|
5421
5471
|
}>> & Readonly<{
|
|
5472
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5422
5473
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
5423
5474
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
5424
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5425
5475
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
5426
5476
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
5427
5477
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
@@ -5539,9 +5589,9 @@ export declare const Components: {
|
|
|
5539
5589
|
type: FunctionConstructor;
|
|
5540
5590
|
};
|
|
5541
5591
|
}>> & Readonly<{
|
|
5592
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5542
5593
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
5543
5594
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
5544
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5545
5595
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
5546
5596
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
5547
5597
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
@@ -5656,9 +5706,9 @@ export declare const Components: {
|
|
|
5656
5706
|
type: FunctionConstructor;
|
|
5657
5707
|
};
|
|
5658
5708
|
}>> & Readonly<{
|
|
5709
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5659
5710
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
5660
5711
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
5661
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5662
5712
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
5663
5713
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
5664
5714
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
@@ -5994,9 +6044,9 @@ export declare const Components: {
|
|
|
5994
6044
|
type: FunctionConstructor;
|
|
5995
6045
|
};
|
|
5996
6046
|
}>> & Readonly<{
|
|
6047
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5997
6048
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
5998
6049
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
5999
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6000
6050
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
6001
6051
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
6002
6052
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
@@ -6123,16 +6173,16 @@ export declare const Components: {
|
|
|
6123
6173
|
type: FunctionConstructor;
|
|
6124
6174
|
};
|
|
6125
6175
|
}>> & Readonly<{
|
|
6176
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6126
6177
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
6127
6178
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
6128
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6129
6179
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
6130
6180
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
6131
6181
|
}>, {
|
|
6132
6182
|
footer: boolean;
|
|
6133
6183
|
mask: boolean;
|
|
6134
|
-
width: number;
|
|
6135
6184
|
modelValue: boolean;
|
|
6185
|
+
width: number;
|
|
6136
6186
|
mode: "alert" | "operation";
|
|
6137
6187
|
maskClosable: boolean;
|
|
6138
6188
|
closeWithCancel: boolean;
|
|
@@ -6826,17 +6876,17 @@ export declare const Components: {
|
|
|
6826
6876
|
width: (StringConstructor | NumberConstructor)[];
|
|
6827
6877
|
portalClass: (ObjectConstructor | StringConstructor)[];
|
|
6828
6878
|
}>> & Readonly<{
|
|
6879
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6829
6880
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
6830
6881
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
6831
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6832
6882
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
6833
6883
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
6834
6884
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
6835
6885
|
}>, {
|
|
6836
6886
|
type: string;
|
|
6837
6887
|
title: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
6838
|
-
placement: string;
|
|
6839
6888
|
modelValue: boolean;
|
|
6889
|
+
placement: string;
|
|
6840
6890
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
6841
6891
|
trigger: string;
|
|
6842
6892
|
okText: string;
|
|
@@ -6933,17 +6983,17 @@ export declare const Components: {
|
|
|
6933
6983
|
width: (StringConstructor | NumberConstructor)[];
|
|
6934
6984
|
portalClass: (ObjectConstructor | StringConstructor)[];
|
|
6935
6985
|
}>> & Readonly<{
|
|
6986
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6936
6987
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
6937
6988
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
6938
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6939
6989
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
6940
6990
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
6941
6991
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
6942
6992
|
}>, {
|
|
6943
6993
|
type: string;
|
|
6944
6994
|
title: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
6945
|
-
placement: string;
|
|
6946
6995
|
modelValue: boolean;
|
|
6996
|
+
placement: string;
|
|
6947
6997
|
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
6948
6998
|
trigger: string;
|
|
6949
6999
|
okText: string;
|
|
@@ -6953,12 +7003,12 @@ export declare const Components: {
|
|
|
6953
7003
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6954
7004
|
Popover: {
|
|
6955
7005
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
7006
|
+
modelValue: BooleanConstructor;
|
|
6956
7007
|
placement: {
|
|
6957
7008
|
type: StringConstructor;
|
|
6958
7009
|
default: string;
|
|
6959
7010
|
validator: (value: string) => boolean;
|
|
6960
7011
|
};
|
|
6961
|
-
modelValue: BooleanConstructor;
|
|
6962
7012
|
always: BooleanConstructor;
|
|
6963
7013
|
content: (StringConstructor | FunctionConstructor)[];
|
|
6964
7014
|
animation: StringConstructor;
|
|
@@ -7000,17 +7050,17 @@ export declare const Components: {
|
|
|
7000
7050
|
default: boolean;
|
|
7001
7051
|
};
|
|
7002
7052
|
}>> & Readonly<{
|
|
7003
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
7004
7053
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7054
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
7005
7055
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
7006
7056
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
7007
7057
|
}>, () => VNode<RendererNode, RendererElement, {
|
|
7008
7058
|
[key: string]: any;
|
|
7009
7059
|
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], PublicProps, {
|
|
7010
7060
|
tag: string;
|
|
7061
|
+
modelValue: boolean;
|
|
7011
7062
|
placement: string;
|
|
7012
7063
|
disabled: boolean;
|
|
7013
|
-
modelValue: boolean;
|
|
7014
7064
|
always: boolean;
|
|
7015
7065
|
theme: string;
|
|
7016
7066
|
portal: boolean;
|
|
@@ -7026,12 +7076,12 @@ export declare const Components: {
|
|
|
7026
7076
|
M: {};
|
|
7027
7077
|
Defaults: {};
|
|
7028
7078
|
}, Readonly<ExtractPropTypes< {
|
|
7079
|
+
modelValue: BooleanConstructor;
|
|
7029
7080
|
placement: {
|
|
7030
7081
|
type: StringConstructor;
|
|
7031
7082
|
default: string;
|
|
7032
7083
|
validator: (value: string) => boolean;
|
|
7033
7084
|
};
|
|
7034
|
-
modelValue: BooleanConstructor;
|
|
7035
7085
|
always: BooleanConstructor;
|
|
7036
7086
|
content: (StringConstructor | FunctionConstructor)[];
|
|
7037
7087
|
animation: StringConstructor;
|
|
@@ -7073,17 +7123,17 @@ export declare const Components: {
|
|
|
7073
7123
|
default: boolean;
|
|
7074
7124
|
};
|
|
7075
7125
|
}>> & Readonly<{
|
|
7076
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
7077
7126
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7127
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
7078
7128
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
7079
7129
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
7080
7130
|
}>, () => VNode<RendererNode, RendererElement, {
|
|
7081
7131
|
[key: string]: any;
|
|
7082
7132
|
}>, {}, {}, {}, {
|
|
7083
7133
|
tag: string;
|
|
7134
|
+
modelValue: boolean;
|
|
7084
7135
|
placement: string;
|
|
7085
7136
|
disabled: boolean;
|
|
7086
|
-
modelValue: boolean;
|
|
7087
7137
|
always: boolean;
|
|
7088
7138
|
theme: string;
|
|
7089
7139
|
portal: boolean;
|
|
@@ -7096,12 +7146,12 @@ export declare const Components: {
|
|
|
7096
7146
|
__isTeleport?: never;
|
|
7097
7147
|
__isSuspense?: never;
|
|
7098
7148
|
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
7149
|
+
modelValue: BooleanConstructor;
|
|
7099
7150
|
placement: {
|
|
7100
7151
|
type: StringConstructor;
|
|
7101
7152
|
default: string;
|
|
7102
7153
|
validator: (value: string) => boolean;
|
|
7103
7154
|
};
|
|
7104
|
-
modelValue: BooleanConstructor;
|
|
7105
7155
|
always: BooleanConstructor;
|
|
7106
7156
|
content: (StringConstructor | FunctionConstructor)[];
|
|
7107
7157
|
animation: StringConstructor;
|
|
@@ -7143,17 +7193,17 @@ export declare const Components: {
|
|
|
7143
7193
|
default: boolean;
|
|
7144
7194
|
};
|
|
7145
7195
|
}>> & Readonly<{
|
|
7146
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
7147
7196
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7197
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
7148
7198
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
7149
7199
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
7150
7200
|
}>, () => VNode<RendererNode, RendererElement, {
|
|
7151
7201
|
[key: string]: any;
|
|
7152
7202
|
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], "close" | "update:modelValue" | "visible-change" | "ready", {
|
|
7153
7203
|
tag: string;
|
|
7204
|
+
modelValue: boolean;
|
|
7154
7205
|
placement: string;
|
|
7155
7206
|
disabled: boolean;
|
|
7156
|
-
modelValue: boolean;
|
|
7157
7207
|
always: boolean;
|
|
7158
7208
|
theme: string;
|
|
7159
7209
|
portal: boolean;
|
|
@@ -7170,12 +7220,12 @@ export declare const Components: {
|
|
|
7170
7220
|
};
|
|
7171
7221
|
MPopover: {
|
|
7172
7222
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
7223
|
+
modelValue: BooleanConstructor;
|
|
7173
7224
|
placement: {
|
|
7174
7225
|
type: StringConstructor;
|
|
7175
7226
|
default: string;
|
|
7176
7227
|
validator: (value: string) => boolean;
|
|
7177
7228
|
};
|
|
7178
|
-
modelValue: BooleanConstructor;
|
|
7179
7229
|
always: BooleanConstructor;
|
|
7180
7230
|
content: (StringConstructor | FunctionConstructor)[];
|
|
7181
7231
|
animation: StringConstructor;
|
|
@@ -7217,17 +7267,17 @@ export declare const Components: {
|
|
|
7217
7267
|
default: boolean;
|
|
7218
7268
|
};
|
|
7219
7269
|
}>> & Readonly<{
|
|
7220
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
7221
7270
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7271
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
7222
7272
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
7223
7273
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
7224
7274
|
}>, () => VNode<RendererNode, RendererElement, {
|
|
7225
7275
|
[key: string]: any;
|
|
7226
7276
|
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], PublicProps, {
|
|
7227
7277
|
tag: string;
|
|
7278
|
+
modelValue: boolean;
|
|
7228
7279
|
placement: string;
|
|
7229
7280
|
disabled: boolean;
|
|
7230
|
-
modelValue: boolean;
|
|
7231
7281
|
always: boolean;
|
|
7232
7282
|
theme: string;
|
|
7233
7283
|
portal: boolean;
|
|
@@ -7243,12 +7293,12 @@ export declare const Components: {
|
|
|
7243
7293
|
M: {};
|
|
7244
7294
|
Defaults: {};
|
|
7245
7295
|
}, Readonly<ExtractPropTypes< {
|
|
7296
|
+
modelValue: BooleanConstructor;
|
|
7246
7297
|
placement: {
|
|
7247
7298
|
type: StringConstructor;
|
|
7248
7299
|
default: string;
|
|
7249
7300
|
validator: (value: string) => boolean;
|
|
7250
7301
|
};
|
|
7251
|
-
modelValue: BooleanConstructor;
|
|
7252
7302
|
always: BooleanConstructor;
|
|
7253
7303
|
content: (StringConstructor | FunctionConstructor)[];
|
|
7254
7304
|
animation: StringConstructor;
|
|
@@ -7290,17 +7340,17 @@ export declare const Components: {
|
|
|
7290
7340
|
default: boolean;
|
|
7291
7341
|
};
|
|
7292
7342
|
}>> & Readonly<{
|
|
7293
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
7294
7343
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7344
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
7295
7345
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
7296
7346
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
7297
7347
|
}>, () => VNode<RendererNode, RendererElement, {
|
|
7298
7348
|
[key: string]: any;
|
|
7299
7349
|
}>, {}, {}, {}, {
|
|
7300
7350
|
tag: string;
|
|
7351
|
+
modelValue: boolean;
|
|
7301
7352
|
placement: string;
|
|
7302
7353
|
disabled: boolean;
|
|
7303
|
-
modelValue: boolean;
|
|
7304
7354
|
always: boolean;
|
|
7305
7355
|
theme: string;
|
|
7306
7356
|
portal: boolean;
|
|
@@ -7313,12 +7363,12 @@ export declare const Components: {
|
|
|
7313
7363
|
__isTeleport?: never;
|
|
7314
7364
|
__isSuspense?: never;
|
|
7315
7365
|
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
7366
|
+
modelValue: BooleanConstructor;
|
|
7316
7367
|
placement: {
|
|
7317
7368
|
type: StringConstructor;
|
|
7318
7369
|
default: string;
|
|
7319
7370
|
validator: (value: string) => boolean;
|
|
7320
7371
|
};
|
|
7321
|
-
modelValue: BooleanConstructor;
|
|
7322
7372
|
always: BooleanConstructor;
|
|
7323
7373
|
content: (StringConstructor | FunctionConstructor)[];
|
|
7324
7374
|
animation: StringConstructor;
|
|
@@ -7360,17 +7410,17 @@ export declare const Components: {
|
|
|
7360
7410
|
default: boolean;
|
|
7361
7411
|
};
|
|
7362
7412
|
}>> & Readonly<{
|
|
7363
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
7364
7413
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7414
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
7365
7415
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
7366
7416
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
7367
7417
|
}>, () => VNode<RendererNode, RendererElement, {
|
|
7368
7418
|
[key: string]: any;
|
|
7369
7419
|
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], "close" | "update:modelValue" | "visible-change" | "ready", {
|
|
7370
7420
|
tag: string;
|
|
7421
|
+
modelValue: boolean;
|
|
7371
7422
|
placement: string;
|
|
7372
7423
|
disabled: boolean;
|
|
7373
|
-
modelValue: boolean;
|
|
7374
7424
|
always: boolean;
|
|
7375
7425
|
theme: string;
|
|
7376
7426
|
portal: boolean;
|
|
@@ -7456,15 +7506,15 @@ export declare const Components: {
|
|
|
7456
7506
|
};
|
|
7457
7507
|
};
|
|
7458
7508
|
}>> & Readonly<{
|
|
7459
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
7460
7509
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7510
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
7461
7511
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
7462
7512
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
7463
7513
|
}>, {
|
|
7464
7514
|
mask: boolean;
|
|
7515
|
+
modelValue: boolean;
|
|
7465
7516
|
placement: string;
|
|
7466
7517
|
fixed: boolean;
|
|
7467
|
-
modelValue: boolean;
|
|
7468
7518
|
theme: string;
|
|
7469
7519
|
maskClosable: boolean;
|
|
7470
7520
|
scrollRegExp: Record<string, any>;
|
|
@@ -7540,15 +7590,15 @@ export declare const Components: {
|
|
|
7540
7590
|
};
|
|
7541
7591
|
};
|
|
7542
7592
|
}>> & Readonly<{
|
|
7543
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
7544
7593
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7594
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
7545
7595
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
7546
7596
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
7547
7597
|
}>, {
|
|
7548
7598
|
mask: boolean;
|
|
7599
|
+
modelValue: boolean;
|
|
7549
7600
|
placement: string;
|
|
7550
7601
|
fixed: boolean;
|
|
7551
|
-
modelValue: boolean;
|
|
7552
7602
|
theme: string;
|
|
7553
7603
|
maskClosable: boolean;
|
|
7554
7604
|
scrollRegExp: Record<string, any>;
|
|
@@ -7876,8 +7926,8 @@ export declare const Components: {
|
|
|
7876
7926
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7877
7927
|
}>, {
|
|
7878
7928
|
label: string | number | boolean;
|
|
7879
|
-
disabled: boolean;
|
|
7880
7929
|
modelValue: string | number | boolean;
|
|
7930
|
+
disabled: boolean;
|
|
7881
7931
|
value: string | number | boolean;
|
|
7882
7932
|
trueValue: string | number | boolean;
|
|
7883
7933
|
falseValue: string | number | boolean;
|
|
@@ -7943,8 +7993,8 @@ export declare const Components: {
|
|
|
7943
7993
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7944
7994
|
}>, {
|
|
7945
7995
|
label: string | number | boolean;
|
|
7946
|
-
disabled: boolean;
|
|
7947
7996
|
modelValue: string | number | boolean;
|
|
7997
|
+
disabled: boolean;
|
|
7948
7998
|
value: string | number | boolean;
|
|
7949
7999
|
trueValue: string | number | boolean;
|
|
7950
8000
|
falseValue: string | number | boolean;
|
|
@@ -8007,8 +8057,8 @@ export declare const Components: {
|
|
|
8007
8057
|
}>, {
|
|
8008
8058
|
type: string;
|
|
8009
8059
|
name: string;
|
|
8010
|
-
disabled: boolean;
|
|
8011
8060
|
modelValue: string | number;
|
|
8061
|
+
disabled: boolean;
|
|
8012
8062
|
vertical: boolean;
|
|
8013
8063
|
fragment: boolean;
|
|
8014
8064
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -8070,8 +8120,8 @@ export declare const Components: {
|
|
|
8070
8120
|
}>, {
|
|
8071
8121
|
type: string;
|
|
8072
8122
|
name: string;
|
|
8073
|
-
disabled: boolean;
|
|
8074
8123
|
modelValue: string | number;
|
|
8124
|
+
disabled: boolean;
|
|
8075
8125
|
vertical: boolean;
|
|
8076
8126
|
fragment: boolean;
|
|
8077
8127
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -8155,8 +8205,8 @@ export declare const Components: {
|
|
|
8155
8205
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
8156
8206
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
8157
8207
|
}>, {
|
|
8158
|
-
disabled: boolean;
|
|
8159
8208
|
modelValue: string | number;
|
|
8209
|
+
disabled: boolean;
|
|
8160
8210
|
icon: string;
|
|
8161
8211
|
color: string;
|
|
8162
8212
|
clearable: boolean;
|
|
@@ -8245,8 +8295,8 @@ export declare const Components: {
|
|
|
8245
8295
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
8246
8296
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
8247
8297
|
}>, {
|
|
8248
|
-
disabled: boolean;
|
|
8249
8298
|
modelValue: string | number;
|
|
8299
|
+
disabled: boolean;
|
|
8250
8300
|
icon: string;
|
|
8251
8301
|
color: string;
|
|
8252
8302
|
clearable: boolean;
|
|
@@ -8873,11 +8923,11 @@ export declare const Components: {
|
|
|
8873
8923
|
id: {
|
|
8874
8924
|
type: StringConstructor;
|
|
8875
8925
|
};
|
|
8926
|
+
modelValue: PropType<string | number | any[]>;
|
|
8876
8927
|
disabled: {
|
|
8877
8928
|
type: BooleanConstructor;
|
|
8878
8929
|
default: boolean;
|
|
8879
8930
|
};
|
|
8880
|
-
modelValue: PropType<string | number | any[]>;
|
|
8881
8931
|
clearable: {
|
|
8882
8932
|
type: BooleanConstructor;
|
|
8883
8933
|
default: boolean;
|
|
@@ -8951,11 +9001,11 @@ export declare const Components: {
|
|
|
8951
9001
|
id: {
|
|
8952
9002
|
type: StringConstructor;
|
|
8953
9003
|
};
|
|
9004
|
+
modelValue: PropType<string | number | any[]>;
|
|
8954
9005
|
disabled: {
|
|
8955
9006
|
type: BooleanConstructor;
|
|
8956
9007
|
default: boolean;
|
|
8957
9008
|
};
|
|
8958
|
-
modelValue: PropType<string | number | any[]>;
|
|
8959
9009
|
clearable: {
|
|
8960
9010
|
type: BooleanConstructor;
|
|
8961
9011
|
default: boolean;
|
|
@@ -8967,9 +9017,9 @@ export declare const Components: {
|
|
|
8967
9017
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
8968
9018
|
}>> & Readonly<{
|
|
8969
9019
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
9020
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
8970
9021
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
8971
9022
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
8972
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
8973
9023
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
8974
9024
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
8975
9025
|
}>, {
|
|
@@ -9054,11 +9104,11 @@ export declare const Components: {
|
|
|
9054
9104
|
id: {
|
|
9055
9105
|
type: StringConstructor;
|
|
9056
9106
|
};
|
|
9107
|
+
modelValue: PropType<string | number | any[]>;
|
|
9057
9108
|
disabled: {
|
|
9058
9109
|
type: BooleanConstructor;
|
|
9059
9110
|
default: boolean;
|
|
9060
9111
|
};
|
|
9061
|
-
modelValue: PropType<string | number | any[]>;
|
|
9062
9112
|
clearable: {
|
|
9063
9113
|
type: BooleanConstructor;
|
|
9064
9114
|
default: boolean;
|
|
@@ -9132,11 +9182,11 @@ export declare const Components: {
|
|
|
9132
9182
|
id: {
|
|
9133
9183
|
type: StringConstructor;
|
|
9134
9184
|
};
|
|
9185
|
+
modelValue: PropType<string | number | any[]>;
|
|
9135
9186
|
disabled: {
|
|
9136
9187
|
type: BooleanConstructor;
|
|
9137
9188
|
default: boolean;
|
|
9138
9189
|
};
|
|
9139
|
-
modelValue: PropType<string | number | any[]>;
|
|
9140
9190
|
clearable: {
|
|
9141
9191
|
type: BooleanConstructor;
|
|
9142
9192
|
default: boolean;
|
|
@@ -9148,9 +9198,9 @@ export declare const Components: {
|
|
|
9148
9198
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9149
9199
|
}>> & Readonly<{
|
|
9150
9200
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
9201
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
9151
9202
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
9152
9203
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
9153
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
9154
9204
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
9155
9205
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
9156
9206
|
}>, {
|
|
@@ -9414,10 +9464,10 @@ export declare const Components: {
|
|
|
9414
9464
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
9415
9465
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
9416
9466
|
}>, {
|
|
9467
|
+
modelValue: string | number | boolean;
|
|
9417
9468
|
disabled: boolean;
|
|
9418
9469
|
width: number;
|
|
9419
9470
|
height: number;
|
|
9420
|
-
modelValue: string | number | boolean;
|
|
9421
9471
|
checkedValue: string | number | boolean;
|
|
9422
9472
|
uncheckedValue: string | number | boolean;
|
|
9423
9473
|
borderWidth: number;
|
|
@@ -9509,10 +9559,10 @@ export declare const Components: {
|
|
|
9509
9559
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
9510
9560
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
9511
9561
|
}>, {
|
|
9562
|
+
modelValue: string | number | boolean;
|
|
9512
9563
|
disabled: boolean;
|
|
9513
9564
|
width: number;
|
|
9514
9565
|
height: number;
|
|
9515
|
-
modelValue: string | number | boolean;
|
|
9516
9566
|
checkedValue: string | number | boolean;
|
|
9517
9567
|
uncheckedValue: string | number | boolean;
|
|
9518
9568
|
borderWidth: number;
|
|
@@ -10064,6 +10114,8 @@ export declare const Components: {
|
|
|
10064
10114
|
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
10065
10115
|
barClass: (ObjectConstructor | StringConstructor)[];
|
|
10066
10116
|
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
10117
|
+
affixable: BooleanConstructor;
|
|
10118
|
+
affixOptions: ObjectConstructor;
|
|
10067
10119
|
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
10068
10120
|
type: {
|
|
10069
10121
|
type: StringConstructor;
|
|
@@ -10089,6 +10141,8 @@ export declare const Components: {
|
|
|
10089
10141
|
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
10090
10142
|
barClass: (ObjectConstructor | StringConstructor)[];
|
|
10091
10143
|
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
10144
|
+
affixable: BooleanConstructor;
|
|
10145
|
+
affixOptions: ObjectConstructor;
|
|
10092
10146
|
}>> & Readonly<{
|
|
10093
10147
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
10094
10148
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
@@ -10098,6 +10152,7 @@ export declare const Components: {
|
|
|
10098
10152
|
closable: boolean;
|
|
10099
10153
|
afloat: boolean;
|
|
10100
10154
|
animated: boolean;
|
|
10155
|
+
affixable: boolean;
|
|
10101
10156
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
10102
10157
|
MTabs: DefineComponent<ExtractPropTypes< {
|
|
10103
10158
|
theme: {
|
|
@@ -10156,6 +10211,8 @@ export declare const Components: {
|
|
|
10156
10211
|
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
10157
10212
|
barClass: (ObjectConstructor | StringConstructor)[];
|
|
10158
10213
|
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
10214
|
+
affixable: BooleanConstructor;
|
|
10215
|
+
affixOptions: ObjectConstructor;
|
|
10159
10216
|
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
10160
10217
|
theme: {
|
|
10161
10218
|
type: StringConstructor;
|
|
@@ -10213,6 +10270,8 @@ export declare const Components: {
|
|
|
10213
10270
|
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
10214
10271
|
barClass: (ObjectConstructor | StringConstructor)[];
|
|
10215
10272
|
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
10273
|
+
affixable: BooleanConstructor;
|
|
10274
|
+
affixOptions: ObjectConstructor;
|
|
10216
10275
|
}>> & Readonly<{
|
|
10217
10276
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
10218
10277
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
@@ -10226,6 +10285,7 @@ export declare const Components: {
|
|
|
10226
10285
|
animated: boolean;
|
|
10227
10286
|
offsetTop: number;
|
|
10228
10287
|
barStyle: Record<string, any> | unknown[];
|
|
10288
|
+
affixable: boolean;
|
|
10229
10289
|
autoAfloatWidth: boolean;
|
|
10230
10290
|
average: boolean;
|
|
10231
10291
|
showWrapper: boolean;
|
|
@@ -10641,11 +10701,11 @@ export declare const Components: {
|
|
|
10641
10701
|
id: {
|
|
10642
10702
|
type: StringConstructor;
|
|
10643
10703
|
};
|
|
10704
|
+
modelValue: PropType<string | number | any[]>;
|
|
10644
10705
|
disabled: {
|
|
10645
10706
|
type: BooleanConstructor;
|
|
10646
10707
|
default: boolean;
|
|
10647
10708
|
};
|
|
10648
|
-
modelValue: PropType<string | number | any[]>;
|
|
10649
10709
|
maxlength: NumberConstructor;
|
|
10650
10710
|
allowDispatch: {
|
|
10651
10711
|
type: BooleanConstructor;
|
|
@@ -10685,11 +10745,11 @@ export declare const Components: {
|
|
|
10685
10745
|
id: {
|
|
10686
10746
|
type: StringConstructor;
|
|
10687
10747
|
};
|
|
10748
|
+
modelValue: PropType<string | number | any[]>;
|
|
10688
10749
|
disabled: {
|
|
10689
10750
|
type: BooleanConstructor;
|
|
10690
10751
|
default: boolean;
|
|
10691
10752
|
};
|
|
10692
|
-
modelValue: PropType<string | number | any[]>;
|
|
10693
10753
|
maxlength: NumberConstructor;
|
|
10694
10754
|
allowDispatch: {
|
|
10695
10755
|
type: BooleanConstructor;
|
|
@@ -10718,11 +10778,11 @@ export declare const Components: {
|
|
|
10718
10778
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
10719
10779
|
onKeypress?: ((...args: any[]) => any) | undefined;
|
|
10720
10780
|
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
10781
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
10721
10782
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
10722
10783
|
onResize?: ((...args: any[]) => any) | undefined;
|
|
10723
10784
|
onEnter?: ((...args: any[]) => any) | undefined;
|
|
10724
10785
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
10725
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
10726
10786
|
}>, {
|
|
10727
10787
|
disabled: boolean;
|
|
10728
10788
|
allowDispatch: boolean;
|
|
@@ -10753,11 +10813,11 @@ export declare const Components: {
|
|
|
10753
10813
|
id: {
|
|
10754
10814
|
type: StringConstructor;
|
|
10755
10815
|
};
|
|
10816
|
+
modelValue: PropType<string | number | any[]>;
|
|
10756
10817
|
disabled: {
|
|
10757
10818
|
type: BooleanConstructor;
|
|
10758
10819
|
default: boolean;
|
|
10759
10820
|
};
|
|
10760
|
-
modelValue: PropType<string | number | any[]>;
|
|
10761
10821
|
maxlength: NumberConstructor;
|
|
10762
10822
|
allowDispatch: {
|
|
10763
10823
|
type: BooleanConstructor;
|
|
@@ -10796,11 +10856,11 @@ export declare const Components: {
|
|
|
10796
10856
|
id: {
|
|
10797
10857
|
type: StringConstructor;
|
|
10798
10858
|
};
|
|
10859
|
+
modelValue: PropType<string | number | any[]>;
|
|
10799
10860
|
disabled: {
|
|
10800
10861
|
type: BooleanConstructor;
|
|
10801
10862
|
default: boolean;
|
|
10802
10863
|
};
|
|
10803
|
-
modelValue: PropType<string | number | any[]>;
|
|
10804
10864
|
maxlength: NumberConstructor;
|
|
10805
10865
|
allowDispatch: {
|
|
10806
10866
|
type: BooleanConstructor;
|
|
@@ -10828,11 +10888,11 @@ export declare const Components: {
|
|
|
10828
10888
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
10829
10889
|
onKeypress?: ((...args: any[]) => any) | undefined;
|
|
10830
10890
|
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
10891
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
10831
10892
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
10832
10893
|
onResize?: ((...args: any[]) => any) | undefined;
|
|
10833
10894
|
onEnter?: ((...args: any[]) => any) | undefined;
|
|
10834
10895
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
10835
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
10836
10896
|
}>, {
|
|
10837
10897
|
disabled: boolean;
|
|
10838
10898
|
allowDispatch: boolean;
|
|
@@ -11005,9 +11065,9 @@ export declare const Components: {
|
|
|
11005
11065
|
onError?: ((...args: any[]) => any) | undefined;
|
|
11006
11066
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
11007
11067
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
11068
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11008
11069
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
11009
11070
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
11010
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11011
11071
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
11012
11072
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
11013
11073
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
@@ -11164,9 +11224,9 @@ export declare const Components: {
|
|
|
11164
11224
|
onError?: ((...args: any[]) => any) | undefined;
|
|
11165
11225
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
11166
11226
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
11227
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11167
11228
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
11168
11229
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
11169
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11170
11230
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
11171
11231
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
11172
11232
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
@@ -13260,7 +13320,7 @@ export declare const Components: {
|
|
|
13260
13320
|
};
|
|
13261
13321
|
showMessage: BooleanConstructor;
|
|
13262
13322
|
enhancer: (BooleanConstructor | FunctionConstructor)[];
|
|
13263
|
-
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "
|
|
13323
|
+
}>, () => 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< {
|
|
13264
13324
|
picker: {
|
|
13265
13325
|
type: ArrayConstructor;
|
|
13266
13326
|
default: () => string[];
|
|
@@ -13337,8 +13397,8 @@ export declare const Components: {
|
|
|
13337
13397
|
}>, {
|
|
13338
13398
|
output: string | Function;
|
|
13339
13399
|
mask: boolean;
|
|
13340
|
-
disabled: boolean;
|
|
13341
13400
|
modelValue: string | Record<string, any> | unknown[];
|
|
13401
|
+
disabled: boolean;
|
|
13342
13402
|
max: number | Record<string, any>;
|
|
13343
13403
|
showMessage: boolean;
|
|
13344
13404
|
uploadOptions: Record<string, any>;
|
|
@@ -13411,7 +13471,7 @@ export declare const Components: {
|
|
|
13411
13471
|
};
|
|
13412
13472
|
showMessage: BooleanConstructor;
|
|
13413
13473
|
enhancer: (BooleanConstructor | FunctionConstructor)[];
|
|
13414
|
-
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "
|
|
13474
|
+
}>, () => 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< {
|
|
13415
13475
|
picker: {
|
|
13416
13476
|
type: ArrayConstructor;
|
|
13417
13477
|
default: () => string[];
|
|
@@ -13488,8 +13548,8 @@ export declare const Components: {
|
|
|
13488
13548
|
}>, {
|
|
13489
13549
|
output: string | Function;
|
|
13490
13550
|
mask: boolean;
|
|
13491
|
-
disabled: boolean;
|
|
13492
13551
|
modelValue: string | Record<string, any> | unknown[];
|
|
13552
|
+
disabled: boolean;
|
|
13493
13553
|
max: number | Record<string, any>;
|
|
13494
13554
|
showMessage: boolean;
|
|
13495
13555
|
uploadOptions: Record<string, any>;
|