@deot/vc-components 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1134 -348
- package/dist/index.d.ts +471 -297
- package/dist/index.iife.js +87384 -6015
- package/dist/index.js +1135 -351
- package/dist/index.style.css +1 -1
- package/dist/index.umd.cjs +87384 -6015
- package/package.json +3 -2
package/dist/index.d.ts
CHANGED
|
@@ -86,11 +86,11 @@ type: BooleanConstructor;
|
|
|
86
86
|
default: boolean;
|
|
87
87
|
};
|
|
88
88
|
}>>, {
|
|
89
|
-
type: "error" | "success" | "info" | "warning";
|
|
90
89
|
title: string;
|
|
91
90
|
desc: string;
|
|
92
|
-
icon: string | boolean;
|
|
93
91
|
modelValue: boolean;
|
|
92
|
+
type: "error" | "success" | "info" | "warning";
|
|
93
|
+
icon: string | boolean;
|
|
94
94
|
closable: boolean;
|
|
95
95
|
}, {}>;
|
|
96
96
|
|
|
@@ -165,15 +165,15 @@ default: string;
|
|
|
165
165
|
}>> & {
|
|
166
166
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
167
167
|
}, {
|
|
168
|
-
long: boolean;
|
|
169
|
-
type: "error" | "default" | "text" | "success" | "warning" | "primary";
|
|
170
|
-
round: boolean;
|
|
171
|
-
circle: boolean;
|
|
172
|
-
disabled: boolean;
|
|
173
|
-
size: "small" | "medium" | "large";
|
|
174
168
|
tag: string;
|
|
169
|
+
circle: boolean;
|
|
170
|
+
type: "error" | "text" | "default" | "success" | "warning" | "primary";
|
|
171
|
+
size: "small" | "large" | "medium";
|
|
172
|
+
round: boolean;
|
|
175
173
|
wait: number;
|
|
176
|
-
|
|
174
|
+
disabled: boolean;
|
|
175
|
+
long: boolean;
|
|
176
|
+
htmlType: "reset" | "submit" | "button";
|
|
177
177
|
}, {}>;
|
|
178
178
|
|
|
179
179
|
export declare const ButtonGroup: DefineComponent< {
|
|
@@ -193,9 +193,9 @@ fragment: {
|
|
|
193
193
|
type: BooleanConstructor;
|
|
194
194
|
default: boolean;
|
|
195
195
|
};
|
|
196
|
-
}, () => VNode<RendererNode, RendererElement, {
|
|
196
|
+
}, () => JSX_2.Element | VNode<RendererNode, RendererElement, {
|
|
197
197
|
[key: string]: any;
|
|
198
|
-
}>[] |
|
|
198
|
+
}>[] | undefined, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
199
199
|
vertical: {
|
|
200
200
|
type: BooleanConstructor;
|
|
201
201
|
default: boolean;
|
|
@@ -273,8 +273,8 @@ type: StringConstructor;
|
|
|
273
273
|
};
|
|
274
274
|
}>>, {
|
|
275
275
|
border: boolean;
|
|
276
|
-
padding: number;
|
|
277
276
|
shadow: boolean;
|
|
277
|
+
padding: number;
|
|
278
278
|
}, {}>;
|
|
279
279
|
|
|
280
280
|
export declare const Carousel: DefineComponent< {
|
|
@@ -306,17 +306,27 @@ tag: string;
|
|
|
306
306
|
}, {}>;
|
|
307
307
|
|
|
308
308
|
export declare const Chart: DefineComponent< {
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
309
|
+
options: ObjectConstructor;
|
|
310
|
+
pluginOptions: ObjectConstructor;
|
|
311
|
+
theme: (ObjectConstructor | StringConstructor)[];
|
|
312
|
+
group: StringConstructor;
|
|
313
|
+
autoResize: BooleanConstructor;
|
|
314
|
+
watchShallow: BooleanConstructor;
|
|
315
|
+
manualUpdate: BooleanConstructor;
|
|
316
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, string[], string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
317
|
+
options: ObjectConstructor;
|
|
318
|
+
pluginOptions: ObjectConstructor;
|
|
319
|
+
theme: (ObjectConstructor | StringConstructor)[];
|
|
320
|
+
group: StringConstructor;
|
|
321
|
+
autoResize: BooleanConstructor;
|
|
322
|
+
watchShallow: BooleanConstructor;
|
|
323
|
+
manualUpdate: BooleanConstructor;
|
|
324
|
+
}>> & {
|
|
325
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
326
|
+
}, {
|
|
327
|
+
autoResize: boolean;
|
|
328
|
+
watchShallow: boolean;
|
|
329
|
+
manualUpdate: boolean;
|
|
320
330
|
}, {}>;
|
|
321
331
|
|
|
322
332
|
export declare const Checkbox: DefineComponent< {
|
|
@@ -451,9 +461,9 @@ default: () => RegExp;
|
|
|
451
461
|
};
|
|
452
462
|
exclude: RegExpConstructor;
|
|
453
463
|
}>>, {
|
|
454
|
-
include: RegExp;
|
|
455
464
|
tag: string | Record<string, any>;
|
|
456
465
|
wait: number;
|
|
466
|
+
include: RegExp;
|
|
457
467
|
}, {}>;
|
|
458
468
|
export { Debounce }
|
|
459
469
|
export { Debounce as MDebounce }
|
|
@@ -617,11 +627,11 @@ type: BooleanConstructor;
|
|
|
617
627
|
default: boolean;
|
|
618
628
|
};
|
|
619
629
|
}>>, {
|
|
620
|
-
inline: boolean;
|
|
621
|
-
autocomplete: "off" | "on";
|
|
622
630
|
tag: string;
|
|
623
631
|
showMessage: boolean;
|
|
624
|
-
|
|
632
|
+
inline: boolean;
|
|
633
|
+
labelPosition: "left" | "right" | "top";
|
|
634
|
+
autocomplete: "on" | "off";
|
|
625
635
|
styleless: boolean;
|
|
626
636
|
}, {}>;
|
|
627
637
|
|
|
@@ -710,11 +720,11 @@ default: string;
|
|
|
710
720
|
};
|
|
711
721
|
contentStyle: StringConstructor;
|
|
712
722
|
}>>, {
|
|
713
|
-
required: string | boolean;
|
|
714
723
|
label: string;
|
|
715
724
|
showMessage: boolean;
|
|
716
|
-
labelPosition: "left" | "
|
|
725
|
+
labelPosition: "left" | "right" | "top";
|
|
717
726
|
styleless: boolean;
|
|
727
|
+
required: string | boolean;
|
|
718
728
|
resetByRulesChanged: boolean;
|
|
719
729
|
}, {}>;
|
|
720
730
|
|
|
@@ -774,17 +784,17 @@ inherit: boolean;
|
|
|
774
784
|
export declare const IconManager: Manager;
|
|
775
785
|
|
|
776
786
|
declare const Image_2: DefineComponent< {
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
787
|
+
src: StringConstructor;
|
|
788
|
+
fit: StringConstructor;
|
|
789
|
+
lazy: BooleanConstructor;
|
|
790
|
+
wrapper: (ObjectConstructor | StringConstructor)[];
|
|
781
791
|
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
792
|
+
src: StringConstructor;
|
|
793
|
+
fit: StringConstructor;
|
|
794
|
+
lazy: BooleanConstructor;
|
|
795
|
+
wrapper: (ObjectConstructor | StringConstructor)[];
|
|
786
796
|
}>>, {
|
|
787
|
-
|
|
797
|
+
lazy: boolean;
|
|
788
798
|
}, {}>;
|
|
789
799
|
export { Image_2 as Image }
|
|
790
800
|
|
|
@@ -899,7 +909,7 @@ controllable: {
|
|
|
899
909
|
type: BooleanConstructor;
|
|
900
910
|
default: boolean;
|
|
901
911
|
};
|
|
902
|
-
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("
|
|
912
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "update:modelValue" | "clear" | "enter" | "tip")[], "blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "update:modelValue" | "clear" | "enter" | "tip", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
903
913
|
indicator: {
|
|
904
914
|
type: PropType<boolean | ({
|
|
905
915
|
inline: boolean;
|
|
@@ -961,7 +971,6 @@ type: BooleanConstructor;
|
|
|
961
971
|
default: boolean;
|
|
962
972
|
};
|
|
963
973
|
}>> & {
|
|
964
|
-
onEnter?: ((...args: any[]) => any) | undefined;
|
|
965
974
|
onPaste?: ((...args: any[]) => any) | undefined;
|
|
966
975
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
967
976
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -970,18 +979,19 @@ onInput?: ((...args: any[]) => any) | undefined;
|
|
|
970
979
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
971
980
|
onKeypress?: ((...args: any[]) => any) | undefined;
|
|
972
981
|
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
973
|
-
|
|
982
|
+
onEnter?: ((...args: any[]) => any) | undefined;
|
|
974
983
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
984
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
975
985
|
onTip?: ((...args: any[]) => any) | undefined;
|
|
976
986
|
}, {
|
|
977
|
-
bytes: boolean;
|
|
978
|
-
disabled: boolean;
|
|
979
987
|
modelValue: string | number | any[];
|
|
988
|
+
disabled: boolean;
|
|
980
989
|
styleless: boolean;
|
|
981
990
|
focusEnd: boolean;
|
|
982
991
|
clearable: boolean;
|
|
983
992
|
afloat: boolean;
|
|
984
993
|
allowDispatch: boolean;
|
|
994
|
+
bytes: boolean;
|
|
985
995
|
controllable: boolean;
|
|
986
996
|
indicator: boolean | {
|
|
987
997
|
inline: boolean;
|
|
@@ -1144,20 +1154,20 @@ type: BooleanConstructor;
|
|
|
1144
1154
|
default: boolean;
|
|
1145
1155
|
};
|
|
1146
1156
|
}>>, {
|
|
1147
|
-
max: number;
|
|
1148
|
-
required: boolean;
|
|
1149
|
-
bytes: boolean;
|
|
1150
|
-
min: number;
|
|
1151
1157
|
output: Function;
|
|
1152
|
-
disabled: boolean;
|
|
1153
|
-
step: number | boolean;
|
|
1154
1158
|
modelValue: string | number | any[];
|
|
1159
|
+
disabled: boolean;
|
|
1155
1160
|
styleless: boolean;
|
|
1161
|
+
required: boolean;
|
|
1156
1162
|
focusEnd: boolean;
|
|
1157
1163
|
clearable: boolean;
|
|
1158
1164
|
afloat: boolean;
|
|
1159
1165
|
allowDispatch: boolean;
|
|
1166
|
+
bytes: boolean;
|
|
1160
1167
|
controllable: boolean;
|
|
1168
|
+
min: number;
|
|
1169
|
+
max: number;
|
|
1170
|
+
step: number | boolean;
|
|
1161
1171
|
precision: number;
|
|
1162
1172
|
}, {}>;
|
|
1163
1173
|
|
|
@@ -1276,14 +1286,14 @@ type: BooleanConstructor;
|
|
|
1276
1286
|
default: boolean;
|
|
1277
1287
|
};
|
|
1278
1288
|
}>>, {
|
|
1279
|
-
bytes: boolean;
|
|
1280
|
-
disabled: boolean;
|
|
1281
1289
|
modelValue: string | number | any[];
|
|
1290
|
+
disabled: boolean;
|
|
1282
1291
|
styleless: boolean;
|
|
1283
1292
|
focusEnd: boolean;
|
|
1284
1293
|
clearable: boolean;
|
|
1285
1294
|
afloat: boolean;
|
|
1286
1295
|
allowDispatch: boolean;
|
|
1296
|
+
bytes: boolean;
|
|
1287
1297
|
controllable: boolean;
|
|
1288
1298
|
enterText: string | boolean;
|
|
1289
1299
|
}, {}>;
|
|
@@ -1372,11 +1382,11 @@ type: BooleanConstructor;
|
|
|
1372
1382
|
default: boolean;
|
|
1373
1383
|
};
|
|
1374
1384
|
}>>, {
|
|
1375
|
-
type: "error" | "success" | "info" | "warning";
|
|
1376
1385
|
title: string;
|
|
1377
1386
|
desc: string;
|
|
1378
|
-
icon: string | boolean;
|
|
1379
1387
|
modelValue: boolean;
|
|
1388
|
+
type: "error" | "success" | "info" | "warning";
|
|
1389
|
+
icon: string | boolean;
|
|
1380
1390
|
closable: boolean;
|
|
1381
1391
|
}, {}>;
|
|
1382
1392
|
|
|
@@ -1485,15 +1495,15 @@ default: string;
|
|
|
1485
1495
|
}>> & {
|
|
1486
1496
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
1487
1497
|
}, {
|
|
1488
|
-
long: boolean;
|
|
1489
|
-
type: "error" | "default" | "text" | "success" | "warning" | "primary";
|
|
1490
|
-
round: boolean;
|
|
1491
|
-
circle: boolean;
|
|
1492
|
-
disabled: boolean;
|
|
1493
|
-
size: "small" | "medium" | "large";
|
|
1494
1498
|
tag: string;
|
|
1499
|
+
circle: boolean;
|
|
1500
|
+
type: "error" | "text" | "default" | "success" | "warning" | "primary";
|
|
1501
|
+
size: "small" | "large" | "medium";
|
|
1502
|
+
round: boolean;
|
|
1495
1503
|
wait: number;
|
|
1496
|
-
|
|
1504
|
+
disabled: boolean;
|
|
1505
|
+
long: boolean;
|
|
1506
|
+
htmlType: "reset" | "submit" | "button";
|
|
1497
1507
|
}, {}>;
|
|
1498
1508
|
|
|
1499
1509
|
export declare const MButtonGroup: DefineComponent< {
|
|
@@ -1513,9 +1523,9 @@ fragment: {
|
|
|
1513
1523
|
type: BooleanConstructor;
|
|
1514
1524
|
default: boolean;
|
|
1515
1525
|
};
|
|
1516
|
-
}, () => VNode<RendererNode, RendererElement, {
|
|
1526
|
+
}, () => JSX_2.Element | VNode<RendererNode, RendererElement, {
|
|
1517
1527
|
[key: string]: any;
|
|
1518
|
-
}>[] |
|
|
1528
|
+
}>[] | undefined, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
1519
1529
|
vertical: {
|
|
1520
1530
|
type: BooleanConstructor;
|
|
1521
1531
|
default: boolean;
|
|
@@ -1593,8 +1603,8 @@ type: StringConstructor;
|
|
|
1593
1603
|
};
|
|
1594
1604
|
}>>, {
|
|
1595
1605
|
border: boolean;
|
|
1596
|
-
padding: number;
|
|
1597
1606
|
shadow: boolean;
|
|
1607
|
+
padding: number;
|
|
1598
1608
|
}, {}>;
|
|
1599
1609
|
|
|
1600
1610
|
export declare const MCarousel: DefineComponent< {
|
|
@@ -1626,17 +1636,27 @@ tag: string;
|
|
|
1626
1636
|
}, {}>;
|
|
1627
1637
|
|
|
1628
1638
|
export declare const MChart: DefineComponent< {
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1639
|
+
options: ObjectConstructor;
|
|
1640
|
+
pluginOptions: ObjectConstructor;
|
|
1641
|
+
theme: (ObjectConstructor | StringConstructor)[];
|
|
1642
|
+
group: StringConstructor;
|
|
1643
|
+
autoResize: BooleanConstructor;
|
|
1644
|
+
watchShallow: BooleanConstructor;
|
|
1645
|
+
manualUpdate: BooleanConstructor;
|
|
1646
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, string[], string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
1647
|
+
options: ObjectConstructor;
|
|
1648
|
+
pluginOptions: ObjectConstructor;
|
|
1649
|
+
theme: (ObjectConstructor | StringConstructor)[];
|
|
1650
|
+
group: StringConstructor;
|
|
1651
|
+
autoResize: BooleanConstructor;
|
|
1652
|
+
watchShallow: BooleanConstructor;
|
|
1653
|
+
manualUpdate: BooleanConstructor;
|
|
1654
|
+
}>> & {
|
|
1655
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
1656
|
+
}, {
|
|
1657
|
+
autoResize: boolean;
|
|
1658
|
+
watchShallow: boolean;
|
|
1659
|
+
manualUpdate: boolean;
|
|
1640
1660
|
}, {}>;
|
|
1641
1661
|
|
|
1642
1662
|
export declare const MCheckbox: DefineComponent< {
|
|
@@ -1877,11 +1897,11 @@ onClose?: ((...args: any[]) => any) | undefined;
|
|
|
1877
1897
|
"onBefore-close"?: ((...args: any[]) => any) | undefined;
|
|
1878
1898
|
}, {
|
|
1879
1899
|
fixed: boolean;
|
|
1880
|
-
top: number;
|
|
1881
1900
|
mask: boolean;
|
|
1882
|
-
mode: "error" | "loading" | "success" | "info" | "warning";
|
|
1883
|
-
duration: number;
|
|
1884
1901
|
closable: boolean;
|
|
1902
|
+
duration: number;
|
|
1903
|
+
mode: "error" | "success" | "info" | "warning" | "loading";
|
|
1904
|
+
top: number;
|
|
1885
1905
|
maskClosable: boolean;
|
|
1886
1906
|
}, {}>;
|
|
1887
1907
|
|
|
@@ -1986,12 +2006,12 @@ type: BooleanConstructor;
|
|
|
1986
2006
|
default: boolean;
|
|
1987
2007
|
};
|
|
1988
2008
|
}>>, {
|
|
1989
|
-
inline: boolean;
|
|
1990
|
-
border: boolean;
|
|
1991
|
-
autocomplete: "off" | "on";
|
|
1992
2009
|
tag: string;
|
|
2010
|
+
border: boolean;
|
|
1993
2011
|
showMessage: boolean;
|
|
1994
|
-
|
|
2012
|
+
inline: boolean;
|
|
2013
|
+
labelPosition: "left" | "right" | "top";
|
|
2014
|
+
autocomplete: "on" | "off";
|
|
1995
2015
|
styleless: boolean;
|
|
1996
2016
|
showToast: boolean;
|
|
1997
2017
|
}, {}>;
|
|
@@ -2089,11 +2109,11 @@ default: string;
|
|
|
2089
2109
|
};
|
|
2090
2110
|
contentStyle: StringConstructor;
|
|
2091
2111
|
}>>, {
|
|
2092
|
-
required: string | boolean;
|
|
2093
2112
|
label: string;
|
|
2094
2113
|
showMessage: boolean;
|
|
2095
|
-
labelPosition: "left" | "
|
|
2114
|
+
labelPosition: "left" | "right" | "top";
|
|
2096
2115
|
styleless: boolean;
|
|
2116
|
+
required: string | boolean;
|
|
2097
2117
|
resetByRulesChanged: boolean;
|
|
2098
2118
|
indent: number;
|
|
2099
2119
|
}, {}>;
|
|
@@ -2133,17 +2153,17 @@ inherit: boolean;
|
|
|
2133
2153
|
}, {}>;
|
|
2134
2154
|
|
|
2135
2155
|
export declare const MImage: DefineComponent< {
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2156
|
+
src: StringConstructor;
|
|
2157
|
+
fit: StringConstructor;
|
|
2158
|
+
lazy: BooleanConstructor;
|
|
2159
|
+
wrapper: (ObjectConstructor | StringConstructor)[];
|
|
2140
2160
|
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2161
|
+
src: StringConstructor;
|
|
2162
|
+
fit: StringConstructor;
|
|
2163
|
+
lazy: BooleanConstructor;
|
|
2164
|
+
wrapper: (ObjectConstructor | StringConstructor)[];
|
|
2145
2165
|
}>>, {
|
|
2146
|
-
|
|
2166
|
+
lazy: boolean;
|
|
2147
2167
|
}, {}>;
|
|
2148
2168
|
|
|
2149
2169
|
export declare const MImageCrop: DefineComponent< {
|
|
@@ -2245,7 +2265,7 @@ controllable: {
|
|
|
2245
2265
|
type: BooleanConstructor;
|
|
2246
2266
|
default: boolean;
|
|
2247
2267
|
};
|
|
2248
|
-
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("
|
|
2268
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "update:modelValue" | "clear" | "enter" | "tip")[], "blur" | "change" | "focus" | "input" | "keydown" | "keypress" | "keyup" | "paste" | "update:modelValue" | "clear" | "enter" | "tip", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
2249
2269
|
right: {
|
|
2250
2270
|
type: BooleanConstructor;
|
|
2251
2271
|
default: boolean;
|
|
@@ -2303,7 +2323,6 @@ type: BooleanConstructor;
|
|
|
2303
2323
|
default: boolean;
|
|
2304
2324
|
};
|
|
2305
2325
|
}>> & {
|
|
2306
|
-
onEnter?: ((...args: any[]) => any) | undefined;
|
|
2307
2326
|
onPaste?: ((...args: any[]) => any) | undefined;
|
|
2308
2327
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
2309
2328
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -2312,19 +2331,20 @@ onInput?: ((...args: any[]) => any) | undefined;
|
|
|
2312
2331
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
2313
2332
|
onKeypress?: ((...args: any[]) => any) | undefined;
|
|
2314
2333
|
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
2315
|
-
|
|
2334
|
+
onEnter?: ((...args: any[]) => any) | undefined;
|
|
2316
2335
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2336
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
2317
2337
|
onTip?: ((...args: any[]) => any) | undefined;
|
|
2318
2338
|
}, {
|
|
2319
|
-
bytes: boolean;
|
|
2320
|
-
right: boolean;
|
|
2321
|
-
disabled: boolean;
|
|
2322
2339
|
modelValue: string | number | any[];
|
|
2340
|
+
disabled: boolean;
|
|
2341
|
+
right: boolean;
|
|
2323
2342
|
styleless: boolean;
|
|
2324
2343
|
focusEnd: boolean;
|
|
2325
2344
|
clearable: boolean;
|
|
2326
2345
|
afloat: boolean;
|
|
2327
2346
|
allowDispatch: boolean;
|
|
2347
|
+
bytes: boolean;
|
|
2328
2348
|
controllable: boolean;
|
|
2329
2349
|
}, {}>;
|
|
2330
2350
|
|
|
@@ -2483,20 +2503,20 @@ type: BooleanConstructor;
|
|
|
2483
2503
|
default: boolean;
|
|
2484
2504
|
};
|
|
2485
2505
|
}>>, {
|
|
2486
|
-
max: number;
|
|
2487
|
-
required: boolean;
|
|
2488
|
-
bytes: boolean;
|
|
2489
|
-
min: number;
|
|
2490
2506
|
output: Function;
|
|
2491
|
-
disabled: boolean;
|
|
2492
|
-
step: number | boolean;
|
|
2493
2507
|
modelValue: string | number | any[];
|
|
2508
|
+
disabled: boolean;
|
|
2494
2509
|
styleless: boolean;
|
|
2510
|
+
required: boolean;
|
|
2495
2511
|
focusEnd: boolean;
|
|
2496
2512
|
clearable: boolean;
|
|
2497
2513
|
afloat: boolean;
|
|
2498
2514
|
allowDispatch: boolean;
|
|
2515
|
+
bytes: boolean;
|
|
2499
2516
|
controllable: boolean;
|
|
2517
|
+
min: number;
|
|
2518
|
+
max: number;
|
|
2519
|
+
step: number | boolean;
|
|
2500
2520
|
precision: number;
|
|
2501
2521
|
}, {}>;
|
|
2502
2522
|
|
|
@@ -2623,14 +2643,14 @@ type: BooleanConstructor;
|
|
|
2623
2643
|
default: boolean;
|
|
2624
2644
|
};
|
|
2625
2645
|
}>>, {
|
|
2626
|
-
bytes: boolean;
|
|
2627
|
-
disabled: boolean;
|
|
2628
2646
|
modelValue: string | number | any[];
|
|
2647
|
+
disabled: boolean;
|
|
2629
2648
|
styleless: boolean;
|
|
2630
2649
|
focusEnd: boolean;
|
|
2631
2650
|
clearable: boolean;
|
|
2632
2651
|
afloat: boolean;
|
|
2633
2652
|
allowDispatch: boolean;
|
|
2653
|
+
bytes: boolean;
|
|
2634
2654
|
controllable: boolean;
|
|
2635
2655
|
enterText: string | boolean;
|
|
2636
2656
|
cancelText: string;
|
|
@@ -2665,8 +2685,8 @@ type: BooleanConstructor;
|
|
|
2665
2685
|
default: boolean;
|
|
2666
2686
|
};
|
|
2667
2687
|
}>>, {
|
|
2668
|
-
border: boolean;
|
|
2669
2688
|
tag: string;
|
|
2689
|
+
border: boolean;
|
|
2670
2690
|
labelWidth: string | number;
|
|
2671
2691
|
}, {}>;
|
|
2672
2692
|
export { MList as List }
|
|
@@ -2695,7 +2715,7 @@ indent: {
|
|
|
2695
2715
|
type: NumberConstructor;
|
|
2696
2716
|
default: number;
|
|
2697
2717
|
};
|
|
2698
|
-
to: (ObjectConstructor |
|
|
2718
|
+
to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
2699
2719
|
href: StringConstructor;
|
|
2700
2720
|
alone: BooleanConstructor;
|
|
2701
2721
|
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
@@ -2721,15 +2741,15 @@ indent: {
|
|
|
2721
2741
|
type: NumberConstructor;
|
|
2722
2742
|
default: number;
|
|
2723
2743
|
};
|
|
2724
|
-
to: (ObjectConstructor |
|
|
2744
|
+
to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
2725
2745
|
href: StringConstructor;
|
|
2726
2746
|
alone: BooleanConstructor;
|
|
2727
2747
|
}>> & {
|
|
2728
2748
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
2729
2749
|
}, {
|
|
2730
|
-
multiple: boolean;
|
|
2731
2750
|
tag: string;
|
|
2732
2751
|
labelWidth: string | number;
|
|
2752
|
+
multiple: boolean;
|
|
2733
2753
|
indent: number;
|
|
2734
2754
|
arrow: string | boolean;
|
|
2735
2755
|
alone: boolean;
|
|
@@ -2814,7 +2834,7 @@ type: FunctionConstructor;
|
|
|
2814
2834
|
onCancel: {
|
|
2815
2835
|
type: FunctionConstructor;
|
|
2816
2836
|
};
|
|
2817
|
-
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "
|
|
2837
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "portal-fulfilled" | "ok")[], "cancel" | "close" | "update:modelValue" | "portal-fulfilled" | "ok", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
2818
2838
|
mode: {
|
|
2819
2839
|
type: PropType<"alert" | "operation">;
|
|
2820
2840
|
validator: (v: any) => boolean;
|
|
@@ -2873,11 +2893,11 @@ onClose?: ((...args: any[]) => any) | undefined;
|
|
|
2873
2893
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
2874
2894
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
2875
2895
|
}, {
|
|
2876
|
-
width: number;
|
|
2877
|
-
mask: boolean;
|
|
2878
2896
|
footer: boolean;
|
|
2879
|
-
|
|
2897
|
+
mask: boolean;
|
|
2880
2898
|
modelValue: boolean;
|
|
2899
|
+
mode: "alert" | "operation";
|
|
2900
|
+
width: number;
|
|
2881
2901
|
maskClosable: boolean;
|
|
2882
2902
|
cancelText: string | boolean;
|
|
2883
2903
|
closeWithCancel: boolean;
|
|
@@ -2969,7 +2989,7 @@ type: FunctionConstructor;
|
|
|
2969
2989
|
onCancel: {
|
|
2970
2990
|
type: FunctionConstructor;
|
|
2971
2991
|
};
|
|
2972
|
-
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "
|
|
2992
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "visible-change" | "portal-fulfilled" | "ok")[], "cancel" | "close" | "update:modelValue" | "visible-change" | "portal-fulfilled" | "ok", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
2973
2993
|
modelValue: {
|
|
2974
2994
|
type: BooleanConstructor;
|
|
2975
2995
|
default: boolean;
|
|
@@ -3049,18 +3069,18 @@ onOk?: ((...args: any[]) => any) | undefined;
|
|
|
3049
3069
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
3050
3070
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
3051
3071
|
}, {
|
|
3052
|
-
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
3053
|
-
mask: boolean;
|
|
3054
3072
|
footer: boolean;
|
|
3055
|
-
|
|
3056
|
-
size: "small" | "medium" | "large";
|
|
3073
|
+
mask: boolean;
|
|
3057
3074
|
modelValue: boolean;
|
|
3058
3075
|
closable: boolean;
|
|
3076
|
+
size: "small" | "large" | "medium";
|
|
3077
|
+
content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
|
|
3059
3078
|
maskClosable: boolean;
|
|
3060
3079
|
cancelText: string | boolean;
|
|
3061
3080
|
escClosable: boolean;
|
|
3062
3081
|
closeWithCancel: boolean;
|
|
3063
3082
|
scrollable: boolean;
|
|
3083
|
+
draggable: boolean;
|
|
3064
3084
|
okText: string | boolean;
|
|
3065
3085
|
}, {}>;
|
|
3066
3086
|
|
|
@@ -3121,14 +3141,19 @@ tag: string;
|
|
|
3121
3141
|
}, {}>;
|
|
3122
3142
|
|
|
3123
3143
|
export declare const MPopover: DefineComponent< {
|
|
3124
|
-
always: BooleanConstructor;
|
|
3125
|
-
animation: StringConstructor;
|
|
3126
|
-
content: (FunctionConstructor | StringConstructor)[];
|
|
3127
3144
|
modelValue: BooleanConstructor;
|
|
3145
|
+
theme: {
|
|
3146
|
+
type: StringConstructor;
|
|
3147
|
+
default: string;
|
|
3148
|
+
validator: (v: string) => boolean;
|
|
3149
|
+
};
|
|
3150
|
+
content: (StringConstructor | FunctionConstructor)[];
|
|
3128
3151
|
portal: {
|
|
3129
3152
|
type: BooleanConstructor;
|
|
3130
3153
|
default: boolean;
|
|
3131
3154
|
};
|
|
3155
|
+
always: BooleanConstructor;
|
|
3156
|
+
animation: StringConstructor;
|
|
3132
3157
|
arrow: {
|
|
3133
3158
|
type: BooleanConstructor;
|
|
3134
3159
|
default: boolean;
|
|
@@ -3139,11 +3164,6 @@ type: StringConstructor;
|
|
|
3139
3164
|
default: string;
|
|
3140
3165
|
validator: (value: string) => boolean;
|
|
3141
3166
|
};
|
|
3142
|
-
theme: {
|
|
3143
|
-
type: StringConstructor;
|
|
3144
|
-
default: string;
|
|
3145
|
-
validator: (v: string) => boolean;
|
|
3146
|
-
};
|
|
3147
3167
|
getPopupContainer: FunctionConstructor;
|
|
3148
3168
|
autoWidth: {
|
|
3149
3169
|
type: BooleanConstructor;
|
|
@@ -3169,15 +3189,20 @@ default: boolean;
|
|
|
3169
3189
|
};
|
|
3170
3190
|
}, () => VNode<RendererNode, RendererElement, {
|
|
3171
3191
|
[key: string]: any;
|
|
3172
|
-
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "
|
|
3173
|
-
always: BooleanConstructor;
|
|
3174
|
-
animation: StringConstructor;
|
|
3175
|
-
content: (FunctionConstructor | StringConstructor)[];
|
|
3192
|
+
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], "close" | "update:modelValue" | "visible-change" | "ready", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
3176
3193
|
modelValue: BooleanConstructor;
|
|
3194
|
+
theme: {
|
|
3195
|
+
type: StringConstructor;
|
|
3196
|
+
default: string;
|
|
3197
|
+
validator: (v: string) => boolean;
|
|
3198
|
+
};
|
|
3199
|
+
content: (StringConstructor | FunctionConstructor)[];
|
|
3177
3200
|
portal: {
|
|
3178
3201
|
type: BooleanConstructor;
|
|
3179
3202
|
default: boolean;
|
|
3180
3203
|
};
|
|
3204
|
+
always: BooleanConstructor;
|
|
3205
|
+
animation: StringConstructor;
|
|
3181
3206
|
arrow: {
|
|
3182
3207
|
type: BooleanConstructor;
|
|
3183
3208
|
default: boolean;
|
|
@@ -3188,11 +3213,6 @@ type: StringConstructor;
|
|
|
3188
3213
|
default: string;
|
|
3189
3214
|
validator: (value: string) => boolean;
|
|
3190
3215
|
};
|
|
3191
|
-
theme: {
|
|
3192
|
-
type: StringConstructor;
|
|
3193
|
-
default: string;
|
|
3194
|
-
validator: (v: string) => boolean;
|
|
3195
|
-
};
|
|
3196
3216
|
getPopupContainer: FunctionConstructor;
|
|
3197
3217
|
autoWidth: {
|
|
3198
3218
|
type: BooleanConstructor;
|
|
@@ -3222,14 +3242,14 @@ onClose?: ((...args: any[]) => any) | undefined;
|
|
|
3222
3242
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
3223
3243
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
3224
3244
|
}, {
|
|
3225
|
-
always: boolean;
|
|
3226
|
-
disabled: boolean;
|
|
3227
3245
|
tag: string;
|
|
3228
3246
|
modelValue: boolean;
|
|
3247
|
+
disabled: boolean;
|
|
3248
|
+
theme: string;
|
|
3229
3249
|
portal: boolean;
|
|
3250
|
+
always: boolean;
|
|
3230
3251
|
arrow: boolean;
|
|
3231
3252
|
placement: string;
|
|
3232
|
-
theme: string;
|
|
3233
3253
|
autoWidth: boolean;
|
|
3234
3254
|
trigger: string;
|
|
3235
3255
|
outsideClickable: boolean;
|
|
@@ -3405,12 +3425,12 @@ renderRefresh: Render;
|
|
|
3405
3425
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
3406
3426
|
}, {
|
|
3407
3427
|
data: unknown[];
|
|
3408
|
-
offset: number;
|
|
3409
3428
|
disabled: boolean;
|
|
3410
3429
|
vertical: boolean;
|
|
3411
|
-
|
|
3430
|
+
offset: number;
|
|
3412
3431
|
pageSize: number;
|
|
3413
3432
|
loadData: Function;
|
|
3433
|
+
cols: number;
|
|
3414
3434
|
gutter: number;
|
|
3415
3435
|
inverted: boolean;
|
|
3416
3436
|
pullable: boolean;
|
|
@@ -3433,11 +3453,11 @@ tag: string;
|
|
|
3433
3453
|
}, {}>;
|
|
3434
3454
|
|
|
3435
3455
|
export declare const MScroller: DefineComponent< {
|
|
3436
|
-
|
|
3456
|
+
autoResize: {
|
|
3437
3457
|
type: BooleanConstructor;
|
|
3438
3458
|
default: boolean;
|
|
3439
3459
|
};
|
|
3440
|
-
|
|
3460
|
+
always: {
|
|
3441
3461
|
type: BooleanConstructor;
|
|
3442
3462
|
default: boolean;
|
|
3443
3463
|
};
|
|
@@ -3447,7 +3467,7 @@ default: number;
|
|
|
3447
3467
|
};
|
|
3448
3468
|
thumbStyle: PropType<StyleValue>;
|
|
3449
3469
|
thumbClass: PropType<StyleValue>;
|
|
3450
|
-
|
|
3470
|
+
native: {
|
|
3451
3471
|
type: BooleanConstructor;
|
|
3452
3472
|
default: boolean;
|
|
3453
3473
|
};
|
|
@@ -3495,11 +3515,11 @@ default: boolean;
|
|
|
3495
3515
|
};
|
|
3496
3516
|
barTo: StringConstructor;
|
|
3497
3517
|
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "scroll"[], "scroll", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
3498
|
-
|
|
3518
|
+
autoResize: {
|
|
3499
3519
|
type: BooleanConstructor;
|
|
3500
3520
|
default: boolean;
|
|
3501
3521
|
};
|
|
3502
|
-
|
|
3522
|
+
always: {
|
|
3503
3523
|
type: BooleanConstructor;
|
|
3504
3524
|
default: boolean;
|
|
3505
3525
|
};
|
|
@@ -3509,7 +3529,7 @@ default: number;
|
|
|
3509
3529
|
};
|
|
3510
3530
|
thumbStyle: PropType<StyleValue>;
|
|
3511
3531
|
thumbClass: PropType<StyleValue>;
|
|
3512
|
-
|
|
3532
|
+
native: {
|
|
3513
3533
|
type: BooleanConstructor;
|
|
3514
3534
|
default: boolean;
|
|
3515
3535
|
};
|
|
@@ -3559,15 +3579,15 @@ barTo: StringConstructor;
|
|
|
3559
3579
|
}>> & {
|
|
3560
3580
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
3561
3581
|
}, {
|
|
3562
|
-
always: boolean;
|
|
3563
|
-
native: boolean;
|
|
3564
|
-
height: string | number;
|
|
3565
|
-
maxHeight: string | number;
|
|
3566
3582
|
tag: string;
|
|
3583
|
+
autoResize: boolean;
|
|
3567
3584
|
contentStyle: StyleValue;
|
|
3585
|
+
height: string | number;
|
|
3586
|
+
always: boolean;
|
|
3587
|
+
maxHeight: string | number;
|
|
3568
3588
|
wrapperStyle: StyleValue;
|
|
3569
3589
|
thumbMinSize: number;
|
|
3570
|
-
|
|
3590
|
+
native: boolean;
|
|
3571
3591
|
trackOffsetX: number[];
|
|
3572
3592
|
trackOffsetY: number[];
|
|
3573
3593
|
wrapperClass: StyleValue;
|
|
@@ -3653,9 +3673,9 @@ default: boolean;
|
|
|
3653
3673
|
};
|
|
3654
3674
|
}>>, {
|
|
3655
3675
|
fixed: boolean;
|
|
3656
|
-
background: string;
|
|
3657
3676
|
size: number;
|
|
3658
3677
|
foreground: string;
|
|
3678
|
+
background: string;
|
|
3659
3679
|
}, {}>;
|
|
3660
3680
|
|
|
3661
3681
|
export declare const MSteps: DefineComponent< {
|
|
@@ -3701,34 +3721,111 @@ tag: string;
|
|
|
3701
3721
|
}, {}>;
|
|
3702
3722
|
|
|
3703
3723
|
export declare const MTabs: DefineComponent< {
|
|
3704
|
-
|
|
3724
|
+
type: {
|
|
3705
3725
|
type: StringConstructor;
|
|
3726
|
+
validator: (v: string) => boolean;
|
|
3706
3727
|
default: string;
|
|
3707
3728
|
};
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
type: StringConstructor;
|
|
3711
|
-
default: string;
|
|
3729
|
+
modelValue: {
|
|
3730
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3712
3731
|
};
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
export declare const MTag: DefineComponent< {
|
|
3718
|
-
tag: {
|
|
3719
|
-
type: StringConstructor;
|
|
3720
|
-
default: string;
|
|
3732
|
+
animated: {
|
|
3733
|
+
type: BooleanConstructor;
|
|
3734
|
+
default: boolean;
|
|
3721
3735
|
};
|
|
3722
|
-
|
|
3723
|
-
|
|
3736
|
+
afloat: {
|
|
3737
|
+
type: BooleanConstructor;
|
|
3738
|
+
default: boolean;
|
|
3739
|
+
};
|
|
3740
|
+
closable: {
|
|
3741
|
+
type: BooleanConstructor;
|
|
3742
|
+
default: boolean;
|
|
3743
|
+
};
|
|
3744
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
3745
|
+
type: {
|
|
3724
3746
|
type: StringConstructor;
|
|
3747
|
+
validator: (v: string) => boolean;
|
|
3725
3748
|
default: string;
|
|
3726
3749
|
};
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
}
|
|
3730
|
-
|
|
3731
|
-
|
|
3750
|
+
modelValue: {
|
|
3751
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3752
|
+
};
|
|
3753
|
+
animated: {
|
|
3754
|
+
type: BooleanConstructor;
|
|
3755
|
+
default: boolean;
|
|
3756
|
+
};
|
|
3757
|
+
afloat: {
|
|
3758
|
+
type: BooleanConstructor;
|
|
3759
|
+
default: boolean;
|
|
3760
|
+
};
|
|
3761
|
+
closable: {
|
|
3762
|
+
type: BooleanConstructor;
|
|
3763
|
+
default: boolean;
|
|
3764
|
+
};
|
|
3765
|
+
}>> & {
|
|
3766
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
3767
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
3768
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3769
|
+
}, {
|
|
3770
|
+
type: string;
|
|
3771
|
+
closable: boolean;
|
|
3772
|
+
afloat: boolean;
|
|
3773
|
+
animated: boolean;
|
|
3774
|
+
}, {}>;
|
|
3775
|
+
|
|
3776
|
+
export declare const MTabsPane: DefineComponent< {
|
|
3777
|
+
value: {
|
|
3778
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3779
|
+
};
|
|
3780
|
+
label: {
|
|
3781
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
3782
|
+
default: string;
|
|
3783
|
+
};
|
|
3784
|
+
lazy: {
|
|
3785
|
+
type: BooleanConstructor;
|
|
3786
|
+
default: boolean;
|
|
3787
|
+
};
|
|
3788
|
+
closable: {
|
|
3789
|
+
type: BooleanConstructor;
|
|
3790
|
+
default: boolean;
|
|
3791
|
+
};
|
|
3792
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
3793
|
+
value: {
|
|
3794
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3795
|
+
};
|
|
3796
|
+
label: {
|
|
3797
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
3798
|
+
default: string;
|
|
3799
|
+
};
|
|
3800
|
+
lazy: {
|
|
3801
|
+
type: BooleanConstructor;
|
|
3802
|
+
default: boolean;
|
|
3803
|
+
};
|
|
3804
|
+
closable: {
|
|
3805
|
+
type: BooleanConstructor;
|
|
3806
|
+
default: boolean;
|
|
3807
|
+
};
|
|
3808
|
+
}>>, {
|
|
3809
|
+
label: string | Function;
|
|
3810
|
+
closable: boolean;
|
|
3811
|
+
lazy: boolean;
|
|
3812
|
+
}, {}>;
|
|
3813
|
+
|
|
3814
|
+
export declare const MTag: DefineComponent< {
|
|
3815
|
+
tag: {
|
|
3816
|
+
type: StringConstructor;
|
|
3817
|
+
default: string;
|
|
3818
|
+
};
|
|
3819
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
3820
|
+
tag: {
|
|
3821
|
+
type: StringConstructor;
|
|
3822
|
+
default: string;
|
|
3823
|
+
};
|
|
3824
|
+
}>>, {
|
|
3825
|
+
tag: string;
|
|
3826
|
+
}, {}>;
|
|
3827
|
+
|
|
3828
|
+
export declare const MText: DefineComponent< {
|
|
3732
3829
|
tag: {
|
|
3733
3830
|
type: StringConstructor;
|
|
3734
3831
|
default: string;
|
|
@@ -3830,8 +3927,8 @@ validator: (val: string) => boolean;
|
|
|
3830
3927
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
3831
3928
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
3832
3929
|
}, {
|
|
3833
|
-
mode: "error" | "loading" | "success" | "info" | "warning";
|
|
3834
3930
|
duration: number;
|
|
3931
|
+
mode: "error" | "success" | "info" | "warning" | "loading";
|
|
3835
3932
|
maskClosable: boolean;
|
|
3836
3933
|
}, {}>;
|
|
3837
3934
|
|
|
@@ -3918,14 +4015,14 @@ type: StringConstructor;
|
|
|
3918
4015
|
default: string;
|
|
3919
4016
|
};
|
|
3920
4017
|
}>>, {
|
|
3921
|
-
origin: string;
|
|
3922
|
-
style: Record<string, any>;
|
|
3923
|
-
prefix: string;
|
|
3924
|
-
group: boolean;
|
|
3925
4018
|
tag: string;
|
|
3926
|
-
|
|
4019
|
+
style: Record<string, any>;
|
|
3927
4020
|
duration: number | Record<string, any>;
|
|
3928
4021
|
delay: number | Record<string, any>;
|
|
4022
|
+
group: boolean;
|
|
4023
|
+
origin: string;
|
|
4024
|
+
prefix: string;
|
|
4025
|
+
mode: string;
|
|
3929
4026
|
}, {}>;
|
|
3930
4027
|
|
|
3931
4028
|
export declare const MTransitionCollapse: DefineComponent< {
|
|
@@ -3997,14 +4094,14 @@ type: StringConstructor;
|
|
|
3997
4094
|
default: string;
|
|
3998
4095
|
};
|
|
3999
4096
|
}>>, {
|
|
4000
|
-
origin: string;
|
|
4001
|
-
style: Record<string, any>;
|
|
4002
|
-
prefix: string;
|
|
4003
|
-
group: boolean;
|
|
4004
4097
|
tag: string;
|
|
4005
|
-
|
|
4098
|
+
style: Record<string, any>;
|
|
4006
4099
|
duration: number | Record<string, any>;
|
|
4007
4100
|
delay: number | Record<string, any>;
|
|
4101
|
+
group: boolean;
|
|
4102
|
+
origin: string;
|
|
4103
|
+
prefix: string;
|
|
4104
|
+
mode: string;
|
|
4008
4105
|
}, {}>;
|
|
4009
4106
|
|
|
4010
4107
|
export declare const MTransitionFade: DefineComponent< {
|
|
@@ -4076,14 +4173,14 @@ type: StringConstructor;
|
|
|
4076
4173
|
default: string;
|
|
4077
4174
|
};
|
|
4078
4175
|
}>>, {
|
|
4079
|
-
origin: string;
|
|
4080
|
-
style: Record<string, any>;
|
|
4081
|
-
prefix: string;
|
|
4082
|
-
group: boolean;
|
|
4083
4176
|
tag: string;
|
|
4084
|
-
|
|
4177
|
+
style: Record<string, any>;
|
|
4085
4178
|
duration: number | Record<string, any>;
|
|
4086
4179
|
delay: number | Record<string, any>;
|
|
4180
|
+
group: boolean;
|
|
4181
|
+
origin: string;
|
|
4182
|
+
prefix: string;
|
|
4183
|
+
mode: string;
|
|
4087
4184
|
}, {}>;
|
|
4088
4185
|
|
|
4089
4186
|
export declare const MTransitionScale: DefineComponent< {
|
|
@@ -4157,14 +4254,14 @@ type: StringConstructor;
|
|
|
4157
4254
|
default: string;
|
|
4158
4255
|
};
|
|
4159
4256
|
}>>, {
|
|
4160
|
-
origin: string;
|
|
4161
|
-
style: Record<string, any>;
|
|
4162
|
-
prefix: string;
|
|
4163
|
-
group: boolean;
|
|
4164
4257
|
tag: string;
|
|
4165
|
-
|
|
4258
|
+
style: Record<string, any>;
|
|
4166
4259
|
duration: number | Record<string, any>;
|
|
4167
4260
|
delay: number | Record<string, any>;
|
|
4261
|
+
group: boolean;
|
|
4262
|
+
origin: string;
|
|
4263
|
+
prefix: string;
|
|
4264
|
+
mode: string;
|
|
4168
4265
|
}, {}>;
|
|
4169
4266
|
|
|
4170
4267
|
export declare const MTransitionSlide: DefineComponent< {
|
|
@@ -4238,14 +4335,14 @@ type: StringConstructor;
|
|
|
4238
4335
|
default: string;
|
|
4239
4336
|
};
|
|
4240
4337
|
}>>, {
|
|
4241
|
-
origin: string;
|
|
4242
|
-
style: Record<string, any>;
|
|
4243
|
-
prefix: string;
|
|
4244
|
-
group: boolean;
|
|
4245
4338
|
tag: string;
|
|
4246
|
-
|
|
4339
|
+
style: Record<string, any>;
|
|
4247
4340
|
duration: number | Record<string, any>;
|
|
4248
4341
|
delay: number | Record<string, any>;
|
|
4342
|
+
group: boolean;
|
|
4343
|
+
origin: string;
|
|
4344
|
+
prefix: string;
|
|
4345
|
+
mode: string;
|
|
4249
4346
|
}, {}>;
|
|
4250
4347
|
|
|
4251
4348
|
export declare const MTransitionZoom: DefineComponent< {
|
|
@@ -4319,14 +4416,14 @@ type: StringConstructor;
|
|
|
4319
4416
|
default: string;
|
|
4320
4417
|
};
|
|
4321
4418
|
}>>, {
|
|
4322
|
-
origin: string;
|
|
4323
|
-
style: Record<string, any>;
|
|
4324
|
-
prefix: string;
|
|
4325
|
-
group: boolean;
|
|
4326
4419
|
tag: string;
|
|
4327
|
-
|
|
4420
|
+
style: Record<string, any>;
|
|
4328
4421
|
duration: number | Record<string, any>;
|
|
4329
4422
|
delay: number | Record<string, any>;
|
|
4423
|
+
group: boolean;
|
|
4424
|
+
origin: string;
|
|
4425
|
+
prefix: string;
|
|
4426
|
+
mode: string;
|
|
4330
4427
|
}, {}>;
|
|
4331
4428
|
|
|
4332
4429
|
export declare const MTree: DefineComponent< {
|
|
@@ -4437,9 +4534,9 @@ onClose?: ((...args: any[]) => any) | undefined;
|
|
|
4437
4534
|
"onBefore-close"?: ((...args: any[]) => any) | undefined;
|
|
4438
4535
|
}, {
|
|
4439
4536
|
fixed: boolean;
|
|
4440
|
-
top: number;
|
|
4441
|
-
duration: number;
|
|
4442
4537
|
closable: boolean;
|
|
4538
|
+
duration: number;
|
|
4539
|
+
top: number;
|
|
4443
4540
|
}, {}>;
|
|
4444
4541
|
|
|
4445
4542
|
declare const open_2: (options: Options_4) => PortalLeaf;
|
|
@@ -4525,14 +4622,19 @@ tag: string;
|
|
|
4525
4622
|
}, {}>;
|
|
4526
4623
|
|
|
4527
4624
|
export declare const Popover: DefineComponent< {
|
|
4528
|
-
always: BooleanConstructor;
|
|
4529
|
-
animation: StringConstructor;
|
|
4530
|
-
content: (FunctionConstructor | StringConstructor)[];
|
|
4531
4625
|
modelValue: BooleanConstructor;
|
|
4626
|
+
theme: {
|
|
4627
|
+
type: StringConstructor;
|
|
4628
|
+
default: string;
|
|
4629
|
+
validator: (v: string) => boolean;
|
|
4630
|
+
};
|
|
4631
|
+
content: (StringConstructor | FunctionConstructor)[];
|
|
4532
4632
|
portal: {
|
|
4533
4633
|
type: BooleanConstructor;
|
|
4534
4634
|
default: boolean;
|
|
4535
4635
|
};
|
|
4636
|
+
always: BooleanConstructor;
|
|
4637
|
+
animation: StringConstructor;
|
|
4536
4638
|
arrow: {
|
|
4537
4639
|
type: BooleanConstructor;
|
|
4538
4640
|
default: boolean;
|
|
@@ -4543,11 +4645,6 @@ type: StringConstructor;
|
|
|
4543
4645
|
default: string;
|
|
4544
4646
|
validator: (value: string) => boolean;
|
|
4545
4647
|
};
|
|
4546
|
-
theme: {
|
|
4547
|
-
type: StringConstructor;
|
|
4548
|
-
default: string;
|
|
4549
|
-
validator: (v: string) => boolean;
|
|
4550
|
-
};
|
|
4551
4648
|
getPopupContainer: FunctionConstructor;
|
|
4552
4649
|
autoWidth: {
|
|
4553
4650
|
type: BooleanConstructor;
|
|
@@ -4573,15 +4670,20 @@ default: boolean;
|
|
|
4573
4670
|
};
|
|
4574
4671
|
}, () => VNode<RendererNode, RendererElement, {
|
|
4575
4672
|
[key: string]: any;
|
|
4576
|
-
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "
|
|
4577
|
-
always: BooleanConstructor;
|
|
4578
|
-
animation: StringConstructor;
|
|
4579
|
-
content: (FunctionConstructor | StringConstructor)[];
|
|
4673
|
+
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "ready")[], "close" | "update:modelValue" | "visible-change" | "ready", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
4580
4674
|
modelValue: BooleanConstructor;
|
|
4675
|
+
theme: {
|
|
4676
|
+
type: StringConstructor;
|
|
4677
|
+
default: string;
|
|
4678
|
+
validator: (v: string) => boolean;
|
|
4679
|
+
};
|
|
4680
|
+
content: (StringConstructor | FunctionConstructor)[];
|
|
4581
4681
|
portal: {
|
|
4582
4682
|
type: BooleanConstructor;
|
|
4583
4683
|
default: boolean;
|
|
4584
4684
|
};
|
|
4685
|
+
always: BooleanConstructor;
|
|
4686
|
+
animation: StringConstructor;
|
|
4585
4687
|
arrow: {
|
|
4586
4688
|
type: BooleanConstructor;
|
|
4587
4689
|
default: boolean;
|
|
@@ -4592,11 +4694,6 @@ type: StringConstructor;
|
|
|
4592
4694
|
default: string;
|
|
4593
4695
|
validator: (value: string) => boolean;
|
|
4594
4696
|
};
|
|
4595
|
-
theme: {
|
|
4596
|
-
type: StringConstructor;
|
|
4597
|
-
default: string;
|
|
4598
|
-
validator: (v: string) => boolean;
|
|
4599
|
-
};
|
|
4600
4697
|
getPopupContainer: FunctionConstructor;
|
|
4601
4698
|
autoWidth: {
|
|
4602
4699
|
type: BooleanConstructor;
|
|
@@ -4626,14 +4723,14 @@ onClose?: ((...args: any[]) => any) | undefined;
|
|
|
4626
4723
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
4627
4724
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
4628
4725
|
}, {
|
|
4629
|
-
always: boolean;
|
|
4630
|
-
disabled: boolean;
|
|
4631
4726
|
tag: string;
|
|
4632
4727
|
modelValue: boolean;
|
|
4728
|
+
disabled: boolean;
|
|
4729
|
+
theme: string;
|
|
4633
4730
|
portal: boolean;
|
|
4731
|
+
always: boolean;
|
|
4634
4732
|
arrow: boolean;
|
|
4635
4733
|
placement: string;
|
|
4636
|
-
theme: string;
|
|
4637
4734
|
autoWidth: boolean;
|
|
4638
4735
|
trigger: string;
|
|
4639
4736
|
outsideClickable: boolean;
|
|
@@ -5003,11 +5100,11 @@ declare const props_6: {
|
|
|
5003
5100
|
declare type Props_7 = ExtractPropTypes<typeof props_8>;
|
|
5004
5101
|
|
|
5005
5102
|
declare const props_7: {
|
|
5006
|
-
|
|
5103
|
+
autoResize: {
|
|
5007
5104
|
type: BooleanConstructor;
|
|
5008
5105
|
default: boolean;
|
|
5009
5106
|
};
|
|
5010
|
-
|
|
5107
|
+
always: {
|
|
5011
5108
|
type: BooleanConstructor;
|
|
5012
5109
|
default: boolean;
|
|
5013
5110
|
};
|
|
@@ -5017,7 +5114,7 @@ declare const props_7: {
|
|
|
5017
5114
|
};
|
|
5018
5115
|
thumbStyle: PropType<StyleValue>;
|
|
5019
5116
|
thumbClass: PropType<StyleValue>;
|
|
5020
|
-
|
|
5117
|
+
native: {
|
|
5021
5118
|
type: BooleanConstructor;
|
|
5022
5119
|
default: boolean;
|
|
5023
5120
|
};
|
|
@@ -5209,12 +5306,12 @@ renderRefresh: Render;
|
|
|
5209
5306
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
5210
5307
|
}, {
|
|
5211
5308
|
data: unknown[];
|
|
5212
|
-
offset: number;
|
|
5213
5309
|
disabled: boolean;
|
|
5214
5310
|
vertical: boolean;
|
|
5215
|
-
|
|
5311
|
+
offset: number;
|
|
5216
5312
|
pageSize: number;
|
|
5217
5313
|
loadData: Function;
|
|
5314
|
+
cols: number;
|
|
5218
5315
|
gutter: number;
|
|
5219
5316
|
inverted: boolean;
|
|
5220
5317
|
pullable: boolean;
|
|
@@ -5239,11 +5336,11 @@ tag: string;
|
|
|
5239
5336
|
}, {}>;
|
|
5240
5337
|
|
|
5241
5338
|
export declare const Scroller: DefineComponent< {
|
|
5242
|
-
|
|
5339
|
+
autoResize: {
|
|
5243
5340
|
type: BooleanConstructor;
|
|
5244
5341
|
default: boolean;
|
|
5245
5342
|
};
|
|
5246
|
-
|
|
5343
|
+
always: {
|
|
5247
5344
|
type: BooleanConstructor;
|
|
5248
5345
|
default: boolean;
|
|
5249
5346
|
};
|
|
@@ -5253,7 +5350,7 @@ default: number;
|
|
|
5253
5350
|
};
|
|
5254
5351
|
thumbStyle: PropType<StyleValue>;
|
|
5255
5352
|
thumbClass: PropType<StyleValue>;
|
|
5256
|
-
|
|
5353
|
+
native: {
|
|
5257
5354
|
type: BooleanConstructor;
|
|
5258
5355
|
default: boolean;
|
|
5259
5356
|
};
|
|
@@ -5301,11 +5398,11 @@ default: boolean;
|
|
|
5301
5398
|
};
|
|
5302
5399
|
barTo: StringConstructor;
|
|
5303
5400
|
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "scroll"[], "scroll", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
5304
|
-
|
|
5401
|
+
autoResize: {
|
|
5305
5402
|
type: BooleanConstructor;
|
|
5306
5403
|
default: boolean;
|
|
5307
5404
|
};
|
|
5308
|
-
|
|
5405
|
+
always: {
|
|
5309
5406
|
type: BooleanConstructor;
|
|
5310
5407
|
default: boolean;
|
|
5311
5408
|
};
|
|
@@ -5315,7 +5412,7 @@ default: number;
|
|
|
5315
5412
|
};
|
|
5316
5413
|
thumbStyle: PropType<StyleValue>;
|
|
5317
5414
|
thumbClass: PropType<StyleValue>;
|
|
5318
|
-
|
|
5415
|
+
native: {
|
|
5319
5416
|
type: BooleanConstructor;
|
|
5320
5417
|
default: boolean;
|
|
5321
5418
|
};
|
|
@@ -5365,15 +5462,15 @@ barTo: StringConstructor;
|
|
|
5365
5462
|
}>> & {
|
|
5366
5463
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
5367
5464
|
}, {
|
|
5368
|
-
always: boolean;
|
|
5369
|
-
native: boolean;
|
|
5370
|
-
height: string | number;
|
|
5371
|
-
maxHeight: string | number;
|
|
5372
5465
|
tag: string;
|
|
5466
|
+
autoResize: boolean;
|
|
5373
5467
|
contentStyle: StyleValue;
|
|
5468
|
+
height: string | number;
|
|
5469
|
+
always: boolean;
|
|
5470
|
+
maxHeight: string | number;
|
|
5374
5471
|
wrapperStyle: StyleValue;
|
|
5375
5472
|
thumbMinSize: number;
|
|
5376
|
-
|
|
5473
|
+
native: boolean;
|
|
5377
5474
|
trackOffsetX: number[];
|
|
5378
5475
|
trackOffsetY: number[];
|
|
5379
5476
|
wrapperClass: StyleValue;
|
|
@@ -5390,11 +5487,11 @@ export declare type ScrollerExposed = {
|
|
|
5390
5487
|
export declare type ScrollerProps = ExtractPropTypes<typeof props_7>;
|
|
5391
5488
|
|
|
5392
5489
|
export declare const ScrollerWheel: DefineComponent< {
|
|
5393
|
-
|
|
5490
|
+
autoResize: {
|
|
5394
5491
|
type: BooleanConstructor;
|
|
5395
5492
|
default: boolean;
|
|
5396
5493
|
};
|
|
5397
|
-
|
|
5494
|
+
always: {
|
|
5398
5495
|
type: BooleanConstructor;
|
|
5399
5496
|
default: boolean;
|
|
5400
5497
|
};
|
|
@@ -5404,7 +5501,7 @@ default: number;
|
|
|
5404
5501
|
};
|
|
5405
5502
|
thumbStyle: PropType<StyleValue>;
|
|
5406
5503
|
thumbClass: PropType<StyleValue>;
|
|
5407
|
-
|
|
5504
|
+
native: {
|
|
5408
5505
|
type: BooleanConstructor;
|
|
5409
5506
|
default: boolean;
|
|
5410
5507
|
};
|
|
@@ -5452,11 +5549,11 @@ default: boolean;
|
|
|
5452
5549
|
};
|
|
5453
5550
|
barTo: StringConstructor;
|
|
5454
5551
|
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "scroll"[], "scroll", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
5455
|
-
|
|
5552
|
+
autoResize: {
|
|
5456
5553
|
type: BooleanConstructor;
|
|
5457
5554
|
default: boolean;
|
|
5458
5555
|
};
|
|
5459
|
-
|
|
5556
|
+
always: {
|
|
5460
5557
|
type: BooleanConstructor;
|
|
5461
5558
|
default: boolean;
|
|
5462
5559
|
};
|
|
@@ -5466,7 +5563,7 @@ default: number;
|
|
|
5466
5563
|
};
|
|
5467
5564
|
thumbStyle: PropType<StyleValue>;
|
|
5468
5565
|
thumbClass: PropType<StyleValue>;
|
|
5469
|
-
|
|
5566
|
+
native: {
|
|
5470
5567
|
type: BooleanConstructor;
|
|
5471
5568
|
default: boolean;
|
|
5472
5569
|
};
|
|
@@ -5516,15 +5613,15 @@ barTo: StringConstructor;
|
|
|
5516
5613
|
}>> & {
|
|
5517
5614
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
5518
5615
|
}, {
|
|
5519
|
-
always: boolean;
|
|
5520
|
-
native: boolean;
|
|
5521
|
-
height: string | number;
|
|
5522
|
-
maxHeight: string | number;
|
|
5523
5616
|
tag: string;
|
|
5617
|
+
autoResize: boolean;
|
|
5524
5618
|
contentStyle: StyleValue;
|
|
5619
|
+
height: string | number;
|
|
5620
|
+
always: boolean;
|
|
5621
|
+
maxHeight: string | number;
|
|
5525
5622
|
wrapperStyle: StyleValue;
|
|
5526
5623
|
thumbMinSize: number;
|
|
5527
|
-
|
|
5624
|
+
native: boolean;
|
|
5528
5625
|
trackOffsetX: number[];
|
|
5529
5626
|
trackOffsetY: number[];
|
|
5530
5627
|
wrapperClass: StyleValue;
|
|
@@ -5610,9 +5707,9 @@ default: boolean;
|
|
|
5610
5707
|
};
|
|
5611
5708
|
}>>, {
|
|
5612
5709
|
fixed: boolean;
|
|
5613
|
-
background: string;
|
|
5614
5710
|
size: number;
|
|
5615
5711
|
foreground: string;
|
|
5712
|
+
background: string;
|
|
5616
5713
|
}, {}>;
|
|
5617
5714
|
|
|
5618
5715
|
export declare const Steps: DefineComponent< {
|
|
@@ -5666,17 +5763,94 @@ tag: string;
|
|
|
5666
5763
|
}, {}>;
|
|
5667
5764
|
|
|
5668
5765
|
export declare const Tabs: DefineComponent< {
|
|
5669
|
-
|
|
5766
|
+
type: {
|
|
5670
5767
|
type: StringConstructor;
|
|
5768
|
+
validator: (v: string) => boolean;
|
|
5671
5769
|
default: string;
|
|
5672
5770
|
};
|
|
5673
|
-
|
|
5674
|
-
|
|
5771
|
+
modelValue: {
|
|
5772
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
5773
|
+
};
|
|
5774
|
+
animated: {
|
|
5775
|
+
type: BooleanConstructor;
|
|
5776
|
+
default: boolean;
|
|
5777
|
+
};
|
|
5778
|
+
afloat: {
|
|
5779
|
+
type: BooleanConstructor;
|
|
5780
|
+
default: boolean;
|
|
5781
|
+
};
|
|
5782
|
+
closable: {
|
|
5783
|
+
type: BooleanConstructor;
|
|
5784
|
+
default: boolean;
|
|
5785
|
+
};
|
|
5786
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
5787
|
+
type: {
|
|
5675
5788
|
type: StringConstructor;
|
|
5789
|
+
validator: (v: string) => boolean;
|
|
5790
|
+
default: string;
|
|
5791
|
+
};
|
|
5792
|
+
modelValue: {
|
|
5793
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
5794
|
+
};
|
|
5795
|
+
animated: {
|
|
5796
|
+
type: BooleanConstructor;
|
|
5797
|
+
default: boolean;
|
|
5798
|
+
};
|
|
5799
|
+
afloat: {
|
|
5800
|
+
type: BooleanConstructor;
|
|
5801
|
+
default: boolean;
|
|
5802
|
+
};
|
|
5803
|
+
closable: {
|
|
5804
|
+
type: BooleanConstructor;
|
|
5805
|
+
default: boolean;
|
|
5806
|
+
};
|
|
5807
|
+
}>> & {
|
|
5808
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
5809
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
5810
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5811
|
+
}, {
|
|
5812
|
+
type: string;
|
|
5813
|
+
closable: boolean;
|
|
5814
|
+
afloat: boolean;
|
|
5815
|
+
animated: boolean;
|
|
5816
|
+
}, {}>;
|
|
5817
|
+
|
|
5818
|
+
export declare const TabsPane: DefineComponent< {
|
|
5819
|
+
value: {
|
|
5820
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
5821
|
+
};
|
|
5822
|
+
label: {
|
|
5823
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
5824
|
+
default: string;
|
|
5825
|
+
};
|
|
5826
|
+
lazy: {
|
|
5827
|
+
type: BooleanConstructor;
|
|
5828
|
+
default: boolean;
|
|
5829
|
+
};
|
|
5830
|
+
closable: {
|
|
5831
|
+
type: BooleanConstructor;
|
|
5832
|
+
default: boolean;
|
|
5833
|
+
};
|
|
5834
|
+
}, () => JSX_2.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes< {
|
|
5835
|
+
value: {
|
|
5836
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
5837
|
+
};
|
|
5838
|
+
label: {
|
|
5839
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
5676
5840
|
default: string;
|
|
5677
5841
|
};
|
|
5842
|
+
lazy: {
|
|
5843
|
+
type: BooleanConstructor;
|
|
5844
|
+
default: boolean;
|
|
5845
|
+
};
|
|
5846
|
+
closable: {
|
|
5847
|
+
type: BooleanConstructor;
|
|
5848
|
+
default: boolean;
|
|
5849
|
+
};
|
|
5678
5850
|
}>>, {
|
|
5679
|
-
|
|
5851
|
+
label: string | Function;
|
|
5852
|
+
closable: boolean;
|
|
5853
|
+
lazy: boolean;
|
|
5680
5854
|
}, {}>;
|
|
5681
5855
|
|
|
5682
5856
|
export declare const Tag: DefineComponent< {
|
|
@@ -5787,9 +5961,9 @@ pseudo: {
|
|
|
5787
5961
|
type: (ObjectConstructor | StringConstructor)[];
|
|
5788
5962
|
};
|
|
5789
5963
|
}>>, {
|
|
5790
|
-
backgroundSize: string;
|
|
5791
|
-
tag: string;
|
|
5792
5964
|
variables: Record<string, any>;
|
|
5965
|
+
tag: string;
|
|
5966
|
+
backgroundSize: string;
|
|
5793
5967
|
}, {}>;
|
|
5794
5968
|
|
|
5795
5969
|
export declare const ThemeImage: DefineComponent< {
|
|
@@ -5857,9 +6031,9 @@ pseudo: {
|
|
|
5857
6031
|
type: (ObjectConstructor | StringConstructor)[];
|
|
5858
6032
|
};
|
|
5859
6033
|
}>>, {
|
|
5860
|
-
backgroundSize: string;
|
|
5861
|
-
tag: string;
|
|
5862
6034
|
variables: Record<string, any>;
|
|
6035
|
+
tag: string;
|
|
6036
|
+
backgroundSize: string;
|
|
5863
6037
|
}, {}>;
|
|
5864
6038
|
|
|
5865
6039
|
export declare const ThemeText: DefineComponent< {
|
|
@@ -5927,9 +6101,9 @@ pseudo: {
|
|
|
5927
6101
|
type: (ObjectConstructor | StringConstructor)[];
|
|
5928
6102
|
};
|
|
5929
6103
|
}>>, {
|
|
5930
|
-
backgroundSize: string;
|
|
5931
|
-
tag: string;
|
|
5932
6104
|
variables: Record<string, any>;
|
|
6105
|
+
tag: string;
|
|
6106
|
+
backgroundSize: string;
|
|
5933
6107
|
}, {}>;
|
|
5934
6108
|
|
|
5935
6109
|
export declare const ThemeView: DefineComponent< {
|
|
@@ -5997,9 +6171,9 @@ pseudo: {
|
|
|
5997
6171
|
type: (ObjectConstructor | StringConstructor)[];
|
|
5998
6172
|
};
|
|
5999
6173
|
}>>, {
|
|
6000
|
-
backgroundSize: string;
|
|
6001
|
-
tag: string;
|
|
6002
6174
|
variables: Record<string, any>;
|
|
6175
|
+
tag: string;
|
|
6176
|
+
backgroundSize: string;
|
|
6003
6177
|
}, {}>;
|
|
6004
6178
|
|
|
6005
6179
|
export declare const Timeline: DefineComponent< {
|
|
@@ -6066,8 +6240,8 @@ validator: (val: string) => boolean;
|
|
|
6066
6240
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
6067
6241
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
6068
6242
|
}, {
|
|
6069
|
-
mode: "error" | "loading" | "success" | "info" | "warning";
|
|
6070
6243
|
duration: number;
|
|
6244
|
+
mode: "error" | "success" | "info" | "warning" | "loading";
|
|
6071
6245
|
maskClosable: boolean;
|
|
6072
6246
|
}, {}>;
|
|
6073
6247
|
|
|
@@ -6155,14 +6329,14 @@ type: StringConstructor;
|
|
|
6155
6329
|
default: string;
|
|
6156
6330
|
};
|
|
6157
6331
|
}>>, {
|
|
6158
|
-
origin: string;
|
|
6159
|
-
style: Record<string, any>;
|
|
6160
|
-
prefix: string;
|
|
6161
|
-
group: boolean;
|
|
6162
6332
|
tag: string;
|
|
6163
|
-
|
|
6333
|
+
style: Record<string, any>;
|
|
6164
6334
|
duration: number | Record<string, any>;
|
|
6165
6335
|
delay: number | Record<string, any>;
|
|
6336
|
+
group: boolean;
|
|
6337
|
+
origin: string;
|
|
6338
|
+
prefix: string;
|
|
6339
|
+
mode: string;
|
|
6166
6340
|
}, {}>;
|
|
6167
6341
|
|
|
6168
6342
|
export declare const TransitionCollapse: DefineComponent< {
|
|
@@ -6234,14 +6408,14 @@ type: StringConstructor;
|
|
|
6234
6408
|
default: string;
|
|
6235
6409
|
};
|
|
6236
6410
|
}>>, {
|
|
6237
|
-
origin: string;
|
|
6238
|
-
style: Record<string, any>;
|
|
6239
|
-
prefix: string;
|
|
6240
|
-
group: boolean;
|
|
6241
6411
|
tag: string;
|
|
6242
|
-
|
|
6412
|
+
style: Record<string, any>;
|
|
6243
6413
|
duration: number | Record<string, any>;
|
|
6244
6414
|
delay: number | Record<string, any>;
|
|
6415
|
+
group: boolean;
|
|
6416
|
+
origin: string;
|
|
6417
|
+
prefix: string;
|
|
6418
|
+
mode: string;
|
|
6245
6419
|
}, {}>;
|
|
6246
6420
|
|
|
6247
6421
|
export declare const TransitionFade: DefineComponent< {
|
|
@@ -6313,14 +6487,14 @@ type: StringConstructor;
|
|
|
6313
6487
|
default: string;
|
|
6314
6488
|
};
|
|
6315
6489
|
}>>, {
|
|
6316
|
-
origin: string;
|
|
6317
|
-
style: Record<string, any>;
|
|
6318
|
-
prefix: string;
|
|
6319
|
-
group: boolean;
|
|
6320
6490
|
tag: string;
|
|
6321
|
-
|
|
6491
|
+
style: Record<string, any>;
|
|
6322
6492
|
duration: number | Record<string, any>;
|
|
6323
6493
|
delay: number | Record<string, any>;
|
|
6494
|
+
group: boolean;
|
|
6495
|
+
origin: string;
|
|
6496
|
+
prefix: string;
|
|
6497
|
+
mode: string;
|
|
6324
6498
|
}, {}>;
|
|
6325
6499
|
|
|
6326
6500
|
export declare const TransitionScale: DefineComponent< {
|
|
@@ -6394,14 +6568,14 @@ type: StringConstructor;
|
|
|
6394
6568
|
default: string;
|
|
6395
6569
|
};
|
|
6396
6570
|
}>>, {
|
|
6397
|
-
origin: string;
|
|
6398
|
-
style: Record<string, any>;
|
|
6399
|
-
prefix: string;
|
|
6400
|
-
group: boolean;
|
|
6401
6571
|
tag: string;
|
|
6402
|
-
|
|
6572
|
+
style: Record<string, any>;
|
|
6403
6573
|
duration: number | Record<string, any>;
|
|
6404
6574
|
delay: number | Record<string, any>;
|
|
6575
|
+
group: boolean;
|
|
6576
|
+
origin: string;
|
|
6577
|
+
prefix: string;
|
|
6578
|
+
mode: string;
|
|
6405
6579
|
}, {}>;
|
|
6406
6580
|
|
|
6407
6581
|
export declare const TransitionSlide: DefineComponent< {
|
|
@@ -6475,14 +6649,14 @@ type: StringConstructor;
|
|
|
6475
6649
|
default: string;
|
|
6476
6650
|
};
|
|
6477
6651
|
}>>, {
|
|
6478
|
-
origin: string;
|
|
6479
|
-
style: Record<string, any>;
|
|
6480
|
-
prefix: string;
|
|
6481
|
-
group: boolean;
|
|
6482
6652
|
tag: string;
|
|
6483
|
-
|
|
6653
|
+
style: Record<string, any>;
|
|
6484
6654
|
duration: number | Record<string, any>;
|
|
6485
6655
|
delay: number | Record<string, any>;
|
|
6656
|
+
group: boolean;
|
|
6657
|
+
origin: string;
|
|
6658
|
+
prefix: string;
|
|
6659
|
+
mode: string;
|
|
6486
6660
|
}, {}>;
|
|
6487
6661
|
|
|
6488
6662
|
export declare const TransitionZoom: DefineComponent< {
|
|
@@ -6556,14 +6730,14 @@ type: StringConstructor;
|
|
|
6556
6730
|
default: string;
|
|
6557
6731
|
};
|
|
6558
6732
|
}>>, {
|
|
6559
|
-
origin: string;
|
|
6560
|
-
style: Record<string, any>;
|
|
6561
|
-
prefix: string;
|
|
6562
|
-
group: boolean;
|
|
6563
6733
|
tag: string;
|
|
6564
|
-
|
|
6734
|
+
style: Record<string, any>;
|
|
6565
6735
|
duration: number | Record<string, any>;
|
|
6566
6736
|
delay: number | Record<string, any>;
|
|
6737
|
+
group: boolean;
|
|
6738
|
+
origin: string;
|
|
6739
|
+
prefix: string;
|
|
6740
|
+
mode: string;
|
|
6567
6741
|
}, {}>;
|
|
6568
6742
|
|
|
6569
6743
|
export declare const Tree: DefineComponent< {
|