@deot/vc 1.0.42 → 1.0.44

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
@@ -57,6 +57,116 @@ export declare const Components: {
57
57
  }>> & Readonly<{}>, {
58
58
  tag: string;
59
59
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
60
+ Affix: DefineComponent<ExtractPropTypes< {
61
+ zIndex: {
62
+ type: (StringConstructor | NumberConstructor)[];
63
+ default: number;
64
+ };
65
+ placement: {
66
+ type: StringConstructor;
67
+ default: string;
68
+ };
69
+ disabled: {
70
+ type: BooleanConstructor;
71
+ default: boolean;
72
+ };
73
+ fixed: {
74
+ type: BooleanConstructor;
75
+ default: boolean;
76
+ };
77
+ offset: {
78
+ type: NumberConstructor;
79
+ default: number;
80
+ };
81
+ target: {
82
+ type: StringConstructor;
83
+ };
84
+ }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
85
+ zIndex: {
86
+ type: (StringConstructor | NumberConstructor)[];
87
+ default: number;
88
+ };
89
+ placement: {
90
+ type: StringConstructor;
91
+ default: string;
92
+ };
93
+ disabled: {
94
+ type: BooleanConstructor;
95
+ default: boolean;
96
+ };
97
+ fixed: {
98
+ type: BooleanConstructor;
99
+ default: boolean;
100
+ };
101
+ offset: {
102
+ type: NumberConstructor;
103
+ default: number;
104
+ };
105
+ target: {
106
+ type: StringConstructor;
107
+ };
108
+ }>> & Readonly<{}>, {
109
+ zIndex: string | number;
110
+ placement: string;
111
+ disabled: boolean;
112
+ fixed: boolean;
113
+ offset: number;
114
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
115
+ MAffix: DefineComponent<ExtractPropTypes< {
116
+ zIndex: {
117
+ type: (StringConstructor | NumberConstructor)[];
118
+ default: number;
119
+ };
120
+ placement: {
121
+ type: StringConstructor;
122
+ default: string;
123
+ };
124
+ disabled: {
125
+ type: BooleanConstructor;
126
+ default: boolean;
127
+ };
128
+ fixed: {
129
+ type: BooleanConstructor;
130
+ default: boolean;
131
+ };
132
+ offset: {
133
+ type: NumberConstructor;
134
+ default: number;
135
+ };
136
+ target: {
137
+ type: StringConstructor;
138
+ };
139
+ }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
140
+ zIndex: {
141
+ type: (StringConstructor | NumberConstructor)[];
142
+ default: number;
143
+ };
144
+ placement: {
145
+ type: StringConstructor;
146
+ default: string;
147
+ };
148
+ disabled: {
149
+ type: BooleanConstructor;
150
+ default: boolean;
151
+ };
152
+ fixed: {
153
+ type: BooleanConstructor;
154
+ default: boolean;
155
+ };
156
+ offset: {
157
+ type: NumberConstructor;
158
+ default: number;
159
+ };
160
+ target: {
161
+ type: StringConstructor;
162
+ };
163
+ }>> & Readonly<{}>, {
164
+ zIndex: string | number;
165
+ placement: string;
166
+ disabled: boolean;
167
+ fixed: boolean;
168
+ offset: number;
169
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
60
170
  Alert: DefineComponent<ExtractPropTypes< {
61
171
  modelValue: {
62
172
  type: BooleanConstructor;
@@ -284,9 +394,9 @@ export declare const Components: {
284
394
  size: "small" | "large" | "medium";
285
395
  tag: string;
286
396
  circle: boolean;
397
+ disabled: boolean;
287
398
  round: boolean;
288
399
  wait: number;
289
- disabled: boolean;
290
400
  long: boolean;
291
401
  solid: boolean;
292
402
  dashed: boolean;
@@ -355,9 +465,9 @@ export declare const Components: {
355
465
  size: "small" | "large" | "medium";
356
466
  tag: string;
357
467
  circle: boolean;
468
+ disabled: boolean;
358
469
  round: boolean;
359
470
  wait: number;
360
- disabled: boolean;
361
471
  long: boolean;
362
472
  solid: boolean;
363
473
  dashed: boolean;
@@ -656,11 +766,11 @@ export declare const Components: {
656
766
  id: {
657
767
  type: StringConstructor;
658
768
  };
659
- modelValue: PropType<string | number | any[]>;
660
769
  disabled: {
661
770
  type: BooleanConstructor;
662
771
  default: boolean;
663
772
  };
773
+ modelValue: PropType<string | number | any[]>;
664
774
  clearable: {
665
775
  type: BooleanConstructor;
666
776
  default: boolean;
@@ -741,11 +851,11 @@ export declare const Components: {
741
851
  id: {
742
852
  type: StringConstructor;
743
853
  };
744
- modelValue: PropType<string | number | any[]>;
745
854
  disabled: {
746
855
  type: BooleanConstructor;
747
856
  default: boolean;
748
857
  };
858
+ modelValue: PropType<string | number | any[]>;
749
859
  clearable: {
750
860
  type: BooleanConstructor;
751
861
  default: boolean;
@@ -764,6 +874,7 @@ export declare const Components: {
764
874
  }>, {
765
875
  tag: string;
766
876
  data: TreeData[];
877
+ placement: string;
767
878
  disabled: boolean;
768
879
  extra: string;
769
880
  numerable: boolean;
@@ -771,7 +882,6 @@ export declare const Components: {
771
882
  max: number;
772
883
  nullValue: string | number | Record<string, any>;
773
884
  clearable: boolean;
774
- placement: string;
775
885
  portal: boolean;
776
886
  arrow: boolean;
777
887
  autoWidth: boolean;
@@ -852,11 +962,11 @@ export declare const Components: {
852
962
  id: {
853
963
  type: StringConstructor;
854
964
  };
855
- modelValue: PropType<string | number | any[]>;
856
965
  disabled: {
857
966
  type: BooleanConstructor;
858
967
  default: boolean;
859
968
  };
969
+ modelValue: PropType<string | number | any[]>;
860
970
  clearable: {
861
971
  type: BooleanConstructor;
862
972
  default: boolean;
@@ -937,11 +1047,11 @@ export declare const Components: {
937
1047
  id: {
938
1048
  type: StringConstructor;
939
1049
  };
940
- modelValue: PropType<string | number | any[]>;
941
1050
  disabled: {
942
1051
  type: BooleanConstructor;
943
1052
  default: boolean;
944
1053
  };
1054
+ modelValue: PropType<string | number | any[]>;
945
1055
  clearable: {
946
1056
  type: BooleanConstructor;
947
1057
  default: boolean;
@@ -960,6 +1070,7 @@ export declare const Components: {
960
1070
  }>, {
961
1071
  tag: string;
962
1072
  data: TreeData[];
1073
+ placement: string;
963
1074
  disabled: boolean;
964
1075
  extra: string;
965
1076
  numerable: boolean;
@@ -967,7 +1078,6 @@ export declare const Components: {
967
1078
  max: number;
968
1079
  nullValue: string | number | Record<string, any>;
969
1080
  clearable: boolean;
970
- placement: string;
971
1081
  portal: boolean;
972
1082
  arrow: boolean;
973
1083
  autoWidth: boolean;
@@ -1100,8 +1210,8 @@ export declare const Components: {
1100
1210
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1101
1211
  }>, {
1102
1212
  label: string | number | boolean;
1103
- modelValue: string | number | boolean;
1104
1213
  disabled: boolean;
1214
+ modelValue: string | number | boolean;
1105
1215
  value: string | number | boolean;
1106
1216
  indeterminate: boolean;
1107
1217
  checkedValue: string | number | boolean;
@@ -1172,8 +1282,8 @@ export declare const Components: {
1172
1282
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1173
1283
  }>, {
1174
1284
  label: string | number | boolean;
1175
- modelValue: string | number | boolean;
1176
1285
  disabled: boolean;
1286
+ modelValue: string | number | boolean;
1177
1287
  value: string | number | boolean;
1178
1288
  indeterminate: boolean;
1179
1289
  checkedValue: string | number | boolean;
@@ -1509,11 +1619,11 @@ export declare const Components: {
1509
1619
  default: number;
1510
1620
  };
1511
1621
  targetTime: {
1512
- type: (StringConstructor | DateConstructor | NumberConstructor)[];
1622
+ type: (StringConstructor | NumberConstructor | DateConstructor)[];
1513
1623
  default: string;
1514
1624
  };
1515
1625
  serverTime: {
1516
- type: (StringConstructor | DateConstructor | NumberConstructor)[];
1626
+ type: (StringConstructor | NumberConstructor | DateConstructor)[];
1517
1627
  default: string;
1518
1628
  };
1519
1629
  render: FunctionConstructor;
@@ -1535,11 +1645,11 @@ export declare const Components: {
1535
1645
  default: number;
1536
1646
  };
1537
1647
  targetTime: {
1538
- type: (StringConstructor | DateConstructor | NumberConstructor)[];
1648
+ type: (StringConstructor | NumberConstructor | DateConstructor)[];
1539
1649
  default: string;
1540
1650
  };
1541
1651
  serverTime: {
1542
- type: (StringConstructor | DateConstructor | NumberConstructor)[];
1652
+ type: (StringConstructor | NumberConstructor | DateConstructor)[];
1543
1653
  default: string;
1544
1654
  };
1545
1655
  render: FunctionConstructor;
@@ -1573,11 +1683,11 @@ export declare const Components: {
1573
1683
  default: number;
1574
1684
  };
1575
1685
  targetTime: {
1576
- type: (StringConstructor | DateConstructor | NumberConstructor)[];
1686
+ type: (StringConstructor | NumberConstructor | DateConstructor)[];
1577
1687
  default: string;
1578
1688
  };
1579
1689
  serverTime: {
1580
- type: (StringConstructor | DateConstructor | NumberConstructor)[];
1690
+ type: (StringConstructor | NumberConstructor | DateConstructor)[];
1581
1691
  default: string;
1582
1692
  };
1583
1693
  render: FunctionConstructor;
@@ -1599,11 +1709,11 @@ export declare const Components: {
1599
1709
  default: number;
1600
1710
  };
1601
1711
  targetTime: {
1602
- type: (StringConstructor | DateConstructor | NumberConstructor)[];
1712
+ type: (StringConstructor | NumberConstructor | DateConstructor)[];
1603
1713
  default: string;
1604
1714
  };
1605
1715
  serverTime: {
1606
- type: (StringConstructor | DateConstructor | NumberConstructor)[];
1716
+ type: (StringConstructor | NumberConstructor | DateConstructor)[];
1607
1717
  default: string;
1608
1718
  };
1609
1719
  render: FunctionConstructor;
@@ -1797,13 +1907,13 @@ export declare const Components: {
1797
1907
  onOk?: ((...args: any[]) => any) | undefined;
1798
1908
  }>, {
1799
1909
  tag: string;
1910
+ placement: string;
1800
1911
  disabled: boolean;
1801
1912
  separator: string;
1802
1913
  nullValue: string | number | Record<string, any>;
1803
1914
  clearable: boolean;
1804
1915
  open: boolean;
1805
1916
  multiple: boolean;
1806
- placement: string;
1807
1917
  portal: boolean;
1808
1918
  arrow: boolean;
1809
1919
  trigger: string;
@@ -1956,13 +2066,13 @@ export declare const Components: {
1956
2066
  onOk?: ((...args: any[]) => any) | undefined;
1957
2067
  }>, {
1958
2068
  tag: string;
2069
+ placement: string;
1959
2070
  disabled: boolean;
1960
2071
  separator: string;
1961
2072
  nullValue: string | number | Record<string, any>;
1962
2073
  clearable: boolean;
1963
2074
  open: boolean;
1964
2075
  multiple: boolean;
1965
- placement: string;
1966
2076
  portal: boolean;
1967
2077
  arrow: boolean;
1968
2078
  trigger: string;
@@ -2062,8 +2172,8 @@ export declare const Components: {
2062
2172
  validator(val: string): boolean;
2063
2173
  };
2064
2174
  }>> & Readonly<{}>, {
2065
- vertical: boolean;
2066
2175
  placement: string;
2176
+ vertical: boolean;
2067
2177
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2068
2178
  MDivider: DefineComponent<ExtractPropTypes< {
2069
2179
  vertical: {
@@ -2086,8 +2196,8 @@ export declare const Components: {
2086
2196
  validator(val: string): boolean;
2087
2197
  };
2088
2198
  }>> & Readonly<{}>, {
2089
- vertical: boolean;
2090
2199
  placement: string;
2200
+ vertical: boolean;
2091
2201
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2092
2202
  Drawer: {
2093
2203
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
@@ -2166,11 +2276,11 @@ export declare const Components: {
2166
2276
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], PublicProps, {
2167
2277
  footer: boolean;
2168
2278
  mask: boolean;
2169
- modelValue: boolean;
2279
+ placement: string;
2170
2280
  width: number;
2171
2281
  height: number;
2282
+ modelValue: boolean;
2172
2283
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
2173
- placement: string;
2174
2284
  maskClosable: boolean;
2175
2285
  scrollable: boolean;
2176
2286
  closeWithCancel: boolean;
@@ -2261,11 +2371,11 @@ export declare const Components: {
2261
2371
  }>, () => JSX_2.Element, {}, {}, {}, {
2262
2372
  footer: boolean;
2263
2373
  mask: boolean;
2264
- modelValue: boolean;
2374
+ placement: string;
2265
2375
  width: number;
2266
2376
  height: number;
2377
+ modelValue: boolean;
2267
2378
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
2268
- placement: string;
2269
2379
  maskClosable: boolean;
2270
2380
  scrollable: boolean;
2271
2381
  closeWithCancel: boolean;
@@ -2353,11 +2463,11 @@ export declare const Components: {
2353
2463
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], "close" | "update:modelValue" | "visible-change", {
2354
2464
  footer: boolean;
2355
2465
  mask: boolean;
2356
- modelValue: boolean;
2466
+ placement: string;
2357
2467
  width: number;
2358
2468
  height: number;
2469
+ modelValue: boolean;
2359
2470
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
2360
- placement: string;
2361
2471
  maskClosable: boolean;
2362
2472
  scrollable: boolean;
2363
2473
  closeWithCancel: boolean;
@@ -2369,11 +2479,11 @@ export declare const Components: {
2369
2479
  open: (options: Partial<{
2370
2480
  footer: boolean;
2371
2481
  mask: boolean;
2372
- modelValue: boolean;
2482
+ placement: string;
2373
2483
  width: number;
2374
2484
  height: number;
2485
+ modelValue: boolean;
2375
2486
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
2376
- placement: string;
2377
2487
  maskClosable: boolean;
2378
2488
  scrollable: boolean;
2379
2489
  closeWithCancel: boolean;
@@ -2472,11 +2582,11 @@ export declare const Components: {
2472
2582
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], PublicProps, {
2473
2583
  footer: boolean;
2474
2584
  mask: boolean;
2475
- modelValue: boolean;
2585
+ placement: string;
2476
2586
  width: number;
2477
2587
  height: number;
2588
+ modelValue: boolean;
2478
2589
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
2479
- placement: string;
2480
2590
  maskClosable: boolean;
2481
2591
  scrollable: boolean;
2482
2592
  closeWithCancel: boolean;
@@ -2567,11 +2677,11 @@ export declare const Components: {
2567
2677
  }>, () => JSX_2.Element, {}, {}, {}, {
2568
2678
  footer: boolean;
2569
2679
  mask: boolean;
2570
- modelValue: boolean;
2680
+ placement: string;
2571
2681
  width: number;
2572
2682
  height: number;
2683
+ modelValue: boolean;
2573
2684
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
2574
- placement: string;
2575
2685
  maskClosable: boolean;
2576
2686
  scrollable: boolean;
2577
2687
  closeWithCancel: boolean;
@@ -2659,11 +2769,11 @@ export declare const Components: {
2659
2769
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], "close" | "update:modelValue" | "visible-change", {
2660
2770
  footer: boolean;
2661
2771
  mask: boolean;
2662
- modelValue: boolean;
2772
+ placement: string;
2663
2773
  width: number;
2664
2774
  height: number;
2775
+ modelValue: boolean;
2665
2776
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
2666
- placement: string;
2667
2777
  maskClosable: boolean;
2668
2778
  scrollable: boolean;
2669
2779
  closeWithCancel: boolean;
@@ -2675,11 +2785,11 @@ export declare const Components: {
2675
2785
  open: (options: Partial<{
2676
2786
  footer: boolean;
2677
2787
  mask: boolean;
2678
- modelValue: boolean;
2788
+ placement: string;
2679
2789
  width: number;
2680
2790
  height: number;
2791
+ modelValue: boolean;
2681
2792
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
2682
- placement: string;
2683
2793
  maskClosable: boolean;
2684
2794
  scrollable: boolean;
2685
2795
  closeWithCancel: boolean;
@@ -2846,11 +2956,11 @@ export declare const Components: {
2846
2956
  }>, {
2847
2957
  footer: boolean;
2848
2958
  mask: boolean;
2849
- modelValue: boolean;
2959
+ placement: string;
2850
2960
  width: number;
2851
2961
  height: number;
2962
+ modelValue: boolean;
2852
2963
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
2853
- placement: string;
2854
2964
  maskClosable: boolean;
2855
2965
  scrollable: boolean;
2856
2966
  closeWithCancel: boolean;
@@ -3004,11 +3114,11 @@ export declare const Components: {
3004
3114
  }>, {
3005
3115
  footer: boolean;
3006
3116
  mask: boolean;
3007
- modelValue: boolean;
3117
+ placement: string;
3008
3118
  width: number;
3009
3119
  height: number;
3120
+ modelValue: boolean;
3010
3121
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
3011
- placement: string;
3012
3122
  maskClosable: boolean;
3013
3123
  scrollable: boolean;
3014
3124
  closeWithCancel: boolean;
@@ -3060,8 +3170,8 @@ export declare const Components: {
3060
3170
  onReady?: ((...args: any[]) => any) | undefined;
3061
3171
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
3062
3172
  }>, {
3063
- modelValue: boolean;
3064
3173
  placement: string;
3174
+ modelValue: boolean;
3065
3175
  arrow: boolean;
3066
3176
  trigger: string;
3067
3177
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -3108,8 +3218,8 @@ export declare const Components: {
3108
3218
  onReady?: ((...args: any[]) => any) | undefined;
3109
3219
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
3110
3220
  }>, {
3111
- modelValue: boolean;
3112
3221
  placement: string;
3222
+ modelValue: boolean;
3113
3223
  arrow: boolean;
3114
3224
  trigger: string;
3115
3225
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -3164,8 +3274,8 @@ export declare const Components: {
3164
3274
  default: boolean;
3165
3275
  };
3166
3276
  }>> & Readonly<{}>, {
3167
- closable: boolean;
3168
3277
  disabled: boolean;
3278
+ closable: boolean;
3169
3279
  selected: boolean;
3170
3280
  divided: boolean;
3171
3281
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -3220,8 +3330,8 @@ export declare const Components: {
3220
3330
  default: boolean;
3221
3331
  };
3222
3332
  }>> & Readonly<{}>, {
3223
- closable: boolean;
3224
3333
  disabled: boolean;
3334
+ closable: boolean;
3225
3335
  selected: boolean;
3226
3336
  divided: boolean;
3227
3337
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -3291,8 +3401,8 @@ export declare const Components: {
3291
3401
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3292
3402
  onReady?: ((...args: any[]) => any) | undefined;
3293
3403
  }>, {
3294
- modelValue: string;
3295
3404
  disabled: boolean;
3405
+ modelValue: string;
3296
3406
  enhancer: boolean | Function;
3297
3407
  uploadOptions: Record<string, any>;
3298
3408
  previewable: boolean;
@@ -3361,8 +3471,8 @@ export declare const Components: {
3361
3471
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3362
3472
  onReady?: ((...args: any[]) => any) | undefined;
3363
3473
  }>, {
3364
- modelValue: string;
3365
3474
  disabled: boolean;
3475
+ modelValue: string;
3366
3476
  enhancer: boolean | Function;
3367
3477
  uploadOptions: Record<string, any>;
3368
3478
  previewable: boolean;
@@ -3504,7 +3614,7 @@ export declare const Components: {
3504
3614
  styleless: boolean;
3505
3615
  inline: boolean;
3506
3616
  showMessage: boolean;
3507
- labelPosition: "left" | "right" | "top";
3617
+ labelPosition: "top" | "left" | "right";
3508
3618
  autocomplete: "on" | "off";
3509
3619
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3510
3620
  MForm: DefineComponent<ExtractPropTypes< {
@@ -3599,7 +3709,7 @@ export declare const Components: {
3599
3709
  styleless: boolean;
3600
3710
  inline: boolean;
3601
3711
  showMessage: boolean;
3602
- labelPosition: "left" | "right" | "top";
3712
+ labelPosition: "top" | "left" | "right";
3603
3713
  autocomplete: "on" | "off";
3604
3714
  showToast: boolean;
3605
3715
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -5554,12 +5664,12 @@ export declare const Components: {
5554
5664
  draggable: boolean;
5555
5665
  } & {
5556
5666
  title?: string | undefined;
5667
+ width?: number | undefined;
5668
+ height?: number | undefined;
5557
5669
  mode?: "error" | "success" | "info" | "warning" | undefined;
5558
5670
  onCancel?: Function | undefined;
5559
5671
  x?: number | undefined;
5560
5672
  y?: number | undefined;
5561
- width?: number | undefined;
5562
- height?: number | undefined;
5563
5673
  wrapperStyle?: string | Record<string, any> | undefined;
5564
5674
  onOk?: Function | undefined;
5565
5675
  wrapperClass?: string | Record<string, any> | undefined;
@@ -5587,12 +5697,12 @@ export declare const Components: {
5587
5697
  draggable: boolean;
5588
5698
  } & {
5589
5699
  title?: string | undefined;
5700
+ width?: number | undefined;
5701
+ height?: number | undefined;
5590
5702
  mode?: "error" | "success" | "info" | "warning" | undefined;
5591
5703
  onCancel?: Function | undefined;
5592
5704
  x?: number | undefined;
5593
5705
  y?: number | undefined;
5594
- width?: number | undefined;
5595
- height?: number | undefined;
5596
5706
  wrapperStyle?: string | Record<string, any> | undefined;
5597
5707
  onOk?: Function | undefined;
5598
5708
  wrapperClass?: string | Record<string, any> | undefined;
@@ -5620,12 +5730,12 @@ export declare const Components: {
5620
5730
  draggable: boolean;
5621
5731
  } & {
5622
5732
  title?: string | undefined;
5733
+ width?: number | undefined;
5734
+ height?: number | undefined;
5623
5735
  mode?: "error" | "success" | "info" | "warning" | undefined;
5624
5736
  onCancel?: Function | undefined;
5625
5737
  x?: number | undefined;
5626
5738
  y?: number | undefined;
5627
- width?: number | undefined;
5628
- height?: number | undefined;
5629
5739
  wrapperStyle?: string | Record<string, any> | undefined;
5630
5740
  onOk?: Function | undefined;
5631
5741
  wrapperClass?: string | Record<string, any> | undefined;
@@ -5653,12 +5763,12 @@ export declare const Components: {
5653
5763
  draggable: boolean;
5654
5764
  } & {
5655
5765
  title?: string | undefined;
5766
+ width?: number | undefined;
5767
+ height?: number | undefined;
5656
5768
  mode?: "error" | "success" | "info" | "warning" | undefined;
5657
5769
  onCancel?: Function | undefined;
5658
5770
  x?: number | undefined;
5659
5771
  y?: number | undefined;
5660
- width?: number | undefined;
5661
- height?: number | undefined;
5662
5772
  wrapperStyle?: string | Record<string, any> | undefined;
5663
5773
  onOk?: Function | undefined;
5664
5774
  wrapperClass?: string | Record<string, any> | undefined;
@@ -5985,9 +6095,9 @@ export declare const Components: {
5985
6095
  }>, {
5986
6096
  footer: boolean;
5987
6097
  mask: boolean;
6098
+ width: number;
5988
6099
  modelValue: boolean;
5989
6100
  mode: "alert" | "operation";
5990
- width: number;
5991
6101
  maskClosable: boolean;
5992
6102
  closeWithCancel: boolean;
5993
6103
  okText: string | boolean;
@@ -6023,10 +6133,10 @@ export declare const Components: {
6023
6133
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
6024
6134
  "onBefore-close"?: ((...args: any[]) => any) | undefined;
6025
6135
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "portal-fulfilled" | "before-close")[], PublicProps, {
6136
+ top: number;
6137
+ fixed: boolean;
6026
6138
  closable: boolean;
6027
6139
  duration: number;
6028
- fixed: boolean;
6029
- top: number;
6030
6140
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
6031
6141
  P: {};
6032
6142
  B: {};
@@ -6063,10 +6173,10 @@ export declare const Components: {
6063
6173
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
6064
6174
  "onBefore-close"?: ((...args: any[]) => any) | undefined;
6065
6175
  }>, () => JSX_2.Element, {}, {}, {}, {
6176
+ top: number;
6177
+ fixed: boolean;
6066
6178
  closable: boolean;
6067
6179
  duration: number;
6068
- fixed: boolean;
6069
- top: number;
6070
6180
  }>;
6071
6181
  __isFragment?: never;
6072
6182
  __isTeleport?: never;
@@ -6100,17 +6210,17 @@ export declare const Components: {
6100
6210
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
6101
6211
  "onBefore-close"?: ((...args: any[]) => any) | undefined;
6102
6212
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "portal-fulfilled" | "before-close")[], "close" | "portal-fulfilled" | "before-close", {
6213
+ top: number;
6214
+ fixed: boolean;
6103
6215
  closable: boolean;
6104
6216
  duration: number;
6105
- fixed: boolean;
6106
- top: number;
6107
6217
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
6108
6218
  destroy: () => void;
6109
6219
  open: (options: Partial<{
6220
+ top: number;
6221
+ fixed: boolean;
6110
6222
  closable: boolean;
6111
6223
  duration: number;
6112
- fixed: boolean;
6113
- top: number;
6114
6224
  } & {
6115
6225
  title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
6116
6226
  mode?: "error" | "success" | "info" | "warning" | "loading" | undefined;
@@ -6121,10 +6231,10 @@ export declare const Components: {
6121
6231
  onClose: (...args: any[]) => any;
6122
6232
  }>) => PortalLeaf;
6123
6233
  info: (options: Partial<{
6234
+ top: number;
6235
+ fixed: boolean;
6124
6236
  closable: boolean;
6125
6237
  duration: number;
6126
- fixed: boolean;
6127
- top: number;
6128
6238
  } & {
6129
6239
  title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
6130
6240
  mode?: "error" | "success" | "info" | "warning" | "loading" | undefined;
@@ -6135,10 +6245,10 @@ export declare const Components: {
6135
6245
  onClose: (...args: any[]) => any;
6136
6246
  }>) => PortalLeaf;
6137
6247
  success: (options: Partial<{
6248
+ top: number;
6249
+ fixed: boolean;
6138
6250
  closable: boolean;
6139
6251
  duration: number;
6140
- fixed: boolean;
6141
- top: number;
6142
6252
  } & {
6143
6253
  title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
6144
6254
  mode?: "error" | "success" | "info" | "warning" | "loading" | undefined;
@@ -6149,10 +6259,10 @@ export declare const Components: {
6149
6259
  onClose: (...args: any[]) => any;
6150
6260
  }>) => PortalLeaf;
6151
6261
  warning: (options: Partial<{
6262
+ top: number;
6263
+ fixed: boolean;
6152
6264
  closable: boolean;
6153
6265
  duration: number;
6154
- fixed: boolean;
6155
- top: number;
6156
6266
  } & {
6157
6267
  title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
6158
6268
  mode?: "error" | "success" | "info" | "warning" | "loading" | undefined;
@@ -6163,10 +6273,10 @@ export declare const Components: {
6163
6273
  onClose: (...args: any[]) => any;
6164
6274
  }>) => PortalLeaf;
6165
6275
  error: (options: Partial<{
6276
+ top: number;
6277
+ fixed: boolean;
6166
6278
  closable: boolean;
6167
6279
  duration: number;
6168
- fixed: boolean;
6169
- top: number;
6170
6280
  } & {
6171
6281
  title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
6172
6282
  mode?: "error" | "success" | "info" | "warning" | "loading" | undefined;
@@ -6207,10 +6317,10 @@ export declare const Components: {
6207
6317
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
6208
6318
  "onBefore-close"?: ((...args: any[]) => any) | undefined;
6209
6319
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "portal-fulfilled" | "before-close")[], PublicProps, {
6320
+ top: number;
6321
+ fixed: boolean;
6210
6322
  closable: boolean;
6211
6323
  duration: number;
6212
- fixed: boolean;
6213
- top: number;
6214
6324
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
6215
6325
  P: {};
6216
6326
  B: {};
@@ -6247,10 +6357,10 @@ export declare const Components: {
6247
6357
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
6248
6358
  "onBefore-close"?: ((...args: any[]) => any) | undefined;
6249
6359
  }>, () => JSX_2.Element, {}, {}, {}, {
6360
+ top: number;
6361
+ fixed: boolean;
6250
6362
  closable: boolean;
6251
6363
  duration: number;
6252
- fixed: boolean;
6253
- top: number;
6254
6364
  }>;
6255
6365
  __isFragment?: never;
6256
6366
  __isTeleport?: never;
@@ -6284,17 +6394,17 @@ export declare const Components: {
6284
6394
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
6285
6395
  "onBefore-close"?: ((...args: any[]) => any) | undefined;
6286
6396
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "portal-fulfilled" | "before-close")[], "close" | "portal-fulfilled" | "before-close", {
6397
+ top: number;
6398
+ fixed: boolean;
6287
6399
  closable: boolean;
6288
6400
  duration: number;
6289
- fixed: boolean;
6290
- top: number;
6291
6401
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
6292
6402
  destroy: () => void;
6293
6403
  open: (options: Partial<{
6404
+ top: number;
6405
+ fixed: boolean;
6294
6406
  closable: boolean;
6295
6407
  duration: number;
6296
- fixed: boolean;
6297
- top: number;
6298
6408
  } & {
6299
6409
  title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
6300
6410
  mode?: "error" | "success" | "info" | "warning" | "loading" | undefined;
@@ -6305,10 +6415,10 @@ export declare const Components: {
6305
6415
  onClose: (...args: any[]) => any;
6306
6416
  }>) => PortalLeaf;
6307
6417
  info: (options: Partial<{
6418
+ top: number;
6419
+ fixed: boolean;
6308
6420
  closable: boolean;
6309
6421
  duration: number;
6310
- fixed: boolean;
6311
- top: number;
6312
6422
  } & {
6313
6423
  title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
6314
6424
  mode?: "error" | "success" | "info" | "warning" | "loading" | undefined;
@@ -6319,10 +6429,10 @@ export declare const Components: {
6319
6429
  onClose: (...args: any[]) => any;
6320
6430
  }>) => PortalLeaf;
6321
6431
  success: (options: Partial<{
6432
+ top: number;
6433
+ fixed: boolean;
6322
6434
  closable: boolean;
6323
6435
  duration: number;
6324
- fixed: boolean;
6325
- top: number;
6326
6436
  } & {
6327
6437
  title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
6328
6438
  mode?: "error" | "success" | "info" | "warning" | "loading" | undefined;
@@ -6333,10 +6443,10 @@ export declare const Components: {
6333
6443
  onClose: (...args: any[]) => any;
6334
6444
  }>) => PortalLeaf;
6335
6445
  warning: (options: Partial<{
6446
+ top: number;
6447
+ fixed: boolean;
6336
6448
  closable: boolean;
6337
6449
  duration: number;
6338
- fixed: boolean;
6339
- top: number;
6340
6450
  } & {
6341
6451
  title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
6342
6452
  mode?: "error" | "success" | "info" | "warning" | "loading" | undefined;
@@ -6347,10 +6457,10 @@ export declare const Components: {
6347
6457
  onClose: (...args: any[]) => any;
6348
6458
  }>) => PortalLeaf;
6349
6459
  error: (options: Partial<{
6460
+ top: number;
6461
+ fixed: boolean;
6350
6462
  closable: boolean;
6351
6463
  duration: number;
6352
- fixed: boolean;
6353
- top: number;
6354
6464
  } & {
6355
6465
  title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
6356
6466
  mode?: "error" | "success" | "info" | "warning" | "loading" | undefined;
@@ -6689,9 +6799,9 @@ export declare const Components: {
6689
6799
  }>, {
6690
6800
  type: string;
6691
6801
  title: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6802
+ placement: string;
6692
6803
  modelValue: boolean;
6693
6804
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6694
- placement: string;
6695
6805
  trigger: string;
6696
6806
  okText: string;
6697
6807
  cancelText: string;
@@ -6796,9 +6906,9 @@ export declare const Components: {
6796
6906
  }>, {
6797
6907
  type: string;
6798
6908
  title: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6909
+ placement: string;
6799
6910
  modelValue: boolean;
6800
6911
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6801
- placement: string;
6802
6912
  trigger: string;
6803
6913
  okText: string;
6804
6914
  cancelText: string;
@@ -6807,15 +6917,15 @@ export declare const Components: {
6807
6917
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
6808
6918
  Popover: {
6809
6919
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
6810
- modelValue: BooleanConstructor;
6811
- always: BooleanConstructor;
6812
- content: (StringConstructor | FunctionConstructor)[];
6813
- animation: StringConstructor;
6814
6920
  placement: {
6815
6921
  type: StringConstructor;
6816
6922
  default: string;
6817
6923
  validator: (value: string) => boolean;
6818
6924
  };
6925
+ modelValue: BooleanConstructor;
6926
+ always: BooleanConstructor;
6927
+ content: (StringConstructor | FunctionConstructor)[];
6928
+ animation: StringConstructor;
6819
6929
  theme: {
6820
6930
  type: StringConstructor;
6821
6931
  default: string;
@@ -6862,10 +6972,10 @@ export declare const Components: {
6862
6972
  [key: string]: any;
6863
6973
  }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], PublicProps, {
6864
6974
  tag: string;
6865
- modelValue: boolean;
6975
+ placement: string;
6866
6976
  disabled: boolean;
6977
+ modelValue: boolean;
6867
6978
  always: boolean;
6868
- placement: string;
6869
6979
  theme: string;
6870
6980
  portal: boolean;
6871
6981
  arrow: boolean;
@@ -6880,15 +6990,15 @@ export declare const Components: {
6880
6990
  M: {};
6881
6991
  Defaults: {};
6882
6992
  }, Readonly<ExtractPropTypes< {
6883
- modelValue: BooleanConstructor;
6884
- always: BooleanConstructor;
6885
- content: (StringConstructor | FunctionConstructor)[];
6886
- animation: StringConstructor;
6887
6993
  placement: {
6888
6994
  type: StringConstructor;
6889
6995
  default: string;
6890
6996
  validator: (value: string) => boolean;
6891
6997
  };
6998
+ modelValue: BooleanConstructor;
6999
+ always: BooleanConstructor;
7000
+ content: (StringConstructor | FunctionConstructor)[];
7001
+ animation: StringConstructor;
6892
7002
  theme: {
6893
7003
  type: StringConstructor;
6894
7004
  default: string;
@@ -6935,10 +7045,10 @@ export declare const Components: {
6935
7045
  [key: string]: any;
6936
7046
  }>, {}, {}, {}, {
6937
7047
  tag: string;
6938
- modelValue: boolean;
7048
+ placement: string;
6939
7049
  disabled: boolean;
7050
+ modelValue: boolean;
6940
7051
  always: boolean;
6941
- placement: string;
6942
7052
  theme: string;
6943
7053
  portal: boolean;
6944
7054
  arrow: boolean;
@@ -6950,15 +7060,15 @@ export declare const Components: {
6950
7060
  __isTeleport?: never;
6951
7061
  __isSuspense?: never;
6952
7062
  } & ComponentOptionsBase<Readonly<ExtractPropTypes< {
6953
- modelValue: BooleanConstructor;
6954
- always: BooleanConstructor;
6955
- content: (StringConstructor | FunctionConstructor)[];
6956
- animation: StringConstructor;
6957
7063
  placement: {
6958
7064
  type: StringConstructor;
6959
7065
  default: string;
6960
7066
  validator: (value: string) => boolean;
6961
7067
  };
7068
+ modelValue: BooleanConstructor;
7069
+ always: BooleanConstructor;
7070
+ content: (StringConstructor | FunctionConstructor)[];
7071
+ animation: StringConstructor;
6962
7072
  theme: {
6963
7073
  type: StringConstructor;
6964
7074
  default: string;
@@ -7005,10 +7115,10 @@ export declare const Components: {
7005
7115
  [key: string]: any;
7006
7116
  }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], "close" | "update:modelValue" | "visible-change" | "ready", {
7007
7117
  tag: string;
7008
- modelValue: boolean;
7118
+ placement: string;
7009
7119
  disabled: boolean;
7120
+ modelValue: boolean;
7010
7121
  always: boolean;
7011
- placement: string;
7012
7122
  theme: string;
7013
7123
  portal: boolean;
7014
7124
  arrow: boolean;
@@ -7024,15 +7134,15 @@ export declare const Components: {
7024
7134
  };
7025
7135
  MPopover: {
7026
7136
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
7027
- modelValue: BooleanConstructor;
7028
- always: BooleanConstructor;
7029
- content: (StringConstructor | FunctionConstructor)[];
7030
- animation: StringConstructor;
7031
7137
  placement: {
7032
7138
  type: StringConstructor;
7033
7139
  default: string;
7034
7140
  validator: (value: string) => boolean;
7035
7141
  };
7142
+ modelValue: BooleanConstructor;
7143
+ always: BooleanConstructor;
7144
+ content: (StringConstructor | FunctionConstructor)[];
7145
+ animation: StringConstructor;
7036
7146
  theme: {
7037
7147
  type: StringConstructor;
7038
7148
  default: string;
@@ -7079,10 +7189,10 @@ export declare const Components: {
7079
7189
  [key: string]: any;
7080
7190
  }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], PublicProps, {
7081
7191
  tag: string;
7082
- modelValue: boolean;
7192
+ placement: string;
7083
7193
  disabled: boolean;
7194
+ modelValue: boolean;
7084
7195
  always: boolean;
7085
- placement: string;
7086
7196
  theme: string;
7087
7197
  portal: boolean;
7088
7198
  arrow: boolean;
@@ -7097,15 +7207,15 @@ export declare const Components: {
7097
7207
  M: {};
7098
7208
  Defaults: {};
7099
7209
  }, Readonly<ExtractPropTypes< {
7100
- modelValue: BooleanConstructor;
7101
- always: BooleanConstructor;
7102
- content: (StringConstructor | FunctionConstructor)[];
7103
- animation: StringConstructor;
7104
7210
  placement: {
7105
7211
  type: StringConstructor;
7106
7212
  default: string;
7107
7213
  validator: (value: string) => boolean;
7108
7214
  };
7215
+ modelValue: BooleanConstructor;
7216
+ always: BooleanConstructor;
7217
+ content: (StringConstructor | FunctionConstructor)[];
7218
+ animation: StringConstructor;
7109
7219
  theme: {
7110
7220
  type: StringConstructor;
7111
7221
  default: string;
@@ -7152,10 +7262,10 @@ export declare const Components: {
7152
7262
  [key: string]: any;
7153
7263
  }>, {}, {}, {}, {
7154
7264
  tag: string;
7155
- modelValue: boolean;
7265
+ placement: string;
7156
7266
  disabled: boolean;
7267
+ modelValue: boolean;
7157
7268
  always: boolean;
7158
- placement: string;
7159
7269
  theme: string;
7160
7270
  portal: boolean;
7161
7271
  arrow: boolean;
@@ -7167,15 +7277,15 @@ export declare const Components: {
7167
7277
  __isTeleport?: never;
7168
7278
  __isSuspense?: never;
7169
7279
  } & ComponentOptionsBase<Readonly<ExtractPropTypes< {
7170
- modelValue: BooleanConstructor;
7171
- always: BooleanConstructor;
7172
- content: (StringConstructor | FunctionConstructor)[];
7173
- animation: StringConstructor;
7174
7280
  placement: {
7175
7281
  type: StringConstructor;
7176
7282
  default: string;
7177
7283
  validator: (value: string) => boolean;
7178
7284
  };
7285
+ modelValue: BooleanConstructor;
7286
+ always: BooleanConstructor;
7287
+ content: (StringConstructor | FunctionConstructor)[];
7288
+ animation: StringConstructor;
7179
7289
  theme: {
7180
7290
  type: StringConstructor;
7181
7291
  default: string;
@@ -7222,10 +7332,10 @@ export declare const Components: {
7222
7332
  [key: string]: any;
7223
7333
  }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], "close" | "update:modelValue" | "visible-change" | "ready", {
7224
7334
  tag: string;
7225
- modelValue: boolean;
7335
+ placement: string;
7226
7336
  disabled: boolean;
7337
+ modelValue: boolean;
7227
7338
  always: boolean;
7228
- placement: string;
7229
7339
  theme: string;
7230
7340
  portal: boolean;
7231
7341
  arrow: boolean;
@@ -7316,9 +7426,9 @@ export declare const Components: {
7316
7426
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
7317
7427
  }>, {
7318
7428
  mask: boolean;
7319
- modelValue: boolean;
7320
- fixed: boolean;
7321
7429
  placement: string;
7430
+ fixed: boolean;
7431
+ modelValue: boolean;
7322
7432
  theme: string;
7323
7433
  maskClosable: boolean;
7324
7434
  scrollRegExp: Record<string, any>;
@@ -7400,9 +7510,9 @@ export declare const Components: {
7400
7510
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
7401
7511
  }>, {
7402
7512
  mask: boolean;
7403
- modelValue: boolean;
7404
- fixed: boolean;
7405
7513
  placement: string;
7514
+ fixed: boolean;
7515
+ modelValue: boolean;
7406
7516
  theme: string;
7407
7517
  maskClosable: boolean;
7408
7518
  scrollRegExp: Record<string, any>;
@@ -7730,8 +7840,8 @@ export declare const Components: {
7730
7840
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7731
7841
  }>, {
7732
7842
  label: string | number | boolean;
7733
- modelValue: string | number | boolean;
7734
7843
  disabled: boolean;
7844
+ modelValue: string | number | boolean;
7735
7845
  value: string | number | boolean;
7736
7846
  trueValue: string | number | boolean;
7737
7847
  falseValue: string | number | boolean;
@@ -7797,8 +7907,8 @@ export declare const Components: {
7797
7907
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7798
7908
  }>, {
7799
7909
  label: string | number | boolean;
7800
- modelValue: string | number | boolean;
7801
7910
  disabled: boolean;
7911
+ modelValue: string | number | boolean;
7802
7912
  value: string | number | boolean;
7803
7913
  trueValue: string | number | boolean;
7804
7914
  falseValue: string | number | boolean;
@@ -7861,8 +7971,8 @@ export declare const Components: {
7861
7971
  }>, {
7862
7972
  type: string;
7863
7973
  name: string;
7864
- modelValue: string | number;
7865
7974
  disabled: boolean;
7975
+ modelValue: string | number;
7866
7976
  vertical: boolean;
7867
7977
  fragment: boolean;
7868
7978
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -7924,8 +8034,8 @@ export declare const Components: {
7924
8034
  }>, {
7925
8035
  type: string;
7926
8036
  name: string;
7927
- modelValue: string | number;
7928
8037
  disabled: boolean;
8038
+ modelValue: string | number;
7929
8039
  vertical: boolean;
7930
8040
  fragment: boolean;
7931
8041
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -8009,10 +8119,10 @@ export declare const Components: {
8009
8119
  onChange?: ((...args: any[]) => any) | undefined;
8010
8120
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8011
8121
  }>, {
8122
+ disabled: boolean;
8012
8123
  modelValue: string | number;
8013
8124
  icon: string;
8014
8125
  color: string;
8015
- disabled: boolean;
8016
8126
  clearable: boolean;
8017
8127
  tooltip: unknown[];
8018
8128
  count: number;
@@ -8099,10 +8209,10 @@ export declare const Components: {
8099
8209
  onChange?: ((...args: any[]) => any) | undefined;
8100
8210
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8101
8211
  }>, {
8212
+ disabled: boolean;
8102
8213
  modelValue: string | number;
8103
8214
  icon: string;
8104
8215
  color: string;
8105
- disabled: boolean;
8106
8216
  clearable: boolean;
8107
8217
  tooltip: unknown[];
8108
8218
  count: number;
@@ -8209,9 +8319,9 @@ export declare const Components: {
8209
8319
  }>, {
8210
8320
  data: unknown[];
8211
8321
  disabled: boolean;
8322
+ offset: number;
8212
8323
  vertical: boolean;
8213
8324
  loadData: Function;
8214
- offset: number;
8215
8325
  pageSize: number;
8216
8326
  cols: number;
8217
8327
  gutter: number;
@@ -8318,9 +8428,9 @@ export declare const Components: {
8318
8428
  }>, {
8319
8429
  data: unknown[];
8320
8430
  disabled: boolean;
8431
+ offset: number;
8321
8432
  vertical: boolean;
8322
8433
  loadData: Function;
8323
- offset: number;
8324
8434
  pageSize: number;
8325
8435
  cols: number;
8326
8436
  gutter: number;
@@ -8726,11 +8836,11 @@ export declare const Components: {
8726
8836
  id: {
8727
8837
  type: StringConstructor;
8728
8838
  };
8729
- modelValue: PropType<string | number | any[]>;
8730
8839
  disabled: {
8731
8840
  type: BooleanConstructor;
8732
8841
  default: boolean;
8733
8842
  };
8843
+ modelValue: PropType<string | number | any[]>;
8734
8844
  clearable: {
8735
8845
  type: BooleanConstructor;
8736
8846
  default: boolean;
@@ -8803,11 +8913,11 @@ export declare const Components: {
8803
8913
  id: {
8804
8914
  type: StringConstructor;
8805
8915
  };
8806
- modelValue: PropType<string | number | any[]>;
8807
8916
  disabled: {
8808
8917
  type: BooleanConstructor;
8809
8918
  default: boolean;
8810
8919
  };
8920
+ modelValue: PropType<string | number | any[]>;
8811
8921
  clearable: {
8812
8922
  type: BooleanConstructor;
8813
8923
  default: boolean;
@@ -8827,6 +8937,7 @@ export declare const Components: {
8827
8937
  }>, {
8828
8938
  tag: string;
8829
8939
  data: unknown[];
8940
+ placement: string;
8830
8941
  disabled: boolean;
8831
8942
  extra: string;
8832
8943
  numerable: boolean;
@@ -8834,7 +8945,6 @@ export declare const Components: {
8834
8945
  max: number;
8835
8946
  nullValue: string | number | Record<string, any>;
8836
8947
  clearable: boolean;
8837
- placement: string;
8838
8948
  portal: boolean;
8839
8949
  arrow: boolean;
8840
8950
  autoWidth: boolean;
@@ -8905,11 +9015,11 @@ export declare const Components: {
8905
9015
  id: {
8906
9016
  type: StringConstructor;
8907
9017
  };
8908
- modelValue: PropType<string | number | any[]>;
8909
9018
  disabled: {
8910
9019
  type: BooleanConstructor;
8911
9020
  default: boolean;
8912
9021
  };
9022
+ modelValue: PropType<string | number | any[]>;
8913
9023
  clearable: {
8914
9024
  type: BooleanConstructor;
8915
9025
  default: boolean;
@@ -8982,11 +9092,11 @@ export declare const Components: {
8982
9092
  id: {
8983
9093
  type: StringConstructor;
8984
9094
  };
8985
- modelValue: PropType<string | number | any[]>;
8986
9095
  disabled: {
8987
9096
  type: BooleanConstructor;
8988
9097
  default: boolean;
8989
9098
  };
9099
+ modelValue: PropType<string | number | any[]>;
8990
9100
  clearable: {
8991
9101
  type: BooleanConstructor;
8992
9102
  default: boolean;
@@ -9006,6 +9116,7 @@ export declare const Components: {
9006
9116
  }>, {
9007
9117
  tag: string;
9008
9118
  data: unknown[];
9119
+ placement: string;
9009
9120
  disabled: boolean;
9010
9121
  extra: string;
9011
9122
  numerable: boolean;
@@ -9013,7 +9124,6 @@ export declare const Components: {
9013
9124
  max: number;
9014
9125
  nullValue: string | number | Record<string, any>;
9015
9126
  clearable: boolean;
9016
- placement: string;
9017
9127
  portal: boolean;
9018
9128
  arrow: boolean;
9019
9129
  autoWidth: boolean;
@@ -9264,10 +9374,10 @@ export declare const Components: {
9264
9374
  onClick?: ((...args: any[]) => any) | undefined;
9265
9375
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
9266
9376
  }>, {
9267
- modelValue: string | number | boolean;
9377
+ disabled: boolean;
9268
9378
  width: number;
9269
9379
  height: number;
9270
- disabled: boolean;
9380
+ modelValue: string | number | boolean;
9271
9381
  checkedValue: string | number | boolean;
9272
9382
  uncheckedValue: string | number | boolean;
9273
9383
  borderWidth: number;
@@ -9359,10 +9469,10 @@ export declare const Components: {
9359
9469
  onClick?: ((...args: any[]) => any) | undefined;
9360
9470
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
9361
9471
  }>, {
9362
- modelValue: string | number | boolean;
9472
+ disabled: boolean;
9363
9473
  width: number;
9364
9474
  height: number;
9365
- disabled: boolean;
9475
+ modelValue: string | number | boolean;
9366
9476
  checkedValue: string | number | boolean;
9367
9477
  uncheckedValue: string | number | boolean;
9368
9478
  borderWidth: number;
@@ -9436,12 +9546,12 @@ export declare const Components: {
9436
9546
  type: (StringConstructor | FunctionConstructor)[];
9437
9547
  default: string;
9438
9548
  };
9439
- defaultSort: {
9549
+ sort: {
9440
9550
  type: ObjectConstructor;
9441
9551
  default: () => {};
9442
9552
  };
9443
9553
  delay: NumberConstructor;
9444
- }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "select-all" | "selection-change" | "expand-change" | "current-change" | "cell-mouse-enter" | "cell-mouse-leave" | "header-click" | "header-contextmenu" | "sort-change" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-dragend ")[], "select" | "select-all" | "selection-change" | "expand-change" | "current-change" | "cell-mouse-enter" | "cell-mouse-leave" | "header-click" | "header-contextmenu" | "sort-change" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-dragend ", PublicProps, Readonly<ExtractPropTypes< {
9554
+ }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "select-all" | "selection-change" | "expand-change" | "current-change" | "cell-mouse-enter" | "cell-mouse-leave" | "header-click" | "header-contextmenu" | "update:sort" | "sort-change" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-dragend ")[], "select" | "select-all" | "selection-change" | "expand-change" | "current-change" | "cell-mouse-enter" | "cell-mouse-leave" | "header-click" | "header-contextmenu" | "update:sort" | "sort-change" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-dragend ", PublicProps, Readonly<ExtractPropTypes< {
9445
9555
  data: {
9446
9556
  type: ArrayConstructor;
9447
9557
  default: () => never[];
@@ -9508,7 +9618,7 @@ export declare const Components: {
9508
9618
  type: (StringConstructor | FunctionConstructor)[];
9509
9619
  default: string;
9510
9620
  };
9511
- defaultSort: {
9621
+ sort: {
9512
9622
  type: ObjectConstructor;
9513
9623
  default: () => {};
9514
9624
  };
@@ -9523,6 +9633,7 @@ export declare const Components: {
9523
9633
  "onCell-mouse-leave"?: ((...args: any[]) => any) | undefined;
9524
9634
  "onHeader-click"?: ((...args: any[]) => any) | undefined;
9525
9635
  "onHeader-contextmenu"?: ((...args: any[]) => any) | undefined;
9636
+ "onUpdate:sort"?: ((...args: any[]) => any) | undefined;
9526
9637
  "onSort-change"?: ((...args: any[]) => any) | undefined;
9527
9638
  "onCell-click"?: ((...args: any[]) => any) | undefined;
9528
9639
  "onCell-dblclick"?: ((...args: any[]) => any) | undefined;
@@ -9531,6 +9642,7 @@ export declare const Components: {
9531
9642
  "onRow-dblclick"?: ((...args: any[]) => any) | undefined;
9532
9643
  "onHeader-dragend "?: ((...args: any[]) => any) | undefined;
9533
9644
  }>, {
9645
+ sort: Record<string, any>;
9534
9646
  data: unknown[];
9535
9647
  border: boolean;
9536
9648
  placeholder: string | Function;
@@ -9542,7 +9654,6 @@ export declare const Components: {
9542
9654
  expandSelectable: boolean;
9543
9655
  showHeader: boolean;
9544
9656
  rows: number;
9545
- defaultSort: Record<string, any>;
9546
9657
  stripe: boolean;
9547
9658
  divider: boolean;
9548
9659
  showSummary: boolean;
@@ -9616,12 +9727,12 @@ export declare const Components: {
9616
9727
  type: (StringConstructor | FunctionConstructor)[];
9617
9728
  default: string;
9618
9729
  };
9619
- defaultSort: {
9730
+ sort: {
9620
9731
  type: ObjectConstructor;
9621
9732
  default: () => {};
9622
9733
  };
9623
9734
  delay: NumberConstructor;
9624
- }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "select-all" | "selection-change" | "expand-change" | "current-change" | "cell-mouse-enter" | "cell-mouse-leave" | "header-click" | "header-contextmenu" | "sort-change" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-dragend ")[], "select" | "select-all" | "selection-change" | "expand-change" | "current-change" | "cell-mouse-enter" | "cell-mouse-leave" | "header-click" | "header-contextmenu" | "sort-change" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-dragend ", PublicProps, Readonly<ExtractPropTypes< {
9735
+ }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "select-all" | "selection-change" | "expand-change" | "current-change" | "cell-mouse-enter" | "cell-mouse-leave" | "header-click" | "header-contextmenu" | "update:sort" | "sort-change" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-dragend ")[], "select" | "select-all" | "selection-change" | "expand-change" | "current-change" | "cell-mouse-enter" | "cell-mouse-leave" | "header-click" | "header-contextmenu" | "update:sort" | "sort-change" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-dragend ", PublicProps, Readonly<ExtractPropTypes< {
9625
9736
  data: {
9626
9737
  type: ArrayConstructor;
9627
9738
  default: () => never[];
@@ -9688,7 +9799,7 @@ export declare const Components: {
9688
9799
  type: (StringConstructor | FunctionConstructor)[];
9689
9800
  default: string;
9690
9801
  };
9691
- defaultSort: {
9802
+ sort: {
9692
9803
  type: ObjectConstructor;
9693
9804
  default: () => {};
9694
9805
  };
@@ -9703,6 +9814,7 @@ export declare const Components: {
9703
9814
  "onCell-mouse-leave"?: ((...args: any[]) => any) | undefined;
9704
9815
  "onHeader-click"?: ((...args: any[]) => any) | undefined;
9705
9816
  "onHeader-contextmenu"?: ((...args: any[]) => any) | undefined;
9817
+ "onUpdate:sort"?: ((...args: any[]) => any) | undefined;
9706
9818
  "onSort-change"?: ((...args: any[]) => any) | undefined;
9707
9819
  "onCell-click"?: ((...args: any[]) => any) | undefined;
9708
9820
  "onCell-dblclick"?: ((...args: any[]) => any) | undefined;
@@ -9711,6 +9823,7 @@ export declare const Components: {
9711
9823
  "onRow-dblclick"?: ((...args: any[]) => any) | undefined;
9712
9824
  "onHeader-dragend "?: ((...args: any[]) => any) | undefined;
9713
9825
  }>, {
9826
+ sort: Record<string, any>;
9714
9827
  data: unknown[];
9715
9828
  border: boolean;
9716
9829
  placeholder: string | Function;
@@ -9722,7 +9835,6 @@ export declare const Components: {
9722
9835
  expandSelectable: boolean;
9723
9836
  showHeader: boolean;
9724
9837
  rows: number;
9725
- defaultSort: Record<string, any>;
9726
9838
  stripe: boolean;
9727
9839
  divider: boolean;
9728
9840
  showSummary: boolean;
@@ -10082,6 +10194,7 @@ export declare const Components: {
10082
10194
  TabsPane: DefineComponent<ExtractPropTypes< {
10083
10195
  value: {
10084
10196
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
10197
+ default: undefined;
10085
10198
  };
10086
10199
  label: {
10087
10200
  type: (StringConstructor | FunctionConstructor)[];
@@ -10098,6 +10211,7 @@ export declare const Components: {
10098
10211
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
10099
10212
  value: {
10100
10213
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
10214
+ default: undefined;
10101
10215
  };
10102
10216
  label: {
10103
10217
  type: (StringConstructor | FunctionConstructor)[];
@@ -10114,11 +10228,13 @@ export declare const Components: {
10114
10228
  }>> & Readonly<{}>, {
10115
10229
  label: string | Function;
10116
10230
  closable: boolean;
10231
+ value: string | number | boolean;
10117
10232
  lazy: boolean;
10118
10233
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
10119
10234
  MTabsPane: DefineComponent<ExtractPropTypes< {
10120
10235
  value: {
10121
10236
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
10237
+ default: undefined;
10122
10238
  };
10123
10239
  label: {
10124
10240
  type: (StringConstructor | FunctionConstructor)[];
@@ -10135,6 +10251,7 @@ export declare const Components: {
10135
10251
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
10136
10252
  value: {
10137
10253
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
10254
+ default: undefined;
10138
10255
  };
10139
10256
  label: {
10140
10257
  type: (StringConstructor | FunctionConstructor)[];
@@ -10151,6 +10268,7 @@ export declare const Components: {
10151
10268
  }>> & Readonly<{}>, {
10152
10269
  label: string | Function;
10153
10270
  closable: boolean;
10271
+ value: string | number | boolean;
10154
10272
  lazy: boolean;
10155
10273
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
10156
10274
  Tag: DefineComponent<ExtractPropTypes< {
@@ -10347,8 +10465,8 @@ export declare const Components: {
10347
10465
  resize: number | boolean;
10348
10466
  tag: string;
10349
10467
  line: number;
10350
- value: string;
10351
10468
  placement: string;
10469
+ value: string;
10352
10470
  indent: number;
10353
10471
  suffix: string;
10354
10472
  renderRow: Function;
@@ -10427,8 +10545,8 @@ export declare const Components: {
10427
10545
  resize: number | boolean;
10428
10546
  tag: string;
10429
10547
  line: number;
10430
- value: string;
10431
10548
  placement: string;
10549
+ value: string;
10432
10550
  indent: number;
10433
10551
  suffix: string;
10434
10552
  renderRow: Function;
@@ -10453,11 +10571,11 @@ export declare const Components: {
10453
10571
  id: {
10454
10572
  type: StringConstructor;
10455
10573
  };
10456
- modelValue: PropType<string | number | any[]>;
10457
10574
  disabled: {
10458
10575
  type: BooleanConstructor;
10459
10576
  default: boolean;
10460
10577
  };
10578
+ modelValue: PropType<string | number | any[]>;
10461
10579
  maxlength: NumberConstructor;
10462
10580
  allowDispatch: {
10463
10581
  type: BooleanConstructor;
@@ -10497,11 +10615,11 @@ export declare const Components: {
10497
10615
  id: {
10498
10616
  type: StringConstructor;
10499
10617
  };
10500
- modelValue: PropType<string | number | any[]>;
10501
10618
  disabled: {
10502
10619
  type: BooleanConstructor;
10503
10620
  default: boolean;
10504
10621
  };
10622
+ modelValue: PropType<string | number | any[]>;
10505
10623
  maxlength: NumberConstructor;
10506
10624
  allowDispatch: {
10507
10625
  type: BooleanConstructor;
@@ -10565,11 +10683,11 @@ export declare const Components: {
10565
10683
  id: {
10566
10684
  type: StringConstructor;
10567
10685
  };
10568
- modelValue: PropType<string | number | any[]>;
10569
10686
  disabled: {
10570
10687
  type: BooleanConstructor;
10571
10688
  default: boolean;
10572
10689
  };
10690
+ modelValue: PropType<string | number | any[]>;
10573
10691
  maxlength: NumberConstructor;
10574
10692
  allowDispatch: {
10575
10693
  type: BooleanConstructor;
@@ -10608,11 +10726,11 @@ export declare const Components: {
10608
10726
  id: {
10609
10727
  type: StringConstructor;
10610
10728
  };
10611
- modelValue: PropType<string | number | any[]>;
10612
10729
  disabled: {
10613
10730
  type: BooleanConstructor;
10614
10731
  default: boolean;
10615
10732
  };
10733
+ modelValue: PropType<string | number | any[]>;
10616
10734
  maxlength: NumberConstructor;
10617
10735
  allowDispatch: {
10618
10736
  type: BooleanConstructor;
@@ -10825,13 +10943,13 @@ export declare const Components: {
10825
10943
  onOk?: ((...args: any[]) => any) | undefined;
10826
10944
  }>, {
10827
10945
  tag: string;
10946
+ placement: string;
10828
10947
  disabled: boolean;
10829
10948
  separator: string;
10830
10949
  nullValue: string | number | Record<string, any>;
10831
10950
  clearable: boolean;
10832
10951
  open: boolean;
10833
10952
  multiple: boolean;
10834
- placement: string;
10835
10953
  portal: boolean;
10836
10954
  arrow: boolean;
10837
10955
  trigger: string;
@@ -10984,13 +11102,13 @@ export declare const Components: {
10984
11102
  onOk?: ((...args: any[]) => any) | undefined;
10985
11103
  }>, {
10986
11104
  tag: string;
11105
+ placement: string;
10987
11106
  disabled: boolean;
10988
11107
  separator: string;
10989
11108
  nullValue: string | number | Record<string, any>;
10990
11109
  clearable: boolean;
10991
11110
  open: boolean;
10992
11111
  multiple: boolean;
10993
- placement: string;
10994
11112
  portal: boolean;
10995
11113
  arrow: boolean;
10996
11114
  trigger: string;
@@ -12525,8 +12643,8 @@ export declare const Components: {
12525
12643
  tag: string | Record<string, any>;
12526
12644
  name: string;
12527
12645
  body: Record<string, any>;
12528
- mode: string;
12529
12646
  disabled: boolean;
12647
+ mode: string;
12530
12648
  max: number;
12531
12649
  showMessage: boolean;
12532
12650
  headers: Record<string, any>;
@@ -12621,8 +12739,8 @@ export declare const Components: {
12621
12739
  tag: string | Record<string, any>;
12622
12740
  name: string;
12623
12741
  body: Record<string, any>;
12624
- mode: string;
12625
12742
  disabled: boolean;
12743
+ mode: string;
12626
12744
  max: number;
12627
12745
  showMessage: boolean;
12628
12746
  headers: Record<string, any>;
@@ -12714,8 +12832,8 @@ export declare const Components: {
12714
12832
  tag: string | Record<string, any>;
12715
12833
  name: string;
12716
12834
  body: Record<string, any>;
12717
- mode: string;
12718
12835
  disabled: boolean;
12836
+ mode: string;
12719
12837
  max: number;
12720
12838
  showMessage: boolean;
12721
12839
  headers: Record<string, any>;
@@ -12807,8 +12925,8 @@ export declare const Components: {
12807
12925
  tag: string | Record<string, any>;
12808
12926
  name: string;
12809
12927
  body: Record<string, any>;
12810
- mode: string;
12811
12928
  disabled: boolean;
12929
+ mode: string;
12812
12930
  max: number;
12813
12931
  showMessage: boolean;
12814
12932
  headers: Record<string, any>;
@@ -12903,8 +13021,8 @@ export declare const Components: {
12903
13021
  tag: string | Record<string, any>;
12904
13022
  name: string;
12905
13023
  body: Record<string, any>;
12906
- mode: string;
12907
13024
  disabled: boolean;
13025
+ mode: string;
12908
13026
  max: number;
12909
13027
  showMessage: boolean;
12910
13028
  headers: Record<string, any>;
@@ -12996,8 +13114,8 @@ export declare const Components: {
12996
13114
  tag: string | Record<string, any>;
12997
13115
  name: string;
12998
13116
  body: Record<string, any>;
12999
- mode: string;
13000
13117
  disabled: boolean;
13118
+ mode: string;
13001
13119
  max: number;
13002
13120
  showMessage: boolean;
13003
13121
  headers: Record<string, any>;
@@ -13149,8 +13267,8 @@ export declare const Components: {
13149
13267
  }>, {
13150
13268
  output: string | Function;
13151
13269
  mask: boolean;
13152
- modelValue: string | Record<string, any> | unknown[];
13153
13270
  disabled: boolean;
13271
+ modelValue: string | Record<string, any> | unknown[];
13154
13272
  max: number | Record<string, any>;
13155
13273
  showMessage: boolean;
13156
13274
  uploadOptions: Record<string, any>;
@@ -13300,8 +13418,8 @@ export declare const Components: {
13300
13418
  }>, {
13301
13419
  output: string | Function;
13302
13420
  mask: boolean;
13303
- modelValue: string | Record<string, any> | unknown[];
13304
13421
  disabled: boolean;
13422
+ modelValue: string | Record<string, any> | unknown[];
13305
13423
  max: number | Record<string, any>;
13306
13424
  showMessage: boolean;
13307
13425
  uploadOptions: Record<string, any>;