@deot/vc 1.0.67 → 1.0.69

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.
Files changed (4) hide show
  1. package/dist/index.d.ts +867 -827
  2. package/dist/index.iife.js +17679 -15066
  3. package/dist/index.umd.cjs +17679 -15066
  4. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -87,9 +87,9 @@ export declare const Components: {
87
87
  target: {
88
88
  type: StringConstructor;
89
89
  };
90
- }>, () => JSX.Element | VNode<RendererNode, RendererElement, {
90
+ }>, () => VNode<RendererNode, RendererElement, {
91
91
  [key: string]: any;
92
- }>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
92
+ }>[] | JSX.Element | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
93
93
  modelValue: {
94
94
  type: BooleanConstructor;
95
95
  default: boolean;
@@ -120,12 +120,12 @@ export declare const Components: {
120
120
  }>> & Readonly<{
121
121
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
122
122
  }>, {
123
- modelValue: boolean;
124
- zIndex: string | number;
125
- placement: string;
126
- disabled: boolean;
127
123
  fixed: boolean;
128
124
  offset: number;
125
+ zIndex: string | number;
126
+ disabled: boolean;
127
+ modelValue: boolean;
128
+ placement: string;
129
129
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
130
130
  MAffix: DefineComponent<ExtractPropTypes< {
131
131
  modelValue: {
@@ -155,9 +155,9 @@ export declare const Components: {
155
155
  target: {
156
156
  type: StringConstructor;
157
157
  };
158
- }>, () => JSX.Element | VNode<RendererNode, RendererElement, {
158
+ }>, () => VNode<RendererNode, RendererElement, {
159
159
  [key: string]: any;
160
- }>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
160
+ }>[] | JSX.Element | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
161
161
  modelValue: {
162
162
  type: BooleanConstructor;
163
163
  default: boolean;
@@ -188,12 +188,12 @@ export declare const Components: {
188
188
  }>> & Readonly<{
189
189
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
190
190
  }>, {
191
- modelValue: boolean;
192
- zIndex: string | number;
193
- placement: string;
194
- disabled: boolean;
195
191
  fixed: boolean;
196
192
  offset: number;
193
+ zIndex: string | number;
194
+ disabled: boolean;
195
+ modelValue: boolean;
196
+ placement: string;
197
197
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
198
198
  Alert: DefineComponent<ExtractPropTypes< {
199
199
  modelValue: {
@@ -246,11 +246,11 @@ export declare const Components: {
246
246
  default: boolean;
247
247
  };
248
248
  }>> & Readonly<{}>, {
249
- type: "error" | "success" | "info" | "warning";
249
+ type: "error" | "info" | "warning" | "success";
250
250
  title: string;
251
251
  desc: string;
252
- modelValue: boolean;
253
252
  icon: string | boolean;
253
+ modelValue: boolean;
254
254
  closable: boolean;
255
255
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
256
256
  MAlert: DefineComponent<ExtractPropTypes< {
@@ -304,11 +304,11 @@ export declare const Components: {
304
304
  default: boolean;
305
305
  };
306
306
  }>> & Readonly<{}>, {
307
- type: "error" | "success" | "info" | "warning";
307
+ type: "error" | "info" | "warning" | "success";
308
308
  title: string;
309
309
  desc: string;
310
- modelValue: boolean;
311
310
  icon: string | boolean;
311
+ modelValue: boolean;
312
312
  closable: boolean;
313
313
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
314
314
  Artboard: DefineComponent<ExtractPropTypes< {
@@ -332,8 +332,8 @@ export declare const Components: {
332
332
  default: number;
333
333
  };
334
334
  }>> & Readonly<{}>, {
335
- width: number;
336
335
  height: number;
336
+ width: number;
337
337
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
338
338
  MArtboard: DefineComponent<ExtractPropTypes< {
339
339
  options: ObjectConstructor;
@@ -356,8 +356,8 @@ export declare const Components: {
356
356
  default: number;
357
357
  };
358
358
  }>> & Readonly<{}>, {
359
- width: number;
360
359
  height: number;
360
+ width: number;
361
361
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
362
362
  Button: DefineComponent<ExtractPropTypes< {
363
363
  tag: {
@@ -418,17 +418,17 @@ export declare const Components: {
418
418
  }>> & Readonly<{
419
419
  onClick?: ((...args: any[]) => any) | undefined;
420
420
  }>, {
421
- type: "error" | "text" | "default" | "success" | "warning" | "primary";
422
- size: "small" | "large" | "medium";
423
- tag: string;
421
+ long: boolean;
422
+ type: "default" | "error" | "text" | "warning" | "success" | "primary";
423
+ size: "small" | "medium" | "large";
424
+ round: boolean;
424
425
  circle: boolean;
425
426
  disabled: boolean;
426
- round: boolean;
427
- wait: number;
428
- long: boolean;
429
- solid: boolean;
427
+ tag: string;
430
428
  dashed: boolean;
431
- htmlType: "reset" | "submit" | "button";
429
+ solid: boolean;
430
+ wait: number;
431
+ htmlType: "button" | "reset" | "submit";
432
432
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
433
433
  MButton: DefineComponent<ExtractPropTypes< {
434
434
  tag: {
@@ -489,17 +489,17 @@ export declare const Components: {
489
489
  }>> & Readonly<{
490
490
  onClick?: ((...args: any[]) => any) | undefined;
491
491
  }>, {
492
- type: "error" | "text" | "default" | "success" | "warning" | "primary";
493
- size: "small" | "large" | "medium";
494
- tag: string;
492
+ long: boolean;
493
+ type: "default" | "error" | "text" | "warning" | "success" | "primary";
494
+ size: "small" | "medium" | "large";
495
+ round: boolean;
495
496
  circle: boolean;
496
497
  disabled: boolean;
497
- round: boolean;
498
- wait: number;
499
- long: boolean;
500
- solid: boolean;
498
+ tag: string;
501
499
  dashed: boolean;
502
- htmlType: "reset" | "submit" | "button";
500
+ solid: boolean;
501
+ wait: number;
502
+ htmlType: "button" | "reset" | "submit";
503
503
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
504
504
  ButtonGroup: DefineComponent<ExtractPropTypes< {
505
505
  vertical: {
@@ -518,9 +518,9 @@ export declare const Components: {
518
518
  type: BooleanConstructor;
519
519
  default: boolean;
520
520
  };
521
- }>, () => JSX.Element | VNode<RendererNode, RendererElement, {
521
+ }>, () => VNode<RendererNode, RendererElement, {
522
522
  [key: string]: any;
523
- }>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
523
+ }>[] | JSX.Element | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
524
524
  vertical: {
525
525
  type: BooleanConstructor;
526
526
  default: boolean;
@@ -560,9 +560,9 @@ export declare const Components: {
560
560
  type: BooleanConstructor;
561
561
  default: boolean;
562
562
  };
563
- }>, () => JSX.Element | VNode<RendererNode, RendererElement, {
563
+ }>, () => VNode<RendererNode, RendererElement, {
564
564
  [key: string]: any;
565
- }>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
565
+ }>[] | JSX.Element | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
566
566
  vertical: {
567
567
  type: BooleanConstructor;
568
568
  default: boolean;
@@ -651,8 +651,8 @@ export declare const Components: {
651
651
  };
652
652
  }>> & Readonly<{}>, {
653
653
  border: boolean;
654
- shadow: boolean;
655
654
  padding: number;
655
+ shadow: boolean;
656
656
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
657
657
  MCard: DefineComponent<ExtractPropTypes< {
658
658
  border: {
@@ -694,8 +694,8 @@ export declare const Components: {
694
694
  };
695
695
  }>> & Readonly<{}>, {
696
696
  border: boolean;
697
- shadow: boolean;
698
697
  padding: number;
698
+ shadow: boolean;
699
699
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
700
700
  Carousel: DefineComponent<ExtractPropTypes< {
701
701
  t: {
@@ -786,17 +786,17 @@ export declare const Components: {
786
786
  }>> & Readonly<{
787
787
  onChange?: ((...args: any[]) => any) | undefined;
788
788
  }>, {
789
+ draggable: boolean;
789
790
  vertical: boolean;
791
+ autoplay: boolean;
792
+ loop: boolean;
790
793
  t: number;
791
794
  card: boolean;
792
795
  gutter: number;
793
796
  initialIndex: number;
794
797
  trigger: string;
795
- autoplay: boolean;
796
798
  dots: string | boolean;
797
799
  arrow: string | boolean;
798
- loop: boolean;
799
- draggable: boolean;
800
800
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
801
801
  MCarousel: DefineComponent<ExtractPropTypes< {
802
802
  dots: {
@@ -895,17 +895,17 @@ export declare const Components: {
895
895
  }>> & Readonly<{
896
896
  onChange?: ((...args: any[]) => any) | undefined;
897
897
  }>, {
898
+ draggable: boolean;
898
899
  vertical: boolean;
900
+ autoplay: boolean;
901
+ loop: boolean;
899
902
  t: number;
900
903
  card: boolean;
901
904
  gutter: number;
902
905
  initialIndex: number;
903
906
  trigger: string;
904
- autoplay: boolean;
905
907
  dots: string | boolean;
906
908
  arrow: string | boolean;
907
- loop: boolean;
908
- draggable: boolean;
909
909
  indicator: boolean;
910
910
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
911
911
  CarouselItem: DefineComponent<ExtractPropTypes< {
@@ -945,10 +945,10 @@ export declare const Components: {
945
945
  default: number;
946
946
  };
947
947
  }>> & Readonly<{}>, {
948
- label: string | number;
949
948
  width: string | number;
950
- gutter: number;
951
949
  scale: number;
950
+ label: string | number;
951
+ gutter: number;
952
952
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
953
953
  MCarouselItem: DefineComponent<ExtractPropTypes< {
954
954
  name: StringConstructor;
@@ -987,17 +987,17 @@ export declare const Components: {
987
987
  default: number;
988
988
  };
989
989
  }>> & Readonly<{}>, {
990
- label: string | number;
991
990
  width: string | number;
992
- gutter: number;
993
991
  scale: number;
992
+ label: string | number;
993
+ gutter: number;
994
994
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
995
995
  Cascader: DefineComponent<ExtractPropTypes< {
996
996
  data: {
997
997
  type: PropType<TreeData[]>;
998
998
  default: () => never[];
999
999
  };
1000
- format: {
1000
+ formatter: {
1001
1001
  type: FunctionConstructor;
1002
1002
  default: (v: any[]) => string;
1003
1003
  };
@@ -1064,11 +1064,11 @@ export declare const Components: {
1064
1064
  id: {
1065
1065
  type: StringConstructor;
1066
1066
  };
1067
- modelValue: PropType<string | number | any[]>;
1068
1067
  disabled: {
1069
1068
  type: BooleanConstructor;
1070
1069
  default: boolean;
1071
1070
  };
1071
+ modelValue: PropType<string | number | any[]>;
1072
1072
  clearable: {
1073
1073
  type: BooleanConstructor;
1074
1074
  default: boolean;
@@ -1078,12 +1078,12 @@ export declare const Components: {
1078
1078
  default: boolean;
1079
1079
  };
1080
1080
  portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
1081
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "close" | "update:modelValue" | "visible-change" | "ready")[], "change" | "close" | "update:modelValue" | "visible-change" | "ready", PublicProps, Readonly<ExtractPropTypes< {
1081
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "close" | "ready" | "update:modelValue" | "visible-change")[], "change" | "close" | "ready" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
1082
1082
  data: {
1083
1083
  type: PropType<TreeData[]>;
1084
1084
  default: () => never[];
1085
1085
  };
1086
- format: {
1086
+ formatter: {
1087
1087
  type: FunctionConstructor;
1088
1088
  default: (v: any[]) => string;
1089
1089
  };
@@ -1150,11 +1150,11 @@ export declare const Components: {
1150
1150
  id: {
1151
1151
  type: StringConstructor;
1152
1152
  };
1153
- modelValue: PropType<string | number | any[]>;
1154
1153
  disabled: {
1155
1154
  type: BooleanConstructor;
1156
1155
  default: boolean;
1157
1156
  };
1157
+ modelValue: PropType<string | number | any[]>;
1158
1158
  clearable: {
1159
1159
  type: BooleanConstructor;
1160
1160
  default: boolean;
@@ -1166,28 +1166,28 @@ export declare const Components: {
1166
1166
  portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
1167
1167
  }>> & Readonly<{
1168
1168
  onChange?: ((...args: any[]) => any) | undefined;
1169
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1170
1169
  onClose?: ((...args: any[]) => any) | undefined;
1170
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1171
1171
  onReady?: ((...args: any[]) => any) | undefined;
1172
1172
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
1173
1173
  }>, {
1174
- tag: string;
1174
+ max: number;
1175
1175
  data: TreeData[];
1176
- placement: string;
1177
1176
  disabled: boolean;
1177
+ tag: string;
1178
1178
  extra: string;
1179
+ separator: string;
1180
+ formatter: Function;
1181
+ placement: string;
1179
1182
  trigger: string;
1180
1183
  arrow: boolean;
1181
1184
  numerable: boolean;
1182
- separator: string;
1183
- max: number;
1184
1185
  nullValue: string | number | Record<string, any>;
1185
1186
  clearable: boolean;
1186
1187
  portal: boolean;
1187
1188
  autoWidth: boolean;
1188
1189
  searchPlaceholder: string;
1189
1190
  searchable: boolean;
1190
- format: Function;
1191
1191
  changeOnSelect: boolean;
1192
1192
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1193
1193
  MCascader: DefineComponent<ExtractPropTypes< {
@@ -1195,7 +1195,7 @@ export declare const Components: {
1195
1195
  type: PropType<TreeData[]>;
1196
1196
  default: () => never[];
1197
1197
  };
1198
- format: {
1198
+ formatter: {
1199
1199
  type: FunctionConstructor;
1200
1200
  default: (v: any[]) => string;
1201
1201
  };
@@ -1262,11 +1262,11 @@ export declare const Components: {
1262
1262
  id: {
1263
1263
  type: StringConstructor;
1264
1264
  };
1265
- modelValue: PropType<string | number | any[]>;
1266
1265
  disabled: {
1267
1266
  type: BooleanConstructor;
1268
1267
  default: boolean;
1269
1268
  };
1269
+ modelValue: PropType<string | number | any[]>;
1270
1270
  clearable: {
1271
1271
  type: BooleanConstructor;
1272
1272
  default: boolean;
@@ -1276,12 +1276,12 @@ export declare const Components: {
1276
1276
  default: boolean;
1277
1277
  };
1278
1278
  portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
1279
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "close" | "update:modelValue" | "visible-change" | "ready")[], "change" | "close" | "update:modelValue" | "visible-change" | "ready", PublicProps, Readonly<ExtractPropTypes< {
1279
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "close" | "ready" | "update:modelValue" | "visible-change")[], "change" | "close" | "ready" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
1280
1280
  data: {
1281
1281
  type: PropType<TreeData[]>;
1282
1282
  default: () => never[];
1283
1283
  };
1284
- format: {
1284
+ formatter: {
1285
1285
  type: FunctionConstructor;
1286
1286
  default: (v: any[]) => string;
1287
1287
  };
@@ -1348,11 +1348,11 @@ export declare const Components: {
1348
1348
  id: {
1349
1349
  type: StringConstructor;
1350
1350
  };
1351
- modelValue: PropType<string | number | any[]>;
1352
1351
  disabled: {
1353
1352
  type: BooleanConstructor;
1354
1353
  default: boolean;
1355
1354
  };
1355
+ modelValue: PropType<string | number | any[]>;
1356
1356
  clearable: {
1357
1357
  type: BooleanConstructor;
1358
1358
  default: boolean;
@@ -1364,28 +1364,28 @@ export declare const Components: {
1364
1364
  portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
1365
1365
  }>> & Readonly<{
1366
1366
  onChange?: ((...args: any[]) => any) | undefined;
1367
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1368
1367
  onClose?: ((...args: any[]) => any) | undefined;
1368
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1369
1369
  onReady?: ((...args: any[]) => any) | undefined;
1370
1370
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
1371
1371
  }>, {
1372
- tag: string;
1372
+ max: number;
1373
1373
  data: TreeData[];
1374
- placement: string;
1375
1374
  disabled: boolean;
1375
+ tag: string;
1376
1376
  extra: string;
1377
+ separator: string;
1378
+ formatter: Function;
1379
+ placement: string;
1377
1380
  trigger: string;
1378
1381
  arrow: boolean;
1379
1382
  numerable: boolean;
1380
- separator: string;
1381
- max: number;
1382
1383
  nullValue: string | number | Record<string, any>;
1383
1384
  clearable: boolean;
1384
1385
  portal: boolean;
1385
1386
  autoWidth: boolean;
1386
1387
  searchPlaceholder: string;
1387
1388
  searchable: boolean;
1388
- format: Function;
1389
1389
  changeOnSelect: boolean;
1390
1390
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1391
1391
  Chart: DefineComponent<ExtractPropTypes< {
@@ -1510,11 +1510,11 @@ export declare const Components: {
1510
1510
  onChange?: ((...args: any[]) => any) | undefined;
1511
1511
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1512
1512
  }>, {
1513
+ value: string | number | boolean;
1513
1514
  label: string | number | boolean;
1514
- modelValue: string | number | boolean;
1515
1515
  disabled: boolean;
1516
- value: string | number | boolean;
1517
1516
  indeterminate: boolean;
1517
+ modelValue: string | number | boolean;
1518
1518
  checkedValue: string | number | boolean;
1519
1519
  uncheckedValue: string | number | boolean;
1520
1520
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -1582,11 +1582,11 @@ export declare const Components: {
1582
1582
  onChange?: ((...args: any[]) => any) | undefined;
1583
1583
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1584
1584
  }>, {
1585
+ value: string | number | boolean;
1585
1586
  label: string | number | boolean;
1586
- modelValue: string | number | boolean;
1587
1587
  disabled: boolean;
1588
- value: string | number | boolean;
1589
1588
  indeterminate: boolean;
1589
+ modelValue: string | number | boolean;
1590
1590
  checkedValue: string | number | boolean;
1591
1591
  uncheckedValue: string | number | boolean;
1592
1592
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -1599,9 +1599,9 @@ export declare const Components: {
1599
1599
  type: BooleanConstructor;
1600
1600
  default: boolean;
1601
1601
  };
1602
- }>, () => JSX.Element | VNode<RendererNode, RendererElement, {
1602
+ }>, () => VNode<RendererNode, RendererElement, {
1603
1603
  [key: string]: any;
1604
- }>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
1604
+ }>[] | JSX.Element | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
1605
1605
  modelValue: {
1606
1606
  type: ArrayConstructor;
1607
1607
  default: () => never[];
@@ -1626,9 +1626,9 @@ export declare const Components: {
1626
1626
  type: BooleanConstructor;
1627
1627
  default: boolean;
1628
1628
  };
1629
- }>, () => JSX.Element | VNode<RendererNode, RendererElement, {
1629
+ }>, () => VNode<RendererNode, RendererElement, {
1630
1630
  [key: string]: any;
1631
- }>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
1631
+ }>[] | JSX.Element | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
1632
1632
  modelValue: {
1633
1633
  type: ArrayConstructor;
1634
1634
  default: () => never[];
@@ -1648,7 +1648,7 @@ export declare const Components: {
1648
1648
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
1649
1649
  value: StringConstructor;
1650
1650
  tag: {
1651
- type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
1651
+ type: (ObjectConstructor | FunctionConstructor | StringConstructor)[];
1652
1652
  default: string;
1653
1653
  };
1654
1654
  }>> & Readonly<{}>, () => VNode<RendererNode, RendererElement, {
@@ -1665,7 +1665,7 @@ export declare const Components: {
1665
1665
  }, Readonly<ExtractPropTypes< {
1666
1666
  value: StringConstructor;
1667
1667
  tag: {
1668
- type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
1668
+ type: (ObjectConstructor | FunctionConstructor | StringConstructor)[];
1669
1669
  default: string;
1670
1670
  };
1671
1671
  }>> & Readonly<{}>, () => VNode<RendererNode, RendererElement, {
@@ -1679,7 +1679,7 @@ export declare const Components: {
1679
1679
  } & ComponentOptionsBase<Readonly<ExtractPropTypes< {
1680
1680
  value: StringConstructor;
1681
1681
  tag: {
1682
- type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
1682
+ type: (ObjectConstructor | FunctionConstructor | StringConstructor)[];
1683
1683
  default: string;
1684
1684
  };
1685
1685
  }>> & Readonly<{}>, () => VNode<RendererNode, RendererElement, {
@@ -1696,7 +1696,7 @@ export declare const Components: {
1696
1696
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
1697
1697
  value: StringConstructor;
1698
1698
  tag: {
1699
- type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
1699
+ type: (ObjectConstructor | FunctionConstructor | StringConstructor)[];
1700
1700
  default: string;
1701
1701
  };
1702
1702
  }>> & Readonly<{}>, () => VNode<RendererNode, RendererElement, {
@@ -1713,7 +1713,7 @@ export declare const Components: {
1713
1713
  }, Readonly<ExtractPropTypes< {
1714
1714
  value: StringConstructor;
1715
1715
  tag: {
1716
- type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
1716
+ type: (ObjectConstructor | FunctionConstructor | StringConstructor)[];
1717
1717
  default: string;
1718
1718
  };
1719
1719
  }>> & Readonly<{}>, () => VNode<RendererNode, RendererElement, {
@@ -1727,7 +1727,7 @@ export declare const Components: {
1727
1727
  } & ComponentOptionsBase<Readonly<ExtractPropTypes< {
1728
1728
  value: StringConstructor;
1729
1729
  tag: {
1730
- type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
1730
+ type: (ObjectConstructor | FunctionConstructor | StringConstructor)[];
1731
1731
  default: string;
1732
1732
  };
1733
1733
  }>> & Readonly<{}>, () => VNode<RendererNode, RendererElement, {
@@ -1932,7 +1932,7 @@ export declare const Components: {
1932
1932
  type: BooleanConstructor;
1933
1933
  default: boolean;
1934
1934
  };
1935
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "complete")[], "change" | "error" | "complete", PublicProps, Readonly<ExtractPropTypes< {
1935
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("error" | "change" | "complete")[], "error" | "change" | "complete", PublicProps, Readonly<ExtractPropTypes< {
1936
1936
  tag: {
1937
1937
  type: StringConstructor;
1938
1938
  default: string;
@@ -1963,10 +1963,10 @@ export declare const Components: {
1963
1963
  onChange?: ((...args: any[]) => any) | undefined;
1964
1964
  onComplete?: ((...args: any[]) => any) | undefined;
1965
1965
  }>, {
1966
- tag: string;
1967
1966
  trim: boolean;
1968
- t: number;
1969
1967
  format: string;
1968
+ tag: string;
1969
+ t: number;
1970
1970
  targetTime: string | number | Date;
1971
1971
  serverTime: string | number | Date;
1972
1972
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -1996,7 +1996,7 @@ export declare const Components: {
1996
1996
  type: BooleanConstructor;
1997
1997
  default: boolean;
1998
1998
  };
1999
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "complete")[], "change" | "error" | "complete", PublicProps, Readonly<ExtractPropTypes< {
1999
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("error" | "change" | "complete")[], "error" | "change" | "complete", PublicProps, Readonly<ExtractPropTypes< {
2000
2000
  tag: {
2001
2001
  type: StringConstructor;
2002
2002
  default: string;
@@ -2027,10 +2027,10 @@ export declare const Components: {
2027
2027
  onChange?: ((...args: any[]) => any) | undefined;
2028
2028
  onComplete?: ((...args: any[]) => any) | undefined;
2029
2029
  }>, {
2030
- tag: string;
2031
2030
  trim: boolean;
2032
- t: number;
2033
2031
  format: string;
2032
+ tag: string;
2033
+ t: number;
2034
2034
  targetTime: string | number | Date;
2035
2035
  serverTime: string | number | Date;
2036
2036
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -2070,7 +2070,7 @@ export declare const Components: {
2070
2070
  default: number;
2071
2071
  };
2072
2072
  easing: {
2073
- type: (BooleanConstructor | FunctionConstructor)[];
2073
+ type: (FunctionConstructor | BooleanConstructor)[];
2074
2074
  default: boolean;
2075
2075
  };
2076
2076
  zeroless: {
@@ -2118,7 +2118,7 @@ export declare const Components: {
2118
2118
  default: number;
2119
2119
  };
2120
2120
  easing: {
2121
- type: (BooleanConstructor | FunctionConstructor)[];
2121
+ type: (FunctionConstructor | BooleanConstructor)[];
2122
2122
  default: boolean;
2123
2123
  };
2124
2124
  zeroless: {
@@ -2135,16 +2135,16 @@ export declare const Components: {
2135
2135
  onComplete?: ((...args: any[]) => any) | undefined;
2136
2136
  onBegin?: ((...args: any[]) => any) | undefined;
2137
2137
  }>, {
2138
+ decimal: string;
2139
+ easing: boolean | Function;
2140
+ controllable: boolean;
2138
2141
  tag: string;
2139
- duration: number;
2140
2142
  separator: string;
2141
- controllable: boolean;
2143
+ duration: number;
2142
2144
  precision: number;
2143
- decimal: string;
2144
2145
  numerals: string[];
2145
2146
  smartEasingThreshold: number;
2146
2147
  smartEasingAmount: number;
2147
- easing: boolean | Function;
2148
2148
  zeroless: boolean;
2149
2149
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2150
2150
  MCounter: DefineComponent<ExtractPropTypes< {
@@ -2183,7 +2183,7 @@ export declare const Components: {
2183
2183
  default: number;
2184
2184
  };
2185
2185
  easing: {
2186
- type: (BooleanConstructor | FunctionConstructor)[];
2186
+ type: (FunctionConstructor | BooleanConstructor)[];
2187
2187
  default: boolean;
2188
2188
  };
2189
2189
  zeroless: {
@@ -2231,7 +2231,7 @@ export declare const Components: {
2231
2231
  default: number;
2232
2232
  };
2233
2233
  easing: {
2234
- type: (BooleanConstructor | FunctionConstructor)[];
2234
+ type: (FunctionConstructor | BooleanConstructor)[];
2235
2235
  default: boolean;
2236
2236
  };
2237
2237
  zeroless: {
@@ -2248,16 +2248,16 @@ export declare const Components: {
2248
2248
  onComplete?: ((...args: any[]) => any) | undefined;
2249
2249
  onBegin?: ((...args: any[]) => any) | undefined;
2250
2250
  }>, {
2251
+ decimal: string;
2252
+ easing: boolean | Function;
2253
+ controllable: boolean;
2251
2254
  tag: string;
2252
- duration: number;
2253
2255
  separator: string;
2254
- controllable: boolean;
2256
+ duration: number;
2255
2257
  precision: number;
2256
- decimal: string;
2257
2258
  numerals: string[];
2258
2259
  smartEasingThreshold: number;
2259
2260
  smartEasingAmount: number;
2260
- easing: boolean | Function;
2261
2261
  zeroless: boolean;
2262
2262
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2263
2263
  Customer: DefineComponent<ExtractPropTypes< {
@@ -2352,7 +2352,7 @@ export declare const Components: {
2352
2352
  default: boolean;
2353
2353
  };
2354
2354
  portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
2355
- } & object>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "change" | "close" | "error" | "input" | "update:modelValue" | "visible-change" | "ready" | "ok")[], "clear" | "change" | "close" | "error" | "input" | "update:modelValue" | "visible-change" | "ready" | "ok", PublicProps, Readonly<ExtractPropTypes< {
2355
+ } & object>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("input" | "error" | "clear" | "change" | "close" | "ready" | "ok" | "update:modelValue" | "visible-change")[], "input" | "error" | "clear" | "change" | "close" | "ready" | "ok" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
2356
2356
  type: StringConstructor;
2357
2357
  placeholder: StringConstructor;
2358
2358
  clearable: {
@@ -2422,26 +2422,26 @@ export declare const Components: {
2422
2422
  onError?: ((...args: any[]) => any) | undefined;
2423
2423
  onChange?: ((...args: any[]) => any) | undefined;
2424
2424
  onInput?: ((...args: any[]) => any) | undefined;
2425
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2426
2425
  onClose?: ((...args: any[]) => any) | undefined;
2426
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2427
2427
  onClear?: ((...args: any[]) => any) | undefined;
2428
2428
  onReady?: ((...args: any[]) => any) | undefined;
2429
2429
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
2430
2430
  onOk?: ((...args: any[]) => any) | undefined;
2431
2431
  }>, {
2432
+ open: boolean;
2433
+ disabled: boolean;
2434
+ multiple: boolean;
2435
+ confirm: boolean;
2432
2436
  tag: string;
2437
+ separator: string;
2433
2438
  placement: string;
2434
- disabled: boolean;
2435
2439
  trigger: string;
2436
2440
  arrow: boolean;
2437
- separator: string;
2438
2441
  nullValue: string | number | Record<string, any>;
2439
2442
  clearable: boolean;
2440
- open: boolean;
2441
- multiple: boolean;
2442
2443
  portal: boolean;
2443
2444
  changeOnSelect: boolean;
2444
- confirm: boolean;
2445
2445
  splitPanels: boolean;
2446
2446
  steps: unknown[];
2447
2447
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -2511,7 +2511,7 @@ export declare const Components: {
2511
2511
  default: boolean;
2512
2512
  };
2513
2513
  portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
2514
- } & object>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "change" | "close" | "error" | "input" | "update:modelValue" | "visible-change" | "ready" | "ok")[], "clear" | "change" | "close" | "error" | "input" | "update:modelValue" | "visible-change" | "ready" | "ok", PublicProps, Readonly<ExtractPropTypes< {
2514
+ } & object>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("input" | "error" | "clear" | "change" | "close" | "ready" | "ok" | "update:modelValue" | "visible-change")[], "input" | "error" | "clear" | "change" | "close" | "ready" | "ok" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
2515
2515
  type: StringConstructor;
2516
2516
  placeholder: StringConstructor;
2517
2517
  clearable: {
@@ -2581,26 +2581,26 @@ export declare const Components: {
2581
2581
  onError?: ((...args: any[]) => any) | undefined;
2582
2582
  onChange?: ((...args: any[]) => any) | undefined;
2583
2583
  onInput?: ((...args: any[]) => any) | undefined;
2584
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2585
2584
  onClose?: ((...args: any[]) => any) | undefined;
2585
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2586
2586
  onClear?: ((...args: any[]) => any) | undefined;
2587
2587
  onReady?: ((...args: any[]) => any) | undefined;
2588
2588
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
2589
2589
  onOk?: ((...args: any[]) => any) | undefined;
2590
2590
  }>, {
2591
+ open: boolean;
2592
+ disabled: boolean;
2593
+ multiple: boolean;
2594
+ confirm: boolean;
2591
2595
  tag: string;
2596
+ separator: string;
2592
2597
  placement: string;
2593
- disabled: boolean;
2594
2598
  trigger: string;
2595
2599
  arrow: boolean;
2596
- separator: string;
2597
2600
  nullValue: string | number | Record<string, any>;
2598
2601
  clearable: boolean;
2599
- open: boolean;
2600
- multiple: boolean;
2601
2602
  portal: boolean;
2602
2603
  changeOnSelect: boolean;
2603
- confirm: boolean;
2604
2604
  splitPanels: boolean;
2605
2605
  steps: unknown[];
2606
2606
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -2635,9 +2635,9 @@ export declare const Components: {
2635
2635
  };
2636
2636
  exclude: RegExpConstructor;
2637
2637
  }>> & Readonly<{}>, {
2638
+ include: RegExp;
2638
2639
  tag: string | Record<string, any>;
2639
2640
  wait: number;
2640
- include: RegExp;
2641
2641
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2642
2642
  MDebounce: DefineComponent<ExtractPropTypes< {
2643
2643
  wait: {
@@ -2670,9 +2670,9 @@ export declare const Components: {
2670
2670
  };
2671
2671
  exclude: RegExpConstructor;
2672
2672
  }>> & Readonly<{}>, {
2673
+ include: RegExp;
2673
2674
  tag: string | Record<string, any>;
2674
2675
  wait: number;
2675
- include: RegExp;
2676
2676
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2677
2677
  Defer: DefineComponent<ExtractPropTypes< {
2678
2678
  data: {
@@ -2719,9 +2719,9 @@ export declare const Components: {
2719
2719
  }>> & Readonly<{
2720
2720
  onComplete?: ((...args: any[]) => any) | undefined;
2721
2721
  }>, {
2722
+ once: boolean;
2722
2723
  data: unknown[];
2723
2724
  disabled: boolean;
2724
- once: boolean;
2725
2725
  primaryKey: string;
2726
2726
  concurrency: number;
2727
2727
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -2770,9 +2770,9 @@ export declare const Components: {
2770
2770
  }>> & Readonly<{
2771
2771
  onComplete?: ((...args: any[]) => any) | undefined;
2772
2772
  }>, {
2773
+ once: boolean;
2773
2774
  data: unknown[];
2774
2775
  disabled: boolean;
2775
- once: boolean;
2776
2776
  primaryKey: string;
2777
2777
  concurrency: number;
2778
2778
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -2797,8 +2797,8 @@ export declare const Components: {
2797
2797
  validator(val: string): boolean;
2798
2798
  };
2799
2799
  }>> & Readonly<{}>, {
2800
- placement: string;
2801
2800
  vertical: boolean;
2801
+ placement: string;
2802
2802
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2803
2803
  MDivider: DefineComponent<ExtractPropTypes< {
2804
2804
  vertical: {
@@ -2821,12 +2821,12 @@ export declare const Components: {
2821
2821
  validator(val: string): boolean;
2822
2822
  };
2823
2823
  }>> & Readonly<{}>, {
2824
- placement: string;
2825
2824
  vertical: boolean;
2825
+ placement: string;
2826
2826
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2827
2827
  Drawer: {
2828
2828
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
2829
- title: StringConstructor;
2829
+ title: PropType<string | boolean | Props["render"]>;
2830
2830
  content: {
2831
2831
  type: PropType<string | Props["render"]>;
2832
2832
  default: string;
@@ -2895,17 +2895,17 @@ export declare const Components: {
2895
2895
  type: FunctionConstructor;
2896
2896
  };
2897
2897
  }>> & Readonly<{
2898
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2899
2898
  onClose?: ((...args: any[]) => any) | undefined;
2899
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2900
2900
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
2901
2901
  }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], PublicProps, {
2902
- footer: boolean;
2902
+ height: number;
2903
+ width: number;
2904
+ content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
2903
2905
  mask: boolean;
2906
+ footer: boolean;
2904
2907
  modelValue: boolean;
2905
2908
  placement: string;
2906
- width: number;
2907
- height: number;
2908
- content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
2909
2909
  maskClosable: boolean;
2910
2910
  scrollable: boolean;
2911
2911
  closeWithCancel: boolean;
@@ -2921,7 +2921,7 @@ export declare const Components: {
2921
2921
  M: {};
2922
2922
  Defaults: {};
2923
2923
  }, Readonly<ExtractPropTypes< {
2924
- title: StringConstructor;
2924
+ title: PropType<string | boolean | Props["render"]>;
2925
2925
  content: {
2926
2926
  type: PropType<string | Props["render"]>;
2927
2927
  default: string;
@@ -2990,17 +2990,17 @@ export declare const Components: {
2990
2990
  type: FunctionConstructor;
2991
2991
  };
2992
2992
  }>> & Readonly<{
2993
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2994
2993
  onClose?: ((...args: any[]) => any) | undefined;
2994
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2995
2995
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
2996
2996
  }>, () => JSX.Element, {}, {}, {}, {
2997
- footer: boolean;
2997
+ height: number;
2998
+ width: number;
2999
+ content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
2998
3000
  mask: boolean;
3001
+ footer: boolean;
2999
3002
  modelValue: boolean;
3000
3003
  placement: string;
3001
- width: number;
3002
- height: number;
3003
- content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
3004
3004
  maskClosable: boolean;
3005
3005
  scrollable: boolean;
3006
3006
  closeWithCancel: boolean;
@@ -3013,7 +3013,7 @@ export declare const Components: {
3013
3013
  __isTeleport?: never;
3014
3014
  __isSuspense?: never;
3015
3015
  } & ComponentOptionsBase<Readonly<ExtractPropTypes< {
3016
- title: StringConstructor;
3016
+ title: PropType<string | boolean | Props["render"]>;
3017
3017
  content: {
3018
3018
  type: PropType<string | Props["render"]>;
3019
3019
  default: string;
@@ -3082,17 +3082,17 @@ export declare const Components: {
3082
3082
  type: FunctionConstructor;
3083
3083
  };
3084
3084
  }>> & Readonly<{
3085
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3086
3085
  onClose?: ((...args: any[]) => any) | undefined;
3086
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3087
3087
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
3088
3088
  }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], "close" | "update:modelValue" | "visible-change", {
3089
- footer: boolean;
3089
+ height: number;
3090
+ width: number;
3091
+ content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
3090
3092
  mask: boolean;
3093
+ footer: boolean;
3091
3094
  modelValue: boolean;
3092
3095
  placement: string;
3093
- width: number;
3094
- height: number;
3095
- content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
3096
3096
  maskClosable: boolean;
3097
3097
  scrollable: boolean;
3098
3098
  closeWithCancel: boolean;
@@ -3102,13 +3102,13 @@ export declare const Components: {
3102
3102
  cancelDisabled: boolean;
3103
3103
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
3104
3104
  open: (options: Partial<{
3105
- footer: boolean;
3105
+ height: number;
3106
+ width: number;
3107
+ content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
3106
3108
  mask: boolean;
3109
+ footer: boolean;
3107
3110
  modelValue: boolean;
3108
3111
  placement: string;
3109
- width: number;
3110
- height: number;
3111
- content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
3112
3112
  maskClosable: boolean;
3113
3113
  scrollable: boolean;
3114
3114
  closeWithCancel: boolean;
@@ -3117,7 +3117,7 @@ export declare const Components: {
3117
3117
  okDisabled: boolean;
3118
3118
  cancelDisabled: boolean;
3119
3119
  } & {
3120
- title?: string | undefined;
3120
+ title?: string | boolean | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
3121
3121
  onCancel?: Function | undefined;
3122
3122
  wrapperStyle?: string | Record<string, any> | undefined;
3123
3123
  contentStyle?: string | Record<string, any> | undefined;
@@ -3132,7 +3132,7 @@ export declare const Components: {
3132
3132
  };
3133
3133
  MDrawer: {
3134
3134
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
3135
- title: StringConstructor;
3135
+ title: PropType<string | boolean | Props["render"]>;
3136
3136
  content: {
3137
3137
  type: PropType<string | Props["render"]>;
3138
3138
  default: string;
@@ -3201,17 +3201,17 @@ export declare const Components: {
3201
3201
  type: FunctionConstructor;
3202
3202
  };
3203
3203
  }>> & Readonly<{
3204
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3205
3204
  onClose?: ((...args: any[]) => any) | undefined;
3205
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3206
3206
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
3207
3207
  }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], PublicProps, {
3208
- footer: boolean;
3208
+ height: number;
3209
+ width: number;
3210
+ content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
3209
3211
  mask: boolean;
3212
+ footer: boolean;
3210
3213
  modelValue: boolean;
3211
3214
  placement: string;
3212
- width: number;
3213
- height: number;
3214
- content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
3215
3215
  maskClosable: boolean;
3216
3216
  scrollable: boolean;
3217
3217
  closeWithCancel: boolean;
@@ -3227,7 +3227,7 @@ export declare const Components: {
3227
3227
  M: {};
3228
3228
  Defaults: {};
3229
3229
  }, Readonly<ExtractPropTypes< {
3230
- title: StringConstructor;
3230
+ title: PropType<string | boolean | Props["render"]>;
3231
3231
  content: {
3232
3232
  type: PropType<string | Props["render"]>;
3233
3233
  default: string;
@@ -3296,17 +3296,17 @@ export declare const Components: {
3296
3296
  type: FunctionConstructor;
3297
3297
  };
3298
3298
  }>> & Readonly<{
3299
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3300
3299
  onClose?: ((...args: any[]) => any) | undefined;
3300
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3301
3301
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
3302
3302
  }>, () => JSX.Element, {}, {}, {}, {
3303
- footer: boolean;
3303
+ height: number;
3304
+ width: number;
3305
+ content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
3304
3306
  mask: boolean;
3307
+ footer: boolean;
3305
3308
  modelValue: boolean;
3306
3309
  placement: string;
3307
- width: number;
3308
- height: number;
3309
- content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
3310
3310
  maskClosable: boolean;
3311
3311
  scrollable: boolean;
3312
3312
  closeWithCancel: boolean;
@@ -3319,7 +3319,7 @@ export declare const Components: {
3319
3319
  __isTeleport?: never;
3320
3320
  __isSuspense?: never;
3321
3321
  } & ComponentOptionsBase<Readonly<ExtractPropTypes< {
3322
- title: StringConstructor;
3322
+ title: PropType<string | boolean | Props["render"]>;
3323
3323
  content: {
3324
3324
  type: PropType<string | Props["render"]>;
3325
3325
  default: string;
@@ -3388,17 +3388,17 @@ export declare const Components: {
3388
3388
  type: FunctionConstructor;
3389
3389
  };
3390
3390
  }>> & Readonly<{
3391
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3392
3391
  onClose?: ((...args: any[]) => any) | undefined;
3392
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3393
3393
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
3394
3394
  }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], "close" | "update:modelValue" | "visible-change", {
3395
- footer: boolean;
3395
+ height: number;
3396
+ width: number;
3397
+ content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
3396
3398
  mask: boolean;
3399
+ footer: boolean;
3397
3400
  modelValue: boolean;
3398
3401
  placement: string;
3399
- width: number;
3400
- height: number;
3401
- content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
3402
3402
  maskClosable: boolean;
3403
3403
  scrollable: boolean;
3404
3404
  closeWithCancel: boolean;
@@ -3408,13 +3408,13 @@ export declare const Components: {
3408
3408
  cancelDisabled: boolean;
3409
3409
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
3410
3410
  open: (options: Partial<{
3411
- footer: boolean;
3411
+ height: number;
3412
+ width: number;
3413
+ content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
3412
3414
  mask: boolean;
3415
+ footer: boolean;
3413
3416
  modelValue: boolean;
3414
3417
  placement: string;
3415
- width: number;
3416
- height: number;
3417
- content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
3418
3418
  maskClosable: boolean;
3419
3419
  scrollable: boolean;
3420
3420
  closeWithCancel: boolean;
@@ -3423,7 +3423,7 @@ export declare const Components: {
3423
3423
  okDisabled: boolean;
3424
3424
  cancelDisabled: boolean;
3425
3425
  } & {
3426
- title?: string | undefined;
3426
+ title?: string | boolean | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
3427
3427
  onCancel?: Function | undefined;
3428
3428
  wrapperStyle?: string | Record<string, any> | undefined;
3429
3429
  contentStyle?: string | Record<string, any> | undefined;
@@ -3437,7 +3437,7 @@ export declare const Components: {
3437
3437
  destroy: () => void;
3438
3438
  };
3439
3439
  DrawerView: DefineComponent<ExtractPropTypes< {
3440
- title: StringConstructor;
3440
+ title: PropType<string | boolean | Props["render"]>;
3441
3441
  content: {
3442
3442
  type: PropType<string | Props["render"]>;
3443
3443
  default: string;
@@ -3506,7 +3506,7 @@ export declare const Components: {
3506
3506
  type: FunctionConstructor;
3507
3507
  };
3508
3508
  }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], "close" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
3509
- title: StringConstructor;
3509
+ title: PropType<string | boolean | Props["render"]>;
3510
3510
  content: {
3511
3511
  type: PropType<string | Props["render"]>;
3512
3512
  default: string;
@@ -3575,17 +3575,17 @@ export declare const Components: {
3575
3575
  type: FunctionConstructor;
3576
3576
  };
3577
3577
  }>> & Readonly<{
3578
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3579
3578
  onClose?: ((...args: any[]) => any) | undefined;
3579
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3580
3580
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
3581
3581
  }>, {
3582
- footer: boolean;
3582
+ height: number;
3583
+ width: number;
3584
+ content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
3583
3585
  mask: boolean;
3586
+ footer: boolean;
3584
3587
  modelValue: boolean;
3585
3588
  placement: string;
3586
- width: number;
3587
- height: number;
3588
- content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
3589
3589
  maskClosable: boolean;
3590
3590
  scrollable: boolean;
3591
3591
  closeWithCancel: boolean;
@@ -3595,7 +3595,7 @@ export declare const Components: {
3595
3595
  cancelDisabled: boolean;
3596
3596
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3597
3597
  MDrawerView: DefineComponent<ExtractPropTypes< {
3598
- title: StringConstructor;
3598
+ title: PropType<string | boolean | Props["render"]>;
3599
3599
  content: {
3600
3600
  type: PropType<string | Props["render"]>;
3601
3601
  default: string;
@@ -3664,7 +3664,7 @@ export declare const Components: {
3664
3664
  type: FunctionConstructor;
3665
3665
  };
3666
3666
  }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], "close" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
3667
- title: StringConstructor;
3667
+ title: PropType<string | boolean | Props["render"]>;
3668
3668
  content: {
3669
3669
  type: PropType<string | Props["render"]>;
3670
3670
  default: string;
@@ -3733,17 +3733,17 @@ export declare const Components: {
3733
3733
  type: FunctionConstructor;
3734
3734
  };
3735
3735
  }>> & Readonly<{
3736
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3737
3736
  onClose?: ((...args: any[]) => any) | undefined;
3737
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3738
3738
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
3739
3739
  }>, {
3740
- footer: boolean;
3740
+ height: number;
3741
+ width: number;
3742
+ content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
3741
3743
  mask: boolean;
3744
+ footer: boolean;
3742
3745
  modelValue: boolean;
3743
3746
  placement: string;
3744
- width: number;
3745
- height: number;
3746
- content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
3747
3747
  maskClosable: boolean;
3748
3748
  scrollable: boolean;
3749
3749
  closeWithCancel: boolean;
@@ -3770,7 +3770,7 @@ export declare const Components: {
3770
3770
  type: BooleanConstructor;
3771
3771
  default: boolean;
3772
3772
  };
3773
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "close" | "update:modelValue" | "visible-change" | "ready")[], "click" | "close" | "update:modelValue" | "visible-change" | "ready", PublicProps, Readonly<ExtractPropTypes< {
3773
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "close" | "ready" | "update:modelValue" | "visible-change")[], "click" | "close" | "ready" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
3774
3774
  modelValue: {
3775
3775
  type: BooleanConstructor;
3776
3776
  default: boolean;
@@ -3790,8 +3790,8 @@ export declare const Components: {
3790
3790
  };
3791
3791
  }>> & Readonly<{
3792
3792
  onClick?: ((...args: any[]) => any) | undefined;
3793
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3794
3793
  onClose?: ((...args: any[]) => any) | undefined;
3794
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3795
3795
  onReady?: ((...args: any[]) => any) | undefined;
3796
3796
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
3797
3797
  }>, {
@@ -3818,7 +3818,7 @@ export declare const Components: {
3818
3818
  type: BooleanConstructor;
3819
3819
  default: boolean;
3820
3820
  };
3821
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "close" | "update:modelValue" | "visible-change" | "ready")[], "click" | "close" | "update:modelValue" | "visible-change" | "ready", PublicProps, Readonly<ExtractPropTypes< {
3821
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "close" | "ready" | "update:modelValue" | "visible-change")[], "click" | "close" | "ready" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
3822
3822
  modelValue: {
3823
3823
  type: BooleanConstructor;
3824
3824
  default: boolean;
@@ -3838,8 +3838,8 @@ export declare const Components: {
3838
3838
  };
3839
3839
  }>> & Readonly<{
3840
3840
  onClick?: ((...args: any[]) => any) | undefined;
3841
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3842
3841
  onClose?: ((...args: any[]) => any) | undefined;
3842
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3843
3843
  onReady?: ((...args: any[]) => any) | undefined;
3844
3844
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
3845
3845
  }>, {
@@ -3902,8 +3902,8 @@ export declare const Components: {
3902
3902
  onClick?: ((...args: any[]) => any) | undefined;
3903
3903
  }>, {
3904
3904
  disabled: boolean;
3905
- closable: boolean;
3906
3905
  selected: boolean;
3906
+ closable: boolean;
3907
3907
  divided: boolean;
3908
3908
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3909
3909
  MDropdownItem: DefineComponent<ExtractPropTypes< {
@@ -3960,8 +3960,8 @@ export declare const Components: {
3960
3960
  onClick?: ((...args: any[]) => any) | undefined;
3961
3961
  }>, {
3962
3962
  disabled: boolean;
3963
- closable: boolean;
3964
3963
  selected: boolean;
3964
+ closable: boolean;
3965
3965
  divided: boolean;
3966
3966
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3967
3967
  DropdownMenu: DefineComponent< {}, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -3987,14 +3987,14 @@ export declare const Components: {
3987
3987
  register: FunctionConstructor;
3988
3988
  poster: FunctionConstructor;
3989
3989
  enhancer: {
3990
- type: (BooleanConstructor | FunctionConstructor)[];
3990
+ type: (FunctionConstructor | BooleanConstructor)[];
3991
3991
  default: boolean;
3992
3992
  };
3993
3993
  previewable: {
3994
3994
  type: BooleanConstructor;
3995
3995
  default: boolean;
3996
3996
  };
3997
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "update:modelValue" | "ready")[], "blur" | "change" | "focus" | "input" | "update:modelValue" | "ready", PublicProps, Readonly<ExtractPropTypes< {
3997
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("input" | "change" | "blur" | "focus" | "ready" | "update:modelValue")[], "input" | "change" | "blur" | "focus" | "ready" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
3998
3998
  modelValue: {
3999
3999
  type: StringConstructor;
4000
4000
  default: string;
@@ -4015,7 +4015,7 @@ export declare const Components: {
4015
4015
  register: FunctionConstructor;
4016
4016
  poster: FunctionConstructor;
4017
4017
  enhancer: {
4018
- type: (BooleanConstructor | FunctionConstructor)[];
4018
+ type: (FunctionConstructor | BooleanConstructor)[];
4019
4019
  default: boolean;
4020
4020
  };
4021
4021
  previewable: {
@@ -4030,8 +4030,8 @@ export declare const Components: {
4030
4030
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
4031
4031
  onReady?: ((...args: any[]) => any) | undefined;
4032
4032
  }>, {
4033
- modelValue: string;
4034
4033
  disabled: boolean;
4034
+ modelValue: string;
4035
4035
  enhancer: boolean | Function;
4036
4036
  uploadOptions: Record<string, any>;
4037
4037
  previewable: boolean;
@@ -4057,14 +4057,14 @@ export declare const Components: {
4057
4057
  register: FunctionConstructor;
4058
4058
  poster: FunctionConstructor;
4059
4059
  enhancer: {
4060
- type: (BooleanConstructor | FunctionConstructor)[];
4060
+ type: (FunctionConstructor | BooleanConstructor)[];
4061
4061
  default: boolean;
4062
4062
  };
4063
4063
  previewable: {
4064
4064
  type: BooleanConstructor;
4065
4065
  default: boolean;
4066
4066
  };
4067
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "update:modelValue" | "ready")[], "blur" | "change" | "focus" | "input" | "update:modelValue" | "ready", PublicProps, Readonly<ExtractPropTypes< {
4067
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("input" | "change" | "blur" | "focus" | "ready" | "update:modelValue")[], "input" | "change" | "blur" | "focus" | "ready" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
4068
4068
  modelValue: {
4069
4069
  type: StringConstructor;
4070
4070
  default: string;
@@ -4085,7 +4085,7 @@ export declare const Components: {
4085
4085
  register: FunctionConstructor;
4086
4086
  poster: FunctionConstructor;
4087
4087
  enhancer: {
4088
- type: (BooleanConstructor | FunctionConstructor)[];
4088
+ type: (FunctionConstructor | BooleanConstructor)[];
4089
4089
  default: boolean;
4090
4090
  };
4091
4091
  previewable: {
@@ -4100,8 +4100,8 @@ export declare const Components: {
4100
4100
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
4101
4101
  onReady?: ((...args: any[]) => any) | undefined;
4102
4102
  }>, {
4103
- modelValue: string;
4104
4103
  disabled: boolean;
4104
+ modelValue: string;
4105
4105
  enhancer: boolean | Function;
4106
4106
  uploadOptions: Record<string, any>;
4107
4107
  previewable: boolean;
@@ -4142,9 +4142,9 @@ export declare const Components: {
4142
4142
  };
4143
4143
  }>> & Readonly<{}>, {
4144
4144
  fontSize: string[];
4145
- value: string;
4146
- lineHeight: string[];
4147
4145
  letterSpacing: string[];
4146
+ lineHeight: string[];
4147
+ value: string;
4148
4148
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4149
4149
  MEditorView: DefineComponent<ExtractPropTypes< {
4150
4150
  value: {
@@ -4182,9 +4182,9 @@ export declare const Components: {
4182
4182
  };
4183
4183
  }>> & Readonly<{}>, {
4184
4184
  fontSize: string[];
4185
- value: string;
4186
- lineHeight: string[];
4187
4185
  letterSpacing: string[];
4186
+ lineHeight: string[];
4187
+ value: string;
4188
4188
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4189
4189
  Expand: DefineComponent<ExtractPropTypes< {
4190
4190
  tag: {
@@ -4343,12 +4343,12 @@ export declare const Components: {
4343
4343
  nestedErrorStyle: (ObjectConstructor | StringConstructor)[];
4344
4344
  nestedErrorClass: (ObjectConstructor | StringConstructor)[];
4345
4345
  }>> & Readonly<{}>, {
4346
+ inline: boolean;
4347
+ autocomplete: "off" | "on";
4346
4348
  tag: string;
4347
4349
  styleless: boolean;
4348
- inline: boolean;
4349
4350
  showMessage: boolean;
4350
- labelPosition: "top" | "left" | "right";
4351
- autocomplete: "on" | "off";
4351
+ labelPosition: "left" | "top" | "right";
4352
4352
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4353
4353
  MForm: DefineComponent<ExtractPropTypes< {
4354
4354
  showToast: {
@@ -4461,13 +4461,13 @@ export declare const Components: {
4461
4461
  nestedErrorStyle: (ObjectConstructor | StringConstructor)[];
4462
4462
  nestedErrorClass: (ObjectConstructor | StringConstructor)[];
4463
4463
  }>> & Readonly<{}>, {
4464
- tag: string;
4464
+ inline: boolean;
4465
4465
  border: boolean;
4466
+ autocomplete: "off" | "on";
4467
+ tag: string;
4466
4468
  styleless: boolean;
4467
- inline: boolean;
4468
4469
  showMessage: boolean;
4469
- labelPosition: "top" | "left" | "right";
4470
- autocomplete: "on" | "off";
4470
+ labelPosition: "left" | "top" | "right";
4471
4471
  showToast: boolean;
4472
4472
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4473
4473
  FormItem: DefineComponent<ExtractPropTypes< {
@@ -4571,9 +4571,9 @@ export declare const Components: {
4571
4571
  errorStyle: (ObjectConstructor | StringConstructor)[];
4572
4572
  errorClass: (ObjectConstructor | StringConstructor)[];
4573
4573
  }>> & Readonly<{}>, {
4574
+ required: string | boolean;
4574
4575
  label: string;
4575
4576
  styleless: boolean;
4576
- required: string | boolean;
4577
4577
  showMessage: boolean;
4578
4578
  asterisk: boolean;
4579
4579
  resetByRulesChanged: boolean;
@@ -4687,9 +4687,9 @@ export declare const Components: {
4687
4687
  errorStyle: (ObjectConstructor | StringConstructor)[];
4688
4688
  errorClass: (ObjectConstructor | StringConstructor)[];
4689
4689
  }>> & Readonly<{}>, {
4690
+ required: string | boolean;
4690
4691
  label: string;
4691
4692
  styleless: boolean;
4692
- required: string | boolean;
4693
4693
  showMessage: boolean;
4694
4694
  indent: number;
4695
4695
  asterisk: boolean;
@@ -4752,11 +4752,11 @@ export declare const Components: {
4752
4752
  }>> & Readonly<{
4753
4753
  onReady?: ((...args: any[]) => any) | undefined;
4754
4754
  }>, {
4755
- tag: string;
4755
+ lazy: boolean;
4756
4756
  options: Record<string, any>;
4757
- showLoading: boolean;
4757
+ tag: string;
4758
4758
  crossOrigin: string;
4759
- lazy: boolean;
4759
+ showLoading: boolean;
4760
4760
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4761
4761
  MSnapshot: DefineComponent<ExtractPropTypes< {
4762
4762
  tag: {
@@ -4809,11 +4809,11 @@ export declare const Components: {
4809
4809
  }>> & Readonly<{
4810
4810
  onReady?: ((...args: any[]) => any) | undefined;
4811
4811
  }>, {
4812
- tag: string;
4812
+ lazy: boolean;
4813
4813
  options: Record<string, any>;
4814
- showLoading: boolean;
4814
+ tag: string;
4815
4815
  crossOrigin: string;
4816
- lazy: boolean;
4816
+ showLoading: boolean;
4817
4817
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4818
4818
  Icon: DefineComponent<ExtractPropTypes< {
4819
4819
  type: StringConstructor;
@@ -4847,6 +4847,7 @@ export declare const Components: {
4847
4847
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4848
4848
  Image: DefineComponent<ExtractPropTypes< {
4849
4849
  src: StringConstructor;
4850
+ thumbnail: StringConstructor;
4850
4851
  fit: StringConstructor;
4851
4852
  lazy: BooleanConstructor;
4852
4853
  wrapper: (ObjectConstructor | StringConstructor)[];
@@ -4854,8 +4855,10 @@ export declare const Components: {
4854
4855
  type: BooleanConstructor;
4855
4856
  default: boolean;
4856
4857
  };
4858
+ formatter: FunctionConstructor;
4857
4859
  }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4858
4860
  src: StringConstructor;
4861
+ thumbnail: StringConstructor;
4859
4862
  fit: StringConstructor;
4860
4863
  lazy: BooleanConstructor;
4861
4864
  wrapper: (ObjectConstructor | StringConstructor)[];
@@ -4863,12 +4866,14 @@ export declare const Components: {
4863
4866
  type: BooleanConstructor;
4864
4867
  default: boolean;
4865
4868
  };
4869
+ formatter: FunctionConstructor;
4866
4870
  }>> & Readonly<{}>, {
4867
- previewable: boolean;
4868
4871
  lazy: boolean;
4872
+ previewable: boolean;
4869
4873
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4870
4874
  MImage: DefineComponent<ExtractPropTypes< {
4871
4875
  src: StringConstructor;
4876
+ thumbnail: StringConstructor;
4872
4877
  fit: StringConstructor;
4873
4878
  lazy: BooleanConstructor;
4874
4879
  wrapper: (ObjectConstructor | StringConstructor)[];
@@ -4876,8 +4881,10 @@ export declare const Components: {
4876
4881
  type: BooleanConstructor;
4877
4882
  default: boolean;
4878
4883
  };
4884
+ formatter: FunctionConstructor;
4879
4885
  }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4880
4886
  src: StringConstructor;
4887
+ thumbnail: StringConstructor;
4881
4888
  fit: StringConstructor;
4882
4889
  lazy: BooleanConstructor;
4883
4890
  wrapper: (ObjectConstructor | StringConstructor)[];
@@ -4885,9 +4892,10 @@ export declare const Components: {
4885
4892
  type: BooleanConstructor;
4886
4893
  default: boolean;
4887
4894
  };
4895
+ formatter: FunctionConstructor;
4888
4896
  }>> & Readonly<{}>, {
4889
- previewable: boolean;
4890
4897
  lazy: boolean;
4898
+ previewable: boolean;
4891
4899
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4892
4900
  ImageCrop: DefineComponent<ExtractPropTypes< {
4893
4901
  tag: {
@@ -5081,7 +5089,7 @@ export declare const Components: {
5081
5089
  type: BooleanConstructor;
5082
5090
  default: boolean;
5083
5091
  };
5084
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "update:modelValue" | "enter" | "tip")[], "clear" | "blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "update:modelValue" | "enter" | "tip", PublicProps, Readonly<ExtractPropTypes< {
5092
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("input" | "clear" | "change" | "blur" | "focus" | "keydown" | "keypress" | "keyup" | "paste" | "enter" | "update:modelValue" | "tip")[], "input" | "clear" | "change" | "blur" | "focus" | "keydown" | "keypress" | "keyup" | "paste" | "enter" | "update:modelValue" | "tip", PublicProps, Readonly<ExtractPropTypes< {
5085
5093
  indicator: {
5086
5094
  type: PropType<boolean | ({
5087
5095
  inline: boolean;
@@ -5140,6 +5148,7 @@ export declare const Components: {
5140
5148
  default: boolean;
5141
5149
  };
5142
5150
  }>> & Readonly<{
5151
+ onEnter?: ((...args: any[]) => any) | undefined;
5143
5152
  onPaste?: ((...args: any[]) => any) | undefined;
5144
5153
  onFocus?: ((...args: any[]) => any) | undefined;
5145
5154
  onBlur?: ((...args: any[]) => any) | undefined;
@@ -5149,10 +5158,11 @@ export declare const Components: {
5149
5158
  onKeypress?: ((...args: any[]) => any) | undefined;
5150
5159
  onKeyup?: ((...args: any[]) => any) | undefined;
5151
5160
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
5152
- onEnter?: ((...args: any[]) => any) | undefined;
5153
5161
  onClear?: ((...args: any[]) => any) | undefined;
5154
5162
  onTip?: ((...args: any[]) => any) | undefined;
5155
5163
  }>, {
5164
+ controllable: boolean;
5165
+ bytes: boolean;
5156
5166
  disabled: boolean;
5157
5167
  indicator: boolean | {
5158
5168
  inline: boolean;
@@ -5162,9 +5172,7 @@ export declare const Components: {
5162
5172
  clearable: boolean;
5163
5173
  afloat: boolean;
5164
5174
  allowDispatch: boolean;
5165
- bytes: boolean;
5166
5175
  styleless: boolean;
5167
- controllable: boolean;
5168
5176
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
5169
5177
  MInput: DefineComponent<ExtractPropTypes< {
5170
5178
  right: {
@@ -5220,7 +5228,7 @@ export declare const Components: {
5220
5228
  type: BooleanConstructor;
5221
5229
  default: boolean;
5222
5230
  };
5223
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "update:modelValue" | "enter" | "tip")[], "clear" | "blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "update:modelValue" | "enter" | "tip", PublicProps, Readonly<ExtractPropTypes< {
5231
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("input" | "clear" | "change" | "blur" | "focus" | "keydown" | "keypress" | "keyup" | "paste" | "enter" | "update:modelValue" | "tip")[], "input" | "clear" | "change" | "blur" | "focus" | "keydown" | "keypress" | "keyup" | "paste" | "enter" | "update:modelValue" | "tip", PublicProps, Readonly<ExtractPropTypes< {
5224
5232
  right: {
5225
5233
  type: BooleanConstructor;
5226
5234
  default: boolean;
@@ -5275,6 +5283,7 @@ export declare const Components: {
5275
5283
  default: boolean;
5276
5284
  };
5277
5285
  }>> & Readonly<{
5286
+ onEnter?: ((...args: any[]) => any) | undefined;
5278
5287
  onPaste?: ((...args: any[]) => any) | undefined;
5279
5288
  onFocus?: ((...args: any[]) => any) | undefined;
5280
5289
  onBlur?: ((...args: any[]) => any) | undefined;
@@ -5284,19 +5293,18 @@ export declare const Components: {
5284
5293
  onKeypress?: ((...args: any[]) => any) | undefined;
5285
5294
  onKeyup?: ((...args: any[]) => any) | undefined;
5286
5295
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
5287
- onEnter?: ((...args: any[]) => any) | undefined;
5288
5296
  onClear?: ((...args: any[]) => any) | undefined;
5289
5297
  onTip?: ((...args: any[]) => any) | undefined;
5290
5298
  }>, {
5291
- disabled: boolean;
5299
+ controllable: boolean;
5300
+ bytes: boolean;
5292
5301
  right: boolean;
5302
+ disabled: boolean;
5293
5303
  focusEnd: boolean;
5294
5304
  clearable: boolean;
5295
5305
  afloat: boolean;
5296
5306
  allowDispatch: boolean;
5297
- bytes: boolean;
5298
5307
  styleless: boolean;
5299
- controllable: boolean;
5300
5308
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
5301
5309
  InputNumber: DefineComponent<ExtractPropTypes< {
5302
5310
  min: {
@@ -5320,7 +5328,7 @@ export declare const Components: {
5320
5328
  default: number;
5321
5329
  };
5322
5330
  output: {
5323
- type: (StringConstructor | FunctionConstructor)[];
5331
+ type: (FunctionConstructor | StringConstructor)[];
5324
5332
  default: string;
5325
5333
  };
5326
5334
  nullValue: {
@@ -5398,7 +5406,7 @@ export declare const Components: {
5398
5406
  default: number;
5399
5407
  };
5400
5408
  output: {
5401
- type: (StringConstructor | FunctionConstructor)[];
5409
+ type: (FunctionConstructor | StringConstructor)[];
5402
5410
  default: string;
5403
5411
  };
5404
5412
  nullValue: {
@@ -5455,20 +5463,20 @@ export declare const Components: {
5455
5463
  default: boolean;
5456
5464
  };
5457
5465
  }>> & Readonly<{}>, {
5466
+ max: number;
5467
+ required: boolean;
5468
+ min: number;
5469
+ controllable: boolean;
5470
+ bytes: boolean;
5458
5471
  output: string | Function;
5459
5472
  disabled: boolean;
5460
- max: number;
5473
+ step: number | boolean;
5461
5474
  nullValue: string | number | Record<string, any>;
5462
5475
  focusEnd: boolean;
5463
5476
  clearable: boolean;
5464
5477
  afloat: boolean;
5465
5478
  allowDispatch: boolean;
5466
- bytes: boolean;
5467
5479
  styleless: boolean;
5468
- controllable: boolean;
5469
- min: number;
5470
- step: number | boolean;
5471
- required: boolean;
5472
5480
  precision: number;
5473
5481
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
5474
5482
  MInputNumber: DefineComponent<ExtractPropTypes< {
@@ -5493,7 +5501,7 @@ export declare const Components: {
5493
5501
  default: number;
5494
5502
  };
5495
5503
  output: {
5496
- type: (StringConstructor | FunctionConstructor)[];
5504
+ type: (FunctionConstructor | StringConstructor)[];
5497
5505
  default: string;
5498
5506
  };
5499
5507
  nullValue: {
@@ -5571,7 +5579,7 @@ export declare const Components: {
5571
5579
  default: number;
5572
5580
  };
5573
5581
  output: {
5574
- type: (StringConstructor | FunctionConstructor)[];
5582
+ type: (FunctionConstructor | StringConstructor)[];
5575
5583
  default: string;
5576
5584
  };
5577
5585
  nullValue: {
@@ -5628,20 +5636,20 @@ export declare const Components: {
5628
5636
  default: boolean;
5629
5637
  };
5630
5638
  }>> & Readonly<{}>, {
5639
+ max: number;
5640
+ required: boolean;
5641
+ min: number;
5642
+ controllable: boolean;
5643
+ bytes: boolean;
5631
5644
  output: string | Function;
5632
5645
  disabled: boolean;
5633
- max: number;
5646
+ step: number | boolean;
5634
5647
  nullValue: string | number | Record<string, any>;
5635
5648
  focusEnd: boolean;
5636
5649
  clearable: boolean;
5637
5650
  afloat: boolean;
5638
5651
  allowDispatch: boolean;
5639
- bytes: boolean;
5640
5652
  styleless: boolean;
5641
- controllable: boolean;
5642
- min: number;
5643
- step: number | boolean;
5644
- required: boolean;
5645
5653
  precision: number;
5646
5654
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
5647
5655
  InputSearch: DefineComponent<ExtractPropTypes< {
@@ -5753,14 +5761,14 @@ export declare const Components: {
5753
5761
  default: boolean;
5754
5762
  };
5755
5763
  }>> & Readonly<{}>, {
5764
+ controllable: boolean;
5765
+ bytes: boolean;
5756
5766
  disabled: boolean;
5757
5767
  focusEnd: boolean;
5758
5768
  clearable: boolean;
5759
5769
  afloat: boolean;
5760
5770
  allowDispatch: boolean;
5761
- bytes: boolean;
5762
5771
  styleless: boolean;
5763
- controllable: boolean;
5764
5772
  enterText: string | boolean;
5765
5773
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
5766
5774
  MInputSearch: DefineComponent<ExtractPropTypes< {
@@ -5880,14 +5888,14 @@ export declare const Components: {
5880
5888
  default: boolean;
5881
5889
  };
5882
5890
  }>> & Readonly<{}>, {
5891
+ controllable: boolean;
5892
+ bytes: boolean;
5883
5893
  disabled: boolean;
5884
5894
  focusEnd: boolean;
5885
5895
  clearable: boolean;
5886
5896
  afloat: boolean;
5887
5897
  allowDispatch: boolean;
5888
- bytes: boolean;
5889
5898
  styleless: boolean;
5890
- controllable: boolean;
5891
5899
  enterText: string | boolean;
5892
5900
  cancelText: string;
5893
5901
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -5920,8 +5928,8 @@ export declare const Components: {
5920
5928
  default: boolean;
5921
5929
  };
5922
5930
  }>> & Readonly<{}>, {
5923
- tag: string;
5924
5931
  border: boolean;
5932
+ tag: string;
5925
5933
  labelWidth: string | number;
5926
5934
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
5927
5935
  MList: DefineComponent<ExtractPropTypes< {
@@ -5953,8 +5961,8 @@ export declare const Components: {
5953
5961
  default: boolean;
5954
5962
  };
5955
5963
  }>> & Readonly<{}>, {
5956
- tag: string;
5957
5964
  border: boolean;
5965
+ tag: string;
5958
5966
  labelWidth: string | number;
5959
5967
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
5960
5968
  ListItem: DefineComponent<ExtractPropTypes< {
@@ -5980,7 +5988,7 @@ export declare const Components: {
5980
5988
  type: NumberConstructor;
5981
5989
  default: number;
5982
5990
  };
5983
- to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
5991
+ to: (ObjectConstructor | FunctionConstructor | StringConstructor)[];
5984
5992
  href: StringConstructor;
5985
5993
  alone: BooleanConstructor;
5986
5994
  }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
@@ -6006,15 +6014,15 @@ export declare const Components: {
6006
6014
  type: NumberConstructor;
6007
6015
  default: number;
6008
6016
  };
6009
- to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
6017
+ to: (ObjectConstructor | FunctionConstructor | StringConstructor)[];
6010
6018
  href: StringConstructor;
6011
6019
  alone: BooleanConstructor;
6012
6020
  }>> & Readonly<{
6013
6021
  onClick?: ((...args: any[]) => any) | undefined;
6014
6022
  }>, {
6023
+ multiple: boolean;
6015
6024
  tag: string;
6016
6025
  arrow: string | boolean;
6017
- multiple: boolean;
6018
6026
  alone: boolean;
6019
6027
  labelWidth: string | number;
6020
6028
  indent: number;
@@ -6042,7 +6050,7 @@ export declare const Components: {
6042
6050
  type: NumberConstructor;
6043
6051
  default: number;
6044
6052
  };
6045
- to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
6053
+ to: (ObjectConstructor | FunctionConstructor | StringConstructor)[];
6046
6054
  href: StringConstructor;
6047
6055
  alone: BooleanConstructor;
6048
6056
  }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
@@ -6068,15 +6076,15 @@ export declare const Components: {
6068
6076
  type: NumberConstructor;
6069
6077
  default: number;
6070
6078
  };
6071
- to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
6079
+ to: (ObjectConstructor | FunctionConstructor | StringConstructor)[];
6072
6080
  href: StringConstructor;
6073
6081
  alone: BooleanConstructor;
6074
6082
  }>> & Readonly<{
6075
6083
  onClick?: ((...args: any[]) => any) | undefined;
6076
6084
  }>, {
6085
+ multiple: boolean;
6077
6086
  tag: string;
6078
6087
  arrow: string | boolean;
6079
- multiple: boolean;
6080
6088
  alone: boolean;
6081
6089
  labelWidth: string | number;
6082
6090
  indent: number;
@@ -6086,7 +6094,7 @@ export declare const Components: {
6086
6094
  type: NumberConstructor;
6087
6095
  default: number;
6088
6096
  };
6089
- content: (StringConstructor | FunctionConstructor)[];
6097
+ content: (FunctionConstructor | StringConstructor)[];
6090
6098
  animated: {
6091
6099
  type: BooleanConstructor;
6092
6100
  default: boolean;
@@ -6100,7 +6108,7 @@ export declare const Components: {
6100
6108
  type: NumberConstructor;
6101
6109
  default: number;
6102
6110
  };
6103
- content: (StringConstructor | FunctionConstructor)[];
6111
+ content: (FunctionConstructor | StringConstructor)[];
6104
6112
  animated: {
6105
6113
  type: BooleanConstructor;
6106
6114
  default: boolean;
@@ -6119,7 +6127,7 @@ export declare const Components: {
6119
6127
  type: NumberConstructor;
6120
6128
  default: number;
6121
6129
  };
6122
- content: (StringConstructor | FunctionConstructor)[];
6130
+ content: (FunctionConstructor | StringConstructor)[];
6123
6131
  animated: {
6124
6132
  type: BooleanConstructor;
6125
6133
  default: boolean;
@@ -6133,7 +6141,7 @@ export declare const Components: {
6133
6141
  type: NumberConstructor;
6134
6142
  default: number;
6135
6143
  };
6136
- content: (StringConstructor | FunctionConstructor)[];
6144
+ content: (FunctionConstructor | StringConstructor)[];
6137
6145
  animated: {
6138
6146
  type: BooleanConstructor;
6139
6147
  default: boolean;
@@ -6194,7 +6202,9 @@ export declare const Components: {
6194
6202
  type: BooleanConstructor;
6195
6203
  default: boolean;
6196
6204
  };
6197
- title: StringConstructor;
6205
+ title: {
6206
+ type: PropType<string | Props["render"]>;
6207
+ };
6198
6208
  scrollable: {
6199
6209
  type: BooleanConstructor;
6200
6210
  default: boolean;
@@ -6238,21 +6248,21 @@ export declare const Components: {
6238
6248
  type: FunctionConstructor;
6239
6249
  };
6240
6250
  }>> & Readonly<{
6241
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6242
- onCancel?: ((...args: any[]) => any) | undefined;
6243
6251
  onClose?: ((...args: any[]) => any) | undefined;
6252
+ onCancel?: ((...args: any[]) => any) | undefined;
6253
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6244
6254
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
6245
6255
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
6246
6256
  onOk?: ((...args: any[]) => any) | undefined;
6247
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "visible-change" | "portal-fulfilled" | "ok")[], PublicProps, {
6248
- size: "small" | "large" | "medium";
6249
- footer: boolean;
6257
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "ok" | "update:modelValue" | "visible-change" | "portal-fulfilled")[], PublicProps, {
6258
+ size: "small" | "medium" | "large";
6259
+ border: boolean;
6260
+ content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6250
6261
  mask: boolean;
6262
+ footer: boolean;
6263
+ draggable: boolean;
6251
6264
  modelValue: boolean;
6252
6265
  closable: boolean;
6253
- border: boolean;
6254
- draggable: boolean;
6255
- content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6256
6266
  maskClosable: boolean;
6257
6267
  scrollable: boolean;
6258
6268
  closeWithCancel: boolean;
@@ -6314,7 +6324,9 @@ export declare const Components: {
6314
6324
  type: BooleanConstructor;
6315
6325
  default: boolean;
6316
6326
  };
6317
- title: StringConstructor;
6327
+ title: {
6328
+ type: PropType<string | Props["render"]>;
6329
+ };
6318
6330
  scrollable: {
6319
6331
  type: BooleanConstructor;
6320
6332
  default: boolean;
@@ -6358,21 +6370,21 @@ export declare const Components: {
6358
6370
  type: FunctionConstructor;
6359
6371
  };
6360
6372
  }>> & Readonly<{
6361
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6362
- onCancel?: ((...args: any[]) => any) | undefined;
6363
6373
  onClose?: ((...args: any[]) => any) | undefined;
6374
+ onCancel?: ((...args: any[]) => any) | undefined;
6375
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6364
6376
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
6365
6377
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
6366
6378
  onOk?: ((...args: any[]) => any) | undefined;
6367
6379
  }>, () => JSX.Element, {}, {}, {}, {
6368
- size: "small" | "large" | "medium";
6369
- footer: boolean;
6380
+ size: "small" | "medium" | "large";
6381
+ border: boolean;
6382
+ content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6370
6383
  mask: boolean;
6384
+ footer: boolean;
6385
+ draggable: boolean;
6371
6386
  modelValue: boolean;
6372
6387
  closable: boolean;
6373
- border: boolean;
6374
- draggable: boolean;
6375
- content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6376
6388
  maskClosable: boolean;
6377
6389
  scrollable: boolean;
6378
6390
  closeWithCancel: boolean;
@@ -6431,7 +6443,9 @@ export declare const Components: {
6431
6443
  type: BooleanConstructor;
6432
6444
  default: boolean;
6433
6445
  };
6434
- title: StringConstructor;
6446
+ title: {
6447
+ type: PropType<string | Props["render"]>;
6448
+ };
6435
6449
  scrollable: {
6436
6450
  type: BooleanConstructor;
6437
6451
  default: boolean;
@@ -6475,21 +6489,21 @@ export declare const Components: {
6475
6489
  type: FunctionConstructor;
6476
6490
  };
6477
6491
  }>> & Readonly<{
6478
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6479
- onCancel?: ((...args: any[]) => any) | undefined;
6480
6492
  onClose?: ((...args: any[]) => any) | undefined;
6493
+ onCancel?: ((...args: any[]) => any) | undefined;
6494
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6481
6495
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
6482
6496
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
6483
6497
  onOk?: ((...args: any[]) => any) | undefined;
6484
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "visible-change" | "portal-fulfilled" | "ok")[], "cancel" | "close" | "update:modelValue" | "visible-change" | "portal-fulfilled" | "ok", {
6485
- size: "small" | "large" | "medium";
6486
- footer: boolean;
6498
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "ok" | "update:modelValue" | "visible-change" | "portal-fulfilled")[], "cancel" | "close" | "ok" | "update:modelValue" | "visible-change" | "portal-fulfilled", {
6499
+ size: "small" | "medium" | "large";
6500
+ border: boolean;
6501
+ content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6487
6502
  mask: boolean;
6503
+ footer: boolean;
6504
+ draggable: boolean;
6488
6505
  modelValue: boolean;
6489
6506
  closable: boolean;
6490
- border: boolean;
6491
- draggable: boolean;
6492
- content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6493
6507
  maskClosable: boolean;
6494
6508
  scrollable: boolean;
6495
6509
  closeWithCancel: boolean;
@@ -6501,14 +6515,14 @@ export declare const Components: {
6501
6515
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
6502
6516
  destroy: () => void;
6503
6517
  info: (options: Partial<{
6504
- size: "small" | "large" | "medium";
6505
- footer: boolean;
6518
+ size: "small" | "medium" | "large";
6519
+ border: boolean;
6520
+ content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6506
6521
  mask: boolean;
6522
+ footer: boolean;
6523
+ draggable: boolean;
6507
6524
  modelValue: boolean;
6508
6525
  closable: boolean;
6509
- border: boolean;
6510
- draggable: boolean;
6511
- content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6512
6526
  maskClosable: boolean;
6513
6527
  scrollable: boolean;
6514
6528
  closeWithCancel: boolean;
@@ -6518,13 +6532,13 @@ export declare const Components: {
6518
6532
  cancelDisabled: boolean;
6519
6533
  escClosable: boolean;
6520
6534
  } & {
6521
- title?: string | undefined;
6522
- width?: number | undefined;
6523
6535
  height?: number | undefined;
6524
- mode?: "error" | "success" | "info" | "warning" | undefined;
6525
- onCancel?: Function | undefined;
6536
+ width?: number | undefined;
6526
6537
  x?: number | undefined;
6527
6538
  y?: number | undefined;
6539
+ title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
6540
+ mode?: "error" | "info" | "warning" | "success" | undefined;
6541
+ onCancel?: Function | undefined;
6528
6542
  wrapperStyle?: string | Record<string, any> | undefined;
6529
6543
  contentStyle?: string | Record<string, any> | undefined;
6530
6544
  contentClass?: string | Record<string, any> | undefined;
@@ -6534,14 +6548,14 @@ export declare const Components: {
6534
6548
  onClose: (...args: any[]) => any;
6535
6549
  }>) => PortalLeaf;
6536
6550
  success: (options: Partial<{
6537
- size: "small" | "large" | "medium";
6538
- footer: boolean;
6551
+ size: "small" | "medium" | "large";
6552
+ border: boolean;
6553
+ content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6539
6554
  mask: boolean;
6555
+ footer: boolean;
6556
+ draggable: boolean;
6540
6557
  modelValue: boolean;
6541
6558
  closable: boolean;
6542
- border: boolean;
6543
- draggable: boolean;
6544
- content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6545
6559
  maskClosable: boolean;
6546
6560
  scrollable: boolean;
6547
6561
  closeWithCancel: boolean;
@@ -6551,13 +6565,13 @@ export declare const Components: {
6551
6565
  cancelDisabled: boolean;
6552
6566
  escClosable: boolean;
6553
6567
  } & {
6554
- title?: string | undefined;
6555
- width?: number | undefined;
6556
6568
  height?: number | undefined;
6557
- mode?: "error" | "success" | "info" | "warning" | undefined;
6558
- onCancel?: Function | undefined;
6569
+ width?: number | undefined;
6559
6570
  x?: number | undefined;
6560
6571
  y?: number | undefined;
6572
+ title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
6573
+ mode?: "error" | "info" | "warning" | "success" | undefined;
6574
+ onCancel?: Function | undefined;
6561
6575
  wrapperStyle?: string | Record<string, any> | undefined;
6562
6576
  contentStyle?: string | Record<string, any> | undefined;
6563
6577
  contentClass?: string | Record<string, any> | undefined;
@@ -6567,14 +6581,14 @@ export declare const Components: {
6567
6581
  onClose: (...args: any[]) => any;
6568
6582
  }>) => PortalLeaf;
6569
6583
  warning: (options: Partial<{
6570
- size: "small" | "large" | "medium";
6571
- footer: boolean;
6584
+ size: "small" | "medium" | "large";
6585
+ border: boolean;
6586
+ content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6572
6587
  mask: boolean;
6588
+ footer: boolean;
6589
+ draggable: boolean;
6573
6590
  modelValue: boolean;
6574
6591
  closable: boolean;
6575
- border: boolean;
6576
- draggable: boolean;
6577
- content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6578
6592
  maskClosable: boolean;
6579
6593
  scrollable: boolean;
6580
6594
  closeWithCancel: boolean;
@@ -6584,13 +6598,13 @@ export declare const Components: {
6584
6598
  cancelDisabled: boolean;
6585
6599
  escClosable: boolean;
6586
6600
  } & {
6587
- title?: string | undefined;
6588
- width?: number | undefined;
6589
6601
  height?: number | undefined;
6590
- mode?: "error" | "success" | "info" | "warning" | undefined;
6591
- onCancel?: Function | undefined;
6602
+ width?: number | undefined;
6592
6603
  x?: number | undefined;
6593
6604
  y?: number | undefined;
6605
+ title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
6606
+ mode?: "error" | "info" | "warning" | "success" | undefined;
6607
+ onCancel?: Function | undefined;
6594
6608
  wrapperStyle?: string | Record<string, any> | undefined;
6595
6609
  contentStyle?: string | Record<string, any> | undefined;
6596
6610
  contentClass?: string | Record<string, any> | undefined;
@@ -6600,14 +6614,14 @@ export declare const Components: {
6600
6614
  onClose: (...args: any[]) => any;
6601
6615
  }>) => PortalLeaf;
6602
6616
  error: (options: Partial<{
6603
- size: "small" | "large" | "medium";
6604
- footer: boolean;
6617
+ size: "small" | "medium" | "large";
6618
+ border: boolean;
6619
+ content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6605
6620
  mask: boolean;
6621
+ footer: boolean;
6622
+ draggable: boolean;
6606
6623
  modelValue: boolean;
6607
6624
  closable: boolean;
6608
- border: boolean;
6609
- draggable: boolean;
6610
- content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6611
6625
  maskClosable: boolean;
6612
6626
  scrollable: boolean;
6613
6627
  closeWithCancel: boolean;
@@ -6617,13 +6631,13 @@ export declare const Components: {
6617
6631
  cancelDisabled: boolean;
6618
6632
  escClosable: boolean;
6619
6633
  } & {
6620
- title?: string | undefined;
6621
- width?: number | undefined;
6622
6634
  height?: number | undefined;
6623
- mode?: "error" | "success" | "info" | "warning" | undefined;
6624
- onCancel?: Function | undefined;
6635
+ width?: number | undefined;
6625
6636
  x?: number | undefined;
6626
6637
  y?: number | undefined;
6638
+ title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
6639
+ mode?: "error" | "info" | "warning" | "success" | undefined;
6640
+ onCancel?: Function | undefined;
6627
6641
  wrapperStyle?: string | Record<string, any> | undefined;
6628
6642
  contentStyle?: string | Record<string, any> | undefined;
6629
6643
  contentClass?: string | Record<string, any> | undefined;
@@ -6680,7 +6694,9 @@ export declare const Components: {
6680
6694
  type: BooleanConstructor;
6681
6695
  default: boolean;
6682
6696
  };
6683
- title: StringConstructor;
6697
+ title: {
6698
+ type: PropType<string | Props["render"]>;
6699
+ };
6684
6700
  scrollable: {
6685
6701
  type: BooleanConstructor;
6686
6702
  default: boolean;
@@ -6723,7 +6739,7 @@ export declare const Components: {
6723
6739
  onCancel: {
6724
6740
  type: FunctionConstructor;
6725
6741
  };
6726
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "visible-change" | "portal-fulfilled" | "ok")[], "cancel" | "close" | "update:modelValue" | "visible-change" | "portal-fulfilled" | "ok", PublicProps, Readonly<ExtractPropTypes< {
6742
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "ok" | "update:modelValue" | "visible-change" | "portal-fulfilled")[], "cancel" | "close" | "ok" | "update:modelValue" | "visible-change" | "portal-fulfilled", PublicProps, Readonly<ExtractPropTypes< {
6727
6743
  modelValue: {
6728
6744
  type: BooleanConstructor;
6729
6745
  default: boolean;
@@ -6769,7 +6785,9 @@ export declare const Components: {
6769
6785
  type: BooleanConstructor;
6770
6786
  default: boolean;
6771
6787
  };
6772
- title: StringConstructor;
6788
+ title: {
6789
+ type: PropType<string | Props["render"]>;
6790
+ };
6773
6791
  scrollable: {
6774
6792
  type: BooleanConstructor;
6775
6793
  default: boolean;
@@ -6813,21 +6831,21 @@ export declare const Components: {
6813
6831
  type: FunctionConstructor;
6814
6832
  };
6815
6833
  }>> & Readonly<{
6816
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6817
- onCancel?: ((...args: any[]) => any) | undefined;
6818
6834
  onClose?: ((...args: any[]) => any) | undefined;
6835
+ onCancel?: ((...args: any[]) => any) | undefined;
6836
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6819
6837
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
6820
6838
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
6821
6839
  onOk?: ((...args: any[]) => any) | undefined;
6822
6840
  }>, {
6823
- size: "small" | "large" | "medium";
6824
- footer: boolean;
6841
+ size: "small" | "medium" | "large";
6842
+ border: boolean;
6843
+ content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6825
6844
  mask: boolean;
6845
+ footer: boolean;
6846
+ draggable: boolean;
6826
6847
  modelValue: boolean;
6827
6848
  closable: boolean;
6828
- border: boolean;
6829
- draggable: boolean;
6830
- content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
6831
6849
  maskClosable: boolean;
6832
6850
  scrollable: boolean;
6833
6851
  closeWithCancel: boolean;
@@ -6866,7 +6884,9 @@ export declare const Components: {
6866
6884
  type: BooleanConstructor;
6867
6885
  default: boolean;
6868
6886
  };
6869
- title: (StringConstructor | BooleanConstructor)[];
6887
+ title: {
6888
+ type: PropType<boolean | string | Props["render"]>;
6889
+ };
6870
6890
  okText: {
6871
6891
  type: (StringConstructor | BooleanConstructor)[];
6872
6892
  default: string;
@@ -6889,7 +6909,7 @@ export declare const Components: {
6889
6909
  onCancel: {
6890
6910
  type: FunctionConstructor;
6891
6911
  };
6892
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "portal-fulfilled" | "ok")[], "cancel" | "close" | "update:modelValue" | "portal-fulfilled" | "ok", PublicProps, Readonly<ExtractPropTypes< {
6912
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "ok" | "update:modelValue" | "portal-fulfilled")[], "cancel" | "close" | "ok" | "update:modelValue" | "portal-fulfilled", PublicProps, Readonly<ExtractPropTypes< {
6893
6913
  mode: {
6894
6914
  type: PropType<"alert" | "operation">;
6895
6915
  validator: (v: any) => boolean;
@@ -6918,7 +6938,9 @@ export declare const Components: {
6918
6938
  type: BooleanConstructor;
6919
6939
  default: boolean;
6920
6940
  };
6921
- title: (StringConstructor | BooleanConstructor)[];
6941
+ title: {
6942
+ type: PropType<boolean | string | Props["render"]>;
6943
+ };
6922
6944
  okText: {
6923
6945
  type: (StringConstructor | BooleanConstructor)[];
6924
6946
  default: string;
@@ -6942,17 +6964,17 @@ export declare const Components: {
6942
6964
  type: FunctionConstructor;
6943
6965
  };
6944
6966
  }>> & Readonly<{
6945
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6946
- onCancel?: ((...args: any[]) => any) | undefined;
6947
6967
  onClose?: ((...args: any[]) => any) | undefined;
6968
+ onCancel?: ((...args: any[]) => any) | undefined;
6969
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6948
6970
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
6949
6971
  onOk?: ((...args: any[]) => any) | undefined;
6950
6972
  }>, {
6951
- footer: boolean;
6952
- mask: boolean;
6953
- modelValue: boolean;
6954
6973
  width: number;
6974
+ mask: boolean;
6975
+ footer: boolean;
6955
6976
  mode: "alert" | "operation";
6977
+ modelValue: boolean;
6956
6978
  maskClosable: boolean;
6957
6979
  closeWithCancel: boolean;
6958
6980
  okText: string | boolean;
@@ -6988,10 +7010,10 @@ export declare const Components: {
6988
7010
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
6989
7011
  "onBefore-close"?: ((...args: any[]) => any) | undefined;
6990
7012
  }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "portal-fulfilled" | "before-close")[], PublicProps, {
6991
- top: number;
6992
7013
  fixed: boolean;
6993
- closable: boolean;
7014
+ top: number;
6994
7015
  duration: number;
7016
+ closable: boolean;
6995
7017
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
6996
7018
  P: {};
6997
7019
  B: {};
@@ -7028,10 +7050,10 @@ export declare const Components: {
7028
7050
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
7029
7051
  "onBefore-close"?: ((...args: any[]) => any) | undefined;
7030
7052
  }>, () => JSX.Element, {}, {}, {}, {
7031
- top: number;
7032
7053
  fixed: boolean;
7033
- closable: boolean;
7054
+ top: number;
7034
7055
  duration: number;
7056
+ closable: boolean;
7035
7057
  }>;
7036
7058
  __isFragment?: never;
7037
7059
  __isTeleport?: never;
@@ -7065,77 +7087,77 @@ export declare const Components: {
7065
7087
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
7066
7088
  "onBefore-close"?: ((...args: any[]) => any) | undefined;
7067
7089
  }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "portal-fulfilled" | "before-close")[], "close" | "portal-fulfilled" | "before-close", {
7068
- top: number;
7069
7090
  fixed: boolean;
7070
- closable: boolean;
7091
+ top: number;
7071
7092
  duration: number;
7093
+ closable: boolean;
7072
7094
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
7073
7095
  destroy: () => void;
7074
7096
  open: (options: Partial<{
7075
- top: number;
7076
7097
  fixed: boolean;
7077
- closable: boolean;
7098
+ top: number;
7078
7099
  duration: number;
7100
+ closable: boolean;
7079
7101
  } & {
7080
- title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7081
- mode?: "error" | "success" | "info" | "warning" | "loading" | undefined;
7082
7102
  content?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7103
+ title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7104
+ mode?: "error" | "info" | "loading" | "warning" | "success" | undefined;
7083
7105
  onBeforeClose?: Function | undefined;
7084
7106
  } & {
7085
7107
  insertion: PortalOptions["insertion"];
7086
7108
  onClose: (...args: any[]) => any;
7087
7109
  }>) => PortalLeaf;
7088
7110
  info: (options: Partial<{
7089
- top: number;
7090
7111
  fixed: boolean;
7091
- closable: boolean;
7112
+ top: number;
7092
7113
  duration: number;
7114
+ closable: boolean;
7093
7115
  } & {
7094
- title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7095
- mode?: "error" | "success" | "info" | "warning" | "loading" | undefined;
7096
7116
  content?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7117
+ title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7118
+ mode?: "error" | "info" | "loading" | "warning" | "success" | undefined;
7097
7119
  onBeforeClose?: Function | undefined;
7098
7120
  } & {
7099
7121
  insertion: PortalOptions["insertion"];
7100
7122
  onClose: (...args: any[]) => any;
7101
7123
  }>) => PortalLeaf;
7102
7124
  success: (options: Partial<{
7103
- top: number;
7104
7125
  fixed: boolean;
7105
- closable: boolean;
7126
+ top: number;
7106
7127
  duration: number;
7128
+ closable: boolean;
7107
7129
  } & {
7108
- title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7109
- mode?: "error" | "success" | "info" | "warning" | "loading" | undefined;
7110
7130
  content?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7131
+ title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7132
+ mode?: "error" | "info" | "loading" | "warning" | "success" | undefined;
7111
7133
  onBeforeClose?: Function | undefined;
7112
7134
  } & {
7113
7135
  insertion: PortalOptions["insertion"];
7114
7136
  onClose: (...args: any[]) => any;
7115
7137
  }>) => PortalLeaf;
7116
7138
  warning: (options: Partial<{
7117
- top: number;
7118
7139
  fixed: boolean;
7119
- closable: boolean;
7140
+ top: number;
7120
7141
  duration: number;
7142
+ closable: boolean;
7121
7143
  } & {
7122
- title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7123
- mode?: "error" | "success" | "info" | "warning" | "loading" | undefined;
7124
7144
  content?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7145
+ title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7146
+ mode?: "error" | "info" | "loading" | "warning" | "success" | undefined;
7125
7147
  onBeforeClose?: Function | undefined;
7126
7148
  } & {
7127
7149
  insertion: PortalOptions["insertion"];
7128
7150
  onClose: (...args: any[]) => any;
7129
7151
  }>) => PortalLeaf;
7130
7152
  error: (options: Partial<{
7131
- top: number;
7132
7153
  fixed: boolean;
7133
- closable: boolean;
7154
+ top: number;
7134
7155
  duration: number;
7156
+ closable: boolean;
7135
7157
  } & {
7136
- title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7137
- mode?: "error" | "success" | "info" | "warning" | "loading" | undefined;
7138
7158
  content?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7159
+ title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7160
+ mode?: "error" | "info" | "loading" | "warning" | "success" | undefined;
7139
7161
  onBeforeClose?: Function | undefined;
7140
7162
  } & {
7141
7163
  insertion: PortalOptions["insertion"];
@@ -7172,10 +7194,10 @@ export declare const Components: {
7172
7194
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
7173
7195
  "onBefore-close"?: ((...args: any[]) => any) | undefined;
7174
7196
  }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "portal-fulfilled" | "before-close")[], PublicProps, {
7175
- top: number;
7176
7197
  fixed: boolean;
7177
- closable: boolean;
7198
+ top: number;
7178
7199
  duration: number;
7200
+ closable: boolean;
7179
7201
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
7180
7202
  P: {};
7181
7203
  B: {};
@@ -7212,10 +7234,10 @@ export declare const Components: {
7212
7234
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
7213
7235
  "onBefore-close"?: ((...args: any[]) => any) | undefined;
7214
7236
  }>, () => JSX.Element, {}, {}, {}, {
7215
- top: number;
7216
7237
  fixed: boolean;
7217
- closable: boolean;
7238
+ top: number;
7218
7239
  duration: number;
7240
+ closable: boolean;
7219
7241
  }>;
7220
7242
  __isFragment?: never;
7221
7243
  __isTeleport?: never;
@@ -7249,77 +7271,77 @@ export declare const Components: {
7249
7271
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
7250
7272
  "onBefore-close"?: ((...args: any[]) => any) | undefined;
7251
7273
  }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "portal-fulfilled" | "before-close")[], "close" | "portal-fulfilled" | "before-close", {
7252
- top: number;
7253
7274
  fixed: boolean;
7254
- closable: boolean;
7275
+ top: number;
7255
7276
  duration: number;
7277
+ closable: boolean;
7256
7278
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
7257
7279
  destroy: () => void;
7258
7280
  open: (options: Partial<{
7259
- top: number;
7260
7281
  fixed: boolean;
7261
- closable: boolean;
7282
+ top: number;
7262
7283
  duration: number;
7284
+ closable: boolean;
7263
7285
  } & {
7264
- title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7265
- mode?: "error" | "success" | "info" | "warning" | "loading" | undefined;
7266
7286
  content?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7287
+ title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7288
+ mode?: "error" | "info" | "loading" | "warning" | "success" | undefined;
7267
7289
  onBeforeClose?: Function | undefined;
7268
7290
  } & {
7269
7291
  insertion: PortalOptions["insertion"];
7270
7292
  onClose: (...args: any[]) => any;
7271
7293
  }>) => PortalLeaf;
7272
7294
  info: (options: Partial<{
7273
- top: number;
7274
7295
  fixed: boolean;
7275
- closable: boolean;
7296
+ top: number;
7276
7297
  duration: number;
7298
+ closable: boolean;
7277
7299
  } & {
7278
- title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7279
- mode?: "error" | "success" | "info" | "warning" | "loading" | undefined;
7280
7300
  content?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7301
+ title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7302
+ mode?: "error" | "info" | "loading" | "warning" | "success" | undefined;
7281
7303
  onBeforeClose?: Function | undefined;
7282
7304
  } & {
7283
7305
  insertion: PortalOptions["insertion"];
7284
7306
  onClose: (...args: any[]) => any;
7285
7307
  }>) => PortalLeaf;
7286
7308
  success: (options: Partial<{
7287
- top: number;
7288
7309
  fixed: boolean;
7289
- closable: boolean;
7310
+ top: number;
7290
7311
  duration: number;
7312
+ closable: boolean;
7291
7313
  } & {
7292
- title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7293
- mode?: "error" | "success" | "info" | "warning" | "loading" | undefined;
7294
7314
  content?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7315
+ title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7316
+ mode?: "error" | "info" | "loading" | "warning" | "success" | undefined;
7295
7317
  onBeforeClose?: Function | undefined;
7296
7318
  } & {
7297
7319
  insertion: PortalOptions["insertion"];
7298
7320
  onClose: (...args: any[]) => any;
7299
7321
  }>) => PortalLeaf;
7300
7322
  warning: (options: Partial<{
7301
- top: number;
7302
7323
  fixed: boolean;
7303
- closable: boolean;
7324
+ top: number;
7304
7325
  duration: number;
7326
+ closable: boolean;
7305
7327
  } & {
7306
- title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7307
- mode?: "error" | "success" | "info" | "warning" | "loading" | undefined;
7308
7328
  content?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7329
+ title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7330
+ mode?: "error" | "info" | "loading" | "warning" | "success" | undefined;
7309
7331
  onBeforeClose?: Function | undefined;
7310
7332
  } & {
7311
7333
  insertion: PortalOptions["insertion"];
7312
7334
  onClose: (...args: any[]) => any;
7313
7335
  }>) => PortalLeaf;
7314
7336
  error: (options: Partial<{
7315
- top: number;
7316
7337
  fixed: boolean;
7317
- closable: boolean;
7338
+ top: number;
7318
7339
  duration: number;
7340
+ closable: boolean;
7319
7341
  } & {
7320
- title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7321
- mode?: "error" | "success" | "info" | "warning" | "loading" | undefined;
7322
7342
  content?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7343
+ title?: string | ((props: Record<string, unknown>, context: SetupContext) => any) | undefined;
7344
+ mode?: "error" | "info" | "loading" | "warning" | "success" | undefined;
7323
7345
  onBeforeClose?: Function | undefined;
7324
7346
  } & {
7325
7347
  insertion: PortalOptions["insertion"];
@@ -7431,10 +7453,10 @@ export declare const Components: {
7431
7453
  "onUpdate:current"?: ((...args: any[]) => any) | undefined;
7432
7454
  "onPage-size-change"?: ((...args: any[]) => any) | undefined;
7433
7455
  }>, {
7456
+ count: number;
7434
7457
  placement: string;
7435
7458
  portal: boolean;
7436
7459
  current: number;
7437
- count: number;
7438
7460
  pageSize: number;
7439
7461
  pageSizeOptions: unknown[];
7440
7462
  showCount: boolean;
@@ -7520,10 +7542,10 @@ export declare const Components: {
7520
7542
  "onUpdate:current"?: ((...args: any[]) => any) | undefined;
7521
7543
  "onPage-size-change"?: ((...args: any[]) => any) | undefined;
7522
7544
  }>, {
7545
+ count: number;
7523
7546
  placement: string;
7524
7547
  portal: boolean;
7525
7548
  current: number;
7526
- count: number;
7527
7549
  pageSize: number;
7528
7550
  pageSizeOptions: unknown[];
7529
7551
  showCount: boolean;
@@ -7600,7 +7622,7 @@ export declare const Components: {
7600
7622
  };
7601
7623
  width: (StringConstructor | NumberConstructor)[];
7602
7624
  portalClass: (ObjectConstructor | StringConstructor)[];
7603
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "visible-change" | "ready" | "ok")[], "cancel" | "close" | "update:modelValue" | "visible-change" | "ready" | "ok", PublicProps, Readonly<ExtractPropTypes< {
7625
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "ready" | "ok" | "update:modelValue" | "visible-change")[], "cancel" | "close" | "ready" | "ok" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
7604
7626
  title: {
7605
7627
  type: PropType<string | Props["render"]>;
7606
7628
  default: string;
@@ -7645,19 +7667,19 @@ export declare const Components: {
7645
7667
  width: (StringConstructor | NumberConstructor)[];
7646
7668
  portalClass: (ObjectConstructor | StringConstructor)[];
7647
7669
  }>> & Readonly<{
7648
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7649
- onCancel?: ((...args: any[]) => any) | undefined;
7650
7670
  onClose?: ((...args: any[]) => any) | undefined;
7671
+ onCancel?: ((...args: any[]) => any) | undefined;
7672
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7651
7673
  onReady?: ((...args: any[]) => any) | undefined;
7652
7674
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
7653
7675
  onOk?: ((...args: any[]) => any) | undefined;
7654
7676
  }>, {
7655
7677
  type: string;
7678
+ content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
7656
7679
  title: string | ((props: Record<string, unknown>, context: SetupContext) => any);
7657
7680
  modelValue: boolean;
7658
7681
  placement: string;
7659
7682
  trigger: string;
7660
- content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
7661
7683
  okText: string;
7662
7684
  cancelText: string;
7663
7685
  okType: string;
@@ -7707,7 +7729,7 @@ export declare const Components: {
7707
7729
  };
7708
7730
  width: (StringConstructor | NumberConstructor)[];
7709
7731
  portalClass: (ObjectConstructor | StringConstructor)[];
7710
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "visible-change" | "ready" | "ok")[], "cancel" | "close" | "update:modelValue" | "visible-change" | "ready" | "ok", PublicProps, Readonly<ExtractPropTypes< {
7732
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "ready" | "ok" | "update:modelValue" | "visible-change")[], "cancel" | "close" | "ready" | "ok" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
7711
7733
  title: {
7712
7734
  type: PropType<string | Props["render"]>;
7713
7735
  default: string;
@@ -7752,19 +7774,19 @@ export declare const Components: {
7752
7774
  width: (StringConstructor | NumberConstructor)[];
7753
7775
  portalClass: (ObjectConstructor | StringConstructor)[];
7754
7776
  }>> & Readonly<{
7755
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7756
- onCancel?: ((...args: any[]) => any) | undefined;
7757
7777
  onClose?: ((...args: any[]) => any) | undefined;
7778
+ onCancel?: ((...args: any[]) => any) | undefined;
7779
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7758
7780
  onReady?: ((...args: any[]) => any) | undefined;
7759
7781
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
7760
7782
  onOk?: ((...args: any[]) => any) | undefined;
7761
7783
  }>, {
7762
7784
  type: string;
7785
+ content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
7763
7786
  title: string | ((props: Record<string, unknown>, context: SetupContext) => any);
7764
7787
  modelValue: boolean;
7765
7788
  placement: string;
7766
7789
  trigger: string;
7767
- content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
7768
7790
  okText: string;
7769
7791
  cancelText: string;
7770
7792
  okType: string;
@@ -7772,6 +7794,9 @@ export declare const Components: {
7772
7794
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7773
7795
  Popover: {
7774
7796
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
7797
+ always: BooleanConstructor;
7798
+ animation: StringConstructor;
7799
+ content: (FunctionConstructor | StringConstructor)[];
7775
7800
  modelValue: BooleanConstructor;
7776
7801
  placement: {
7777
7802
  type: StringConstructor;
@@ -7782,9 +7807,6 @@ export declare const Components: {
7782
7807
  type: BooleanConstructor;
7783
7808
  default: boolean;
7784
7809
  };
7785
- always: BooleanConstructor;
7786
- content: (StringConstructor | FunctionConstructor)[];
7787
- animation: StringConstructor;
7788
7810
  theme: {
7789
7811
  type: StringConstructor;
7790
7812
  default: string;
@@ -7819,20 +7841,20 @@ export declare const Components: {
7819
7841
  default: boolean;
7820
7842
  };
7821
7843
  }>> & Readonly<{
7822
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7823
7844
  onClose?: ((...args: any[]) => any) | undefined;
7845
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7824
7846
  onReady?: ((...args: any[]) => any) | undefined;
7825
7847
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
7826
7848
  }>, () => VNode<RendererNode, RendererElement, {
7827
7849
  [key: string]: any;
7828
- }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], PublicProps, {
7850
+ }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "ready" | "update:modelValue" | "visible-change")[], PublicProps, {
7851
+ always: boolean;
7852
+ disabled: boolean;
7829
7853
  tag: string;
7830
7854
  modelValue: boolean;
7831
7855
  placement: string;
7832
- disabled: boolean;
7833
7856
  trigger: string;
7834
7857
  arrow: boolean;
7835
- always: boolean;
7836
7858
  theme: string;
7837
7859
  portal: boolean;
7838
7860
  autoWidth: boolean;
@@ -7845,6 +7867,9 @@ export declare const Components: {
7845
7867
  M: {};
7846
7868
  Defaults: {};
7847
7869
  }, Readonly<ExtractPropTypes< {
7870
+ always: BooleanConstructor;
7871
+ animation: StringConstructor;
7872
+ content: (FunctionConstructor | StringConstructor)[];
7848
7873
  modelValue: BooleanConstructor;
7849
7874
  placement: {
7850
7875
  type: StringConstructor;
@@ -7855,9 +7880,6 @@ export declare const Components: {
7855
7880
  type: BooleanConstructor;
7856
7881
  default: boolean;
7857
7882
  };
7858
- always: BooleanConstructor;
7859
- content: (StringConstructor | FunctionConstructor)[];
7860
- animation: StringConstructor;
7861
7883
  theme: {
7862
7884
  type: StringConstructor;
7863
7885
  default: string;
@@ -7892,20 +7914,20 @@ export declare const Components: {
7892
7914
  default: boolean;
7893
7915
  };
7894
7916
  }>> & Readonly<{
7895
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7896
7917
  onClose?: ((...args: any[]) => any) | undefined;
7918
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7897
7919
  onReady?: ((...args: any[]) => any) | undefined;
7898
7920
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
7899
7921
  }>, () => VNode<RendererNode, RendererElement, {
7900
7922
  [key: string]: any;
7901
7923
  }>, {}, {}, {}, {
7924
+ always: boolean;
7925
+ disabled: boolean;
7902
7926
  tag: string;
7903
7927
  modelValue: boolean;
7904
7928
  placement: string;
7905
- disabled: boolean;
7906
7929
  trigger: string;
7907
7930
  arrow: boolean;
7908
- always: boolean;
7909
7931
  theme: string;
7910
7932
  portal: boolean;
7911
7933
  autoWidth: boolean;
@@ -7915,6 +7937,9 @@ export declare const Components: {
7915
7937
  __isTeleport?: never;
7916
7938
  __isSuspense?: never;
7917
7939
  } & ComponentOptionsBase<Readonly<ExtractPropTypes< {
7940
+ always: BooleanConstructor;
7941
+ animation: StringConstructor;
7942
+ content: (FunctionConstructor | StringConstructor)[];
7918
7943
  modelValue: BooleanConstructor;
7919
7944
  placement: {
7920
7945
  type: StringConstructor;
@@ -7925,9 +7950,6 @@ export declare const Components: {
7925
7950
  type: BooleanConstructor;
7926
7951
  default: boolean;
7927
7952
  };
7928
- always: BooleanConstructor;
7929
- content: (StringConstructor | FunctionConstructor)[];
7930
- animation: StringConstructor;
7931
7953
  theme: {
7932
7954
  type: StringConstructor;
7933
7955
  default: string;
@@ -7962,20 +7984,20 @@ export declare const Components: {
7962
7984
  default: boolean;
7963
7985
  };
7964
7986
  }>> & Readonly<{
7965
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7966
7987
  onClose?: ((...args: any[]) => any) | undefined;
7988
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7967
7989
  onReady?: ((...args: any[]) => any) | undefined;
7968
7990
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
7969
7991
  }>, () => VNode<RendererNode, RendererElement, {
7970
7992
  [key: string]: any;
7971
- }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], "close" | "update:modelValue" | "visible-change" | "ready", {
7993
+ }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "ready" | "update:modelValue" | "visible-change")[], "close" | "ready" | "update:modelValue" | "visible-change", {
7994
+ always: boolean;
7995
+ disabled: boolean;
7972
7996
  tag: string;
7973
7997
  modelValue: boolean;
7974
7998
  placement: string;
7975
- disabled: boolean;
7976
7999
  trigger: string;
7977
8000
  arrow: boolean;
7978
- always: boolean;
7979
8001
  theme: string;
7980
8002
  portal: boolean;
7981
8003
  autoWidth: boolean;
@@ -7989,6 +8011,9 @@ export declare const Components: {
7989
8011
  };
7990
8012
  MPopover: {
7991
8013
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
8014
+ always: BooleanConstructor;
8015
+ animation: StringConstructor;
8016
+ content: (FunctionConstructor | StringConstructor)[];
7992
8017
  modelValue: BooleanConstructor;
7993
8018
  placement: {
7994
8019
  type: StringConstructor;
@@ -7999,9 +8024,6 @@ export declare const Components: {
7999
8024
  type: BooleanConstructor;
8000
8025
  default: boolean;
8001
8026
  };
8002
- always: BooleanConstructor;
8003
- content: (StringConstructor | FunctionConstructor)[];
8004
- animation: StringConstructor;
8005
8027
  theme: {
8006
8028
  type: StringConstructor;
8007
8029
  default: string;
@@ -8036,20 +8058,20 @@ export declare const Components: {
8036
8058
  default: boolean;
8037
8059
  };
8038
8060
  }>> & Readonly<{
8039
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8040
8061
  onClose?: ((...args: any[]) => any) | undefined;
8062
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8041
8063
  onReady?: ((...args: any[]) => any) | undefined;
8042
8064
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
8043
8065
  }>, () => VNode<RendererNode, RendererElement, {
8044
8066
  [key: string]: any;
8045
- }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], PublicProps, {
8067
+ }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "ready" | "update:modelValue" | "visible-change")[], PublicProps, {
8068
+ always: boolean;
8069
+ disabled: boolean;
8046
8070
  tag: string;
8047
8071
  modelValue: boolean;
8048
8072
  placement: string;
8049
- disabled: boolean;
8050
8073
  trigger: string;
8051
8074
  arrow: boolean;
8052
- always: boolean;
8053
8075
  theme: string;
8054
8076
  portal: boolean;
8055
8077
  autoWidth: boolean;
@@ -8062,6 +8084,9 @@ export declare const Components: {
8062
8084
  M: {};
8063
8085
  Defaults: {};
8064
8086
  }, Readonly<ExtractPropTypes< {
8087
+ always: BooleanConstructor;
8088
+ animation: StringConstructor;
8089
+ content: (FunctionConstructor | StringConstructor)[];
8065
8090
  modelValue: BooleanConstructor;
8066
8091
  placement: {
8067
8092
  type: StringConstructor;
@@ -8072,9 +8097,6 @@ export declare const Components: {
8072
8097
  type: BooleanConstructor;
8073
8098
  default: boolean;
8074
8099
  };
8075
- always: BooleanConstructor;
8076
- content: (StringConstructor | FunctionConstructor)[];
8077
- animation: StringConstructor;
8078
8100
  theme: {
8079
8101
  type: StringConstructor;
8080
8102
  default: string;
@@ -8109,20 +8131,20 @@ export declare const Components: {
8109
8131
  default: boolean;
8110
8132
  };
8111
8133
  }>> & Readonly<{
8112
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8113
8134
  onClose?: ((...args: any[]) => any) | undefined;
8135
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8114
8136
  onReady?: ((...args: any[]) => any) | undefined;
8115
8137
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
8116
8138
  }>, () => VNode<RendererNode, RendererElement, {
8117
8139
  [key: string]: any;
8118
8140
  }>, {}, {}, {}, {
8141
+ always: boolean;
8142
+ disabled: boolean;
8119
8143
  tag: string;
8120
8144
  modelValue: boolean;
8121
8145
  placement: string;
8122
- disabled: boolean;
8123
8146
  trigger: string;
8124
8147
  arrow: boolean;
8125
- always: boolean;
8126
8148
  theme: string;
8127
8149
  portal: boolean;
8128
8150
  autoWidth: boolean;
@@ -8132,6 +8154,9 @@ export declare const Components: {
8132
8154
  __isTeleport?: never;
8133
8155
  __isSuspense?: never;
8134
8156
  } & ComponentOptionsBase<Readonly<ExtractPropTypes< {
8157
+ always: BooleanConstructor;
8158
+ animation: StringConstructor;
8159
+ content: (FunctionConstructor | StringConstructor)[];
8135
8160
  modelValue: BooleanConstructor;
8136
8161
  placement: {
8137
8162
  type: StringConstructor;
@@ -8142,9 +8167,6 @@ export declare const Components: {
8142
8167
  type: BooleanConstructor;
8143
8168
  default: boolean;
8144
8169
  };
8145
- always: BooleanConstructor;
8146
- content: (StringConstructor | FunctionConstructor)[];
8147
- animation: StringConstructor;
8148
8170
  theme: {
8149
8171
  type: StringConstructor;
8150
8172
  default: string;
@@ -8179,20 +8201,20 @@ export declare const Components: {
8179
8201
  default: boolean;
8180
8202
  };
8181
8203
  }>> & Readonly<{
8182
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8183
8204
  onClose?: ((...args: any[]) => any) | undefined;
8205
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8184
8206
  onReady?: ((...args: any[]) => any) | undefined;
8185
8207
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
8186
8208
  }>, () => VNode<RendererNode, RendererElement, {
8187
8209
  [key: string]: any;
8188
- }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], "close" | "update:modelValue" | "visible-change" | "ready", {
8210
+ }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "ready" | "update:modelValue" | "visible-change")[], "close" | "ready" | "update:modelValue" | "visible-change", {
8211
+ always: boolean;
8212
+ disabled: boolean;
8189
8213
  tag: string;
8190
8214
  modelValue: boolean;
8191
8215
  placement: string;
8192
- disabled: boolean;
8193
8216
  trigger: string;
8194
8217
  arrow: boolean;
8195
- always: boolean;
8196
8218
  theme: string;
8197
8219
  portal: boolean;
8198
8220
  autoWidth: boolean;
@@ -8275,15 +8297,15 @@ export declare const Components: {
8275
8297
  };
8276
8298
  };
8277
8299
  }>> & Readonly<{
8278
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8279
8300
  onClose?: ((...args: any[]) => any) | undefined;
8301
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8280
8302
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
8281
8303
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
8282
8304
  }>, {
8305
+ fixed: boolean;
8283
8306
  mask: boolean;
8284
8307
  modelValue: boolean;
8285
8308
  placement: string;
8286
- fixed: boolean;
8287
8309
  theme: string;
8288
8310
  maskClosable: boolean;
8289
8311
  scrollRegExp: Record<string, any>;
@@ -8359,15 +8381,15 @@ export declare const Components: {
8359
8381
  };
8360
8382
  };
8361
8383
  }>> & Readonly<{
8362
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8363
8384
  onClose?: ((...args: any[]) => any) | undefined;
8385
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8364
8386
  "onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
8365
8387
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
8366
8388
  }>, {
8389
+ fixed: boolean;
8367
8390
  mask: boolean;
8368
8391
  modelValue: boolean;
8369
8392
  placement: string;
8370
- fixed: boolean;
8371
8393
  theme: string;
8372
8394
  maskClosable: boolean;
8373
8395
  scrollRegExp: Record<string, any>;
@@ -8375,13 +8397,13 @@ export declare const Components: {
8375
8397
  Print: DefineComponent<ExtractPropTypes< {
8376
8398
  value: StringConstructor;
8377
8399
  tag: {
8378
- type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
8400
+ type: (ObjectConstructor | FunctionConstructor | StringConstructor)[];
8379
8401
  default: string;
8380
8402
  };
8381
8403
  }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
8382
8404
  value: StringConstructor;
8383
8405
  tag: {
8384
- type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
8406
+ type: (ObjectConstructor | FunctionConstructor | StringConstructor)[];
8385
8407
  default: string;
8386
8408
  };
8387
8409
  }>> & Readonly<{}>, {
@@ -8390,13 +8412,13 @@ export declare const Components: {
8390
8412
  MPrint: DefineComponent<ExtractPropTypes< {
8391
8413
  value: StringConstructor;
8392
8414
  tag: {
8393
- type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
8415
+ type: (ObjectConstructor | FunctionConstructor | StringConstructor)[];
8394
8416
  default: string;
8395
8417
  };
8396
8418
  }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
8397
8419
  value: StringConstructor;
8398
8420
  tag: {
8399
- type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
8421
+ type: (ObjectConstructor | FunctionConstructor | StringConstructor)[];
8400
8422
  default: string;
8401
8423
  };
8402
8424
  }>> & Readonly<{}>, {
@@ -8507,14 +8529,14 @@ export declare const Components: {
8507
8529
  };
8508
8530
  };
8509
8531
  }>> & Readonly<{}>, {
8532
+ percent: string | number;
8510
8533
  type: string;
8511
8534
  size: number;
8512
8535
  color: string | Record<string, any>;
8513
- strokeColor: string;
8514
8536
  strokeWidth: number;
8515
- animated: boolean;
8516
- percent: string | number;
8517
8537
  status: string;
8538
+ strokeColor: string;
8539
+ animated: boolean;
8518
8540
  showText: boolean;
8519
8541
  trackColor: string;
8520
8542
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -8623,14 +8645,14 @@ export declare const Components: {
8623
8645
  };
8624
8646
  };
8625
8647
  }>> & Readonly<{}>, {
8648
+ percent: string | number;
8626
8649
  type: string;
8627
8650
  size: number;
8628
8651
  color: string | Record<string, any>;
8629
- strokeColor: string;
8630
8652
  strokeWidth: number;
8631
- animated: boolean;
8632
- percent: string | number;
8633
8653
  status: string;
8654
+ strokeColor: string;
8655
+ animated: boolean;
8634
8656
  showText: boolean;
8635
8657
  trackColor: string;
8636
8658
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -8694,10 +8716,10 @@ export declare const Components: {
8694
8716
  onChange?: ((...args: any[]) => any) | undefined;
8695
8717
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8696
8718
  }>, {
8719
+ value: string | number | boolean;
8697
8720
  label: string | number | boolean;
8698
- modelValue: string | number | boolean;
8699
8721
  disabled: boolean;
8700
- value: string | number | boolean;
8722
+ modelValue: string | number | boolean;
8701
8723
  trueValue: string | number | boolean;
8702
8724
  falseValue: string | number | boolean;
8703
8725
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -8765,10 +8787,10 @@ export declare const Components: {
8765
8787
  onChange?: ((...args: any[]) => any) | undefined;
8766
8788
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8767
8789
  }>, {
8790
+ value: string | number | boolean;
8768
8791
  label: string | number | boolean;
8769
- modelValue: string | number | boolean;
8770
8792
  disabled: boolean;
8771
- value: string | number | boolean;
8793
+ modelValue: string | number | boolean;
8772
8794
  trueValue: string | number | boolean;
8773
8795
  falseValue: string | number | boolean;
8774
8796
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -8832,10 +8854,10 @@ export declare const Components: {
8832
8854
  onChange?: ((...args: any[]) => any) | undefined;
8833
8855
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8834
8856
  }>, {
8857
+ value: string | number | boolean;
8835
8858
  label: string | number | boolean;
8836
- modelValue: string | number | boolean;
8837
8859
  disabled: boolean;
8838
- value: string | number | boolean;
8860
+ modelValue: string | number | boolean;
8839
8861
  trueValue: string | number | boolean;
8840
8862
  falseValue: string | number | boolean;
8841
8863
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -8899,10 +8921,10 @@ export declare const Components: {
8899
8921
  onChange?: ((...args: any[]) => any) | undefined;
8900
8922
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8901
8923
  }>, {
8924
+ value: string | number | boolean;
8902
8925
  label: string | number | boolean;
8903
- modelValue: string | number | boolean;
8904
8926
  disabled: boolean;
8905
- value: string | number | boolean;
8927
+ modelValue: string | number | boolean;
8906
8928
  trueValue: string | number | boolean;
8907
8929
  falseValue: string | number | boolean;
8908
8930
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -8931,9 +8953,9 @@ export declare const Components: {
8931
8953
  type: BooleanConstructor;
8932
8954
  default: boolean;
8933
8955
  };
8934
- }>, () => JSX.Element | VNode<RendererNode, RendererElement, {
8956
+ }>, () => VNode<RendererNode, RendererElement, {
8935
8957
  [key: string]: any;
8936
- }>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
8958
+ }>[] | JSX.Element | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
8937
8959
  modelValue: {
8938
8960
  type: (StringConstructor | NumberConstructor)[];
8939
8961
  default: string;
@@ -8962,11 +8984,11 @@ export declare const Components: {
8962
8984
  onChange?: ((...args: any[]) => any) | undefined;
8963
8985
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8964
8986
  }>, {
8965
- type: string;
8966
8987
  name: string;
8967
- modelValue: string | number;
8988
+ type: string;
8968
8989
  disabled: boolean;
8969
8990
  vertical: boolean;
8991
+ modelValue: string | number;
8970
8992
  fragment: boolean;
8971
8993
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
8972
8994
  MRadioGroup: DefineComponent<ExtractPropTypes< {
@@ -8994,9 +9016,9 @@ export declare const Components: {
8994
9016
  type: BooleanConstructor;
8995
9017
  default: boolean;
8996
9018
  };
8997
- }>, () => JSX.Element | VNode<RendererNode, RendererElement, {
9019
+ }>, () => VNode<RendererNode, RendererElement, {
8998
9020
  [key: string]: any;
8999
- }>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
9021
+ }>[] | JSX.Element | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
9000
9022
  modelValue: {
9001
9023
  type: (StringConstructor | NumberConstructor)[];
9002
9024
  default: string;
@@ -9025,11 +9047,11 @@ export declare const Components: {
9025
9047
  onChange?: ((...args: any[]) => any) | undefined;
9026
9048
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
9027
9049
  }>, {
9028
- type: string;
9029
9050
  name: string;
9030
- modelValue: string | number;
9051
+ type: string;
9031
9052
  disabled: boolean;
9032
9053
  vertical: boolean;
9054
+ modelValue: string | number;
9033
9055
  fragment: boolean;
9034
9056
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
9035
9057
  Rate: DefineComponent<ExtractPropTypes< {
@@ -9112,15 +9134,15 @@ export declare const Components: {
9112
9134
  onChange?: ((...args: any[]) => any) | undefined;
9113
9135
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
9114
9136
  }>, {
9115
- modelValue: string | number;
9137
+ count: number;
9138
+ color: string;
9116
9139
  disabled: boolean;
9117
9140
  icon: string;
9118
- color: string;
9119
- clearable: boolean;
9120
9141
  tooltip: unknown[];
9121
- count: number;
9122
- half: boolean;
9142
+ modelValue: string | number;
9143
+ clearable: boolean;
9123
9144
  iconStyle: Record<string, any>;
9145
+ half: boolean;
9124
9146
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
9125
9147
  MRate: DefineComponent<ExtractPropTypes< {
9126
9148
  modelValue: {
@@ -9202,15 +9224,15 @@ export declare const Components: {
9202
9224
  onChange?: ((...args: any[]) => any) | undefined;
9203
9225
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
9204
9226
  }>, {
9205
- modelValue: string | number;
9227
+ count: number;
9228
+ color: string;
9206
9229
  disabled: boolean;
9207
9230
  icon: string;
9208
- color: string;
9209
- clearable: boolean;
9210
9231
  tooltip: unknown[];
9211
- count: number;
9212
- half: boolean;
9232
+ modelValue: string | number;
9233
+ clearable: boolean;
9213
9234
  iconStyle: Record<string, any>;
9235
+ half: boolean;
9214
9236
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
9215
9237
  RecycleList: DefineComponent<ExtractPropTypes< {
9216
9238
  data: {
@@ -9321,15 +9343,15 @@ export declare const Components: {
9321
9343
  "onRow-resize"?: ((...args: any[]) => any) | undefined;
9322
9344
  }>, {
9323
9345
  data: unknown[];
9324
- disabled: boolean;
9325
9346
  offset: number;
9347
+ disabled: boolean;
9326
9348
  vertical: boolean;
9349
+ cols: number;
9327
9350
  gutter: number;
9328
9351
  loadData: Function;
9329
9352
  pageSize: number;
9330
9353
  bufferSize: number;
9331
9354
  inverted: boolean;
9332
- cols: number;
9333
9355
  pullable: boolean;
9334
9356
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
9335
9357
  MRecycleList: DefineComponent<ExtractPropTypes< {
@@ -9441,15 +9463,15 @@ export declare const Components: {
9441
9463
  "onRow-resize"?: ((...args: any[]) => any) | undefined;
9442
9464
  }>, {
9443
9465
  data: unknown[];
9444
- disabled: boolean;
9445
9466
  offset: number;
9467
+ disabled: boolean;
9446
9468
  vertical: boolean;
9469
+ cols: number;
9447
9470
  gutter: number;
9448
9471
  loadData: Function;
9449
9472
  pageSize: number;
9450
9473
  bufferSize: number;
9451
9474
  inverted: boolean;
9452
- cols: number;
9453
9475
  pullable: boolean;
9454
9476
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
9455
9477
  Resizer: DefineComponent<ExtractPropTypes< {
@@ -9509,16 +9531,16 @@ export declare const Components: {
9509
9531
  type: BooleanConstructor;
9510
9532
  default: boolean;
9511
9533
  };
9534
+ native: {
9535
+ type: BooleanConstructor;
9536
+ default: boolean;
9537
+ };
9512
9538
  thumbMinSize: {
9513
9539
  type: NumberConstructor;
9514
9540
  default: number;
9515
9541
  };
9516
9542
  thumbStyle: PropType<StyleValue>;
9517
9543
  thumbClass: PropType<StyleValue>;
9518
- native: {
9519
- type: BooleanConstructor;
9520
- default: boolean;
9521
- };
9522
9544
  autoResize: {
9523
9545
  type: BooleanConstructor;
9524
9546
  default: boolean;
@@ -9571,16 +9593,16 @@ export declare const Components: {
9571
9593
  type: BooleanConstructor;
9572
9594
  default: boolean;
9573
9595
  };
9596
+ native: {
9597
+ type: BooleanConstructor;
9598
+ default: boolean;
9599
+ };
9574
9600
  thumbMinSize: {
9575
9601
  type: NumberConstructor;
9576
9602
  default: number;
9577
9603
  };
9578
9604
  thumbStyle: PropType<StyleValue>;
9579
9605
  thumbClass: PropType<StyleValue>;
9580
- native: {
9581
- type: BooleanConstructor;
9582
- default: boolean;
9583
- };
9584
9606
  autoResize: {
9585
9607
  type: BooleanConstructor;
9586
9608
  default: boolean;
@@ -9631,18 +9653,18 @@ export declare const Components: {
9631
9653
  }>> & Readonly<{
9632
9654
  onScroll?: ((...args: any[]) => any) | undefined;
9633
9655
  }>, {
9634
- tag: string;
9635
- height: string | number;
9636
9656
  always: boolean;
9657
+ native: boolean;
9658
+ height: string | number;
9659
+ maxHeight: string | number;
9660
+ tag: string;
9637
9661
  wrapperStyle: StyleValue;
9638
9662
  contentStyle: StyleValue;
9639
9663
  contentClass: StyleValue;
9640
9664
  thumbMinSize: number;
9641
- native: boolean;
9642
9665
  autoResize: boolean;
9643
9666
  trackOffsetX: number[];
9644
9667
  trackOffsetY: number[];
9645
- maxHeight: string | number;
9646
9668
  wrapperClass: StyleValue;
9647
9669
  showBar: boolean;
9648
9670
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -9651,17 +9673,17 @@ export declare const Components: {
9651
9673
  type: BooleanConstructor;
9652
9674
  default: boolean;
9653
9675
  };
9676
+ native: {
9677
+ type: BooleanConstructor;
9678
+ default: boolean;
9679
+ };
9654
9680
  thumbMinSize: {
9655
9681
  type: NumberConstructor;
9656
9682
  default: number;
9657
9683
  };
9658
9684
  thumbStyle: PropType<StyleValue>;
9659
9685
  thumbClass: PropType<StyleValue>;
9660
- native: {
9661
- type: BooleanConstructor;
9662
- default: boolean;
9663
- };
9664
- autoResize: {
9686
+ autoResize: {
9665
9687
  type: BooleanConstructor;
9666
9688
  default: boolean;
9667
9689
  };
@@ -9713,16 +9735,16 @@ export declare const Components: {
9713
9735
  type: BooleanConstructor;
9714
9736
  default: boolean;
9715
9737
  };
9738
+ native: {
9739
+ type: BooleanConstructor;
9740
+ default: boolean;
9741
+ };
9716
9742
  thumbMinSize: {
9717
9743
  type: NumberConstructor;
9718
9744
  default: number;
9719
9745
  };
9720
9746
  thumbStyle: PropType<StyleValue>;
9721
9747
  thumbClass: PropType<StyleValue>;
9722
- native: {
9723
- type: BooleanConstructor;
9724
- default: boolean;
9725
- };
9726
9748
  autoResize: {
9727
9749
  type: BooleanConstructor;
9728
9750
  default: boolean;
@@ -9773,18 +9795,18 @@ export declare const Components: {
9773
9795
  }>> & Readonly<{
9774
9796
  onScroll?: ((...args: any[]) => any) | undefined;
9775
9797
  }>, {
9776
- tag: string;
9777
- height: string | number;
9778
9798
  always: boolean;
9799
+ native: boolean;
9800
+ height: string | number;
9801
+ maxHeight: string | number;
9802
+ tag: string;
9779
9803
  wrapperStyle: StyleValue;
9780
9804
  contentStyle: StyleValue;
9781
9805
  contentClass: StyleValue;
9782
9806
  thumbMinSize: number;
9783
- native: boolean;
9784
9807
  autoResize: boolean;
9785
9808
  trackOffsetX: number[];
9786
9809
  trackOffsetY: number[];
9787
- maxHeight: string | number;
9788
9810
  wrapperClass: StyleValue;
9789
9811
  showBar: boolean;
9790
9812
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -9852,11 +9874,11 @@ export declare const Components: {
9852
9874
  id: {
9853
9875
  type: StringConstructor;
9854
9876
  };
9855
- modelValue: PropType<string | number | any[]>;
9856
9877
  disabled: {
9857
9878
  type: BooleanConstructor;
9858
9879
  default: boolean;
9859
9880
  };
9881
+ modelValue: PropType<string | number | any[]>;
9860
9882
  clearable: {
9861
9883
  type: BooleanConstructor;
9862
9884
  default: boolean;
@@ -9866,7 +9888,7 @@ export declare const Components: {
9866
9888
  default: boolean;
9867
9889
  };
9868
9890
  portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
9869
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "change" | "close" | "update:modelValue" | "visible-change" | "ready")[], "clear" | "change" | "close" | "update:modelValue" | "visible-change" | "ready", PublicProps, Readonly<ExtractPropTypes< {
9891
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "change" | "close" | "ready" | "update:modelValue" | "visible-change")[], "clear" | "change" | "close" | "ready" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
9870
9892
  renderOption: Render;
9871
9893
  renderOptionGroup: Render;
9872
9894
  data: {
@@ -9930,11 +9952,11 @@ export declare const Components: {
9930
9952
  id: {
9931
9953
  type: StringConstructor;
9932
9954
  };
9933
- modelValue: PropType<string | number | any[]>;
9934
9955
  disabled: {
9935
9956
  type: BooleanConstructor;
9936
9957
  default: boolean;
9937
9958
  };
9959
+ modelValue: PropType<string | number | any[]>;
9938
9960
  clearable: {
9939
9961
  type: BooleanConstructor;
9940
9962
  default: boolean;
@@ -9946,22 +9968,22 @@ export declare const Components: {
9946
9968
  portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
9947
9969
  }>> & Readonly<{
9948
9970
  onChange?: ((...args: any[]) => any) | undefined;
9949
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
9950
9971
  onClose?: ((...args: any[]) => any) | undefined;
9972
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
9951
9973
  onClear?: ((...args: any[]) => any) | undefined;
9952
9974
  onReady?: ((...args: any[]) => any) | undefined;
9953
9975
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
9954
9976
  }>, {
9955
- tag: string;
9977
+ max: number;
9956
9978
  data: unknown[];
9957
- placement: string;
9958
9979
  disabled: boolean;
9980
+ tag: string;
9959
9981
  extra: string;
9982
+ separator: string;
9983
+ placement: string;
9960
9984
  trigger: string;
9961
9985
  arrow: boolean;
9962
9986
  numerable: boolean;
9963
- separator: string;
9964
- max: number;
9965
9987
  nullValue: string | number | Record<string, any>;
9966
9988
  clearable: boolean;
9967
9989
  portal: boolean;
@@ -10033,11 +10055,11 @@ export declare const Components: {
10033
10055
  id: {
10034
10056
  type: StringConstructor;
10035
10057
  };
10036
- modelValue: PropType<string | number | any[]>;
10037
10058
  disabled: {
10038
10059
  type: BooleanConstructor;
10039
10060
  default: boolean;
10040
10061
  };
10062
+ modelValue: PropType<string | number | any[]>;
10041
10063
  clearable: {
10042
10064
  type: BooleanConstructor;
10043
10065
  default: boolean;
@@ -10047,7 +10069,7 @@ export declare const Components: {
10047
10069
  default: boolean;
10048
10070
  };
10049
10071
  portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
10050
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "change" | "close" | "update:modelValue" | "visible-change" | "ready")[], "clear" | "change" | "close" | "update:modelValue" | "visible-change" | "ready", PublicProps, Readonly<ExtractPropTypes< {
10072
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "change" | "close" | "ready" | "update:modelValue" | "visible-change")[], "clear" | "change" | "close" | "ready" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
10051
10073
  renderOption: Render;
10052
10074
  renderOptionGroup: Render;
10053
10075
  data: {
@@ -10111,11 +10133,11 @@ export declare const Components: {
10111
10133
  id: {
10112
10134
  type: StringConstructor;
10113
10135
  };
10114
- modelValue: PropType<string | number | any[]>;
10115
10136
  disabled: {
10116
10137
  type: BooleanConstructor;
10117
10138
  default: boolean;
10118
10139
  };
10140
+ modelValue: PropType<string | number | any[]>;
10119
10141
  clearable: {
10120
10142
  type: BooleanConstructor;
10121
10143
  default: boolean;
@@ -10127,22 +10149,22 @@ export declare const Components: {
10127
10149
  portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
10128
10150
  }>> & Readonly<{
10129
10151
  onChange?: ((...args: any[]) => any) | undefined;
10130
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
10131
10152
  onClose?: ((...args: any[]) => any) | undefined;
10153
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
10132
10154
  onClear?: ((...args: any[]) => any) | undefined;
10133
10155
  onReady?: ((...args: any[]) => any) | undefined;
10134
10156
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
10135
10157
  }>, {
10136
- tag: string;
10158
+ max: number;
10137
10159
  data: unknown[];
10138
- placement: string;
10139
10160
  disabled: boolean;
10161
+ tag: string;
10140
10162
  extra: string;
10163
+ separator: string;
10164
+ placement: string;
10141
10165
  trigger: string;
10142
10166
  arrow: boolean;
10143
10167
  numerable: boolean;
10144
- separator: string;
10145
- max: number;
10146
10168
  nullValue: string | number | Record<string, any>;
10147
10169
  clearable: boolean;
10148
10170
  portal: boolean;
@@ -10237,10 +10259,10 @@ export declare const Components: {
10237
10259
  default: boolean;
10238
10260
  };
10239
10261
  }>> & Readonly<{}>, {
10240
- size: number;
10241
10262
  fixed: boolean;
10242
- foreground: string;
10263
+ size: number;
10243
10264
  background: string;
10265
+ foreground: string;
10244
10266
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
10245
10267
  MSpin: DefineComponent<ExtractPropTypes< {
10246
10268
  size: {
@@ -10277,10 +10299,10 @@ export declare const Components: {
10277
10299
  default: boolean;
10278
10300
  };
10279
10301
  }>> & Readonly<{}>, {
10280
- size: number;
10281
10302
  fixed: boolean;
10282
- foreground: string;
10303
+ size: number;
10283
10304
  background: string;
10305
+ foreground: string;
10284
10306
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
10285
10307
  Steps: DefineComponent<ExtractPropTypes< {
10286
10308
  tag: {
@@ -10348,7 +10370,7 @@ export declare const Components: {
10348
10370
  type: NumberConstructor;
10349
10371
  default: number;
10350
10372
  };
10351
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
10373
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "click" | "update:modelValue")[], "change" | "click" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
10352
10374
  modelValue: {
10353
10375
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
10354
10376
  default: boolean;
@@ -10393,13 +10415,13 @@ export declare const Components: {
10393
10415
  onClick?: ((...args: any[]) => any) | undefined;
10394
10416
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
10395
10417
  }>, {
10396
- modelValue: string | number | boolean;
10397
- disabled: boolean;
10398
- width: number;
10399
10418
  height: number;
10419
+ width: number;
10420
+ borderWidth: number;
10421
+ disabled: boolean;
10422
+ modelValue: string | number | boolean;
10400
10423
  checkedValue: string | number | boolean;
10401
10424
  uncheckedValue: string | number | boolean;
10402
- borderWidth: number;
10403
10425
  checkedText: string;
10404
10426
  uncheckedText: string;
10405
10427
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -10443,7 +10465,7 @@ export declare const Components: {
10443
10465
  type: NumberConstructor;
10444
10466
  default: number;
10445
10467
  };
10446
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
10468
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "click" | "update:modelValue")[], "change" | "click" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
10447
10469
  modelValue: {
10448
10470
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
10449
10471
  default: boolean;
@@ -10488,13 +10510,13 @@ export declare const Components: {
10488
10510
  onClick?: ((...args: any[]) => any) | undefined;
10489
10511
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
10490
10512
  }>, {
10491
- modelValue: string | number | boolean;
10492
- disabled: boolean;
10493
- width: number;
10494
10513
  height: number;
10514
+ width: number;
10515
+ borderWidth: number;
10516
+ disabled: boolean;
10517
+ modelValue: string | number | boolean;
10495
10518
  checkedValue: string | number | boolean;
10496
10519
  uncheckedValue: string | number | boolean;
10497
- borderWidth: number;
10498
10520
  checkedText: string;
10499
10521
  uncheckedText: string;
10500
10522
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -10518,7 +10540,7 @@ export declare const Components: {
10518
10540
  type: NumberConstructor;
10519
10541
  default: number;
10520
10542
  };
10521
- primaryKey: (StringConstructor | FunctionConstructor)[];
10543
+ primaryKey: (FunctionConstructor | StringConstructor)[];
10522
10544
  showHeader: {
10523
10545
  type: BooleanConstructor;
10524
10546
  default: boolean;
@@ -10526,17 +10548,17 @@ export declare const Components: {
10526
10548
  showSummary: BooleanConstructor;
10527
10549
  sumText: StringConstructor;
10528
10550
  getSummary: FunctionConstructor;
10529
- rowClass: (StringConstructor | FunctionConstructor)[];
10551
+ rowClass: (FunctionConstructor | StringConstructor)[];
10530
10552
  rowStyle: (ObjectConstructor | FunctionConstructor)[];
10531
- cellClass: (StringConstructor | FunctionConstructor)[];
10553
+ cellClass: (FunctionConstructor | StringConstructor)[];
10532
10554
  cellStyle: (ObjectConstructor | FunctionConstructor)[];
10533
- headerRowClass: (StringConstructor | FunctionConstructor)[];
10555
+ headerRowClass: (FunctionConstructor | StringConstructor)[];
10534
10556
  headerRowStyle: (ObjectConstructor | FunctionConstructor)[];
10535
- headerCellClass: (StringConstructor | FunctionConstructor)[];
10557
+ headerCellClass: (FunctionConstructor | StringConstructor)[];
10536
10558
  headerCellStyle: (ObjectConstructor | FunctionConstructor)[];
10537
10559
  highlight: BooleanConstructor;
10538
10560
  currentRowValue: (StringConstructor | NumberConstructor)[];
10539
- emptyText: (StringConstructor | FunctionConstructor)[];
10561
+ emptyText: (FunctionConstructor | StringConstructor)[];
10540
10562
  expandRowValue: ArrayConstructor;
10541
10563
  defaultExpandAll: BooleanConstructor;
10542
10564
  indeterminate: {
@@ -10562,7 +10584,7 @@ export declare const Components: {
10562
10584
  loadExpand: FunctionConstructor;
10563
10585
  getSpan: FunctionConstructor;
10564
10586
  placeholder: {
10565
- type: (StringConstructor | FunctionConstructor)[];
10587
+ type: (FunctionConstructor | StringConstructor)[];
10566
10588
  default: string;
10567
10589
  };
10568
10590
  sort: {
@@ -10594,7 +10616,7 @@ export declare const Components: {
10594
10616
  type: NumberConstructor;
10595
10617
  default: number;
10596
10618
  };
10597
- primaryKey: (StringConstructor | FunctionConstructor)[];
10619
+ primaryKey: (FunctionConstructor | StringConstructor)[];
10598
10620
  showHeader: {
10599
10621
  type: BooleanConstructor;
10600
10622
  default: boolean;
@@ -10602,17 +10624,17 @@ export declare const Components: {
10602
10624
  showSummary: BooleanConstructor;
10603
10625
  sumText: StringConstructor;
10604
10626
  getSummary: FunctionConstructor;
10605
- rowClass: (StringConstructor | FunctionConstructor)[];
10627
+ rowClass: (FunctionConstructor | StringConstructor)[];
10606
10628
  rowStyle: (ObjectConstructor | FunctionConstructor)[];
10607
- cellClass: (StringConstructor | FunctionConstructor)[];
10629
+ cellClass: (FunctionConstructor | StringConstructor)[];
10608
10630
  cellStyle: (ObjectConstructor | FunctionConstructor)[];
10609
- headerRowClass: (StringConstructor | FunctionConstructor)[];
10631
+ headerRowClass: (FunctionConstructor | StringConstructor)[];
10610
10632
  headerRowStyle: (ObjectConstructor | FunctionConstructor)[];
10611
- headerCellClass: (StringConstructor | FunctionConstructor)[];
10633
+ headerCellClass: (FunctionConstructor | StringConstructor)[];
10612
10634
  headerCellStyle: (ObjectConstructor | FunctionConstructor)[];
10613
10635
  highlight: BooleanConstructor;
10614
10636
  currentRowValue: (StringConstructor | NumberConstructor)[];
10615
- emptyText: (StringConstructor | FunctionConstructor)[];
10637
+ emptyText: (FunctionConstructor | StringConstructor)[];
10616
10638
  expandRowValue: ArrayConstructor;
10617
10639
  defaultExpandAll: BooleanConstructor;
10618
10640
  indeterminate: {
@@ -10638,7 +10660,7 @@ export declare const Components: {
10638
10660
  loadExpand: FunctionConstructor;
10639
10661
  getSpan: FunctionConstructor;
10640
10662
  placeholder: {
10641
- type: (StringConstructor | FunctionConstructor)[];
10663
+ type: (FunctionConstructor | StringConstructor)[];
10642
10664
  default: string;
10643
10665
  };
10644
10666
  sort: {
@@ -10670,22 +10692,22 @@ export declare const Components: {
10670
10692
  "onRow-dblclick"?: ((...args: any[]) => any) | undefined;
10671
10693
  }>, {
10672
10694
  sort: Record<string, any>;
10695
+ resizable: boolean;
10673
10696
  data: unknown[];
10674
10697
  border: boolean;
10698
+ lazy: boolean;
10699
+ highlight: boolean;
10675
10700
  placeholder: string | Function;
10676
10701
  indeterminate: boolean;
10677
10702
  fit: boolean;
10678
10703
  indent: number;
10679
- lazy: boolean;
10680
10704
  defaultExpandAll: boolean;
10681
10705
  expandSelectable: boolean;
10682
10706
  showHeader: boolean;
10683
10707
  rows: number;
10684
- resizable: boolean;
10685
10708
  stripe: boolean;
10686
10709
  divider: boolean;
10687
10710
  showSummary: boolean;
10688
- highlight: boolean;
10689
10711
  treeMap: Record<string, any>;
10690
10712
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
10691
10713
  MTable: DefineComponent<ExtractPropTypes< {
@@ -10708,7 +10730,7 @@ export declare const Components: {
10708
10730
  type: NumberConstructor;
10709
10731
  default: number;
10710
10732
  };
10711
- primaryKey: (StringConstructor | FunctionConstructor)[];
10733
+ primaryKey: (FunctionConstructor | StringConstructor)[];
10712
10734
  showHeader: {
10713
10735
  type: BooleanConstructor;
10714
10736
  default: boolean;
@@ -10716,17 +10738,17 @@ export declare const Components: {
10716
10738
  showSummary: BooleanConstructor;
10717
10739
  sumText: StringConstructor;
10718
10740
  getSummary: FunctionConstructor;
10719
- rowClass: (StringConstructor | FunctionConstructor)[];
10741
+ rowClass: (FunctionConstructor | StringConstructor)[];
10720
10742
  rowStyle: (ObjectConstructor | FunctionConstructor)[];
10721
- cellClass: (StringConstructor | FunctionConstructor)[];
10743
+ cellClass: (FunctionConstructor | StringConstructor)[];
10722
10744
  cellStyle: (ObjectConstructor | FunctionConstructor)[];
10723
- headerRowClass: (StringConstructor | FunctionConstructor)[];
10745
+ headerRowClass: (FunctionConstructor | StringConstructor)[];
10724
10746
  headerRowStyle: (ObjectConstructor | FunctionConstructor)[];
10725
- headerCellClass: (StringConstructor | FunctionConstructor)[];
10747
+ headerCellClass: (FunctionConstructor | StringConstructor)[];
10726
10748
  headerCellStyle: (ObjectConstructor | FunctionConstructor)[];
10727
10749
  highlight: BooleanConstructor;
10728
10750
  currentRowValue: (StringConstructor | NumberConstructor)[];
10729
- emptyText: (StringConstructor | FunctionConstructor)[];
10751
+ emptyText: (FunctionConstructor | StringConstructor)[];
10730
10752
  expandRowValue: ArrayConstructor;
10731
10753
  defaultExpandAll: BooleanConstructor;
10732
10754
  indeterminate: {
@@ -10752,7 +10774,7 @@ export declare const Components: {
10752
10774
  loadExpand: FunctionConstructor;
10753
10775
  getSpan: FunctionConstructor;
10754
10776
  placeholder: {
10755
- type: (StringConstructor | FunctionConstructor)[];
10777
+ type: (FunctionConstructor | StringConstructor)[];
10756
10778
  default: string;
10757
10779
  };
10758
10780
  sort: {
@@ -10784,7 +10806,7 @@ export declare const Components: {
10784
10806
  type: NumberConstructor;
10785
10807
  default: number;
10786
10808
  };
10787
- primaryKey: (StringConstructor | FunctionConstructor)[];
10809
+ primaryKey: (FunctionConstructor | StringConstructor)[];
10788
10810
  showHeader: {
10789
10811
  type: BooleanConstructor;
10790
10812
  default: boolean;
@@ -10792,17 +10814,17 @@ export declare const Components: {
10792
10814
  showSummary: BooleanConstructor;
10793
10815
  sumText: StringConstructor;
10794
10816
  getSummary: FunctionConstructor;
10795
- rowClass: (StringConstructor | FunctionConstructor)[];
10817
+ rowClass: (FunctionConstructor | StringConstructor)[];
10796
10818
  rowStyle: (ObjectConstructor | FunctionConstructor)[];
10797
- cellClass: (StringConstructor | FunctionConstructor)[];
10819
+ cellClass: (FunctionConstructor | StringConstructor)[];
10798
10820
  cellStyle: (ObjectConstructor | FunctionConstructor)[];
10799
- headerRowClass: (StringConstructor | FunctionConstructor)[];
10821
+ headerRowClass: (FunctionConstructor | StringConstructor)[];
10800
10822
  headerRowStyle: (ObjectConstructor | FunctionConstructor)[];
10801
- headerCellClass: (StringConstructor | FunctionConstructor)[];
10823
+ headerCellClass: (FunctionConstructor | StringConstructor)[];
10802
10824
  headerCellStyle: (ObjectConstructor | FunctionConstructor)[];
10803
10825
  highlight: BooleanConstructor;
10804
10826
  currentRowValue: (StringConstructor | NumberConstructor)[];
10805
- emptyText: (StringConstructor | FunctionConstructor)[];
10827
+ emptyText: (FunctionConstructor | StringConstructor)[];
10806
10828
  expandRowValue: ArrayConstructor;
10807
10829
  defaultExpandAll: BooleanConstructor;
10808
10830
  indeterminate: {
@@ -10828,7 +10850,7 @@ export declare const Components: {
10828
10850
  loadExpand: FunctionConstructor;
10829
10851
  getSpan: FunctionConstructor;
10830
10852
  placeholder: {
10831
- type: (StringConstructor | FunctionConstructor)[];
10853
+ type: (FunctionConstructor | StringConstructor)[];
10832
10854
  default: string;
10833
10855
  };
10834
10856
  sort: {
@@ -10860,22 +10882,22 @@ export declare const Components: {
10860
10882
  "onRow-dblclick"?: ((...args: any[]) => any) | undefined;
10861
10883
  }>, {
10862
10884
  sort: Record<string, any>;
10885
+ resizable: boolean;
10863
10886
  data: unknown[];
10864
10887
  border: boolean;
10888
+ lazy: boolean;
10889
+ highlight: boolean;
10865
10890
  placeholder: string | Function;
10866
10891
  indeterminate: boolean;
10867
10892
  fit: boolean;
10868
10893
  indent: number;
10869
- lazy: boolean;
10870
10894
  defaultExpandAll: boolean;
10871
10895
  expandSelectable: boolean;
10872
10896
  showHeader: boolean;
10873
10897
  rows: number;
10874
- resizable: boolean;
10875
10898
  stripe: boolean;
10876
10899
  divider: boolean;
10877
10900
  showSummary: boolean;
10878
- highlight: boolean;
10879
10901
  treeMap: Record<string, any>;
10880
10902
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
10881
10903
  TableColumn: DefineComponent<ExtractPropTypes< {
@@ -10901,7 +10923,7 @@ export declare const Components: {
10901
10923
  formatter: FunctionConstructor;
10902
10924
  selectable: FunctionConstructor;
10903
10925
  reserveSelection: BooleanConstructor;
10904
- index: (NumberConstructor | FunctionConstructor)[];
10926
+ index: (FunctionConstructor | NumberConstructor)[];
10905
10927
  sortable: BooleanConstructor;
10906
10928
  filters: ArrayConstructor;
10907
10929
  filterMultiple: {
@@ -10912,7 +10934,7 @@ export declare const Components: {
10912
10934
  filteredValue: ArrayConstructor;
10913
10935
  filterPopupClass: StringConstructor;
10914
10936
  filter: FunctionConstructor;
10915
- tooltip: (StringConstructor | FunctionConstructor)[];
10937
+ tooltip: (FunctionConstructor | StringConstructor)[];
10916
10938
  }>, () => VNode<RendererNode, RendererElement, {
10917
10939
  [key: string]: any;
10918
10940
  }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
@@ -10938,7 +10960,7 @@ export declare const Components: {
10938
10960
  formatter: FunctionConstructor;
10939
10961
  selectable: FunctionConstructor;
10940
10962
  reserveSelection: BooleanConstructor;
10941
- index: (NumberConstructor | FunctionConstructor)[];
10963
+ index: (FunctionConstructor | NumberConstructor)[];
10942
10964
  sortable: BooleanConstructor;
10943
10965
  filters: ArrayConstructor;
10944
10966
  filterMultiple: {
@@ -10949,11 +10971,11 @@ export declare const Components: {
10949
10971
  filteredValue: ArrayConstructor;
10950
10972
  filterPopupClass: StringConstructor;
10951
10973
  filter: FunctionConstructor;
10952
- tooltip: (StringConstructor | FunctionConstructor)[];
10974
+ tooltip: (FunctionConstructor | StringConstructor)[];
10953
10975
  }>> & Readonly<{}>, {
10976
+ resizable: boolean;
10954
10977
  type: string;
10955
10978
  reserveSelection: boolean;
10956
- resizable: boolean;
10957
10979
  sortable: boolean;
10958
10980
  filterMultiple: boolean;
10959
10981
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -10980,7 +11002,7 @@ export declare const Components: {
10980
11002
  formatter: FunctionConstructor;
10981
11003
  selectable: FunctionConstructor;
10982
11004
  reserveSelection: BooleanConstructor;
10983
- index: (NumberConstructor | FunctionConstructor)[];
11005
+ index: (FunctionConstructor | NumberConstructor)[];
10984
11006
  sortable: BooleanConstructor;
10985
11007
  filters: ArrayConstructor;
10986
11008
  filterMultiple: {
@@ -10991,7 +11013,7 @@ export declare const Components: {
10991
11013
  filteredValue: ArrayConstructor;
10992
11014
  filterPopupClass: StringConstructor;
10993
11015
  filter: FunctionConstructor;
10994
- tooltip: (StringConstructor | FunctionConstructor)[];
11016
+ tooltip: (FunctionConstructor | StringConstructor)[];
10995
11017
  }>, () => VNode<RendererNode, RendererElement, {
10996
11018
  [key: string]: any;
10997
11019
  }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
@@ -11017,7 +11039,7 @@ export declare const Components: {
11017
11039
  formatter: FunctionConstructor;
11018
11040
  selectable: FunctionConstructor;
11019
11041
  reserveSelection: BooleanConstructor;
11020
- index: (NumberConstructor | FunctionConstructor)[];
11042
+ index: (FunctionConstructor | NumberConstructor)[];
11021
11043
  sortable: BooleanConstructor;
11022
11044
  filters: ArrayConstructor;
11023
11045
  filterMultiple: {
@@ -11028,11 +11050,11 @@ export declare const Components: {
11028
11050
  filteredValue: ArrayConstructor;
11029
11051
  filterPopupClass: StringConstructor;
11030
11052
  filter: FunctionConstructor;
11031
- tooltip: (StringConstructor | FunctionConstructor)[];
11053
+ tooltip: (FunctionConstructor | StringConstructor)[];
11032
11054
  }>> & Readonly<{}>, {
11055
+ resizable: boolean;
11033
11056
  type: string;
11034
11057
  reserveSelection: boolean;
11035
- resizable: boolean;
11036
11058
  sortable: boolean;
11037
11059
  filterMultiple: boolean;
11038
11060
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -11063,7 +11085,7 @@ export declare const Components: {
11063
11085
  contentClass: (ObjectConstructor | StringConstructor)[];
11064
11086
  affixable: BooleanConstructor;
11065
11087
  affixOptions: ObjectConstructor;
11066
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue" | "tab-remove")[], "click" | "change" | "update:modelValue" | "tab-remove", PublicProps, Readonly<ExtractPropTypes< {
11088
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "click" | "update:modelValue" | "tab-remove")[], "change" | "click" | "update:modelValue" | "tab-remove", PublicProps, Readonly<ExtractPropTypes< {
11067
11089
  type: {
11068
11090
  type: StringConstructor;
11069
11091
  validator: (v: string) => boolean;
@@ -11161,7 +11183,7 @@ export declare const Components: {
11161
11183
  contentClass: (ObjectConstructor | StringConstructor)[];
11162
11184
  affixable: BooleanConstructor;
11163
11185
  affixOptions: ObjectConstructor;
11164
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue" | "tab-remove")[], "click" | "change" | "update:modelValue" | "tab-remove", PublicProps, Readonly<ExtractPropTypes< {
11186
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "click" | "update:modelValue" | "tab-remove")[], "change" | "click" | "update:modelValue" | "tab-remove", PublicProps, Readonly<ExtractPropTypes< {
11165
11187
  theme: {
11166
11188
  type: StringConstructor;
11167
11189
  default: string;
@@ -11227,16 +11249,16 @@ export declare const Components: {
11227
11249
  "onTab-remove"?: ((...args: any[]) => any) | undefined;
11228
11250
  }>, {
11229
11251
  type: string;
11252
+ offsetTop: number;
11253
+ sticky: boolean;
11230
11254
  closable: boolean;
11231
11255
  afloat: boolean;
11232
- sticky: boolean;
11233
11256
  theme: string;
11257
+ average: boolean;
11234
11258
  animated: boolean;
11235
- offsetTop: number;
11236
- barStyle: Record<string, any> | unknown[];
11259
+ barStyle: unknown[] | Record<string, any>;
11237
11260
  affixable: boolean;
11238
11261
  autoAfloatWidth: boolean;
11239
- average: boolean;
11240
11262
  showWrapper: boolean;
11241
11263
  showStep: boolean;
11242
11264
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -11246,7 +11268,7 @@ export declare const Components: {
11246
11268
  default: undefined;
11247
11269
  };
11248
11270
  label: {
11249
- type: (StringConstructor | FunctionConstructor)[];
11271
+ type: (FunctionConstructor | StringConstructor)[];
11250
11272
  default: string;
11251
11273
  };
11252
11274
  anchor: {
@@ -11270,7 +11292,7 @@ export declare const Components: {
11270
11292
  default: undefined;
11271
11293
  };
11272
11294
  label: {
11273
- type: (StringConstructor | FunctionConstructor)[];
11295
+ type: (FunctionConstructor | StringConstructor)[];
11274
11296
  default: string;
11275
11297
  };
11276
11298
  anchor: {
@@ -11289,11 +11311,11 @@ export declare const Components: {
11289
11311
  default: boolean;
11290
11312
  };
11291
11313
  }>> & Readonly<{}>, {
11314
+ value: string | number | boolean;
11292
11315
  label: string | Function;
11316
+ lazy: boolean;
11293
11317
  disabled: boolean;
11294
11318
  closable: boolean;
11295
- value: string | number | boolean;
11296
- lazy: boolean;
11297
11319
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
11298
11320
  MTabsPane: DefineComponent<ExtractPropTypes< {
11299
11321
  value: {
@@ -11301,7 +11323,7 @@ export declare const Components: {
11301
11323
  default: undefined;
11302
11324
  };
11303
11325
  label: {
11304
- type: (StringConstructor | FunctionConstructor)[];
11326
+ type: (FunctionConstructor | StringConstructor)[];
11305
11327
  default: string;
11306
11328
  };
11307
11329
  anchor: {
@@ -11325,7 +11347,7 @@ export declare const Components: {
11325
11347
  default: undefined;
11326
11348
  };
11327
11349
  label: {
11328
- type: (StringConstructor | FunctionConstructor)[];
11350
+ type: (FunctionConstructor | StringConstructor)[];
11329
11351
  default: string;
11330
11352
  };
11331
11353
  anchor: {
@@ -11344,11 +11366,11 @@ export declare const Components: {
11344
11366
  default: boolean;
11345
11367
  };
11346
11368
  }>> & Readonly<{}>, {
11369
+ value: string | number | boolean;
11347
11370
  label: string | Function;
11371
+ lazy: boolean;
11348
11372
  disabled: boolean;
11349
11373
  closable: boolean;
11350
- value: string | number | boolean;
11351
- lazy: boolean;
11352
11374
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
11353
11375
  Tag: DefineComponent<ExtractPropTypes< {
11354
11376
  closable: {
@@ -11405,9 +11427,9 @@ export declare const Components: {
11405
11427
  onClose?: ((...args: any[]) => any) | undefined;
11406
11428
  }>, {
11407
11429
  type: string;
11408
- closable: boolean;
11409
11430
  color: string;
11410
11431
  checked: boolean;
11432
+ closable: boolean;
11411
11433
  checkable: boolean;
11412
11434
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
11413
11435
  MTag: DefineComponent<ExtractPropTypes< {
@@ -11465,9 +11487,9 @@ export declare const Components: {
11465
11487
  onClose?: ((...args: any[]) => any) | undefined;
11466
11488
  }>, {
11467
11489
  type: string;
11468
- closable: boolean;
11469
11490
  color: string;
11470
11491
  checked: boolean;
11492
+ closable: boolean;
11471
11493
  checkable: boolean;
11472
11494
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
11473
11495
  Text: DefineComponent<ExtractPropTypes< {
@@ -11491,10 +11513,14 @@ export declare const Components: {
11491
11513
  type: (BooleanConstructor | NumberConstructor)[];
11492
11514
  default: number;
11493
11515
  };
11494
- suffix: {
11516
+ ellipsis: {
11495
11517
  type: StringConstructor;
11496
11518
  default: string;
11497
11519
  };
11520
+ slice: {
11521
+ type: NumberConstructor;
11522
+ default: undefined;
11523
+ };
11498
11524
  placement: {
11499
11525
  type: StringConstructor;
11500
11526
  default: string;
@@ -11530,10 +11556,14 @@ export declare const Components: {
11530
11556
  type: (BooleanConstructor | NumberConstructor)[];
11531
11557
  default: number;
11532
11558
  };
11533
- suffix: {
11559
+ ellipsis: {
11534
11560
  type: StringConstructor;
11535
11561
  default: string;
11536
11562
  };
11563
+ slice: {
11564
+ type: NumberConstructor;
11565
+ default: undefined;
11566
+ };
11537
11567
  placement: {
11538
11568
  type: StringConstructor;
11539
11569
  default: string;
@@ -11549,14 +11579,15 @@ export declare const Components: {
11549
11579
  default: string;
11550
11580
  };
11551
11581
  }>> & Readonly<{}>, {
11582
+ slice: number;
11552
11583
  resize: number | boolean;
11553
- tag: string;
11584
+ value: string;
11554
11585
  line: number;
11586
+ tag: string;
11587
+ ellipsis: string;
11555
11588
  placement: string;
11556
- value: string;
11557
11589
  theme: string;
11558
11590
  indent: number;
11559
- suffix: string;
11560
11591
  renderRow: Function;
11561
11592
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
11562
11593
  MText: DefineComponent<ExtractPropTypes< {
@@ -11580,10 +11611,14 @@ export declare const Components: {
11580
11611
  type: (BooleanConstructor | NumberConstructor)[];
11581
11612
  default: number;
11582
11613
  };
11583
- suffix: {
11614
+ ellipsis: {
11584
11615
  type: StringConstructor;
11585
11616
  default: string;
11586
11617
  };
11618
+ slice: {
11619
+ type: NumberConstructor;
11620
+ default: undefined;
11621
+ };
11587
11622
  placement: {
11588
11623
  type: StringConstructor;
11589
11624
  default: string;
@@ -11619,10 +11654,14 @@ export declare const Components: {
11619
11654
  type: (BooleanConstructor | NumberConstructor)[];
11620
11655
  default: number;
11621
11656
  };
11622
- suffix: {
11657
+ ellipsis: {
11623
11658
  type: StringConstructor;
11624
11659
  default: string;
11625
11660
  };
11661
+ slice: {
11662
+ type: NumberConstructor;
11663
+ default: undefined;
11664
+ };
11626
11665
  placement: {
11627
11666
  type: StringConstructor;
11628
11667
  default: string;
@@ -11638,14 +11677,15 @@ export declare const Components: {
11638
11677
  default: string;
11639
11678
  };
11640
11679
  }>> & Readonly<{}>, {
11680
+ slice: number;
11641
11681
  resize: number | boolean;
11642
- tag: string;
11682
+ value: string;
11643
11683
  line: number;
11684
+ tag: string;
11685
+ ellipsis: string;
11644
11686
  placement: string;
11645
- value: string;
11646
11687
  theme: string;
11647
11688
  indent: number;
11648
- suffix: string;
11649
11689
  renderRow: Function;
11650
11690
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
11651
11691
  Textarea: DefineComponent<ExtractPropTypes< {
@@ -11668,21 +11708,21 @@ export declare const Components: {
11668
11708
  id: {
11669
11709
  type: StringConstructor;
11670
11710
  };
11671
- modelValue: PropType<string | number | any[]>;
11672
- disabled: {
11711
+ controllable: {
11673
11712
  type: BooleanConstructor;
11674
11713
  default: boolean;
11675
11714
  };
11676
- maxlength: NumberConstructor;
11677
- allowDispatch: {
11715
+ bytes: {
11678
11716
  type: BooleanConstructor;
11679
11717
  default: boolean;
11680
11718
  };
11681
- bytes: {
11719
+ disabled: {
11682
11720
  type: BooleanConstructor;
11683
11721
  default: boolean;
11684
11722
  };
11685
- controllable: {
11723
+ maxlength: NumberConstructor;
11724
+ modelValue: PropType<string | number | any[]>;
11725
+ allowDispatch: {
11686
11726
  type: BooleanConstructor;
11687
11727
  default: boolean;
11688
11728
  };
@@ -11692,7 +11732,7 @@ export declare const Components: {
11692
11732
  default: boolean;
11693
11733
  };
11694
11734
  indicateClass: StringConstructor;
11695
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "blur" | "cancel" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "resize" | "update:modelValue" | "enter")[], "clear" | "blur" | "cancel" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "resize" | "update:modelValue" | "enter", PublicProps, Readonly<ExtractPropTypes< {
11735
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("input" | "resize" | "clear" | "cancel" | "change" | "blur" | "focus" | "keydown" | "keypress" | "keyup" | "paste" | "enter" | "update:modelValue")[], "input" | "resize" | "clear" | "cancel" | "change" | "blur" | "focus" | "keydown" | "keypress" | "keyup" | "paste" | "enter" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
11696
11736
  wrap: {
11697
11737
  type: StringConstructor;
11698
11738
  validator: (v: any) => boolean;
@@ -11712,21 +11752,21 @@ export declare const Components: {
11712
11752
  id: {
11713
11753
  type: StringConstructor;
11714
11754
  };
11715
- modelValue: PropType<string | number | any[]>;
11716
- disabled: {
11755
+ controllable: {
11717
11756
  type: BooleanConstructor;
11718
11757
  default: boolean;
11719
11758
  };
11720
- maxlength: NumberConstructor;
11721
- allowDispatch: {
11759
+ bytes: {
11722
11760
  type: BooleanConstructor;
11723
11761
  default: boolean;
11724
11762
  };
11725
- bytes: {
11763
+ disabled: {
11726
11764
  type: BooleanConstructor;
11727
11765
  default: boolean;
11728
11766
  };
11729
- controllable: {
11767
+ maxlength: NumberConstructor;
11768
+ modelValue: PropType<string | number | any[]>;
11769
+ allowDispatch: {
11730
11770
  type: BooleanConstructor;
11731
11771
  default: boolean;
11732
11772
  };
@@ -11737,6 +11777,7 @@ export declare const Components: {
11737
11777
  };
11738
11778
  indicateClass: StringConstructor;
11739
11779
  }>> & Readonly<{
11780
+ onEnter?: ((...args: any[]) => any) | undefined;
11740
11781
  onPaste?: ((...args: any[]) => any) | undefined;
11741
11782
  onFocus?: ((...args: any[]) => any) | undefined;
11742
11783
  onBlur?: ((...args: any[]) => any) | undefined;
@@ -11745,20 +11786,19 @@ export declare const Components: {
11745
11786
  onKeydown?: ((...args: any[]) => any) | undefined;
11746
11787
  onKeypress?: ((...args: any[]) => any) | undefined;
11747
11788
  onKeyup?: ((...args: any[]) => any) | undefined;
11748
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
11749
11789
  onCancel?: ((...args: any[]) => any) | undefined;
11790
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
11750
11791
  onResize?: ((...args: any[]) => any) | undefined;
11751
- onEnter?: ((...args: any[]) => any) | undefined;
11752
11792
  onClear?: ((...args: any[]) => any) | undefined;
11753
11793
  }>, {
11794
+ controllable: boolean;
11795
+ bytes: boolean;
11754
11796
  disabled: boolean;
11797
+ wrap: string;
11798
+ autosize: boolean | Record<string, any>;
11755
11799
  indicator: boolean | Record<string, any>;
11756
11800
  allowDispatch: boolean;
11757
- bytes: boolean;
11758
- controllable: boolean;
11759
- wrap: string;
11760
11801
  rows: number;
11761
- autosize: boolean | Record<string, any>;
11762
11802
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
11763
11803
  MTextarea: DefineComponent<ExtractPropTypes< {
11764
11804
  wrap: {
@@ -11780,21 +11820,21 @@ export declare const Components: {
11780
11820
  id: {
11781
11821
  type: StringConstructor;
11782
11822
  };
11783
- modelValue: PropType<string | number | any[]>;
11784
- disabled: {
11823
+ controllable: {
11785
11824
  type: BooleanConstructor;
11786
11825
  default: boolean;
11787
11826
  };
11788
- maxlength: NumberConstructor;
11789
- allowDispatch: {
11827
+ bytes: {
11790
11828
  type: BooleanConstructor;
11791
11829
  default: boolean;
11792
11830
  };
11793
- bytes: {
11831
+ disabled: {
11794
11832
  type: BooleanConstructor;
11795
11833
  default: boolean;
11796
11834
  };
11797
- controllable: {
11835
+ maxlength: NumberConstructor;
11836
+ modelValue: PropType<string | number | any[]>;
11837
+ allowDispatch: {
11798
11838
  type: BooleanConstructor;
11799
11839
  default: boolean;
11800
11840
  };
@@ -11803,7 +11843,7 @@ export declare const Components: {
11803
11843
  type: StringConstructor;
11804
11844
  default: string;
11805
11845
  };
11806
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "blur" | "cancel" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "resize" | "update:modelValue" | "enter")[], "clear" | "blur" | "cancel" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "resize" | "update:modelValue" | "enter", PublicProps, Readonly<ExtractPropTypes< {
11846
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("input" | "resize" | "clear" | "cancel" | "change" | "blur" | "focus" | "keydown" | "keypress" | "keyup" | "paste" | "enter" | "update:modelValue")[], "input" | "resize" | "clear" | "cancel" | "change" | "blur" | "focus" | "keydown" | "keypress" | "keyup" | "paste" | "enter" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
11807
11847
  wrap: {
11808
11848
  type: StringConstructor;
11809
11849
  validator: (v: any) => boolean;
@@ -11823,21 +11863,21 @@ export declare const Components: {
11823
11863
  id: {
11824
11864
  type: StringConstructor;
11825
11865
  };
11826
- modelValue: PropType<string | number | any[]>;
11827
- disabled: {
11866
+ controllable: {
11828
11867
  type: BooleanConstructor;
11829
11868
  default: boolean;
11830
11869
  };
11831
- maxlength: NumberConstructor;
11832
- allowDispatch: {
11870
+ bytes: {
11833
11871
  type: BooleanConstructor;
11834
11872
  default: boolean;
11835
11873
  };
11836
- bytes: {
11874
+ disabled: {
11837
11875
  type: BooleanConstructor;
11838
11876
  default: boolean;
11839
11877
  };
11840
- controllable: {
11878
+ maxlength: NumberConstructor;
11879
+ modelValue: PropType<string | number | any[]>;
11880
+ allowDispatch: {
11841
11881
  type: BooleanConstructor;
11842
11882
  default: boolean;
11843
11883
  };
@@ -11847,6 +11887,7 @@ export declare const Components: {
11847
11887
  default: string;
11848
11888
  };
11849
11889
  }>> & Readonly<{
11890
+ onEnter?: ((...args: any[]) => any) | undefined;
11850
11891
  onPaste?: ((...args: any[]) => any) | undefined;
11851
11892
  onFocus?: ((...args: any[]) => any) | undefined;
11852
11893
  onBlur?: ((...args: any[]) => any) | undefined;
@@ -11855,20 +11896,19 @@ export declare const Components: {
11855
11896
  onKeydown?: ((...args: any[]) => any) | undefined;
11856
11897
  onKeypress?: ((...args: any[]) => any) | undefined;
11857
11898
  onKeyup?: ((...args: any[]) => any) | undefined;
11858
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
11859
11899
  onCancel?: ((...args: any[]) => any) | undefined;
11900
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
11860
11901
  onResize?: ((...args: any[]) => any) | undefined;
11861
- onEnter?: ((...args: any[]) => any) | undefined;
11862
11902
  onClear?: ((...args: any[]) => any) | undefined;
11863
11903
  }>, {
11864
- disabled: boolean;
11865
- allowDispatch: boolean;
11866
- bytes: boolean;
11867
11904
  controllable: boolean;
11905
+ bytes: boolean;
11906
+ disabled: boolean;
11868
11907
  wrap: string;
11869
11908
  align: string;
11870
- rows: number;
11871
11909
  autosize: boolean | Record<string, any>;
11910
+ allowDispatch: boolean;
11911
+ rows: number;
11872
11912
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
11873
11913
  Timeline: DefineComponent<ExtractPropTypes< {
11874
11914
  tag: {
@@ -11962,7 +12002,7 @@ export declare const Components: {
11962
12002
  default: boolean;
11963
12003
  };
11964
12004
  portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
11965
- } & object>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "change" | "close" | "error" | "input" | "update:modelValue" | "visible-change" | "ready" | "ok")[], "clear" | "change" | "close" | "error" | "input" | "update:modelValue" | "visible-change" | "ready" | "ok", PublicProps, Readonly<ExtractPropTypes< {
12005
+ } & object>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("input" | "error" | "clear" | "change" | "close" | "ready" | "ok" | "update:modelValue" | "visible-change")[], "input" | "error" | "clear" | "change" | "close" | "ready" | "ok" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
11966
12006
  type: StringConstructor;
11967
12007
  placeholder: StringConstructor;
11968
12008
  clearable: {
@@ -12032,26 +12072,26 @@ export declare const Components: {
12032
12072
  onError?: ((...args: any[]) => any) | undefined;
12033
12073
  onChange?: ((...args: any[]) => any) | undefined;
12034
12074
  onInput?: ((...args: any[]) => any) | undefined;
12035
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
12036
12075
  onClose?: ((...args: any[]) => any) | undefined;
12076
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
12037
12077
  onClear?: ((...args: any[]) => any) | undefined;
12038
12078
  onReady?: ((...args: any[]) => any) | undefined;
12039
12079
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
12040
12080
  onOk?: ((...args: any[]) => any) | undefined;
12041
12081
  }>, {
12082
+ open: boolean;
12083
+ disabled: boolean;
12084
+ multiple: boolean;
12085
+ confirm: boolean;
12042
12086
  tag: string;
12087
+ separator: string;
12043
12088
  placement: string;
12044
- disabled: boolean;
12045
12089
  trigger: string;
12046
12090
  arrow: boolean;
12047
- separator: string;
12048
12091
  nullValue: string | number | Record<string, any>;
12049
12092
  clearable: boolean;
12050
- open: boolean;
12051
- multiple: boolean;
12052
12093
  portal: boolean;
12053
12094
  changeOnSelect: boolean;
12054
- confirm: boolean;
12055
12095
  splitPanels: boolean;
12056
12096
  steps: unknown[];
12057
12097
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -12121,7 +12161,7 @@ export declare const Components: {
12121
12161
  default: boolean;
12122
12162
  };
12123
12163
  portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
12124
- } & object>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "change" | "close" | "error" | "input" | "update:modelValue" | "visible-change" | "ready" | "ok")[], "clear" | "change" | "close" | "error" | "input" | "update:modelValue" | "visible-change" | "ready" | "ok", PublicProps, Readonly<ExtractPropTypes< {
12164
+ } & object>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("input" | "error" | "clear" | "change" | "close" | "ready" | "ok" | "update:modelValue" | "visible-change")[], "input" | "error" | "clear" | "change" | "close" | "ready" | "ok" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
12125
12165
  type: StringConstructor;
12126
12166
  placeholder: StringConstructor;
12127
12167
  clearable: {
@@ -12191,26 +12231,26 @@ export declare const Components: {
12191
12231
  onError?: ((...args: any[]) => any) | undefined;
12192
12232
  onChange?: ((...args: any[]) => any) | undefined;
12193
12233
  onInput?: ((...args: any[]) => any) | undefined;
12194
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
12195
12234
  onClose?: ((...args: any[]) => any) | undefined;
12235
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
12196
12236
  onClear?: ((...args: any[]) => any) | undefined;
12197
12237
  onReady?: ((...args: any[]) => any) | undefined;
12198
12238
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
12199
12239
  onOk?: ((...args: any[]) => any) | undefined;
12200
12240
  }>, {
12241
+ open: boolean;
12242
+ disabled: boolean;
12243
+ multiple: boolean;
12244
+ confirm: boolean;
12201
12245
  tag: string;
12246
+ separator: string;
12202
12247
  placement: string;
12203
- disabled: boolean;
12204
12248
  trigger: string;
12205
12249
  arrow: boolean;
12206
- separator: string;
12207
12250
  nullValue: string | number | Record<string, any>;
12208
12251
  clearable: boolean;
12209
- open: boolean;
12210
- multiple: boolean;
12211
12252
  portal: boolean;
12212
12253
  changeOnSelect: boolean;
12213
- confirm: boolean;
12214
12254
  splitPanels: boolean;
12215
12255
  steps: unknown[];
12216
12256
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -12309,14 +12349,14 @@ export declare const Components: {
12309
12349
  default: string;
12310
12350
  };
12311
12351
  }>> & Readonly<{}>, {
12352
+ origin: string;
12312
12353
  style: Record<string, any>;
12354
+ prefix: string;
12313
12355
  tag: string;
12314
- duration: number | Record<string, any>;
12315
- delay: number | Record<string, any>;
12316
12356
  group: boolean;
12317
- origin: string;
12318
- prefix: string;
12319
12357
  mode: string;
12358
+ duration: number | Record<string, any>;
12359
+ delay: number | Record<string, any>;
12320
12360
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
12321
12361
  MTransition: DefineComponent<ExtractPropTypes< {
12322
12362
  duration: {
@@ -12387,14 +12427,14 @@ export declare const Components: {
12387
12427
  default: string;
12388
12428
  };
12389
12429
  }>> & Readonly<{}>, {
12430
+ origin: string;
12390
12431
  style: Record<string, any>;
12432
+ prefix: string;
12391
12433
  tag: string;
12392
- duration: number | Record<string, any>;
12393
- delay: number | Record<string, any>;
12394
12434
  group: boolean;
12395
- origin: string;
12396
- prefix: string;
12397
12435
  mode: string;
12436
+ duration: number | Record<string, any>;
12437
+ delay: number | Record<string, any>;
12398
12438
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
12399
12439
  TransitionFade: DefineComponent<ExtractPropTypes< {
12400
12440
  style: {
@@ -12465,14 +12505,14 @@ export declare const Components: {
12465
12505
  default: string;
12466
12506
  };
12467
12507
  }>> & Readonly<{}>, {
12508
+ origin: string;
12468
12509
  style: Record<string, any>;
12510
+ prefix: string;
12469
12511
  tag: string;
12470
- duration: number | Record<string, any>;
12471
- delay: number | Record<string, any>;
12472
12512
  group: boolean;
12473
- origin: string;
12474
- prefix: string;
12475
12513
  mode: string;
12514
+ duration: number | Record<string, any>;
12515
+ delay: number | Record<string, any>;
12476
12516
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
12477
12517
  MTransitionFade: DefineComponent<ExtractPropTypes< {
12478
12518
  style: {
@@ -12543,14 +12583,14 @@ export declare const Components: {
12543
12583
  default: string;
12544
12584
  };
12545
12585
  }>> & Readonly<{}>, {
12586
+ origin: string;
12546
12587
  style: Record<string, any>;
12588
+ prefix: string;
12547
12589
  tag: string;
12548
- duration: number | Record<string, any>;
12549
- delay: number | Record<string, any>;
12550
12590
  group: boolean;
12551
- origin: string;
12552
- prefix: string;
12553
12591
  mode: string;
12592
+ duration: number | Record<string, any>;
12593
+ delay: number | Record<string, any>;
12554
12594
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
12555
12595
  TransitionScale: DefineComponent<ExtractPropTypes< {
12556
12596
  mode: {
@@ -12623,14 +12663,14 @@ export declare const Components: {
12623
12663
  default: string;
12624
12664
  };
12625
12665
  }>> & Readonly<{}>, {
12666
+ origin: string;
12626
12667
  style: Record<string, any>;
12668
+ prefix: string;
12627
12669
  tag: string;
12628
- duration: number | Record<string, any>;
12629
- delay: number | Record<string, any>;
12630
12670
  group: boolean;
12631
- origin: string;
12632
- prefix: string;
12633
12671
  mode: string;
12672
+ duration: number | Record<string, any>;
12673
+ delay: number | Record<string, any>;
12634
12674
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
12635
12675
  MTransitionScale: DefineComponent<ExtractPropTypes< {
12636
12676
  mode: {
@@ -12703,14 +12743,14 @@ export declare const Components: {
12703
12743
  default: string;
12704
12744
  };
12705
12745
  }>> & Readonly<{}>, {
12746
+ origin: string;
12706
12747
  style: Record<string, any>;
12748
+ prefix: string;
12707
12749
  tag: string;
12708
- duration: number | Record<string, any>;
12709
- delay: number | Record<string, any>;
12710
12750
  group: boolean;
12711
- origin: string;
12712
- prefix: string;
12713
12751
  mode: string;
12752
+ duration: number | Record<string, any>;
12753
+ delay: number | Record<string, any>;
12714
12754
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
12715
12755
  TransitionSlide: DefineComponent<ExtractPropTypes< {
12716
12756
  mode: {
@@ -12783,14 +12823,14 @@ export declare const Components: {
12783
12823
  default: string;
12784
12824
  };
12785
12825
  }>> & Readonly<{}>, {
12826
+ origin: string;
12786
12827
  style: Record<string, any>;
12828
+ prefix: string;
12787
12829
  tag: string;
12788
- duration: number | Record<string, any>;
12789
- delay: number | Record<string, any>;
12790
12830
  group: boolean;
12791
- origin: string;
12792
- prefix: string;
12793
12831
  mode: string;
12832
+ duration: number | Record<string, any>;
12833
+ delay: number | Record<string, any>;
12794
12834
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
12795
12835
  MTransitionSlide: DefineComponent<ExtractPropTypes< {
12796
12836
  mode: {
@@ -12863,14 +12903,14 @@ export declare const Components: {
12863
12903
  default: string;
12864
12904
  };
12865
12905
  }>> & Readonly<{}>, {
12906
+ origin: string;
12866
12907
  style: Record<string, any>;
12908
+ prefix: string;
12867
12909
  tag: string;
12868
- duration: number | Record<string, any>;
12869
- delay: number | Record<string, any>;
12870
12910
  group: boolean;
12871
- origin: string;
12872
- prefix: string;
12873
12911
  mode: string;
12912
+ duration: number | Record<string, any>;
12913
+ delay: number | Record<string, any>;
12874
12914
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
12875
12915
  TransitionZoom: DefineComponent<ExtractPropTypes< {
12876
12916
  mode: {
@@ -12943,14 +12983,14 @@ export declare const Components: {
12943
12983
  default: string;
12944
12984
  };
12945
12985
  }>> & Readonly<{}>, {
12986
+ origin: string;
12946
12987
  style: Record<string, any>;
12988
+ prefix: string;
12947
12989
  tag: string;
12948
- duration: number | Record<string, any>;
12949
- delay: number | Record<string, any>;
12950
12990
  group: boolean;
12951
- origin: string;
12952
- prefix: string;
12953
12991
  mode: string;
12992
+ duration: number | Record<string, any>;
12993
+ delay: number | Record<string, any>;
12954
12994
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
12955
12995
  MTransitionZoom: DefineComponent<ExtractPropTypes< {
12956
12996
  mode: {
@@ -13023,14 +13063,14 @@ export declare const Components: {
13023
13063
  default: string;
13024
13064
  };
13025
13065
  }>> & Readonly<{}>, {
13066
+ origin: string;
13026
13067
  style: Record<string, any>;
13068
+ prefix: string;
13027
13069
  tag: string;
13028
- duration: number | Record<string, any>;
13029
- delay: number | Record<string, any>;
13030
13070
  group: boolean;
13031
- origin: string;
13032
- prefix: string;
13033
13071
  mode: string;
13072
+ duration: number | Record<string, any>;
13073
+ delay: number | Record<string, any>;
13034
13074
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
13035
13075
  TransitionCollapse: DefineComponent<ExtractPropTypes< {
13036
13076
  duration: {
@@ -13101,14 +13141,14 @@ export declare const Components: {
13101
13141
  default: string;
13102
13142
  };
13103
13143
  }>> & Readonly<{}>, {
13144
+ origin: string;
13104
13145
  style: Record<string, any>;
13146
+ prefix: string;
13105
13147
  tag: string;
13106
- duration: number | Record<string, any>;
13107
- delay: number | Record<string, any>;
13108
13148
  group: boolean;
13109
- origin: string;
13110
- prefix: string;
13111
13149
  mode: string;
13150
+ duration: number | Record<string, any>;
13151
+ delay: number | Record<string, any>;
13112
13152
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
13113
13153
  MTransitionCollapse: DefineComponent<ExtractPropTypes< {
13114
13154
  duration: {
@@ -13179,14 +13219,14 @@ export declare const Components: {
13179
13219
  default: string;
13180
13220
  };
13181
13221
  }>> & Readonly<{}>, {
13222
+ origin: string;
13182
13223
  style: Record<string, any>;
13224
+ prefix: string;
13183
13225
  tag: string;
13184
- duration: number | Record<string, any>;
13185
- delay: number | Record<string, any>;
13186
13226
  group: boolean;
13187
- origin: string;
13188
- prefix: string;
13189
13227
  mode: string;
13228
+ duration: number | Record<string, any>;
13229
+ delay: number | Record<string, any>;
13190
13230
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
13191
13231
  Tree: DefineComponent<ExtractPropTypes< {
13192
13232
  max: {
@@ -13271,14 +13311,14 @@ export declare const Components: {
13271
13311
  type: BooleanConstructor;
13272
13312
  default: boolean;
13273
13313
  };
13274
- numerable: {
13275
- type: BooleanConstructor;
13276
- default: boolean;
13277
- };
13278
13314
  separator: {
13279
13315
  type: StringConstructor;
13280
13316
  default: string;
13281
13317
  };
13318
+ numerable: {
13319
+ type: BooleanConstructor;
13320
+ default: boolean;
13321
+ };
13282
13322
  nullValue: {
13283
13323
  type: (ObjectConstructor | StringConstructor | NumberConstructor)[];
13284
13324
  default: undefined;
@@ -13366,14 +13406,14 @@ export declare const Components: {
13366
13406
  type: BooleanConstructor;
13367
13407
  default: boolean;
13368
13408
  };
13369
- numerable: {
13370
- type: BooleanConstructor;
13371
- default: boolean;
13372
- };
13373
13409
  separator: {
13374
13410
  type: StringConstructor;
13375
13411
  default: string;
13376
13412
  };
13413
+ numerable: {
13414
+ type: BooleanConstructor;
13415
+ default: boolean;
13416
+ };
13377
13417
  nullValue: {
13378
13418
  type: (ObjectConstructor | StringConstructor | NumberConstructor)[];
13379
13419
  default: undefined;
@@ -13395,16 +13435,16 @@ export declare const Components: {
13395
13435
  "onNode-drag-end"?: ((...args: any[]) => any) | undefined;
13396
13436
  "onNode-drop"?: ((...args: any[]) => any) | undefined;
13397
13437
  }>, {
13438
+ max: number;
13398
13439
  data: unknown[];
13399
13440
  draggable: boolean;
13400
- numerable: boolean;
13441
+ lazy: boolean;
13401
13442
  separator: string;
13402
- max: number;
13443
+ numerable: boolean;
13403
13444
  nullValue: string | number | Record<string, any>;
13404
13445
  allowDispatch: boolean;
13405
13446
  accordion: boolean;
13406
13447
  indent: number;
13407
- lazy: boolean;
13408
13448
  defaultExpandAll: boolean;
13409
13449
  emptyText: string;
13410
13450
  keyValue: {
@@ -13507,14 +13547,14 @@ export declare const Components: {
13507
13547
  type: BooleanConstructor;
13508
13548
  default: boolean;
13509
13549
  };
13510
- numerable: {
13511
- type: BooleanConstructor;
13512
- default: boolean;
13513
- };
13514
13550
  separator: {
13515
13551
  type: StringConstructor;
13516
13552
  default: string;
13517
13553
  };
13554
+ numerable: {
13555
+ type: BooleanConstructor;
13556
+ default: boolean;
13557
+ };
13518
13558
  nullValue: {
13519
13559
  type: (ObjectConstructor | StringConstructor | NumberConstructor)[];
13520
13560
  default: undefined;
@@ -13602,14 +13642,14 @@ export declare const Components: {
13602
13642
  type: BooleanConstructor;
13603
13643
  default: boolean;
13604
13644
  };
13605
- numerable: {
13606
- type: BooleanConstructor;
13607
- default: boolean;
13608
- };
13609
13645
  separator: {
13610
13646
  type: StringConstructor;
13611
13647
  default: string;
13612
13648
  };
13649
+ numerable: {
13650
+ type: BooleanConstructor;
13651
+ default: boolean;
13652
+ };
13613
13653
  nullValue: {
13614
13654
  type: (ObjectConstructor | StringConstructor | NumberConstructor)[];
13615
13655
  default: undefined;
@@ -13631,16 +13671,16 @@ export declare const Components: {
13631
13671
  "onNode-drag-end"?: ((...args: any[]) => any) | undefined;
13632
13672
  "onNode-drop"?: ((...args: any[]) => any) | undefined;
13633
13673
  }>, {
13674
+ max: number;
13634
13675
  data: unknown[];
13635
13676
  draggable: boolean;
13636
- numerable: boolean;
13677
+ lazy: boolean;
13637
13678
  separator: string;
13638
- max: number;
13679
+ numerable: boolean;
13639
13680
  nullValue: string | number | Record<string, any>;
13640
13681
  allowDispatch: boolean;
13641
13682
  accordion: boolean;
13642
13683
  indent: number;
13643
- lazy: boolean;
13644
13684
  defaultExpandAll: boolean;
13645
13685
  emptyText: string;
13646
13686
  keyValue: {
@@ -13669,15 +13709,15 @@ export declare const Components: {
13669
13709
  type: BooleanConstructor;
13670
13710
  default: boolean;
13671
13711
  };
13672
- data: {
13673
- type: ArrayConstructor;
13674
- default: () => never[];
13675
- };
13676
13712
  max: {
13677
13713
  type: NumberConstructor;
13678
13714
  default: number;
13679
13715
  validator: (v: any) => boolean;
13680
13716
  };
13717
+ data: {
13718
+ type: ArrayConstructor;
13719
+ default: () => never[];
13720
+ };
13681
13721
  checkStrictly: {
13682
13722
  type: BooleanConstructor;
13683
13723
  default: boolean;
@@ -13733,11 +13773,11 @@ export declare const Components: {
13733
13773
  id: {
13734
13774
  type: StringConstructor;
13735
13775
  };
13736
- modelValue: PropType<string | number | any[]>;
13737
13776
  disabled: {
13738
13777
  type: BooleanConstructor;
13739
13778
  default: boolean;
13740
13779
  };
13780
+ modelValue: PropType<string | number | any[]>;
13741
13781
  clearable: {
13742
13782
  type: BooleanConstructor;
13743
13783
  default: boolean;
@@ -13747,7 +13787,7 @@ export declare const Components: {
13747
13787
  default: boolean;
13748
13788
  };
13749
13789
  portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
13750
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "change" | "close" | "update:modelValue" | "visible-change" | "ready")[], "clear" | "change" | "close" | "update:modelValue" | "visible-change" | "ready", PublicProps, Readonly<ExtractPropTypes< {
13790
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "change" | "close" | "ready" | "update:modelValue" | "visible-change")[], "clear" | "change" | "close" | "ready" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
13751
13791
  autoWidth: {
13752
13792
  type: BooleanConstructor;
13753
13793
  default: undefined;
@@ -13756,15 +13796,15 @@ export declare const Components: {
13756
13796
  type: BooleanConstructor;
13757
13797
  default: boolean;
13758
13798
  };
13759
- data: {
13760
- type: ArrayConstructor;
13761
- default: () => never[];
13762
- };
13763
13799
  max: {
13764
13800
  type: NumberConstructor;
13765
13801
  default: number;
13766
13802
  validator: (v: any) => boolean;
13767
13803
  };
13804
+ data: {
13805
+ type: ArrayConstructor;
13806
+ default: () => never[];
13807
+ };
13768
13808
  checkStrictly: {
13769
13809
  type: BooleanConstructor;
13770
13810
  default: boolean;
@@ -13820,11 +13860,11 @@ export declare const Components: {
13820
13860
  id: {
13821
13861
  type: StringConstructor;
13822
13862
  };
13823
- modelValue: PropType<string | number | any[]>;
13824
13863
  disabled: {
13825
13864
  type: BooleanConstructor;
13826
13865
  default: boolean;
13827
13866
  };
13867
+ modelValue: PropType<string | number | any[]>;
13828
13868
  clearable: {
13829
13869
  type: BooleanConstructor;
13830
13870
  default: boolean;
@@ -13836,22 +13876,22 @@ export declare const Components: {
13836
13876
  portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
13837
13877
  }>> & Readonly<{
13838
13878
  onChange?: ((...args: any[]) => any) | undefined;
13839
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
13840
13879
  onClose?: ((...args: any[]) => any) | undefined;
13880
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
13841
13881
  onClear?: ((...args: any[]) => any) | undefined;
13842
13882
  onReady?: ((...args: any[]) => any) | undefined;
13843
13883
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
13844
13884
  }>, {
13845
- tag: string;
13885
+ max: number;
13846
13886
  data: unknown[];
13847
- placement: string;
13848
13887
  disabled: boolean;
13888
+ tag: string;
13849
13889
  extra: string;
13890
+ separator: string;
13891
+ placement: string;
13850
13892
  trigger: string;
13851
13893
  arrow: boolean;
13852
13894
  numerable: boolean;
13853
- separator: string;
13854
- max: number;
13855
13895
  nullValue: string | number | Record<string, any>;
13856
13896
  clearable: boolean;
13857
13897
  portal: boolean;
@@ -13870,15 +13910,15 @@ export declare const Components: {
13870
13910
  type: BooleanConstructor;
13871
13911
  default: boolean;
13872
13912
  };
13873
- data: {
13874
- type: ArrayConstructor;
13875
- default: () => never[];
13876
- };
13877
13913
  max: {
13878
13914
  type: NumberConstructor;
13879
13915
  default: number;
13880
13916
  validator: (v: any) => boolean;
13881
13917
  };
13918
+ data: {
13919
+ type: ArrayConstructor;
13920
+ default: () => never[];
13921
+ };
13882
13922
  checkStrictly: {
13883
13923
  type: BooleanConstructor;
13884
13924
  default: boolean;
@@ -13934,11 +13974,11 @@ export declare const Components: {
13934
13974
  id: {
13935
13975
  type: StringConstructor;
13936
13976
  };
13937
- modelValue: PropType<string | number | any[]>;
13938
13977
  disabled: {
13939
13978
  type: BooleanConstructor;
13940
13979
  default: boolean;
13941
13980
  };
13981
+ modelValue: PropType<string | number | any[]>;
13942
13982
  clearable: {
13943
13983
  type: BooleanConstructor;
13944
13984
  default: boolean;
@@ -13948,7 +13988,7 @@ export declare const Components: {
13948
13988
  default: boolean;
13949
13989
  };
13950
13990
  portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
13951
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "change" | "close" | "update:modelValue" | "visible-change" | "ready")[], "clear" | "change" | "close" | "update:modelValue" | "visible-change" | "ready", PublicProps, Readonly<ExtractPropTypes< {
13991
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "change" | "close" | "ready" | "update:modelValue" | "visible-change")[], "clear" | "change" | "close" | "ready" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
13952
13992
  autoWidth: {
13953
13993
  type: BooleanConstructor;
13954
13994
  default: undefined;
@@ -13957,15 +13997,15 @@ export declare const Components: {
13957
13997
  type: BooleanConstructor;
13958
13998
  default: boolean;
13959
13999
  };
13960
- data: {
13961
- type: ArrayConstructor;
13962
- default: () => never[];
13963
- };
13964
14000
  max: {
13965
14001
  type: NumberConstructor;
13966
14002
  default: number;
13967
14003
  validator: (v: any) => boolean;
13968
14004
  };
14005
+ data: {
14006
+ type: ArrayConstructor;
14007
+ default: () => never[];
14008
+ };
13969
14009
  checkStrictly: {
13970
14010
  type: BooleanConstructor;
13971
14011
  default: boolean;
@@ -14021,11 +14061,11 @@ export declare const Components: {
14021
14061
  id: {
14022
14062
  type: StringConstructor;
14023
14063
  };
14024
- modelValue: PropType<string | number | any[]>;
14025
14064
  disabled: {
14026
14065
  type: BooleanConstructor;
14027
14066
  default: boolean;
14028
14067
  };
14068
+ modelValue: PropType<string | number | any[]>;
14029
14069
  clearable: {
14030
14070
  type: BooleanConstructor;
14031
14071
  default: boolean;
@@ -14037,22 +14077,22 @@ export declare const Components: {
14037
14077
  portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
14038
14078
  }>> & Readonly<{
14039
14079
  onChange?: ((...args: any[]) => any) | undefined;
14040
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
14041
14080
  onClose?: ((...args: any[]) => any) | undefined;
14081
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
14042
14082
  onClear?: ((...args: any[]) => any) | undefined;
14043
14083
  onReady?: ((...args: any[]) => any) | undefined;
14044
14084
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
14045
14085
  }>, {
14046
- tag: string;
14086
+ max: number;
14047
14087
  data: unknown[];
14048
- placement: string;
14049
14088
  disabled: boolean;
14089
+ tag: string;
14050
14090
  extra: string;
14091
+ separator: string;
14092
+ placement: string;
14051
14093
  trigger: string;
14052
14094
  arrow: boolean;
14053
14095
  numerable: boolean;
14054
- separator: string;
14055
- max: number;
14056
14096
  nullValue: string | number | Record<string, any>;
14057
14097
  clearable: boolean;
14058
14098
  portal: boolean;
@@ -14137,21 +14177,21 @@ export declare const Components: {
14137
14177
  "onFile-error"?: ((...args: any[]) => any) | undefined;
14138
14178
  }>, () => VNode<RendererNode, RendererElement, {
14139
14179
  [key: string]: any;
14140
- }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("error" | "complete" | "begin" | "message" | "request" | "response" | "file-before" | "file-start" | "file-progress" | "file-success" | "file-error")[], PublicProps, {
14141
- size: number;
14142
- tag: string | Record<string, any>;
14180
+ }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("error" | "message" | "complete" | "begin" | "request" | "response" | "file-before" | "file-start" | "file-progress" | "file-success" | "file-error")[], PublicProps, {
14143
14181
  name: string;
14182
+ max: number;
14183
+ size: number;
14144
14184
  body: Record<string, any>;
14185
+ directory: boolean;
14145
14186
  disabled: boolean;
14187
+ tag: string | Record<string, any>;
14146
14188
  mode: string;
14147
- max: number;
14148
- showMessage: boolean;
14149
14189
  headers: Record<string, any>;
14150
- showTaskManager: boolean;
14151
- directory: boolean;
14190
+ showMessage: boolean;
14191
+ showLoading: boolean;
14152
14192
  parallel: boolean;
14193
+ showTaskManager: boolean;
14153
14194
  showToast: boolean;
14154
- showLoading: boolean;
14155
14195
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
14156
14196
  P: {};
14157
14197
  B: {};
@@ -14234,20 +14274,20 @@ export declare const Components: {
14234
14274
  }>, () => VNode<RendererNode, RendererElement, {
14235
14275
  [key: string]: any;
14236
14276
  }>, {}, {}, {}, {
14237
- size: number;
14238
- tag: string | Record<string, any>;
14239
14277
  name: string;
14278
+ max: number;
14279
+ size: number;
14240
14280
  body: Record<string, any>;
14281
+ directory: boolean;
14241
14282
  disabled: boolean;
14283
+ tag: string | Record<string, any>;
14242
14284
  mode: string;
14243
- max: number;
14244
- showMessage: boolean;
14245
14285
  headers: Record<string, any>;
14246
- showTaskManager: boolean;
14247
- directory: boolean;
14286
+ showMessage: boolean;
14287
+ showLoading: boolean;
14248
14288
  parallel: boolean;
14289
+ showTaskManager: boolean;
14249
14290
  showToast: boolean;
14250
- showLoading: boolean;
14251
14291
  }>;
14252
14292
  __isFragment?: never;
14253
14293
  __isTeleport?: never;
@@ -14326,21 +14366,21 @@ export declare const Components: {
14326
14366
  "onFile-error"?: ((...args: any[]) => any) | undefined;
14327
14367
  }>, () => VNode<RendererNode, RendererElement, {
14328
14368
  [key: string]: any;
14329
- }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("error" | "complete" | "begin" | "message" | "request" | "response" | "file-before" | "file-start" | "file-progress" | "file-success" | "file-error")[], "error" | "complete" | "begin" | "message" | "request" | "response" | "file-before" | "file-start" | "file-progress" | "file-success" | "file-error", {
14330
- size: number;
14331
- tag: string | Record<string, any>;
14369
+ }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("error" | "message" | "complete" | "begin" | "request" | "response" | "file-before" | "file-start" | "file-progress" | "file-success" | "file-error")[], "error" | "message" | "complete" | "begin" | "request" | "response" | "file-before" | "file-start" | "file-progress" | "file-success" | "file-error", {
14332
14370
  name: string;
14371
+ max: number;
14372
+ size: number;
14333
14373
  body: Record<string, any>;
14374
+ directory: boolean;
14334
14375
  disabled: boolean;
14376
+ tag: string | Record<string, any>;
14335
14377
  mode: string;
14336
- max: number;
14337
- showMessage: boolean;
14338
14378
  headers: Record<string, any>;
14339
- showTaskManager: boolean;
14340
- directory: boolean;
14379
+ showMessage: boolean;
14380
+ showLoading: boolean;
14341
14381
  parallel: boolean;
14382
+ showTaskManager: boolean;
14342
14383
  showToast: boolean;
14343
- showLoading: boolean;
14344
14384
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
14345
14385
  open: (options: any) => PortalLeaf;
14346
14386
  };
@@ -14419,21 +14459,21 @@ export declare const Components: {
14419
14459
  "onFile-error"?: ((...args: any[]) => any) | undefined;
14420
14460
  }>, () => VNode<RendererNode, RendererElement, {
14421
14461
  [key: string]: any;
14422
- }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("error" | "complete" | "begin" | "message" | "request" | "response" | "file-before" | "file-start" | "file-progress" | "file-success" | "file-error")[], PublicProps, {
14423
- size: number;
14424
- tag: string | Record<string, any>;
14462
+ }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("error" | "message" | "complete" | "begin" | "request" | "response" | "file-before" | "file-start" | "file-progress" | "file-success" | "file-error")[], PublicProps, {
14425
14463
  name: string;
14464
+ max: number;
14465
+ size: number;
14426
14466
  body: Record<string, any>;
14467
+ directory: boolean;
14427
14468
  disabled: boolean;
14469
+ tag: string | Record<string, any>;
14428
14470
  mode: string;
14429
- max: number;
14430
- showMessage: boolean;
14431
14471
  headers: Record<string, any>;
14432
- showTaskManager: boolean;
14433
- directory: boolean;
14472
+ showMessage: boolean;
14473
+ showLoading: boolean;
14434
14474
  parallel: boolean;
14475
+ showTaskManager: boolean;
14435
14476
  showToast: boolean;
14436
- showLoading: boolean;
14437
14477
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
14438
14478
  P: {};
14439
14479
  B: {};
@@ -14516,20 +14556,20 @@ export declare const Components: {
14516
14556
  }>, () => VNode<RendererNode, RendererElement, {
14517
14557
  [key: string]: any;
14518
14558
  }>, {}, {}, {}, {
14519
- size: number;
14520
- tag: string | Record<string, any>;
14521
14559
  name: string;
14560
+ max: number;
14561
+ size: number;
14522
14562
  body: Record<string, any>;
14563
+ directory: boolean;
14523
14564
  disabled: boolean;
14565
+ tag: string | Record<string, any>;
14524
14566
  mode: string;
14525
- max: number;
14526
- showMessage: boolean;
14527
14567
  headers: Record<string, any>;
14528
- showTaskManager: boolean;
14529
- directory: boolean;
14568
+ showMessage: boolean;
14569
+ showLoading: boolean;
14530
14570
  parallel: boolean;
14571
+ showTaskManager: boolean;
14531
14572
  showToast: boolean;
14532
- showLoading: boolean;
14533
14573
  }>;
14534
14574
  __isFragment?: never;
14535
14575
  __isTeleport?: never;
@@ -14608,21 +14648,21 @@ export declare const Components: {
14608
14648
  "onFile-error"?: ((...args: any[]) => any) | undefined;
14609
14649
  }>, () => VNode<RendererNode, RendererElement, {
14610
14650
  [key: string]: any;
14611
- }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("error" | "complete" | "begin" | "message" | "request" | "response" | "file-before" | "file-start" | "file-progress" | "file-success" | "file-error")[], "error" | "complete" | "begin" | "message" | "request" | "response" | "file-before" | "file-start" | "file-progress" | "file-success" | "file-error", {
14612
- size: number;
14613
- tag: string | Record<string, any>;
14651
+ }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("error" | "message" | "complete" | "begin" | "request" | "response" | "file-before" | "file-start" | "file-progress" | "file-success" | "file-error")[], "error" | "message" | "complete" | "begin" | "request" | "response" | "file-before" | "file-start" | "file-progress" | "file-success" | "file-error", {
14614
14652
  name: string;
14653
+ max: number;
14654
+ size: number;
14615
14655
  body: Record<string, any>;
14656
+ directory: boolean;
14616
14657
  disabled: boolean;
14658
+ tag: string | Record<string, any>;
14617
14659
  mode: string;
14618
- max: number;
14619
- showMessage: boolean;
14620
14660
  headers: Record<string, any>;
14621
- showTaskManager: boolean;
14622
- directory: boolean;
14661
+ showMessage: boolean;
14662
+ showLoading: boolean;
14623
14663
  parallel: boolean;
14664
+ showTaskManager: boolean;
14624
14665
  showToast: boolean;
14625
- showLoading: boolean;
14626
14666
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
14627
14667
  open: (options: any) => PortalLeaf;
14628
14668
  };
@@ -14655,7 +14695,7 @@ export declare const Components: {
14655
14695
  };
14656
14696
  };
14657
14697
  output: {
14658
- type: (StringConstructor | FunctionConstructor)[];
14698
+ type: (FunctionConstructor | StringConstructor)[];
14659
14699
  default: string;
14660
14700
  validator: (v: any) => boolean;
14661
14701
  };
@@ -14688,8 +14728,8 @@ export declare const Components: {
14688
14728
  };
14689
14729
  };
14690
14730
  showMessage: BooleanConstructor;
14691
- enhancer: (BooleanConstructor | FunctionConstructor)[];
14692
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "update:modelValue" | "success" | "complete" | "file-before" | "file-start" | "file-success" | "file-error" | "remove-before")[], "change" | "error" | "update:modelValue" | "success" | "complete" | "file-before" | "file-start" | "file-success" | "file-error" | "remove-before", PublicProps, Readonly<ExtractPropTypes< {
14731
+ enhancer: (FunctionConstructor | BooleanConstructor)[];
14732
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("error" | "change" | "complete" | "success" | "update:modelValue" | "file-before" | "file-start" | "file-success" | "file-error" | "remove-before")[], "error" | "change" | "complete" | "success" | "update:modelValue" | "file-before" | "file-start" | "file-success" | "file-error" | "remove-before", PublicProps, Readonly<ExtractPropTypes< {
14693
14733
  picker: {
14694
14734
  type: ArrayConstructor;
14695
14735
  default: () => string[];
@@ -14718,7 +14758,7 @@ export declare const Components: {
14718
14758
  };
14719
14759
  };
14720
14760
  output: {
14721
- type: (StringConstructor | FunctionConstructor)[];
14761
+ type: (FunctionConstructor | StringConstructor)[];
14722
14762
  default: string;
14723
14763
  validator: (v: any) => boolean;
14724
14764
  };
@@ -14751,7 +14791,7 @@ export declare const Components: {
14751
14791
  };
14752
14792
  };
14753
14793
  showMessage: BooleanConstructor;
14754
- enhancer: (BooleanConstructor | FunctionConstructor)[];
14794
+ enhancer: (FunctionConstructor | BooleanConstructor)[];
14755
14795
  }>> & Readonly<{
14756
14796
  onError?: ((...args: any[]) => any) | undefined;
14757
14797
  onChange?: ((...args: any[]) => any) | undefined;
@@ -14764,11 +14804,11 @@ export declare const Components: {
14764
14804
  onSuccess?: ((...args: any[]) => any) | undefined;
14765
14805
  "onRemove-before"?: ((...args: any[]) => any) | undefined;
14766
14806
  }>, {
14767
- output: string | Function;
14807
+ max: number | Record<string, any>;
14768
14808
  mask: boolean;
14769
- modelValue: string | Record<string, any> | unknown[];
14809
+ output: string | Function;
14770
14810
  disabled: boolean;
14771
- max: number | Record<string, any>;
14811
+ modelValue: string | unknown[] | Record<string, any>;
14772
14812
  showMessage: boolean;
14773
14813
  uploadOptions: Record<string, any>;
14774
14814
  sortable: boolean;
@@ -14806,7 +14846,7 @@ export declare const Components: {
14806
14846
  };
14807
14847
  };
14808
14848
  output: {
14809
- type: (StringConstructor | FunctionConstructor)[];
14849
+ type: (FunctionConstructor | StringConstructor)[];
14810
14850
  default: string;
14811
14851
  validator: (v: any) => boolean;
14812
14852
  };
@@ -14839,8 +14879,8 @@ export declare const Components: {
14839
14879
  };
14840
14880
  };
14841
14881
  showMessage: BooleanConstructor;
14842
- enhancer: (BooleanConstructor | FunctionConstructor)[];
14843
- }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "update:modelValue" | "success" | "complete" | "file-before" | "file-start" | "file-success" | "file-error" | "remove-before")[], "change" | "error" | "update:modelValue" | "success" | "complete" | "file-before" | "file-start" | "file-success" | "file-error" | "remove-before", PublicProps, Readonly<ExtractPropTypes< {
14882
+ enhancer: (FunctionConstructor | BooleanConstructor)[];
14883
+ }>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("error" | "change" | "complete" | "success" | "update:modelValue" | "file-before" | "file-start" | "file-success" | "file-error" | "remove-before")[], "error" | "change" | "complete" | "success" | "update:modelValue" | "file-before" | "file-start" | "file-success" | "file-error" | "remove-before", PublicProps, Readonly<ExtractPropTypes< {
14844
14884
  picker: {
14845
14885
  type: ArrayConstructor;
14846
14886
  default: () => string[];
@@ -14869,7 +14909,7 @@ export declare const Components: {
14869
14909
  };
14870
14910
  };
14871
14911
  output: {
14872
- type: (StringConstructor | FunctionConstructor)[];
14912
+ type: (FunctionConstructor | StringConstructor)[];
14873
14913
  default: string;
14874
14914
  validator: (v: any) => boolean;
14875
14915
  };
@@ -14902,7 +14942,7 @@ export declare const Components: {
14902
14942
  };
14903
14943
  };
14904
14944
  showMessage: BooleanConstructor;
14905
- enhancer: (BooleanConstructor | FunctionConstructor)[];
14945
+ enhancer: (FunctionConstructor | BooleanConstructor)[];
14906
14946
  }>> & Readonly<{
14907
14947
  onError?: ((...args: any[]) => any) | undefined;
14908
14948
  onChange?: ((...args: any[]) => any) | undefined;
@@ -14915,11 +14955,11 @@ export declare const Components: {
14915
14955
  onSuccess?: ((...args: any[]) => any) | undefined;
14916
14956
  "onRemove-before"?: ((...args: any[]) => any) | undefined;
14917
14957
  }>, {
14918
- output: string | Function;
14958
+ max: number | Record<string, any>;
14919
14959
  mask: boolean;
14920
- modelValue: string | Record<string, any> | unknown[];
14960
+ output: string | Function;
14921
14961
  disabled: boolean;
14922
- max: number | Record<string, any>;
14962
+ modelValue: string | unknown[] | Record<string, any>;
14923
14963
  showMessage: boolean;
14924
14964
  uploadOptions: Record<string, any>;
14925
14965
  sortable: boolean;