@deot/vc 1.0.47 → 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 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, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
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, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
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;
@@ -4329,9 +4355,9 @@ export declare const Components: {
4329
4355
  onKeydown?: ((...args: any[]) => any) | undefined;
4330
4356
  onKeypress?: ((...args: any[]) => any) | undefined;
4331
4357
  onKeyup?: ((...args: any[]) => any) | undefined;
4358
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
4332
4359
  onEnter?: ((...args: any[]) => any) | undefined;
4333
4360
  onClear?: ((...args: any[]) => any) | undefined;
4334
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
4335
4361
  onTip?: ((...args: any[]) => any) | undefined;
4336
4362
  }>, {
4337
4363
  disabled: boolean;
@@ -4464,9 +4490,9 @@ export declare const Components: {
4464
4490
  onKeydown?: ((...args: any[]) => any) | undefined;
4465
4491
  onKeypress?: ((...args: any[]) => any) | undefined;
4466
4492
  onKeyup?: ((...args: any[]) => any) | undefined;
4493
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
4467
4494
  onEnter?: ((...args: any[]) => any) | undefined;
4468
4495
  onClear?: ((...args: any[]) => any) | undefined;
4469
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
4470
4496
  onTip?: ((...args: any[]) => any) | undefined;
4471
4497
  }>, {
4472
4498
  disabled: boolean;
@@ -5419,9 +5445,9 @@ export declare const Components: {
5419
5445
  type: FunctionConstructor;
5420
5446
  };
5421
5447
  }>> & Readonly<{
5448
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
5422
5449
  onCancel?: ((...args: any[]) => any) | undefined;
5423
5450
  onClose?: ((...args: any[]) => any) | undefined;
5424
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
5425
5451
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
5426
5452
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
5427
5453
  onOk?: ((...args: any[]) => any) | undefined;
@@ -5539,9 +5565,9 @@ export declare const Components: {
5539
5565
  type: FunctionConstructor;
5540
5566
  };
5541
5567
  }>> & Readonly<{
5568
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
5542
5569
  onCancel?: ((...args: any[]) => any) | undefined;
5543
5570
  onClose?: ((...args: any[]) => any) | undefined;
5544
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
5545
5571
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
5546
5572
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
5547
5573
  onOk?: ((...args: any[]) => any) | undefined;
@@ -5656,9 +5682,9 @@ export declare const Components: {
5656
5682
  type: FunctionConstructor;
5657
5683
  };
5658
5684
  }>> & Readonly<{
5685
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
5659
5686
  onCancel?: ((...args: any[]) => any) | undefined;
5660
5687
  onClose?: ((...args: any[]) => any) | undefined;
5661
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
5662
5688
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
5663
5689
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
5664
5690
  onOk?: ((...args: any[]) => any) | undefined;
@@ -5994,9 +6020,9 @@ export declare const Components: {
5994
6020
  type: FunctionConstructor;
5995
6021
  };
5996
6022
  }>> & Readonly<{
6023
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
5997
6024
  onCancel?: ((...args: any[]) => any) | undefined;
5998
6025
  onClose?: ((...args: any[]) => any) | undefined;
5999
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6000
6026
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
6001
6027
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
6002
6028
  onOk?: ((...args: any[]) => any) | undefined;
@@ -6123,16 +6149,16 @@ export declare const Components: {
6123
6149
  type: FunctionConstructor;
6124
6150
  };
6125
6151
  }>> & Readonly<{
6152
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6126
6153
  onCancel?: ((...args: any[]) => any) | undefined;
6127
6154
  onClose?: ((...args: any[]) => any) | undefined;
6128
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6129
6155
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
6130
6156
  onOk?: ((...args: any[]) => any) | undefined;
6131
6157
  }>, {
6132
6158
  footer: boolean;
6133
6159
  mask: boolean;
6134
- width: number;
6135
6160
  modelValue: boolean;
6161
+ width: number;
6136
6162
  mode: "alert" | "operation";
6137
6163
  maskClosable: boolean;
6138
6164
  closeWithCancel: boolean;
@@ -6826,17 +6852,17 @@ export declare const Components: {
6826
6852
  width: (StringConstructor | NumberConstructor)[];
6827
6853
  portalClass: (ObjectConstructor | StringConstructor)[];
6828
6854
  }>> & Readonly<{
6855
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6829
6856
  onCancel?: ((...args: any[]) => any) | undefined;
6830
6857
  onClose?: ((...args: any[]) => any) | undefined;
6831
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6832
6858
  onReady?: ((...args: any[]) => any) | undefined;
6833
6859
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
6834
6860
  onOk?: ((...args: any[]) => any) | undefined;
6835
6861
  }>, {
6836
6862
  type: string;
6837
6863
  title: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6838
- placement: string;
6839
6864
  modelValue: boolean;
6865
+ placement: string;
6840
6866
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6841
6867
  trigger: string;
6842
6868
  okText: string;
@@ -6933,17 +6959,17 @@ export declare const Components: {
6933
6959
  width: (StringConstructor | NumberConstructor)[];
6934
6960
  portalClass: (ObjectConstructor | StringConstructor)[];
6935
6961
  }>> & Readonly<{
6962
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6936
6963
  onCancel?: ((...args: any[]) => any) | undefined;
6937
6964
  onClose?: ((...args: any[]) => any) | undefined;
6938
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6939
6965
  onReady?: ((...args: any[]) => any) | undefined;
6940
6966
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
6941
6967
  onOk?: ((...args: any[]) => any) | undefined;
6942
6968
  }>, {
6943
6969
  type: string;
6944
6970
  title: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6945
- placement: string;
6946
6971
  modelValue: boolean;
6972
+ placement: string;
6947
6973
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6948
6974
  trigger: string;
6949
6975
  okText: string;
@@ -6953,12 +6979,12 @@ export declare const Components: {
6953
6979
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
6954
6980
  Popover: {
6955
6981
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
6982
+ modelValue: BooleanConstructor;
6956
6983
  placement: {
6957
6984
  type: StringConstructor;
6958
6985
  default: string;
6959
6986
  validator: (value: string) => boolean;
6960
6987
  };
6961
- modelValue: BooleanConstructor;
6962
6988
  always: BooleanConstructor;
6963
6989
  content: (StringConstructor | FunctionConstructor)[];
6964
6990
  animation: StringConstructor;
@@ -7000,17 +7026,17 @@ export declare const Components: {
7000
7026
  default: boolean;
7001
7027
  };
7002
7028
  }>> & Readonly<{
7003
- onClose?: ((...args: any[]) => any) | undefined;
7004
7029
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7030
+ onClose?: ((...args: any[]) => any) | undefined;
7005
7031
  onReady?: ((...args: any[]) => any) | undefined;
7006
7032
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
7007
7033
  }>, () => VNode<RendererNode, RendererElement, {
7008
7034
  [key: string]: any;
7009
7035
  }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], PublicProps, {
7010
7036
  tag: string;
7037
+ modelValue: boolean;
7011
7038
  placement: string;
7012
7039
  disabled: boolean;
7013
- modelValue: boolean;
7014
7040
  always: boolean;
7015
7041
  theme: string;
7016
7042
  portal: boolean;
@@ -7026,12 +7052,12 @@ export declare const Components: {
7026
7052
  M: {};
7027
7053
  Defaults: {};
7028
7054
  }, Readonly<ExtractPropTypes< {
7055
+ modelValue: BooleanConstructor;
7029
7056
  placement: {
7030
7057
  type: StringConstructor;
7031
7058
  default: string;
7032
7059
  validator: (value: string) => boolean;
7033
7060
  };
7034
- modelValue: BooleanConstructor;
7035
7061
  always: BooleanConstructor;
7036
7062
  content: (StringConstructor | FunctionConstructor)[];
7037
7063
  animation: StringConstructor;
@@ -7073,17 +7099,17 @@ export declare const Components: {
7073
7099
  default: boolean;
7074
7100
  };
7075
7101
  }>> & Readonly<{
7076
- onClose?: ((...args: any[]) => any) | undefined;
7077
7102
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7103
+ onClose?: ((...args: any[]) => any) | undefined;
7078
7104
  onReady?: ((...args: any[]) => any) | undefined;
7079
7105
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
7080
7106
  }>, () => VNode<RendererNode, RendererElement, {
7081
7107
  [key: string]: any;
7082
7108
  }>, {}, {}, {}, {
7083
7109
  tag: string;
7110
+ modelValue: boolean;
7084
7111
  placement: string;
7085
7112
  disabled: boolean;
7086
- modelValue: boolean;
7087
7113
  always: boolean;
7088
7114
  theme: string;
7089
7115
  portal: boolean;
@@ -7096,12 +7122,12 @@ export declare const Components: {
7096
7122
  __isTeleport?: never;
7097
7123
  __isSuspense?: never;
7098
7124
  } & ComponentOptionsBase<Readonly<ExtractPropTypes< {
7125
+ modelValue: BooleanConstructor;
7099
7126
  placement: {
7100
7127
  type: StringConstructor;
7101
7128
  default: string;
7102
7129
  validator: (value: string) => boolean;
7103
7130
  };
7104
- modelValue: BooleanConstructor;
7105
7131
  always: BooleanConstructor;
7106
7132
  content: (StringConstructor | FunctionConstructor)[];
7107
7133
  animation: StringConstructor;
@@ -7143,17 +7169,17 @@ export declare const Components: {
7143
7169
  default: boolean;
7144
7170
  };
7145
7171
  }>> & Readonly<{
7146
- onClose?: ((...args: any[]) => any) | undefined;
7147
7172
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7173
+ onClose?: ((...args: any[]) => any) | undefined;
7148
7174
  onReady?: ((...args: any[]) => any) | undefined;
7149
7175
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
7150
7176
  }>, () => VNode<RendererNode, RendererElement, {
7151
7177
  [key: string]: any;
7152
7178
  }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], "close" | "update:modelValue" | "visible-change" | "ready", {
7153
7179
  tag: string;
7180
+ modelValue: boolean;
7154
7181
  placement: string;
7155
7182
  disabled: boolean;
7156
- modelValue: boolean;
7157
7183
  always: boolean;
7158
7184
  theme: string;
7159
7185
  portal: boolean;
@@ -7170,12 +7196,12 @@ export declare const Components: {
7170
7196
  };
7171
7197
  MPopover: {
7172
7198
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
7199
+ modelValue: BooleanConstructor;
7173
7200
  placement: {
7174
7201
  type: StringConstructor;
7175
7202
  default: string;
7176
7203
  validator: (value: string) => boolean;
7177
7204
  };
7178
- modelValue: BooleanConstructor;
7179
7205
  always: BooleanConstructor;
7180
7206
  content: (StringConstructor | FunctionConstructor)[];
7181
7207
  animation: StringConstructor;
@@ -7217,17 +7243,17 @@ export declare const Components: {
7217
7243
  default: boolean;
7218
7244
  };
7219
7245
  }>> & Readonly<{
7220
- onClose?: ((...args: any[]) => any) | undefined;
7221
7246
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7247
+ onClose?: ((...args: any[]) => any) | undefined;
7222
7248
  onReady?: ((...args: any[]) => any) | undefined;
7223
7249
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
7224
7250
  }>, () => VNode<RendererNode, RendererElement, {
7225
7251
  [key: string]: any;
7226
7252
  }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], PublicProps, {
7227
7253
  tag: string;
7254
+ modelValue: boolean;
7228
7255
  placement: string;
7229
7256
  disabled: boolean;
7230
- modelValue: boolean;
7231
7257
  always: boolean;
7232
7258
  theme: string;
7233
7259
  portal: boolean;
@@ -7243,12 +7269,12 @@ export declare const Components: {
7243
7269
  M: {};
7244
7270
  Defaults: {};
7245
7271
  }, Readonly<ExtractPropTypes< {
7272
+ modelValue: BooleanConstructor;
7246
7273
  placement: {
7247
7274
  type: StringConstructor;
7248
7275
  default: string;
7249
7276
  validator: (value: string) => boolean;
7250
7277
  };
7251
- modelValue: BooleanConstructor;
7252
7278
  always: BooleanConstructor;
7253
7279
  content: (StringConstructor | FunctionConstructor)[];
7254
7280
  animation: StringConstructor;
@@ -7290,17 +7316,17 @@ export declare const Components: {
7290
7316
  default: boolean;
7291
7317
  };
7292
7318
  }>> & Readonly<{
7293
- onClose?: ((...args: any[]) => any) | undefined;
7294
7319
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7320
+ onClose?: ((...args: any[]) => any) | undefined;
7295
7321
  onReady?: ((...args: any[]) => any) | undefined;
7296
7322
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
7297
7323
  }>, () => VNode<RendererNode, RendererElement, {
7298
7324
  [key: string]: any;
7299
7325
  }>, {}, {}, {}, {
7300
7326
  tag: string;
7327
+ modelValue: boolean;
7301
7328
  placement: string;
7302
7329
  disabled: boolean;
7303
- modelValue: boolean;
7304
7330
  always: boolean;
7305
7331
  theme: string;
7306
7332
  portal: boolean;
@@ -7313,12 +7339,12 @@ export declare const Components: {
7313
7339
  __isTeleport?: never;
7314
7340
  __isSuspense?: never;
7315
7341
  } & ComponentOptionsBase<Readonly<ExtractPropTypes< {
7342
+ modelValue: BooleanConstructor;
7316
7343
  placement: {
7317
7344
  type: StringConstructor;
7318
7345
  default: string;
7319
7346
  validator: (value: string) => boolean;
7320
7347
  };
7321
- modelValue: BooleanConstructor;
7322
7348
  always: BooleanConstructor;
7323
7349
  content: (StringConstructor | FunctionConstructor)[];
7324
7350
  animation: StringConstructor;
@@ -7360,17 +7386,17 @@ export declare const Components: {
7360
7386
  default: boolean;
7361
7387
  };
7362
7388
  }>> & Readonly<{
7363
- onClose?: ((...args: any[]) => any) | undefined;
7364
7389
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7390
+ onClose?: ((...args: any[]) => any) | undefined;
7365
7391
  onReady?: ((...args: any[]) => any) | undefined;
7366
7392
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
7367
7393
  }>, () => VNode<RendererNode, RendererElement, {
7368
7394
  [key: string]: any;
7369
7395
  }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], "close" | "update:modelValue" | "visible-change" | "ready", {
7370
7396
  tag: string;
7397
+ modelValue: boolean;
7371
7398
  placement: string;
7372
7399
  disabled: boolean;
7373
- modelValue: boolean;
7374
7400
  always: boolean;
7375
7401
  theme: string;
7376
7402
  portal: boolean;
@@ -7456,15 +7482,15 @@ export declare const Components: {
7456
7482
  };
7457
7483
  };
7458
7484
  }>> & Readonly<{
7459
- onClose?: ((...args: any[]) => any) | undefined;
7460
7485
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7486
+ onClose?: ((...args: any[]) => any) | undefined;
7461
7487
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
7462
7488
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
7463
7489
  }>, {
7464
7490
  mask: boolean;
7491
+ modelValue: boolean;
7465
7492
  placement: string;
7466
7493
  fixed: boolean;
7467
- modelValue: boolean;
7468
7494
  theme: string;
7469
7495
  maskClosable: boolean;
7470
7496
  scrollRegExp: Record<string, any>;
@@ -7540,15 +7566,15 @@ export declare const Components: {
7540
7566
  };
7541
7567
  };
7542
7568
  }>> & Readonly<{
7543
- onClose?: ((...args: any[]) => any) | undefined;
7544
7569
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7570
+ onClose?: ((...args: any[]) => any) | undefined;
7545
7571
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
7546
7572
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
7547
7573
  }>, {
7548
7574
  mask: boolean;
7575
+ modelValue: boolean;
7549
7576
  placement: string;
7550
7577
  fixed: boolean;
7551
- modelValue: boolean;
7552
7578
  theme: string;
7553
7579
  maskClosable: boolean;
7554
7580
  scrollRegExp: Record<string, any>;
@@ -7876,8 +7902,8 @@ export declare const Components: {
7876
7902
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7877
7903
  }>, {
7878
7904
  label: string | number | boolean;
7879
- disabled: boolean;
7880
7905
  modelValue: string | number | boolean;
7906
+ disabled: boolean;
7881
7907
  value: string | number | boolean;
7882
7908
  trueValue: string | number | boolean;
7883
7909
  falseValue: string | number | boolean;
@@ -7943,8 +7969,8 @@ export declare const Components: {
7943
7969
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7944
7970
  }>, {
7945
7971
  label: string | number | boolean;
7946
- disabled: boolean;
7947
7972
  modelValue: string | number | boolean;
7973
+ disabled: boolean;
7948
7974
  value: string | number | boolean;
7949
7975
  trueValue: string | number | boolean;
7950
7976
  falseValue: string | number | boolean;
@@ -8007,8 +8033,8 @@ export declare const Components: {
8007
8033
  }>, {
8008
8034
  type: string;
8009
8035
  name: string;
8010
- disabled: boolean;
8011
8036
  modelValue: string | number;
8037
+ disabled: boolean;
8012
8038
  vertical: boolean;
8013
8039
  fragment: boolean;
8014
8040
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -8070,8 +8096,8 @@ export declare const Components: {
8070
8096
  }>, {
8071
8097
  type: string;
8072
8098
  name: string;
8073
- disabled: boolean;
8074
8099
  modelValue: string | number;
8100
+ disabled: boolean;
8075
8101
  vertical: boolean;
8076
8102
  fragment: boolean;
8077
8103
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -8155,8 +8181,8 @@ export declare const Components: {
8155
8181
  onChange?: ((...args: any[]) => any) | undefined;
8156
8182
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8157
8183
  }>, {
8158
- disabled: boolean;
8159
8184
  modelValue: string | number;
8185
+ disabled: boolean;
8160
8186
  icon: string;
8161
8187
  color: string;
8162
8188
  clearable: boolean;
@@ -8245,8 +8271,8 @@ export declare const Components: {
8245
8271
  onChange?: ((...args: any[]) => any) | undefined;
8246
8272
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8247
8273
  }>, {
8248
- disabled: boolean;
8249
8274
  modelValue: string | number;
8275
+ disabled: boolean;
8250
8276
  icon: string;
8251
8277
  color: string;
8252
8278
  clearable: boolean;
@@ -8873,11 +8899,11 @@ export declare const Components: {
8873
8899
  id: {
8874
8900
  type: StringConstructor;
8875
8901
  };
8902
+ modelValue: PropType<string | number | any[]>;
8876
8903
  disabled: {
8877
8904
  type: BooleanConstructor;
8878
8905
  default: boolean;
8879
8906
  };
8880
- modelValue: PropType<string | number | any[]>;
8881
8907
  clearable: {
8882
8908
  type: BooleanConstructor;
8883
8909
  default: boolean;
@@ -8951,11 +8977,11 @@ export declare const Components: {
8951
8977
  id: {
8952
8978
  type: StringConstructor;
8953
8979
  };
8980
+ modelValue: PropType<string | number | any[]>;
8954
8981
  disabled: {
8955
8982
  type: BooleanConstructor;
8956
8983
  default: boolean;
8957
8984
  };
8958
- modelValue: PropType<string | number | any[]>;
8959
8985
  clearable: {
8960
8986
  type: BooleanConstructor;
8961
8987
  default: boolean;
@@ -8967,9 +8993,9 @@ export declare const Components: {
8967
8993
  portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
8968
8994
  }>> & Readonly<{
8969
8995
  onChange?: ((...args: any[]) => any) | undefined;
8996
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8970
8997
  onClose?: ((...args: any[]) => any) | undefined;
8971
8998
  onClear?: ((...args: any[]) => any) | undefined;
8972
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8973
8999
  onReady?: ((...args: any[]) => any) | undefined;
8974
9000
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
8975
9001
  }>, {
@@ -9054,11 +9080,11 @@ export declare const Components: {
9054
9080
  id: {
9055
9081
  type: StringConstructor;
9056
9082
  };
9083
+ modelValue: PropType<string | number | any[]>;
9057
9084
  disabled: {
9058
9085
  type: BooleanConstructor;
9059
9086
  default: boolean;
9060
9087
  };
9061
- modelValue: PropType<string | number | any[]>;
9062
9088
  clearable: {
9063
9089
  type: BooleanConstructor;
9064
9090
  default: boolean;
@@ -9132,11 +9158,11 @@ export declare const Components: {
9132
9158
  id: {
9133
9159
  type: StringConstructor;
9134
9160
  };
9161
+ modelValue: PropType<string | number | any[]>;
9135
9162
  disabled: {
9136
9163
  type: BooleanConstructor;
9137
9164
  default: boolean;
9138
9165
  };
9139
- modelValue: PropType<string | number | any[]>;
9140
9166
  clearable: {
9141
9167
  type: BooleanConstructor;
9142
9168
  default: boolean;
@@ -9148,9 +9174,9 @@ export declare const Components: {
9148
9174
  portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
9149
9175
  }>> & Readonly<{
9150
9176
  onChange?: ((...args: any[]) => any) | undefined;
9177
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
9151
9178
  onClose?: ((...args: any[]) => any) | undefined;
9152
9179
  onClear?: ((...args: any[]) => any) | undefined;
9153
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
9154
9180
  onReady?: ((...args: any[]) => any) | undefined;
9155
9181
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
9156
9182
  }>, {
@@ -9414,10 +9440,10 @@ export declare const Components: {
9414
9440
  onClick?: ((...args: any[]) => any) | undefined;
9415
9441
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
9416
9442
  }>, {
9443
+ modelValue: string | number | boolean;
9417
9444
  disabled: boolean;
9418
9445
  width: number;
9419
9446
  height: number;
9420
- modelValue: string | number | boolean;
9421
9447
  checkedValue: string | number | boolean;
9422
9448
  uncheckedValue: string | number | boolean;
9423
9449
  borderWidth: number;
@@ -9509,10 +9535,10 @@ export declare const Components: {
9509
9535
  onClick?: ((...args: any[]) => any) | undefined;
9510
9536
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
9511
9537
  }>, {
9538
+ modelValue: string | number | boolean;
9512
9539
  disabled: boolean;
9513
9540
  width: number;
9514
9541
  height: number;
9515
- modelValue: string | number | boolean;
9516
9542
  checkedValue: string | number | boolean;
9517
9543
  uncheckedValue: string | number | boolean;
9518
9544
  borderWidth: number;
@@ -10064,6 +10090,8 @@ export declare const Components: {
10064
10090
  contentStyle: (ObjectConstructor | StringConstructor)[];
10065
10091
  barClass: (ObjectConstructor | StringConstructor)[];
10066
10092
  contentClass: (ObjectConstructor | StringConstructor)[];
10093
+ affixable: BooleanConstructor;
10094
+ affixOptions: ObjectConstructor;
10067
10095
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
10068
10096
  type: {
10069
10097
  type: StringConstructor;
@@ -10089,6 +10117,8 @@ export declare const Components: {
10089
10117
  contentStyle: (ObjectConstructor | StringConstructor)[];
10090
10118
  barClass: (ObjectConstructor | StringConstructor)[];
10091
10119
  contentClass: (ObjectConstructor | StringConstructor)[];
10120
+ affixable: BooleanConstructor;
10121
+ affixOptions: ObjectConstructor;
10092
10122
  }>> & Readonly<{
10093
10123
  onChange?: ((...args: any[]) => any) | undefined;
10094
10124
  onClick?: ((...args: any[]) => any) | undefined;
@@ -10098,6 +10128,7 @@ export declare const Components: {
10098
10128
  closable: boolean;
10099
10129
  afloat: boolean;
10100
10130
  animated: boolean;
10131
+ affixable: boolean;
10101
10132
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
10102
10133
  MTabs: DefineComponent<ExtractPropTypes< {
10103
10134
  theme: {
@@ -10156,6 +10187,8 @@ export declare const Components: {
10156
10187
  contentStyle: (ObjectConstructor | StringConstructor)[];
10157
10188
  barClass: (ObjectConstructor | StringConstructor)[];
10158
10189
  contentClass: (ObjectConstructor | StringConstructor)[];
10190
+ affixable: BooleanConstructor;
10191
+ affixOptions: ObjectConstructor;
10159
10192
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
10160
10193
  theme: {
10161
10194
  type: StringConstructor;
@@ -10213,6 +10246,8 @@ export declare const Components: {
10213
10246
  contentStyle: (ObjectConstructor | StringConstructor)[];
10214
10247
  barClass: (ObjectConstructor | StringConstructor)[];
10215
10248
  contentClass: (ObjectConstructor | StringConstructor)[];
10249
+ affixable: BooleanConstructor;
10250
+ affixOptions: ObjectConstructor;
10216
10251
  }>> & Readonly<{
10217
10252
  onChange?: ((...args: any[]) => any) | undefined;
10218
10253
  onClick?: ((...args: any[]) => any) | undefined;
@@ -10226,6 +10261,7 @@ export declare const Components: {
10226
10261
  animated: boolean;
10227
10262
  offsetTop: number;
10228
10263
  barStyle: Record<string, any> | unknown[];
10264
+ affixable: boolean;
10229
10265
  autoAfloatWidth: boolean;
10230
10266
  average: boolean;
10231
10267
  showWrapper: boolean;
@@ -10641,11 +10677,11 @@ export declare const Components: {
10641
10677
  id: {
10642
10678
  type: StringConstructor;
10643
10679
  };
10680
+ modelValue: PropType<string | number | any[]>;
10644
10681
  disabled: {
10645
10682
  type: BooleanConstructor;
10646
10683
  default: boolean;
10647
10684
  };
10648
- modelValue: PropType<string | number | any[]>;
10649
10685
  maxlength: NumberConstructor;
10650
10686
  allowDispatch: {
10651
10687
  type: BooleanConstructor;
@@ -10685,11 +10721,11 @@ export declare const Components: {
10685
10721
  id: {
10686
10722
  type: StringConstructor;
10687
10723
  };
10724
+ modelValue: PropType<string | number | any[]>;
10688
10725
  disabled: {
10689
10726
  type: BooleanConstructor;
10690
10727
  default: boolean;
10691
10728
  };
10692
- modelValue: PropType<string | number | any[]>;
10693
10729
  maxlength: NumberConstructor;
10694
10730
  allowDispatch: {
10695
10731
  type: BooleanConstructor;
@@ -10718,11 +10754,11 @@ export declare const Components: {
10718
10754
  onKeydown?: ((...args: any[]) => any) | undefined;
10719
10755
  onKeypress?: ((...args: any[]) => any) | undefined;
10720
10756
  onKeyup?: ((...args: any[]) => any) | undefined;
10757
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
10721
10758
  onCancel?: ((...args: any[]) => any) | undefined;
10722
10759
  onResize?: ((...args: any[]) => any) | undefined;
10723
10760
  onEnter?: ((...args: any[]) => any) | undefined;
10724
10761
  onClear?: ((...args: any[]) => any) | undefined;
10725
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
10726
10762
  }>, {
10727
10763
  disabled: boolean;
10728
10764
  allowDispatch: boolean;
@@ -10753,11 +10789,11 @@ export declare const Components: {
10753
10789
  id: {
10754
10790
  type: StringConstructor;
10755
10791
  };
10792
+ modelValue: PropType<string | number | any[]>;
10756
10793
  disabled: {
10757
10794
  type: BooleanConstructor;
10758
10795
  default: boolean;
10759
10796
  };
10760
- modelValue: PropType<string | number | any[]>;
10761
10797
  maxlength: NumberConstructor;
10762
10798
  allowDispatch: {
10763
10799
  type: BooleanConstructor;
@@ -10796,11 +10832,11 @@ export declare const Components: {
10796
10832
  id: {
10797
10833
  type: StringConstructor;
10798
10834
  };
10835
+ modelValue: PropType<string | number | any[]>;
10799
10836
  disabled: {
10800
10837
  type: BooleanConstructor;
10801
10838
  default: boolean;
10802
10839
  };
10803
- modelValue: PropType<string | number | any[]>;
10804
10840
  maxlength: NumberConstructor;
10805
10841
  allowDispatch: {
10806
10842
  type: BooleanConstructor;
@@ -10828,11 +10864,11 @@ export declare const Components: {
10828
10864
  onKeydown?: ((...args: any[]) => any) | undefined;
10829
10865
  onKeypress?: ((...args: any[]) => any) | undefined;
10830
10866
  onKeyup?: ((...args: any[]) => any) | undefined;
10867
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
10831
10868
  onCancel?: ((...args: any[]) => any) | undefined;
10832
10869
  onResize?: ((...args: any[]) => any) | undefined;
10833
10870
  onEnter?: ((...args: any[]) => any) | undefined;
10834
10871
  onClear?: ((...args: any[]) => any) | undefined;
10835
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
10836
10872
  }>, {
10837
10873
  disabled: boolean;
10838
10874
  allowDispatch: boolean;
@@ -11005,9 +11041,9 @@ export declare const Components: {
11005
11041
  onError?: ((...args: any[]) => any) | undefined;
11006
11042
  onChange?: ((...args: any[]) => any) | undefined;
11007
11043
  onInput?: ((...args: any[]) => any) | undefined;
11044
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
11008
11045
  onClose?: ((...args: any[]) => any) | undefined;
11009
11046
  onClear?: ((...args: any[]) => any) | undefined;
11010
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
11011
11047
  onReady?: ((...args: any[]) => any) | undefined;
11012
11048
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
11013
11049
  onOk?: ((...args: any[]) => any) | undefined;
@@ -11164,9 +11200,9 @@ export declare const Components: {
11164
11200
  onError?: ((...args: any[]) => any) | undefined;
11165
11201
  onChange?: ((...args: any[]) => any) | undefined;
11166
11202
  onInput?: ((...args: any[]) => any) | undefined;
11203
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
11167
11204
  onClose?: ((...args: any[]) => any) | undefined;
11168
11205
  onClear?: ((...args: any[]) => any) | undefined;
11169
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
11170
11206
  onReady?: ((...args: any[]) => any) | undefined;
11171
11207
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
11172
11208
  onOk?: ((...args: any[]) => any) | undefined;
@@ -13260,7 +13296,7 @@ export declare const Components: {
13260
13296
  };
13261
13297
  showMessage: BooleanConstructor;
13262
13298
  enhancer: (BooleanConstructor | FunctionConstructor)[];
13263
- }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "success" | "update:modelValue" | "file-before" | "file-start" | "file-success" | "file-error" | "complete" | "remove-before")[], "change" | "error" | "success" | "update:modelValue" | "file-before" | "file-start" | "file-success" | "file-error" | "complete" | "remove-before", PublicProps, Readonly<ExtractPropTypes< {
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< {
13264
13300
  picker: {
13265
13301
  type: ArrayConstructor;
13266
13302
  default: () => string[];
@@ -13337,8 +13373,8 @@ export declare const Components: {
13337
13373
  }>, {
13338
13374
  output: string | Function;
13339
13375
  mask: boolean;
13340
- disabled: boolean;
13341
13376
  modelValue: string | Record<string, any> | unknown[];
13377
+ disabled: boolean;
13342
13378
  max: number | Record<string, any>;
13343
13379
  showMessage: boolean;
13344
13380
  uploadOptions: Record<string, any>;
@@ -13411,7 +13447,7 @@ export declare const Components: {
13411
13447
  };
13412
13448
  showMessage: BooleanConstructor;
13413
13449
  enhancer: (BooleanConstructor | FunctionConstructor)[];
13414
- }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "success" | "update:modelValue" | "file-before" | "file-start" | "file-success" | "file-error" | "complete" | "remove-before")[], "change" | "error" | "success" | "update:modelValue" | "file-before" | "file-start" | "file-success" | "file-error" | "complete" | "remove-before", PublicProps, Readonly<ExtractPropTypes< {
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< {
13415
13451
  picker: {
13416
13452
  type: ArrayConstructor;
13417
13453
  default: () => string[];
@@ -13488,8 +13524,8 @@ export declare const Components: {
13488
13524
  }>, {
13489
13525
  output: string | Function;
13490
13526
  mask: boolean;
13491
- disabled: boolean;
13492
13527
  modelValue: string | Record<string, any> | unknown[];
13528
+ disabled: boolean;
13493
13529
  max: number | Record<string, any>;
13494
13530
  showMessage: boolean;
13495
13531
  uploadOptions: Record<string, any>;