@deot/vc 1.0.43 → 1.0.45

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;
@@ -10084,11 +10194,15 @@ export declare const Components: {
10084
10194
  TabsPane: DefineComponent<ExtractPropTypes< {
10085
10195
  value: {
10086
10196
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
10197
+ default: undefined;
10087
10198
  };
10088
10199
  label: {
10089
10200
  type: (StringConstructor | FunctionConstructor)[];
10090
10201
  default: string;
10091
10202
  };
10203
+ anchor: {
10204
+ type: StringConstructor;
10205
+ };
10092
10206
  lazy: {
10093
10207
  type: BooleanConstructor;
10094
10208
  default: boolean;
@@ -10100,11 +10214,15 @@ export declare const Components: {
10100
10214
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
10101
10215
  value: {
10102
10216
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
10217
+ default: undefined;
10103
10218
  };
10104
10219
  label: {
10105
10220
  type: (StringConstructor | FunctionConstructor)[];
10106
10221
  default: string;
10107
10222
  };
10223
+ anchor: {
10224
+ type: StringConstructor;
10225
+ };
10108
10226
  lazy: {
10109
10227
  type: BooleanConstructor;
10110
10228
  default: boolean;
@@ -10116,16 +10234,21 @@ export declare const Components: {
10116
10234
  }>> & Readonly<{}>, {
10117
10235
  label: string | Function;
10118
10236
  closable: boolean;
10237
+ value: string | number | boolean;
10119
10238
  lazy: boolean;
10120
10239
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
10121
10240
  MTabsPane: DefineComponent<ExtractPropTypes< {
10122
10241
  value: {
10123
10242
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
10243
+ default: undefined;
10124
10244
  };
10125
10245
  label: {
10126
10246
  type: (StringConstructor | FunctionConstructor)[];
10127
10247
  default: string;
10128
10248
  };
10249
+ anchor: {
10250
+ type: StringConstructor;
10251
+ };
10129
10252
  lazy: {
10130
10253
  type: BooleanConstructor;
10131
10254
  default: boolean;
@@ -10137,11 +10260,15 @@ export declare const Components: {
10137
10260
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
10138
10261
  value: {
10139
10262
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
10263
+ default: undefined;
10140
10264
  };
10141
10265
  label: {
10142
10266
  type: (StringConstructor | FunctionConstructor)[];
10143
10267
  default: string;
10144
10268
  };
10269
+ anchor: {
10270
+ type: StringConstructor;
10271
+ };
10145
10272
  lazy: {
10146
10273
  type: BooleanConstructor;
10147
10274
  default: boolean;
@@ -10153,6 +10280,7 @@ export declare const Components: {
10153
10280
  }>> & Readonly<{}>, {
10154
10281
  label: string | Function;
10155
10282
  closable: boolean;
10283
+ value: string | number | boolean;
10156
10284
  lazy: boolean;
10157
10285
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
10158
10286
  Tag: DefineComponent<ExtractPropTypes< {
@@ -10310,6 +10438,10 @@ export declare const Components: {
10310
10438
  type: FunctionConstructor;
10311
10439
  default: (props$: any) => any;
10312
10440
  };
10441
+ theme: {
10442
+ type: StringConstructor;
10443
+ default: string;
10444
+ };
10313
10445
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
10314
10446
  tag: {
10315
10447
  type: StringConstructor;
@@ -10345,12 +10477,17 @@ export declare const Components: {
10345
10477
  type: FunctionConstructor;
10346
10478
  default: (props$: any) => any;
10347
10479
  };
10480
+ theme: {
10481
+ type: StringConstructor;
10482
+ default: string;
10483
+ };
10348
10484
  }>> & Readonly<{}>, {
10349
10485
  resize: number | boolean;
10350
10486
  tag: string;
10351
10487
  line: number;
10352
- value: string;
10353
10488
  placement: string;
10489
+ value: string;
10490
+ theme: string;
10354
10491
  indent: number;
10355
10492
  suffix: string;
10356
10493
  renderRow: Function;
@@ -10390,6 +10527,10 @@ export declare const Components: {
10390
10527
  type: FunctionConstructor;
10391
10528
  default: (props$: any) => any;
10392
10529
  };
10530
+ theme: {
10531
+ type: StringConstructor;
10532
+ default: string;
10533
+ };
10393
10534
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
10394
10535
  tag: {
10395
10536
  type: StringConstructor;
@@ -10425,12 +10566,17 @@ export declare const Components: {
10425
10566
  type: FunctionConstructor;
10426
10567
  default: (props$: any) => any;
10427
10568
  };
10569
+ theme: {
10570
+ type: StringConstructor;
10571
+ default: string;
10572
+ };
10428
10573
  }>> & Readonly<{}>, {
10429
10574
  resize: number | boolean;
10430
10575
  tag: string;
10431
10576
  line: number;
10432
- value: string;
10433
10577
  placement: string;
10578
+ value: string;
10579
+ theme: string;
10434
10580
  indent: number;
10435
10581
  suffix: string;
10436
10582
  renderRow: Function;
@@ -10455,11 +10601,11 @@ export declare const Components: {
10455
10601
  id: {
10456
10602
  type: StringConstructor;
10457
10603
  };
10458
- modelValue: PropType<string | number | any[]>;
10459
10604
  disabled: {
10460
10605
  type: BooleanConstructor;
10461
10606
  default: boolean;
10462
10607
  };
10608
+ modelValue: PropType<string | number | any[]>;
10463
10609
  maxlength: NumberConstructor;
10464
10610
  allowDispatch: {
10465
10611
  type: BooleanConstructor;
@@ -10499,11 +10645,11 @@ export declare const Components: {
10499
10645
  id: {
10500
10646
  type: StringConstructor;
10501
10647
  };
10502
- modelValue: PropType<string | number | any[]>;
10503
10648
  disabled: {
10504
10649
  type: BooleanConstructor;
10505
10650
  default: boolean;
10506
10651
  };
10652
+ modelValue: PropType<string | number | any[]>;
10507
10653
  maxlength: NumberConstructor;
10508
10654
  allowDispatch: {
10509
10655
  type: BooleanConstructor;
@@ -10567,11 +10713,11 @@ export declare const Components: {
10567
10713
  id: {
10568
10714
  type: StringConstructor;
10569
10715
  };
10570
- modelValue: PropType<string | number | any[]>;
10571
10716
  disabled: {
10572
10717
  type: BooleanConstructor;
10573
10718
  default: boolean;
10574
10719
  };
10720
+ modelValue: PropType<string | number | any[]>;
10575
10721
  maxlength: NumberConstructor;
10576
10722
  allowDispatch: {
10577
10723
  type: BooleanConstructor;
@@ -10610,11 +10756,11 @@ export declare const Components: {
10610
10756
  id: {
10611
10757
  type: StringConstructor;
10612
10758
  };
10613
- modelValue: PropType<string | number | any[]>;
10614
10759
  disabled: {
10615
10760
  type: BooleanConstructor;
10616
10761
  default: boolean;
10617
10762
  };
10763
+ modelValue: PropType<string | number | any[]>;
10618
10764
  maxlength: NumberConstructor;
10619
10765
  allowDispatch: {
10620
10766
  type: BooleanConstructor;
@@ -10827,13 +10973,13 @@ export declare const Components: {
10827
10973
  onOk?: ((...args: any[]) => any) | undefined;
10828
10974
  }>, {
10829
10975
  tag: string;
10976
+ placement: string;
10830
10977
  disabled: boolean;
10831
10978
  separator: string;
10832
10979
  nullValue: string | number | Record<string, any>;
10833
10980
  clearable: boolean;
10834
10981
  open: boolean;
10835
10982
  multiple: boolean;
10836
- placement: string;
10837
10983
  portal: boolean;
10838
10984
  arrow: boolean;
10839
10985
  trigger: string;
@@ -10986,13 +11132,13 @@ export declare const Components: {
10986
11132
  onOk?: ((...args: any[]) => any) | undefined;
10987
11133
  }>, {
10988
11134
  tag: string;
11135
+ placement: string;
10989
11136
  disabled: boolean;
10990
11137
  separator: string;
10991
11138
  nullValue: string | number | Record<string, any>;
10992
11139
  clearable: boolean;
10993
11140
  open: boolean;
10994
11141
  multiple: boolean;
10995
- placement: string;
10996
11142
  portal: boolean;
10997
11143
  arrow: boolean;
10998
11144
  trigger: string;
@@ -12527,8 +12673,8 @@ export declare const Components: {
12527
12673
  tag: string | Record<string, any>;
12528
12674
  name: string;
12529
12675
  body: Record<string, any>;
12530
- mode: string;
12531
12676
  disabled: boolean;
12677
+ mode: string;
12532
12678
  max: number;
12533
12679
  showMessage: boolean;
12534
12680
  headers: Record<string, any>;
@@ -12623,8 +12769,8 @@ export declare const Components: {
12623
12769
  tag: string | Record<string, any>;
12624
12770
  name: string;
12625
12771
  body: Record<string, any>;
12626
- mode: string;
12627
12772
  disabled: boolean;
12773
+ mode: string;
12628
12774
  max: number;
12629
12775
  showMessage: boolean;
12630
12776
  headers: Record<string, any>;
@@ -12716,8 +12862,8 @@ export declare const Components: {
12716
12862
  tag: string | Record<string, any>;
12717
12863
  name: string;
12718
12864
  body: Record<string, any>;
12719
- mode: string;
12720
12865
  disabled: boolean;
12866
+ mode: string;
12721
12867
  max: number;
12722
12868
  showMessage: boolean;
12723
12869
  headers: Record<string, any>;
@@ -12809,8 +12955,8 @@ export declare const Components: {
12809
12955
  tag: string | Record<string, any>;
12810
12956
  name: string;
12811
12957
  body: Record<string, any>;
12812
- mode: string;
12813
12958
  disabled: boolean;
12959
+ mode: string;
12814
12960
  max: number;
12815
12961
  showMessage: boolean;
12816
12962
  headers: Record<string, any>;
@@ -12905,8 +13051,8 @@ export declare const Components: {
12905
13051
  tag: string | Record<string, any>;
12906
13052
  name: string;
12907
13053
  body: Record<string, any>;
12908
- mode: string;
12909
13054
  disabled: boolean;
13055
+ mode: string;
12910
13056
  max: number;
12911
13057
  showMessage: boolean;
12912
13058
  headers: Record<string, any>;
@@ -12998,8 +13144,8 @@ export declare const Components: {
12998
13144
  tag: string | Record<string, any>;
12999
13145
  name: string;
13000
13146
  body: Record<string, any>;
13001
- mode: string;
13002
13147
  disabled: boolean;
13148
+ mode: string;
13003
13149
  max: number;
13004
13150
  showMessage: boolean;
13005
13151
  headers: Record<string, any>;
@@ -13151,8 +13297,8 @@ export declare const Components: {
13151
13297
  }>, {
13152
13298
  output: string | Function;
13153
13299
  mask: boolean;
13154
- modelValue: string | Record<string, any> | unknown[];
13155
13300
  disabled: boolean;
13301
+ modelValue: string | Record<string, any> | unknown[];
13156
13302
  max: number | Record<string, any>;
13157
13303
  showMessage: boolean;
13158
13304
  uploadOptions: Record<string, any>;
@@ -13302,8 +13448,8 @@ export declare const Components: {
13302
13448
  }>, {
13303
13449
  output: string | Function;
13304
13450
  mask: boolean;
13305
- modelValue: string | Record<string, any> | unknown[];
13306
13451
  disabled: boolean;
13452
+ modelValue: string | Record<string, any> | unknown[];
13307
13453
  max: number | Record<string, any>;
13308
13454
  showMessage: boolean;
13309
13455
  uploadOptions: Record<string, any>;