@deot/vc 1.0.65 → 1.0.66
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 +212 -225
- package/dist/index.d.ts +404 -181
- package/dist/index.iife.js +127309 -139887
- package/dist/index.js +199 -215
- package/dist/index.umd.cjs +127311 -139889
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -1,33 +1,35 @@
|
|
|
1
1
|
import { AllowedComponentProps } from 'vue';
|
|
2
2
|
import type { App } from 'vue';
|
|
3
|
+
import type { Component } from 'vue';
|
|
3
4
|
import { ComponentCustomProps } from 'vue';
|
|
4
5
|
import { ComponentOptionsBase } from 'vue';
|
|
5
6
|
import { ComponentOptionsMixin } from 'vue';
|
|
6
7
|
import { ComponentProvideOptions } from 'vue';
|
|
8
|
+
import type { ComponentPublicInstance } from 'vue';
|
|
7
9
|
import { CreateComponentPublicInstanceWithMixins } from 'vue';
|
|
8
10
|
import { DefineComponent } from 'vue';
|
|
9
11
|
import { ExtractPropTypes } from 'vue';
|
|
10
12
|
import { FormRule } from '@deot/vc-components';
|
|
11
13
|
import { GlobalComponents } from 'vue';
|
|
12
14
|
import { GlobalDirectives } from 'vue';
|
|
13
|
-
import { JSX
|
|
14
|
-
import { KEY_VALUE } from 'packages/components/tree/store';
|
|
15
|
+
import { JSX } from 'vue/jsx-runtime';
|
|
15
16
|
import { MModal } from '@deot/vc-components';
|
|
16
|
-
import {
|
|
17
|
-
import { PortalOptions } from 'packages/components/portal/default-options';
|
|
18
|
-
import { Props } from 'packages/components/customer/customer-props';
|
|
17
|
+
import type { Plugin as Plugin_2 } from 'vue';
|
|
19
18
|
import { PropType } from 'vue';
|
|
20
19
|
import { PublicProps } from 'vue';
|
|
20
|
+
import { RecycleListStore } from '@deot/vc-components';
|
|
21
|
+
import type { Ref } from 'vue';
|
|
21
22
|
import { Render } from '@deot/vc-components';
|
|
22
23
|
import { RendererElement } from 'vue';
|
|
23
24
|
import { RendererNode } from 'vue';
|
|
24
25
|
import { ScrollerProps } from '@deot/vc-components';
|
|
25
26
|
import { SetupContext } from 'vue';
|
|
26
27
|
import { StyleValue } from 'vue';
|
|
27
|
-
import { TreeData } from 'packages/components/select/utils';
|
|
28
28
|
import { Utils } from '@deot/vc-shared';
|
|
29
29
|
import type { VcOptions } from '@deot/vc-components';
|
|
30
30
|
import { VNode } from 'vue';
|
|
31
|
+
import { VNodeChild } from 'vue';
|
|
32
|
+
import type { VNodeNormalizedChildren } from 'vue';
|
|
31
33
|
import { VNodeProps } from 'vue';
|
|
32
34
|
|
|
33
35
|
export declare const Components: {
|
|
@@ -36,7 +38,7 @@ export declare const Components: {
|
|
|
36
38
|
type: StringConstructor;
|
|
37
39
|
default: string;
|
|
38
40
|
};
|
|
39
|
-
}>, () =>
|
|
41
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
40
42
|
tag: {
|
|
41
43
|
type: StringConstructor;
|
|
42
44
|
default: string;
|
|
@@ -49,7 +51,7 @@ export declare const Components: {
|
|
|
49
51
|
type: StringConstructor;
|
|
50
52
|
default: string;
|
|
51
53
|
};
|
|
52
|
-
}>, () =>
|
|
54
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
53
55
|
tag: {
|
|
54
56
|
type: StringConstructor;
|
|
55
57
|
default: string;
|
|
@@ -85,7 +87,7 @@ export declare const Components: {
|
|
|
85
87
|
target: {
|
|
86
88
|
type: StringConstructor;
|
|
87
89
|
};
|
|
88
|
-
}>, () =>
|
|
90
|
+
}>, () => JSX.Element | VNode<RendererNode, RendererElement, {
|
|
89
91
|
[key: string]: any;
|
|
90
92
|
}>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
91
93
|
modelValue: {
|
|
@@ -153,7 +155,7 @@ export declare const Components: {
|
|
|
153
155
|
target: {
|
|
154
156
|
type: StringConstructor;
|
|
155
157
|
};
|
|
156
|
-
}>, () =>
|
|
158
|
+
}>, () => JSX.Element | VNode<RendererNode, RendererElement, {
|
|
157
159
|
[key: string]: any;
|
|
158
160
|
}>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
159
161
|
modelValue: {
|
|
@@ -218,7 +220,7 @@ export declare const Components: {
|
|
|
218
220
|
type: BooleanConstructor;
|
|
219
221
|
default: boolean;
|
|
220
222
|
};
|
|
221
|
-
}>, () =>
|
|
223
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
222
224
|
modelValue: {
|
|
223
225
|
type: BooleanConstructor;
|
|
224
226
|
default: boolean;
|
|
@@ -276,7 +278,7 @@ export declare const Components: {
|
|
|
276
278
|
type: BooleanConstructor;
|
|
277
279
|
default: boolean;
|
|
278
280
|
};
|
|
279
|
-
}>, () =>
|
|
281
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
280
282
|
modelValue: {
|
|
281
283
|
type: BooleanConstructor;
|
|
282
284
|
default: boolean;
|
|
@@ -319,7 +321,7 @@ export declare const Components: {
|
|
|
319
321
|
type: NumberConstructor;
|
|
320
322
|
default: number;
|
|
321
323
|
};
|
|
322
|
-
}>, () =>
|
|
324
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
323
325
|
options: ObjectConstructor;
|
|
324
326
|
width: {
|
|
325
327
|
type: NumberConstructor;
|
|
@@ -343,7 +345,7 @@ export declare const Components: {
|
|
|
343
345
|
type: NumberConstructor;
|
|
344
346
|
default: number;
|
|
345
347
|
};
|
|
346
|
-
}>, () =>
|
|
348
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
347
349
|
options: ObjectConstructor;
|
|
348
350
|
width: {
|
|
349
351
|
type: NumberConstructor;
|
|
@@ -385,7 +387,7 @@ export declare const Components: {
|
|
|
385
387
|
type: PropType<"button" | "submit" | "reset">;
|
|
386
388
|
default: string;
|
|
387
389
|
};
|
|
388
|
-
}>, () =>
|
|
390
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
|
|
389
391
|
tag: {
|
|
390
392
|
type: StringConstructor;
|
|
391
393
|
default: string;
|
|
@@ -456,7 +458,7 @@ export declare const Components: {
|
|
|
456
458
|
type: PropType<"button" | "submit" | "reset">;
|
|
457
459
|
default: string;
|
|
458
460
|
};
|
|
459
|
-
}>, () =>
|
|
461
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
|
|
460
462
|
tag: {
|
|
461
463
|
type: StringConstructor;
|
|
462
464
|
default: string;
|
|
@@ -516,7 +518,7 @@ export declare const Components: {
|
|
|
516
518
|
type: BooleanConstructor;
|
|
517
519
|
default: boolean;
|
|
518
520
|
};
|
|
519
|
-
}>, () =>
|
|
521
|
+
}>, () => JSX.Element | VNode<RendererNode, RendererElement, {
|
|
520
522
|
[key: string]: any;
|
|
521
523
|
}>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
522
524
|
vertical: {
|
|
@@ -558,7 +560,7 @@ export declare const Components: {
|
|
|
558
560
|
type: BooleanConstructor;
|
|
559
561
|
default: boolean;
|
|
560
562
|
};
|
|
561
|
-
}>, () =>
|
|
563
|
+
}>, () => JSX.Element | VNode<RendererNode, RendererElement, {
|
|
562
564
|
[key: string]: any;
|
|
563
565
|
}>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
564
566
|
vertical: {
|
|
@@ -588,7 +590,7 @@ export declare const Components: {
|
|
|
588
590
|
type: StringConstructor;
|
|
589
591
|
default: string;
|
|
590
592
|
};
|
|
591
|
-
}>, () =>
|
|
593
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
592
594
|
tag: {
|
|
593
595
|
type: StringConstructor;
|
|
594
596
|
default: string;
|
|
@@ -601,7 +603,7 @@ export declare const Components: {
|
|
|
601
603
|
type: StringConstructor;
|
|
602
604
|
default: string;
|
|
603
605
|
};
|
|
604
|
-
}>, () =>
|
|
606
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
605
607
|
tag: {
|
|
606
608
|
type: StringConstructor;
|
|
607
609
|
default: string;
|
|
@@ -628,7 +630,7 @@ export declare const Components: {
|
|
|
628
630
|
icon: {
|
|
629
631
|
type: StringConstructor;
|
|
630
632
|
};
|
|
631
|
-
}>, () =>
|
|
633
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
632
634
|
border: {
|
|
633
635
|
type: BooleanConstructor;
|
|
634
636
|
default: boolean;
|
|
@@ -671,7 +673,7 @@ export declare const Components: {
|
|
|
671
673
|
icon: {
|
|
672
674
|
type: StringConstructor;
|
|
673
675
|
};
|
|
674
|
-
}>, () =>
|
|
676
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
675
677
|
border: {
|
|
676
678
|
type: BooleanConstructor;
|
|
677
679
|
default: boolean;
|
|
@@ -738,7 +740,7 @@ export declare const Components: {
|
|
|
738
740
|
type: BooleanConstructor;
|
|
739
741
|
default: boolean;
|
|
740
742
|
};
|
|
741
|
-
}>, () =>
|
|
743
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "change"[], "change", PublicProps, Readonly<ExtractPropTypes< {
|
|
742
744
|
t: {
|
|
743
745
|
type: NumberConstructor;
|
|
744
746
|
default: number;
|
|
@@ -781,7 +783,9 @@ export declare const Components: {
|
|
|
781
783
|
type: BooleanConstructor;
|
|
782
784
|
default: boolean;
|
|
783
785
|
};
|
|
784
|
-
}>> & Readonly<{
|
|
786
|
+
}>> & Readonly<{
|
|
787
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
788
|
+
}>, {
|
|
785
789
|
vertical: boolean;
|
|
786
790
|
t: number;
|
|
787
791
|
card: boolean;
|
|
@@ -841,7 +845,7 @@ export declare const Components: {
|
|
|
841
845
|
type: BooleanConstructor;
|
|
842
846
|
default: boolean;
|
|
843
847
|
};
|
|
844
|
-
}>, () =>
|
|
848
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "change"[], "change", PublicProps, Readonly<ExtractPropTypes< {
|
|
845
849
|
dots: {
|
|
846
850
|
type: (StringConstructor | BooleanConstructor)[];
|
|
847
851
|
default: boolean;
|
|
@@ -888,7 +892,9 @@ export declare const Components: {
|
|
|
888
892
|
type: BooleanConstructor;
|
|
889
893
|
default: boolean;
|
|
890
894
|
};
|
|
891
|
-
}>> & Readonly<{
|
|
895
|
+
}>> & Readonly<{
|
|
896
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
897
|
+
}>, {
|
|
892
898
|
vertical: boolean;
|
|
893
899
|
t: number;
|
|
894
900
|
card: boolean;
|
|
@@ -920,7 +926,7 @@ export declare const Components: {
|
|
|
920
926
|
type: NumberConstructor;
|
|
921
927
|
default: number;
|
|
922
928
|
};
|
|
923
|
-
}>, () =>
|
|
929
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
924
930
|
name: StringConstructor;
|
|
925
931
|
label: {
|
|
926
932
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -962,7 +968,7 @@ export declare const Components: {
|
|
|
962
968
|
type: NumberConstructor;
|
|
963
969
|
default: number;
|
|
964
970
|
};
|
|
965
|
-
}>, () =>
|
|
971
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
966
972
|
name: StringConstructor;
|
|
967
973
|
label: {
|
|
968
974
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -1072,7 +1078,7 @@ export declare const Components: {
|
|
|
1072
1078
|
default: boolean;
|
|
1073
1079
|
};
|
|
1074
1080
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1075
|
-
}>, () =>
|
|
1081
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "close" | "update:modelValue" | "visible-change" | "ready")[], "change" | "close" | "update:modelValue" | "visible-change" | "ready", PublicProps, Readonly<ExtractPropTypes< {
|
|
1076
1082
|
data: {
|
|
1077
1083
|
type: PropType<TreeData[]>;
|
|
1078
1084
|
default: () => never[];
|
|
@@ -1270,7 +1276,7 @@ export declare const Components: {
|
|
|
1270
1276
|
default: boolean;
|
|
1271
1277
|
};
|
|
1272
1278
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1273
|
-
}>, () =>
|
|
1279
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "close" | "update:modelValue" | "visible-change" | "ready")[], "change" | "close" | "update:modelValue" | "visible-change" | "ready", PublicProps, Readonly<ExtractPropTypes< {
|
|
1274
1280
|
data: {
|
|
1275
1281
|
type: PropType<TreeData[]>;
|
|
1276
1282
|
default: () => never[];
|
|
@@ -1393,7 +1399,7 @@ export declare const Components: {
|
|
|
1393
1399
|
};
|
|
1394
1400
|
watchShallow: BooleanConstructor;
|
|
1395
1401
|
manualUpdate: BooleanConstructor;
|
|
1396
|
-
}>, () =>
|
|
1402
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, string[], string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1397
1403
|
options: ObjectConstructor;
|
|
1398
1404
|
pluginOptions: ObjectConstructor;
|
|
1399
1405
|
theme: (ObjectConstructor | StringConstructor)[];
|
|
@@ -1422,7 +1428,7 @@ export declare const Components: {
|
|
|
1422
1428
|
};
|
|
1423
1429
|
watchShallow: BooleanConstructor;
|
|
1424
1430
|
manualUpdate: BooleanConstructor;
|
|
1425
|
-
}>, () =>
|
|
1431
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, string[], string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1426
1432
|
options: ObjectConstructor;
|
|
1427
1433
|
pluginOptions: ObjectConstructor;
|
|
1428
1434
|
theme: (ObjectConstructor | StringConstructor)[];
|
|
@@ -1470,7 +1476,7 @@ export declare const Components: {
|
|
|
1470
1476
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1471
1477
|
default: boolean;
|
|
1472
1478
|
};
|
|
1473
|
-
}>, () =>
|
|
1479
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
1474
1480
|
disabled: {
|
|
1475
1481
|
type: BooleanConstructor;
|
|
1476
1482
|
default: boolean;
|
|
@@ -1542,7 +1548,7 @@ export declare const Components: {
|
|
|
1542
1548
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1543
1549
|
default: boolean;
|
|
1544
1550
|
};
|
|
1545
|
-
}>, () =>
|
|
1551
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
1546
1552
|
disabled: {
|
|
1547
1553
|
type: BooleanConstructor;
|
|
1548
1554
|
default: boolean;
|
|
@@ -1593,7 +1599,7 @@ export declare const Components: {
|
|
|
1593
1599
|
type: BooleanConstructor;
|
|
1594
1600
|
default: boolean;
|
|
1595
1601
|
};
|
|
1596
|
-
}>, () =>
|
|
1602
|
+
}>, () => JSX.Element | VNode<RendererNode, RendererElement, {
|
|
1597
1603
|
[key: string]: any;
|
|
1598
1604
|
}>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
1599
1605
|
modelValue: {
|
|
@@ -1620,7 +1626,7 @@ export declare const Components: {
|
|
|
1620
1626
|
type: BooleanConstructor;
|
|
1621
1627
|
default: boolean;
|
|
1622
1628
|
};
|
|
1623
|
-
}>, () =>
|
|
1629
|
+
}>, () => JSX.Element | VNode<RendererNode, RendererElement, {
|
|
1624
1630
|
[key: string]: any;
|
|
1625
1631
|
}>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
1626
1632
|
modelValue: {
|
|
@@ -1844,7 +1850,7 @@ export declare const Components: {
|
|
|
1844
1850
|
value: {
|
|
1845
1851
|
type: (StringConstructor | NumberConstructor)[];
|
|
1846
1852
|
};
|
|
1847
|
-
}>, () =>
|
|
1853
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1848
1854
|
tag: {
|
|
1849
1855
|
type: StringConstructor;
|
|
1850
1856
|
default: string;
|
|
@@ -1863,7 +1869,7 @@ export declare const Components: {
|
|
|
1863
1869
|
value: {
|
|
1864
1870
|
type: (StringConstructor | NumberConstructor)[];
|
|
1865
1871
|
};
|
|
1866
|
-
}>, () =>
|
|
1872
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1867
1873
|
tag: {
|
|
1868
1874
|
type: StringConstructor;
|
|
1869
1875
|
default: string;
|
|
@@ -1879,7 +1885,7 @@ export declare const Components: {
|
|
|
1879
1885
|
type: StringConstructor;
|
|
1880
1886
|
default: string;
|
|
1881
1887
|
};
|
|
1882
|
-
}>, () =>
|
|
1888
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1883
1889
|
tag: {
|
|
1884
1890
|
type: StringConstructor;
|
|
1885
1891
|
default: string;
|
|
@@ -1892,7 +1898,7 @@ export declare const Components: {
|
|
|
1892
1898
|
type: StringConstructor;
|
|
1893
1899
|
default: string;
|
|
1894
1900
|
};
|
|
1895
|
-
}>, () =>
|
|
1901
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1896
1902
|
tag: {
|
|
1897
1903
|
type: StringConstructor;
|
|
1898
1904
|
default: string;
|
|
@@ -1926,7 +1932,7 @@ export declare const Components: {
|
|
|
1926
1932
|
type: BooleanConstructor;
|
|
1927
1933
|
default: boolean;
|
|
1928
1934
|
};
|
|
1929
|
-
}>, () =>
|
|
1935
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "complete")[], "change" | "error" | "complete", PublicProps, Readonly<ExtractPropTypes< {
|
|
1930
1936
|
tag: {
|
|
1931
1937
|
type: StringConstructor;
|
|
1932
1938
|
default: string;
|
|
@@ -1990,7 +1996,7 @@ export declare const Components: {
|
|
|
1990
1996
|
type: BooleanConstructor;
|
|
1991
1997
|
default: boolean;
|
|
1992
1998
|
};
|
|
1993
|
-
}>, () =>
|
|
1999
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "complete")[], "change" | "error" | "complete", PublicProps, Readonly<ExtractPropTypes< {
|
|
1994
2000
|
tag: {
|
|
1995
2001
|
type: StringConstructor;
|
|
1996
2002
|
default: string;
|
|
@@ -2076,7 +2082,7 @@ export declare const Components: {
|
|
|
2076
2082
|
default: boolean;
|
|
2077
2083
|
};
|
|
2078
2084
|
render: FunctionConstructor;
|
|
2079
|
-
}>, () =>
|
|
2085
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "complete" | "begin")[], "change" | "complete" | "begin", PublicProps, Readonly<ExtractPropTypes< {
|
|
2080
2086
|
tag: {
|
|
2081
2087
|
type: StringConstructor;
|
|
2082
2088
|
default: string;
|
|
@@ -2189,7 +2195,7 @@ export declare const Components: {
|
|
|
2189
2195
|
default: boolean;
|
|
2190
2196
|
};
|
|
2191
2197
|
render: FunctionConstructor;
|
|
2192
|
-
}>, () =>
|
|
2198
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "complete" | "begin")[], "change" | "complete" | "begin", PublicProps, Readonly<ExtractPropTypes< {
|
|
2193
2199
|
tag: {
|
|
2194
2200
|
type: StringConstructor;
|
|
2195
2201
|
default: string;
|
|
@@ -2259,9 +2265,7 @@ export declare const Components: {
|
|
|
2259
2265
|
type: Render;
|
|
2260
2266
|
default: () => null;
|
|
2261
2267
|
};
|
|
2262
|
-
}>, () =>
|
|
2263
|
-
[key: string]: any;
|
|
2264
|
-
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2268
|
+
}>, () => any, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2265
2269
|
render: {
|
|
2266
2270
|
type: Render;
|
|
2267
2271
|
default: () => null;
|
|
@@ -2274,9 +2278,7 @@ export declare const Components: {
|
|
|
2274
2278
|
type: Render;
|
|
2275
2279
|
default: () => null;
|
|
2276
2280
|
};
|
|
2277
|
-
}>, () =>
|
|
2278
|
-
[key: string]: any;
|
|
2279
|
-
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2281
|
+
}>, () => any, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2280
2282
|
render: {
|
|
2281
2283
|
type: Render;
|
|
2282
2284
|
default: () => null;
|
|
@@ -2350,7 +2352,7 @@ export declare const Components: {
|
|
|
2350
2352
|
default: boolean;
|
|
2351
2353
|
};
|
|
2352
2354
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2353
|
-
} & object>, () =>
|
|
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< {
|
|
2354
2356
|
type: StringConstructor;
|
|
2355
2357
|
placeholder: StringConstructor;
|
|
2356
2358
|
clearable: {
|
|
@@ -2509,7 +2511,7 @@ export declare const Components: {
|
|
|
2509
2511
|
default: boolean;
|
|
2510
2512
|
};
|
|
2511
2513
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2512
|
-
} & object>, () =>
|
|
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< {
|
|
2513
2515
|
type: StringConstructor;
|
|
2514
2516
|
placeholder: StringConstructor;
|
|
2515
2517
|
clearable: {
|
|
@@ -2672,6 +2674,108 @@ export declare const Components: {
|
|
|
2672
2674
|
wait: number;
|
|
2673
2675
|
include: RegExp;
|
|
2674
2676
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2677
|
+
Defer: DefineComponent<ExtractPropTypes< {
|
|
2678
|
+
data: {
|
|
2679
|
+
type: ArrayConstructor;
|
|
2680
|
+
default: never[];
|
|
2681
|
+
};
|
|
2682
|
+
primaryKey: {
|
|
2683
|
+
type: StringConstructor;
|
|
2684
|
+
default: string;
|
|
2685
|
+
};
|
|
2686
|
+
concurrency: {
|
|
2687
|
+
type: NumberConstructor;
|
|
2688
|
+
default: number;
|
|
2689
|
+
};
|
|
2690
|
+
disabled: {
|
|
2691
|
+
type: BooleanConstructor;
|
|
2692
|
+
default: boolean;
|
|
2693
|
+
};
|
|
2694
|
+
once: {
|
|
2695
|
+
type: BooleanConstructor;
|
|
2696
|
+
default: boolean;
|
|
2697
|
+
};
|
|
2698
|
+
}>, () => VNodeChild[], {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "complete"[], "complete", PublicProps, Readonly<ExtractPropTypes< {
|
|
2699
|
+
data: {
|
|
2700
|
+
type: ArrayConstructor;
|
|
2701
|
+
default: never[];
|
|
2702
|
+
};
|
|
2703
|
+
primaryKey: {
|
|
2704
|
+
type: StringConstructor;
|
|
2705
|
+
default: string;
|
|
2706
|
+
};
|
|
2707
|
+
concurrency: {
|
|
2708
|
+
type: NumberConstructor;
|
|
2709
|
+
default: number;
|
|
2710
|
+
};
|
|
2711
|
+
disabled: {
|
|
2712
|
+
type: BooleanConstructor;
|
|
2713
|
+
default: boolean;
|
|
2714
|
+
};
|
|
2715
|
+
once: {
|
|
2716
|
+
type: BooleanConstructor;
|
|
2717
|
+
default: boolean;
|
|
2718
|
+
};
|
|
2719
|
+
}>> & Readonly<{
|
|
2720
|
+
onComplete?: ((...args: any[]) => any) | undefined;
|
|
2721
|
+
}>, {
|
|
2722
|
+
data: unknown[];
|
|
2723
|
+
disabled: boolean;
|
|
2724
|
+
once: boolean;
|
|
2725
|
+
primaryKey: string;
|
|
2726
|
+
concurrency: number;
|
|
2727
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2728
|
+
MDefer: DefineComponent<ExtractPropTypes< {
|
|
2729
|
+
data: {
|
|
2730
|
+
type: ArrayConstructor;
|
|
2731
|
+
default: never[];
|
|
2732
|
+
};
|
|
2733
|
+
primaryKey: {
|
|
2734
|
+
type: StringConstructor;
|
|
2735
|
+
default: string;
|
|
2736
|
+
};
|
|
2737
|
+
concurrency: {
|
|
2738
|
+
type: NumberConstructor;
|
|
2739
|
+
default: number;
|
|
2740
|
+
};
|
|
2741
|
+
disabled: {
|
|
2742
|
+
type: BooleanConstructor;
|
|
2743
|
+
default: boolean;
|
|
2744
|
+
};
|
|
2745
|
+
once: {
|
|
2746
|
+
type: BooleanConstructor;
|
|
2747
|
+
default: boolean;
|
|
2748
|
+
};
|
|
2749
|
+
}>, () => VNodeChild[], {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "complete"[], "complete", PublicProps, Readonly<ExtractPropTypes< {
|
|
2750
|
+
data: {
|
|
2751
|
+
type: ArrayConstructor;
|
|
2752
|
+
default: never[];
|
|
2753
|
+
};
|
|
2754
|
+
primaryKey: {
|
|
2755
|
+
type: StringConstructor;
|
|
2756
|
+
default: string;
|
|
2757
|
+
};
|
|
2758
|
+
concurrency: {
|
|
2759
|
+
type: NumberConstructor;
|
|
2760
|
+
default: number;
|
|
2761
|
+
};
|
|
2762
|
+
disabled: {
|
|
2763
|
+
type: BooleanConstructor;
|
|
2764
|
+
default: boolean;
|
|
2765
|
+
};
|
|
2766
|
+
once: {
|
|
2767
|
+
type: BooleanConstructor;
|
|
2768
|
+
default: boolean;
|
|
2769
|
+
};
|
|
2770
|
+
}>> & Readonly<{
|
|
2771
|
+
onComplete?: ((...args: any[]) => any) | undefined;
|
|
2772
|
+
}>, {
|
|
2773
|
+
data: unknown[];
|
|
2774
|
+
disabled: boolean;
|
|
2775
|
+
once: boolean;
|
|
2776
|
+
primaryKey: string;
|
|
2777
|
+
concurrency: number;
|
|
2778
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2675
2779
|
Divider: DefineComponent<ExtractPropTypes< {
|
|
2676
2780
|
vertical: {
|
|
2677
2781
|
type: BooleanConstructor;
|
|
@@ -2682,7 +2786,7 @@ export declare const Components: {
|
|
|
2682
2786
|
default: string;
|
|
2683
2787
|
validator(val: string): boolean;
|
|
2684
2788
|
};
|
|
2685
|
-
}>, () =>
|
|
2789
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2686
2790
|
vertical: {
|
|
2687
2791
|
type: BooleanConstructor;
|
|
2688
2792
|
default: boolean;
|
|
@@ -2706,7 +2810,7 @@ export declare const Components: {
|
|
|
2706
2810
|
default: string;
|
|
2707
2811
|
validator(val: string): boolean;
|
|
2708
2812
|
};
|
|
2709
|
-
}>, () =>
|
|
2813
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2710
2814
|
vertical: {
|
|
2711
2815
|
type: BooleanConstructor;
|
|
2712
2816
|
default: boolean;
|
|
@@ -2794,7 +2898,7 @@ export declare const Components: {
|
|
|
2794
2898
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2795
2899
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
2796
2900
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
2797
|
-
}>, () =>
|
|
2901
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], PublicProps, {
|
|
2798
2902
|
footer: boolean;
|
|
2799
2903
|
mask: boolean;
|
|
2800
2904
|
modelValue: boolean;
|
|
@@ -2889,7 +2993,7 @@ export declare const Components: {
|
|
|
2889
2993
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2890
2994
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
2891
2995
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
2892
|
-
}>, () =>
|
|
2996
|
+
}>, () => JSX.Element, {}, {}, {}, {
|
|
2893
2997
|
footer: boolean;
|
|
2894
2998
|
mask: boolean;
|
|
2895
2999
|
modelValue: boolean;
|
|
@@ -2981,7 +3085,7 @@ export declare const Components: {
|
|
|
2981
3085
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2982
3086
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
2983
3087
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
2984
|
-
}>, () =>
|
|
3088
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], "close" | "update:modelValue" | "visible-change", {
|
|
2985
3089
|
footer: boolean;
|
|
2986
3090
|
mask: boolean;
|
|
2987
3091
|
modelValue: boolean;
|
|
@@ -3100,7 +3204,7 @@ export declare const Components: {
|
|
|
3100
3204
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3101
3205
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
3102
3206
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
3103
|
-
}>, () =>
|
|
3207
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], PublicProps, {
|
|
3104
3208
|
footer: boolean;
|
|
3105
3209
|
mask: boolean;
|
|
3106
3210
|
modelValue: boolean;
|
|
@@ -3195,7 +3299,7 @@ export declare const Components: {
|
|
|
3195
3299
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3196
3300
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
3197
3301
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
3198
|
-
}>, () =>
|
|
3302
|
+
}>, () => JSX.Element, {}, {}, {}, {
|
|
3199
3303
|
footer: boolean;
|
|
3200
3304
|
mask: boolean;
|
|
3201
3305
|
modelValue: boolean;
|
|
@@ -3287,7 +3391,7 @@ export declare const Components: {
|
|
|
3287
3391
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3288
3392
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
3289
3393
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
3290
|
-
}>, () =>
|
|
3394
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], "close" | "update:modelValue" | "visible-change", {
|
|
3291
3395
|
footer: boolean;
|
|
3292
3396
|
mask: boolean;
|
|
3293
3397
|
modelValue: boolean;
|
|
@@ -3401,7 +3505,7 @@ export declare const Components: {
|
|
|
3401
3505
|
onCancel: {
|
|
3402
3506
|
type: FunctionConstructor;
|
|
3403
3507
|
};
|
|
3404
|
-
}>, () =>
|
|
3508
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], "close" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
|
|
3405
3509
|
title: StringConstructor;
|
|
3406
3510
|
content: {
|
|
3407
3511
|
type: PropType<string | Props["render"]>;
|
|
@@ -3559,7 +3663,7 @@ export declare const Components: {
|
|
|
3559
3663
|
onCancel: {
|
|
3560
3664
|
type: FunctionConstructor;
|
|
3561
3665
|
};
|
|
3562
|
-
}>, () =>
|
|
3666
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change")[], "close" | "update:modelValue" | "visible-change", PublicProps, Readonly<ExtractPropTypes< {
|
|
3563
3667
|
title: StringConstructor;
|
|
3564
3668
|
content: {
|
|
3565
3669
|
type: PropType<string | Props["render"]>;
|
|
@@ -3666,7 +3770,7 @@ export declare const Components: {
|
|
|
3666
3770
|
type: BooleanConstructor;
|
|
3667
3771
|
default: boolean;
|
|
3668
3772
|
};
|
|
3669
|
-
}>, () =>
|
|
3773
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "close" | "update:modelValue" | "visible-change" | "ready")[], "click" | "close" | "update:modelValue" | "visible-change" | "ready", PublicProps, Readonly<ExtractPropTypes< {
|
|
3670
3774
|
modelValue: {
|
|
3671
3775
|
type: BooleanConstructor;
|
|
3672
3776
|
default: boolean;
|
|
@@ -3714,7 +3818,7 @@ export declare const Components: {
|
|
|
3714
3818
|
type: BooleanConstructor;
|
|
3715
3819
|
default: boolean;
|
|
3716
3820
|
};
|
|
3717
|
-
}>, () =>
|
|
3821
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "close" | "update:modelValue" | "visible-change" | "ready")[], "click" | "close" | "update:modelValue" | "visible-change" | "ready", PublicProps, Readonly<ExtractPropTypes< {
|
|
3718
3822
|
modelValue: {
|
|
3719
3823
|
type: BooleanConstructor;
|
|
3720
3824
|
default: boolean;
|
|
@@ -3769,7 +3873,7 @@ export declare const Components: {
|
|
|
3769
3873
|
type: BooleanConstructor;
|
|
3770
3874
|
default: boolean;
|
|
3771
3875
|
};
|
|
3772
|
-
}>, () =>
|
|
3876
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
|
|
3773
3877
|
value: {
|
|
3774
3878
|
type: (StringConstructor | NumberConstructor)[];
|
|
3775
3879
|
value: undefined;
|
|
@@ -3827,7 +3931,7 @@ export declare const Components: {
|
|
|
3827
3931
|
type: BooleanConstructor;
|
|
3828
3932
|
default: boolean;
|
|
3829
3933
|
};
|
|
3830
|
-
}>, () =>
|
|
3934
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
|
|
3831
3935
|
value: {
|
|
3832
3936
|
type: (StringConstructor | NumberConstructor)[];
|
|
3833
3937
|
value: undefined;
|
|
@@ -3860,8 +3964,8 @@ export declare const Components: {
|
|
|
3860
3964
|
selected: boolean;
|
|
3861
3965
|
divided: boolean;
|
|
3862
3966
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3863
|
-
DropdownMenu: DefineComponent< {}, () =>
|
|
3864
|
-
MDropdownMenu: DefineComponent< {}, () =>
|
|
3967
|
+
DropdownMenu: DefineComponent< {}, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3968
|
+
MDropdownMenu: DefineComponent< {}, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3865
3969
|
Editor: DefineComponent<ExtractPropTypes< {
|
|
3866
3970
|
modelValue: {
|
|
3867
3971
|
type: StringConstructor;
|
|
@@ -3890,7 +3994,7 @@ export declare const Components: {
|
|
|
3890
3994
|
type: BooleanConstructor;
|
|
3891
3995
|
default: boolean;
|
|
3892
3996
|
};
|
|
3893
|
-
}>, () =>
|
|
3997
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "update:modelValue" | "ready")[], "blur" | "change" | "focus" | "input" | "update:modelValue" | "ready", PublicProps, Readonly<ExtractPropTypes< {
|
|
3894
3998
|
modelValue: {
|
|
3895
3999
|
type: StringConstructor;
|
|
3896
4000
|
default: string;
|
|
@@ -3960,7 +4064,7 @@ export declare const Components: {
|
|
|
3960
4064
|
type: BooleanConstructor;
|
|
3961
4065
|
default: boolean;
|
|
3962
4066
|
};
|
|
3963
|
-
}>, () =>
|
|
4067
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "update:modelValue" | "ready")[], "blur" | "change" | "focus" | "input" | "update:modelValue" | "ready", PublicProps, Readonly<ExtractPropTypes< {
|
|
3964
4068
|
modelValue: {
|
|
3965
4069
|
type: StringConstructor;
|
|
3966
4070
|
default: string;
|
|
@@ -4019,7 +4123,7 @@ export declare const Components: {
|
|
|
4019
4123
|
type: PropType<string[]>;
|
|
4020
4124
|
default: () => string[];
|
|
4021
4125
|
};
|
|
4022
|
-
}>, () =>
|
|
4126
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4023
4127
|
value: {
|
|
4024
4128
|
type: StringConstructor;
|
|
4025
4129
|
default: undefined;
|
|
@@ -4039,8 +4143,8 @@ export declare const Components: {
|
|
|
4039
4143
|
}>> & Readonly<{}>, {
|
|
4040
4144
|
fontSize: string[];
|
|
4041
4145
|
value: string;
|
|
4042
|
-
letterSpacing: string[];
|
|
4043
4146
|
lineHeight: string[];
|
|
4147
|
+
letterSpacing: string[];
|
|
4044
4148
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4045
4149
|
MEditorView: DefineComponent<ExtractPropTypes< {
|
|
4046
4150
|
value: {
|
|
@@ -4059,7 +4163,7 @@ export declare const Components: {
|
|
|
4059
4163
|
type: PropType<string[]>;
|
|
4060
4164
|
default: () => string[];
|
|
4061
4165
|
};
|
|
4062
|
-
}>, () =>
|
|
4166
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4063
4167
|
value: {
|
|
4064
4168
|
type: StringConstructor;
|
|
4065
4169
|
default: undefined;
|
|
@@ -4079,8 +4183,8 @@ export declare const Components: {
|
|
|
4079
4183
|
}>> & Readonly<{}>, {
|
|
4080
4184
|
fontSize: string[];
|
|
4081
4185
|
value: string;
|
|
4082
|
-
letterSpacing: string[];
|
|
4083
4186
|
lineHeight: string[];
|
|
4187
|
+
letterSpacing: string[];
|
|
4084
4188
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4085
4189
|
Expand: DefineComponent<ExtractPropTypes< {
|
|
4086
4190
|
tag: {
|
|
@@ -4095,7 +4199,7 @@ export declare const Components: {
|
|
|
4095
4199
|
type: BooleanConstructor;
|
|
4096
4200
|
default: boolean;
|
|
4097
4201
|
};
|
|
4098
|
-
}>, () =>
|
|
4202
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4099
4203
|
tag: {
|
|
4100
4204
|
type: StringConstructor;
|
|
4101
4205
|
default: string;
|
|
@@ -4126,7 +4230,7 @@ export declare const Components: {
|
|
|
4126
4230
|
type: BooleanConstructor;
|
|
4127
4231
|
default: boolean;
|
|
4128
4232
|
};
|
|
4129
|
-
}>, () =>
|
|
4233
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4130
4234
|
tag: {
|
|
4131
4235
|
type: StringConstructor;
|
|
4132
4236
|
default: string;
|
|
@@ -4415,7 +4519,7 @@ export declare const Components: {
|
|
|
4415
4519
|
labelClass: (ObjectConstructor | StringConstructor)[];
|
|
4416
4520
|
errorStyle: (ObjectConstructor | StringConstructor)[];
|
|
4417
4521
|
errorClass: (ObjectConstructor | StringConstructor)[];
|
|
4418
|
-
}>, () =>
|
|
4522
|
+
}>, () => JSX.Element | (VNode<RendererNode, RendererElement, {
|
|
4419
4523
|
[key: string]: any;
|
|
4420
4524
|
}>[] | undefined)[], {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4421
4525
|
label: {
|
|
@@ -4527,7 +4631,7 @@ export declare const Components: {
|
|
|
4527
4631
|
labelClass: (ObjectConstructor | StringConstructor)[];
|
|
4528
4632
|
errorStyle: (ObjectConstructor | StringConstructor)[];
|
|
4529
4633
|
errorClass: (ObjectConstructor | StringConstructor)[];
|
|
4530
|
-
}>, () =>
|
|
4634
|
+
}>, () => JSX.Element | (VNode<RendererNode, RendererElement, {
|
|
4531
4635
|
[key: string]: any;
|
|
4532
4636
|
}>[] | undefined)[], {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4533
4637
|
indent: {
|
|
@@ -4621,7 +4725,7 @@ export declare const Components: {
|
|
|
4621
4725
|
type: ObjectConstructor;
|
|
4622
4726
|
default: () => {};
|
|
4623
4727
|
};
|
|
4624
|
-
}>, () =>
|
|
4728
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "ready"[], "ready", PublicProps, Readonly<ExtractPropTypes< {
|
|
4625
4729
|
tag: {
|
|
4626
4730
|
type: StringConstructor;
|
|
4627
4731
|
default: string;
|
|
@@ -4678,7 +4782,7 @@ export declare const Components: {
|
|
|
4678
4782
|
type: ObjectConstructor;
|
|
4679
4783
|
default: () => {};
|
|
4680
4784
|
};
|
|
4681
|
-
}>, () =>
|
|
4785
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "ready"[], "ready", PublicProps, Readonly<ExtractPropTypes< {
|
|
4682
4786
|
tag: {
|
|
4683
4787
|
type: StringConstructor;
|
|
4684
4788
|
default: string;
|
|
@@ -4717,7 +4821,7 @@ export declare const Components: {
|
|
|
4717
4821
|
type: BooleanConstructor;
|
|
4718
4822
|
default: boolean;
|
|
4719
4823
|
};
|
|
4720
|
-
}>, () =>
|
|
4824
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4721
4825
|
type: StringConstructor;
|
|
4722
4826
|
inherit: {
|
|
4723
4827
|
type: BooleanConstructor;
|
|
@@ -4732,7 +4836,7 @@ export declare const Components: {
|
|
|
4732
4836
|
type: BooleanConstructor;
|
|
4733
4837
|
default: boolean;
|
|
4734
4838
|
};
|
|
4735
|
-
}>, () =>
|
|
4839
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4736
4840
|
type: StringConstructor;
|
|
4737
4841
|
inherit: {
|
|
4738
4842
|
type: BooleanConstructor;
|
|
@@ -4750,7 +4854,7 @@ export declare const Components: {
|
|
|
4750
4854
|
type: BooleanConstructor;
|
|
4751
4855
|
default: boolean;
|
|
4752
4856
|
};
|
|
4753
|
-
}>, () =>
|
|
4857
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4754
4858
|
src: StringConstructor;
|
|
4755
4859
|
fit: StringConstructor;
|
|
4756
4860
|
lazy: BooleanConstructor;
|
|
@@ -4772,7 +4876,7 @@ export declare const Components: {
|
|
|
4772
4876
|
type: BooleanConstructor;
|
|
4773
4877
|
default: boolean;
|
|
4774
4878
|
};
|
|
4775
|
-
}>, () =>
|
|
4879
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4776
4880
|
src: StringConstructor;
|
|
4777
4881
|
fit: StringConstructor;
|
|
4778
4882
|
lazy: BooleanConstructor;
|
|
@@ -4790,7 +4894,7 @@ export declare const Components: {
|
|
|
4790
4894
|
type: StringConstructor;
|
|
4791
4895
|
default: string;
|
|
4792
4896
|
};
|
|
4793
|
-
}>, () =>
|
|
4897
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4794
4898
|
tag: {
|
|
4795
4899
|
type: StringConstructor;
|
|
4796
4900
|
default: string;
|
|
@@ -4803,7 +4907,7 @@ export declare const Components: {
|
|
|
4803
4907
|
type: StringConstructor;
|
|
4804
4908
|
default: string;
|
|
4805
4909
|
};
|
|
4806
|
-
}>, () =>
|
|
4910
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4807
4911
|
tag: {
|
|
4808
4912
|
type: StringConstructor;
|
|
4809
4913
|
default: string;
|
|
@@ -4817,7 +4921,7 @@ export declare const Components: {
|
|
|
4817
4921
|
type: StringConstructor;
|
|
4818
4922
|
default: string;
|
|
4819
4923
|
};
|
|
4820
|
-
}>> & Readonly<{}>, () =>
|
|
4924
|
+
}>> & Readonly<{}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
4821
4925
|
tag: string;
|
|
4822
4926
|
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
4823
4927
|
P: {};
|
|
@@ -4831,7 +4935,7 @@ export declare const Components: {
|
|
|
4831
4935
|
type: StringConstructor;
|
|
4832
4936
|
default: string;
|
|
4833
4937
|
};
|
|
4834
|
-
}>> & Readonly<{}>, () =>
|
|
4938
|
+
}>> & Readonly<{}>, () => JSX.Element, {}, {}, {}, {
|
|
4835
4939
|
tag: string;
|
|
4836
4940
|
}>;
|
|
4837
4941
|
__isFragment?: never;
|
|
@@ -4842,7 +4946,7 @@ export declare const Components: {
|
|
|
4842
4946
|
type: StringConstructor;
|
|
4843
4947
|
default: string;
|
|
4844
4948
|
};
|
|
4845
|
-
}>> & Readonly<{}>, () =>
|
|
4949
|
+
}>> & Readonly<{}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
4846
4950
|
tag: string;
|
|
4847
4951
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
|
|
4848
4952
|
open: (options: {
|
|
@@ -4858,7 +4962,7 @@ export declare const Components: {
|
|
|
4858
4962
|
type: StringConstructor;
|
|
4859
4963
|
default: string;
|
|
4860
4964
|
};
|
|
4861
|
-
}>> & Readonly<{}>, () =>
|
|
4965
|
+
}>> & Readonly<{}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
4862
4966
|
tag: string;
|
|
4863
4967
|
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
4864
4968
|
P: {};
|
|
@@ -4872,7 +4976,7 @@ export declare const Components: {
|
|
|
4872
4976
|
type: StringConstructor;
|
|
4873
4977
|
default: string;
|
|
4874
4978
|
};
|
|
4875
|
-
}>> & Readonly<{}>, () =>
|
|
4979
|
+
}>> & Readonly<{}>, () => JSX.Element, {}, {}, {}, {
|
|
4876
4980
|
tag: string;
|
|
4877
4981
|
}>;
|
|
4878
4982
|
__isFragment?: never;
|
|
@@ -4883,7 +4987,7 @@ export declare const Components: {
|
|
|
4883
4987
|
type: StringConstructor;
|
|
4884
4988
|
default: string;
|
|
4885
4989
|
};
|
|
4886
|
-
}>> & Readonly<{}>, () =>
|
|
4990
|
+
}>> & Readonly<{}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
4887
4991
|
tag: string;
|
|
4888
4992
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
|
|
4889
4993
|
open: (options: {
|
|
@@ -4898,7 +5002,7 @@ export declare const Components: {
|
|
|
4898
5002
|
type: StringConstructor;
|
|
4899
5003
|
default: string;
|
|
4900
5004
|
};
|
|
4901
|
-
}>, () =>
|
|
5005
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4902
5006
|
tag: {
|
|
4903
5007
|
type: StringConstructor;
|
|
4904
5008
|
default: string;
|
|
@@ -4911,7 +5015,7 @@ export declare const Components: {
|
|
|
4911
5015
|
type: StringConstructor;
|
|
4912
5016
|
default: string;
|
|
4913
5017
|
};
|
|
4914
|
-
}>, () =>
|
|
5018
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4915
5019
|
tag: {
|
|
4916
5020
|
type: StringConstructor;
|
|
4917
5021
|
default: string;
|
|
@@ -4977,7 +5081,7 @@ export declare const Components: {
|
|
|
4977
5081
|
type: BooleanConstructor;
|
|
4978
5082
|
default: boolean;
|
|
4979
5083
|
};
|
|
4980
|
-
}>, () =>
|
|
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< {
|
|
4981
5085
|
indicator: {
|
|
4982
5086
|
type: PropType<boolean | ({
|
|
4983
5087
|
inline: boolean;
|
|
@@ -5116,7 +5220,7 @@ export declare const Components: {
|
|
|
5116
5220
|
type: BooleanConstructor;
|
|
5117
5221
|
default: boolean;
|
|
5118
5222
|
};
|
|
5119
|
-
}>, () =>
|
|
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< {
|
|
5120
5224
|
right: {
|
|
5121
5225
|
type: BooleanConstructor;
|
|
5122
5226
|
default: boolean;
|
|
@@ -5272,7 +5376,7 @@ export declare const Components: {
|
|
|
5272
5376
|
type: BooleanConstructor;
|
|
5273
5377
|
default: boolean;
|
|
5274
5378
|
};
|
|
5275
|
-
}>, () =>
|
|
5379
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5276
5380
|
min: {
|
|
5277
5381
|
type: NumberConstructor;
|
|
5278
5382
|
default: number;
|
|
@@ -5445,7 +5549,7 @@ export declare const Components: {
|
|
|
5445
5549
|
type: BooleanConstructor;
|
|
5446
5550
|
default: boolean;
|
|
5447
5551
|
};
|
|
5448
|
-
}>, () =>
|
|
5552
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5449
5553
|
min: {
|
|
5450
5554
|
type: NumberConstructor;
|
|
5451
5555
|
default: number;
|
|
@@ -5594,7 +5698,7 @@ export declare const Components: {
|
|
|
5594
5698
|
type: BooleanConstructor;
|
|
5595
5699
|
default: boolean;
|
|
5596
5700
|
};
|
|
5597
|
-
}>, () =>
|
|
5701
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5598
5702
|
enterText: {
|
|
5599
5703
|
type: (StringConstructor | BooleanConstructor)[];
|
|
5600
5704
|
default: boolean;
|
|
@@ -5717,7 +5821,7 @@ export declare const Components: {
|
|
|
5717
5821
|
type: BooleanConstructor;
|
|
5718
5822
|
default: boolean;
|
|
5719
5823
|
};
|
|
5720
|
-
}>, () =>
|
|
5824
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5721
5825
|
cancelText: {
|
|
5722
5826
|
type: StringConstructor;
|
|
5723
5827
|
default: string;
|
|
@@ -5879,7 +5983,7 @@ export declare const Components: {
|
|
|
5879
5983
|
to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
5880
5984
|
href: StringConstructor;
|
|
5881
5985
|
alone: BooleanConstructor;
|
|
5882
|
-
}>, () =>
|
|
5986
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
|
|
5883
5987
|
tag: {
|
|
5884
5988
|
type: StringConstructor;
|
|
5885
5989
|
default: string;
|
|
@@ -5941,7 +6045,7 @@ export declare const Components: {
|
|
|
5941
6045
|
to: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
5942
6046
|
href: StringConstructor;
|
|
5943
6047
|
alone: BooleanConstructor;
|
|
5944
|
-
}>, () =>
|
|
6048
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
|
|
5945
6049
|
tag: {
|
|
5946
6050
|
type: StringConstructor;
|
|
5947
6051
|
default: string;
|
|
@@ -5991,7 +6095,7 @@ export declare const Components: {
|
|
|
5991
6095
|
type: BooleanConstructor;
|
|
5992
6096
|
default: boolean;
|
|
5993
6097
|
};
|
|
5994
|
-
}>, () =>
|
|
6098
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5995
6099
|
speed: {
|
|
5996
6100
|
type: NumberConstructor;
|
|
5997
6101
|
default: number;
|
|
@@ -6024,7 +6128,7 @@ export declare const Components: {
|
|
|
6024
6128
|
type: BooleanConstructor;
|
|
6025
6129
|
default: boolean;
|
|
6026
6130
|
};
|
|
6027
|
-
}>, () =>
|
|
6131
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
6028
6132
|
speed: {
|
|
6029
6133
|
type: NumberConstructor;
|
|
6030
6134
|
default: number;
|
|
@@ -6140,7 +6244,7 @@ export declare const Components: {
|
|
|
6140
6244
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
6141
6245
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
6142
6246
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
6143
|
-
}>, () =>
|
|
6247
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "visible-change" | "portal-fulfilled" | "ok")[], PublicProps, {
|
|
6144
6248
|
size: "small" | "large" | "medium";
|
|
6145
6249
|
footer: boolean;
|
|
6146
6250
|
mask: boolean;
|
|
@@ -6260,7 +6364,7 @@ export declare const Components: {
|
|
|
6260
6364
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
6261
6365
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
6262
6366
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
6263
|
-
}>, () =>
|
|
6367
|
+
}>, () => JSX.Element, {}, {}, {}, {
|
|
6264
6368
|
size: "small" | "large" | "medium";
|
|
6265
6369
|
footer: boolean;
|
|
6266
6370
|
mask: boolean;
|
|
@@ -6377,7 +6481,7 @@ export declare const Components: {
|
|
|
6377
6481
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
6378
6482
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
6379
6483
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
6380
|
-
}>, () =>
|
|
6484
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "visible-change" | "portal-fulfilled" | "ok")[], "cancel" | "close" | "update:modelValue" | "visible-change" | "portal-fulfilled" | "ok", {
|
|
6381
6485
|
size: "small" | "large" | "medium";
|
|
6382
6486
|
footer: boolean;
|
|
6383
6487
|
mask: boolean;
|
|
@@ -6619,7 +6723,7 @@ export declare const Components: {
|
|
|
6619
6723
|
onCancel: {
|
|
6620
6724
|
type: FunctionConstructor;
|
|
6621
6725
|
};
|
|
6622
|
-
}>, () =>
|
|
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< {
|
|
6623
6727
|
modelValue: {
|
|
6624
6728
|
type: BooleanConstructor;
|
|
6625
6729
|
default: boolean;
|
|
@@ -6785,7 +6889,7 @@ export declare const Components: {
|
|
|
6785
6889
|
onCancel: {
|
|
6786
6890
|
type: FunctionConstructor;
|
|
6787
6891
|
};
|
|
6788
|
-
}>, () =>
|
|
6892
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "portal-fulfilled" | "ok")[], "cancel" | "close" | "update:modelValue" | "portal-fulfilled" | "ok", PublicProps, Readonly<ExtractPropTypes< {
|
|
6789
6893
|
mode: {
|
|
6790
6894
|
type: PropType<"alert" | "operation">;
|
|
6791
6895
|
validator: (v: any) => boolean;
|
|
@@ -6883,7 +6987,7 @@ export declare const Components: {
|
|
|
6883
6987
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
6884
6988
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
6885
6989
|
"onBefore-close"?: ((...args: any[]) => any) | undefined;
|
|
6886
|
-
}>, () =>
|
|
6990
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "portal-fulfilled" | "before-close")[], PublicProps, {
|
|
6887
6991
|
top: number;
|
|
6888
6992
|
fixed: boolean;
|
|
6889
6993
|
closable: boolean;
|
|
@@ -6923,7 +7027,7 @@ export declare const Components: {
|
|
|
6923
7027
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
6924
7028
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
6925
7029
|
"onBefore-close"?: ((...args: any[]) => any) | undefined;
|
|
6926
|
-
}>, () =>
|
|
7030
|
+
}>, () => JSX.Element, {}, {}, {}, {
|
|
6927
7031
|
top: number;
|
|
6928
7032
|
fixed: boolean;
|
|
6929
7033
|
closable: boolean;
|
|
@@ -6960,7 +7064,7 @@ export declare const Components: {
|
|
|
6960
7064
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
6961
7065
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
6962
7066
|
"onBefore-close"?: ((...args: any[]) => any) | undefined;
|
|
6963
|
-
}>, () =>
|
|
7067
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "portal-fulfilled" | "before-close")[], "close" | "portal-fulfilled" | "before-close", {
|
|
6964
7068
|
top: number;
|
|
6965
7069
|
fixed: boolean;
|
|
6966
7070
|
closable: boolean;
|
|
@@ -7067,7 +7171,7 @@ export declare const Components: {
|
|
|
7067
7171
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
7068
7172
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
7069
7173
|
"onBefore-close"?: ((...args: any[]) => any) | undefined;
|
|
7070
|
-
}>, () =>
|
|
7174
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "portal-fulfilled" | "before-close")[], PublicProps, {
|
|
7071
7175
|
top: number;
|
|
7072
7176
|
fixed: boolean;
|
|
7073
7177
|
closable: boolean;
|
|
@@ -7107,7 +7211,7 @@ export declare const Components: {
|
|
|
7107
7211
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
7108
7212
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
7109
7213
|
"onBefore-close"?: ((...args: any[]) => any) | undefined;
|
|
7110
|
-
}>, () =>
|
|
7214
|
+
}>, () => JSX.Element, {}, {}, {}, {
|
|
7111
7215
|
top: number;
|
|
7112
7216
|
fixed: boolean;
|
|
7113
7217
|
closable: boolean;
|
|
@@ -7144,7 +7248,7 @@ export declare const Components: {
|
|
|
7144
7248
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
7145
7249
|
"onPortal-fulfilled"?: ((...args: any[]) => any) | undefined;
|
|
7146
7250
|
"onBefore-close"?: ((...args: any[]) => any) | undefined;
|
|
7147
|
-
}>, () =>
|
|
7251
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "portal-fulfilled" | "before-close")[], "close" | "portal-fulfilled" | "before-close", {
|
|
7148
7252
|
top: number;
|
|
7149
7253
|
fixed: boolean;
|
|
7150
7254
|
closable: boolean;
|
|
@@ -7227,7 +7331,7 @@ export declare const Components: {
|
|
|
7227
7331
|
type: StringConstructor;
|
|
7228
7332
|
default: string;
|
|
7229
7333
|
};
|
|
7230
|
-
}>, () =>
|
|
7334
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7231
7335
|
tag: {
|
|
7232
7336
|
type: StringConstructor;
|
|
7233
7337
|
default: string;
|
|
@@ -7240,7 +7344,7 @@ export declare const Components: {
|
|
|
7240
7344
|
type: StringConstructor;
|
|
7241
7345
|
default: string;
|
|
7242
7346
|
};
|
|
7243
|
-
}>, () =>
|
|
7347
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7244
7348
|
tag: {
|
|
7245
7349
|
type: StringConstructor;
|
|
7246
7350
|
default: string;
|
|
@@ -7285,7 +7389,7 @@ export declare const Components: {
|
|
|
7285
7389
|
type: BooleanConstructor;
|
|
7286
7390
|
default: boolean;
|
|
7287
7391
|
};
|
|
7288
|
-
}>, () =>
|
|
7392
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:current" | "page-size-change")[], "change" | "update:current" | "page-size-change", PublicProps, Readonly<ExtractPropTypes< {
|
|
7289
7393
|
current: {
|
|
7290
7394
|
type: NumberConstructor;
|
|
7291
7395
|
default: number;
|
|
@@ -7374,7 +7478,7 @@ export declare const Components: {
|
|
|
7374
7478
|
type: BooleanConstructor;
|
|
7375
7479
|
default: boolean;
|
|
7376
7480
|
};
|
|
7377
|
-
}>, () =>
|
|
7481
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:current" | "page-size-change")[], "change" | "update:current" | "page-size-change", PublicProps, Readonly<ExtractPropTypes< {
|
|
7378
7482
|
current: {
|
|
7379
7483
|
type: NumberConstructor;
|
|
7380
7484
|
default: number;
|
|
@@ -7431,7 +7535,7 @@ export declare const Components: {
|
|
|
7431
7535
|
type: StringConstructor;
|
|
7432
7536
|
default: string;
|
|
7433
7537
|
};
|
|
7434
|
-
}>, () =>
|
|
7538
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7435
7539
|
tag: {
|
|
7436
7540
|
type: StringConstructor;
|
|
7437
7541
|
default: string;
|
|
@@ -7444,7 +7548,7 @@ export declare const Components: {
|
|
|
7444
7548
|
type: StringConstructor;
|
|
7445
7549
|
default: string;
|
|
7446
7550
|
};
|
|
7447
|
-
}>, () =>
|
|
7551
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7448
7552
|
tag: {
|
|
7449
7553
|
type: StringConstructor;
|
|
7450
7554
|
default: string;
|
|
@@ -7496,7 +7600,7 @@ export declare const Components: {
|
|
|
7496
7600
|
};
|
|
7497
7601
|
width: (StringConstructor | NumberConstructor)[];
|
|
7498
7602
|
portalClass: (ObjectConstructor | StringConstructor)[];
|
|
7499
|
-
}>, () =>
|
|
7603
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "visible-change" | "ready" | "ok")[], "cancel" | "close" | "update:modelValue" | "visible-change" | "ready" | "ok", PublicProps, Readonly<ExtractPropTypes< {
|
|
7500
7604
|
title: {
|
|
7501
7605
|
type: PropType<string | Props["render"]>;
|
|
7502
7606
|
default: string;
|
|
@@ -7603,7 +7707,7 @@ export declare const Components: {
|
|
|
7603
7707
|
};
|
|
7604
7708
|
width: (StringConstructor | NumberConstructor)[];
|
|
7605
7709
|
portalClass: (ObjectConstructor | StringConstructor)[];
|
|
7606
|
-
}>, () =>
|
|
7710
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "visible-change" | "ready" | "ok")[], "cancel" | "close" | "update:modelValue" | "visible-change" | "ready" | "ok", PublicProps, Readonly<ExtractPropTypes< {
|
|
7607
7711
|
title: {
|
|
7608
7712
|
type: PropType<string | Props["render"]>;
|
|
7609
7713
|
default: string;
|
|
@@ -8135,7 +8239,7 @@ export declare const Components: {
|
|
|
8135
8239
|
className: RegExp;
|
|
8136
8240
|
};
|
|
8137
8241
|
};
|
|
8138
|
-
}>, () =>
|
|
8242
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "portal-fulfilled")[], "close" | "update:modelValue" | "visible-change" | "portal-fulfilled", PublicProps, Readonly<ExtractPropTypes< {
|
|
8139
8243
|
fixed: {
|
|
8140
8244
|
type: BooleanConstructor;
|
|
8141
8245
|
default: boolean;
|
|
@@ -8219,7 +8323,7 @@ export declare const Components: {
|
|
|
8219
8323
|
className: RegExp;
|
|
8220
8324
|
};
|
|
8221
8325
|
};
|
|
8222
|
-
}>, () =>
|
|
8326
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:modelValue" | "visible-change" | "portal-fulfilled")[], "close" | "update:modelValue" | "visible-change" | "portal-fulfilled", PublicProps, Readonly<ExtractPropTypes< {
|
|
8223
8327
|
fixed: {
|
|
8224
8328
|
type: BooleanConstructor;
|
|
8225
8329
|
default: boolean;
|
|
@@ -8274,7 +8378,7 @@ export declare const Components: {
|
|
|
8274
8378
|
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
8275
8379
|
default: string;
|
|
8276
8380
|
};
|
|
8277
|
-
}>, () =>
|
|
8381
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
8278
8382
|
value: StringConstructor;
|
|
8279
8383
|
tag: {
|
|
8280
8384
|
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
@@ -8289,7 +8393,7 @@ export declare const Components: {
|
|
|
8289
8393
|
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
8290
8394
|
default: string;
|
|
8291
8395
|
};
|
|
8292
|
-
}>, () =>
|
|
8396
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
8293
8397
|
value: StringConstructor;
|
|
8294
8398
|
tag: {
|
|
8295
8399
|
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
@@ -8350,7 +8454,7 @@ export declare const Components: {
|
|
|
8350
8454
|
error: string;
|
|
8351
8455
|
};
|
|
8352
8456
|
};
|
|
8353
|
-
}>, () =>
|
|
8457
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
8354
8458
|
type: {
|
|
8355
8459
|
type: StringConstructor;
|
|
8356
8460
|
validator(val: string): boolean;
|
|
@@ -8406,12 +8510,12 @@ export declare const Components: {
|
|
|
8406
8510
|
type: string;
|
|
8407
8511
|
size: number;
|
|
8408
8512
|
color: string | Record<string, any>;
|
|
8513
|
+
strokeColor: string;
|
|
8409
8514
|
strokeWidth: number;
|
|
8410
8515
|
animated: boolean;
|
|
8411
8516
|
percent: string | number;
|
|
8412
8517
|
status: string;
|
|
8413
8518
|
showText: boolean;
|
|
8414
|
-
strokeColor: string;
|
|
8415
8519
|
trackColor: string;
|
|
8416
8520
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8417
8521
|
MProgress: DefineComponent<ExtractPropTypes< {
|
|
@@ -8466,7 +8570,7 @@ export declare const Components: {
|
|
|
8466
8570
|
error: string;
|
|
8467
8571
|
};
|
|
8468
8572
|
};
|
|
8469
|
-
}>, () =>
|
|
8573
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
8470
8574
|
type: {
|
|
8471
8575
|
type: StringConstructor;
|
|
8472
8576
|
validator(val: string): boolean;
|
|
@@ -8522,12 +8626,12 @@ export declare const Components: {
|
|
|
8522
8626
|
type: string;
|
|
8523
8627
|
size: number;
|
|
8524
8628
|
color: string | Record<string, any>;
|
|
8629
|
+
strokeColor: string;
|
|
8525
8630
|
strokeWidth: number;
|
|
8526
8631
|
animated: boolean;
|
|
8527
8632
|
percent: string | number;
|
|
8528
8633
|
status: string;
|
|
8529
8634
|
showText: boolean;
|
|
8530
|
-
strokeColor: string;
|
|
8531
8635
|
trackColor: string;
|
|
8532
8636
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8533
8637
|
Radio: DefineComponent<ExtractPropTypes< {
|
|
@@ -8558,7 +8662,7 @@ export declare const Components: {
|
|
|
8558
8662
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
8559
8663
|
default: boolean;
|
|
8560
8664
|
};
|
|
8561
|
-
}>, () =>
|
|
8665
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
8562
8666
|
disabled: {
|
|
8563
8667
|
type: BooleanConstructor;
|
|
8564
8668
|
default: boolean;
|
|
@@ -8627,7 +8731,7 @@ export declare const Components: {
|
|
|
8627
8731
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
8628
8732
|
default: boolean;
|
|
8629
8733
|
};
|
|
8630
|
-
}>, () =>
|
|
8734
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
8631
8735
|
labelStyle: (ObjectConstructor | StringConstructor)[];
|
|
8632
8736
|
labelClass: (ObjectConstructor | StringConstructor)[];
|
|
8633
8737
|
disabled: {
|
|
@@ -8696,7 +8800,7 @@ export declare const Components: {
|
|
|
8696
8800
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
8697
8801
|
default: boolean;
|
|
8698
8802
|
};
|
|
8699
|
-
}>, () =>
|
|
8803
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
8700
8804
|
disabled: {
|
|
8701
8805
|
type: BooleanConstructor;
|
|
8702
8806
|
default: boolean;
|
|
@@ -8763,7 +8867,7 @@ export declare const Components: {
|
|
|
8763
8867
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
8764
8868
|
default: boolean;
|
|
8765
8869
|
};
|
|
8766
|
-
}>, () =>
|
|
8870
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
8767
8871
|
disabled: {
|
|
8768
8872
|
type: BooleanConstructor;
|
|
8769
8873
|
default: boolean;
|
|
@@ -8827,7 +8931,7 @@ export declare const Components: {
|
|
|
8827
8931
|
type: BooleanConstructor;
|
|
8828
8932
|
default: boolean;
|
|
8829
8933
|
};
|
|
8830
|
-
}>, () =>
|
|
8934
|
+
}>, () => JSX.Element | VNode<RendererNode, RendererElement, {
|
|
8831
8935
|
[key: string]: any;
|
|
8832
8936
|
}>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
8833
8937
|
modelValue: {
|
|
@@ -8890,7 +8994,7 @@ export declare const Components: {
|
|
|
8890
8994
|
type: BooleanConstructor;
|
|
8891
8995
|
default: boolean;
|
|
8892
8996
|
};
|
|
8893
|
-
}>, () =>
|
|
8997
|
+
}>, () => JSX.Element | VNode<RendererNode, RendererElement, {
|
|
8894
8998
|
[key: string]: any;
|
|
8895
8999
|
}>[] | undefined, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
8896
9000
|
modelValue: {
|
|
@@ -8966,7 +9070,7 @@ export declare const Components: {
|
|
|
8966
9070
|
type: ObjectConstructor;
|
|
8967
9071
|
default: () => {};
|
|
8968
9072
|
};
|
|
8969
|
-
}>, () =>
|
|
9073
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
8970
9074
|
modelValue: {
|
|
8971
9075
|
type: (StringConstructor | NumberConstructor)[];
|
|
8972
9076
|
default: number;
|
|
@@ -9056,7 +9160,7 @@ export declare const Components: {
|
|
|
9056
9160
|
type: ObjectConstructor;
|
|
9057
9161
|
default: () => {};
|
|
9058
9162
|
};
|
|
9059
|
-
}>, () =>
|
|
9163
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
9060
9164
|
modelValue: {
|
|
9061
9165
|
type: (StringConstructor | NumberConstructor)[];
|
|
9062
9166
|
default: number;
|
|
@@ -9113,6 +9217,7 @@ export declare const Components: {
|
|
|
9113
9217
|
type: ArrayConstructor;
|
|
9114
9218
|
default: () => never[];
|
|
9115
9219
|
};
|
|
9220
|
+
store: PropType<RecycleListStore>;
|
|
9116
9221
|
disabled: {
|
|
9117
9222
|
type: BooleanConstructor;
|
|
9118
9223
|
default: boolean;
|
|
@@ -9121,6 +9226,10 @@ export declare const Components: {
|
|
|
9121
9226
|
type: NumberConstructor;
|
|
9122
9227
|
default: number;
|
|
9123
9228
|
};
|
|
9229
|
+
bufferSize: {
|
|
9230
|
+
type: NumberConstructor;
|
|
9231
|
+
default: number;
|
|
9232
|
+
};
|
|
9124
9233
|
offset: {
|
|
9125
9234
|
type: NumberConstructor;
|
|
9126
9235
|
default: number;
|
|
@@ -9155,11 +9264,12 @@ export declare const Components: {
|
|
|
9155
9264
|
renderLoading: Render;
|
|
9156
9265
|
renderPlaceholder: Render;
|
|
9157
9266
|
renderRefresh: Render;
|
|
9158
|
-
}>, () =>
|
|
9267
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("scroll" | "row-resize")[], "scroll" | "row-resize", PublicProps, Readonly<ExtractPropTypes< {
|
|
9159
9268
|
data: {
|
|
9160
9269
|
type: ArrayConstructor;
|
|
9161
9270
|
default: () => never[];
|
|
9162
9271
|
};
|
|
9272
|
+
store: PropType<RecycleListStore>;
|
|
9163
9273
|
disabled: {
|
|
9164
9274
|
type: BooleanConstructor;
|
|
9165
9275
|
default: boolean;
|
|
@@ -9168,6 +9278,10 @@ export declare const Components: {
|
|
|
9168
9278
|
type: NumberConstructor;
|
|
9169
9279
|
default: number;
|
|
9170
9280
|
};
|
|
9281
|
+
bufferSize: {
|
|
9282
|
+
type: NumberConstructor;
|
|
9283
|
+
default: number;
|
|
9284
|
+
};
|
|
9171
9285
|
offset: {
|
|
9172
9286
|
type: NumberConstructor;
|
|
9173
9287
|
default: number;
|
|
@@ -9213,8 +9327,9 @@ export declare const Components: {
|
|
|
9213
9327
|
gutter: number;
|
|
9214
9328
|
loadData: Function;
|
|
9215
9329
|
pageSize: number;
|
|
9216
|
-
|
|
9330
|
+
bufferSize: number;
|
|
9217
9331
|
inverted: boolean;
|
|
9332
|
+
cols: number;
|
|
9218
9333
|
pullable: boolean;
|
|
9219
9334
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
9220
9335
|
MRecycleList: DefineComponent<ExtractPropTypes< {
|
|
@@ -9222,6 +9337,7 @@ export declare const Components: {
|
|
|
9222
9337
|
type: ArrayConstructor;
|
|
9223
9338
|
default: () => never[];
|
|
9224
9339
|
};
|
|
9340
|
+
store: PropType<RecycleListStore>;
|
|
9225
9341
|
disabled: {
|
|
9226
9342
|
type: BooleanConstructor;
|
|
9227
9343
|
default: boolean;
|
|
@@ -9230,6 +9346,10 @@ export declare const Components: {
|
|
|
9230
9346
|
type: NumberConstructor;
|
|
9231
9347
|
default: number;
|
|
9232
9348
|
};
|
|
9349
|
+
bufferSize: {
|
|
9350
|
+
type: NumberConstructor;
|
|
9351
|
+
default: number;
|
|
9352
|
+
};
|
|
9233
9353
|
offset: {
|
|
9234
9354
|
type: NumberConstructor;
|
|
9235
9355
|
default: number;
|
|
@@ -9264,11 +9384,12 @@ export declare const Components: {
|
|
|
9264
9384
|
renderLoading: Render;
|
|
9265
9385
|
renderPlaceholder: Render;
|
|
9266
9386
|
renderRefresh: Render;
|
|
9267
|
-
}>, () =>
|
|
9387
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("scroll" | "row-resize")[], "scroll" | "row-resize", PublicProps, Readonly<ExtractPropTypes< {
|
|
9268
9388
|
data: {
|
|
9269
9389
|
type: ArrayConstructor;
|
|
9270
9390
|
default: () => never[];
|
|
9271
9391
|
};
|
|
9392
|
+
store: PropType<RecycleListStore>;
|
|
9272
9393
|
disabled: {
|
|
9273
9394
|
type: BooleanConstructor;
|
|
9274
9395
|
default: boolean;
|
|
@@ -9277,6 +9398,10 @@ export declare const Components: {
|
|
|
9277
9398
|
type: NumberConstructor;
|
|
9278
9399
|
default: number;
|
|
9279
9400
|
};
|
|
9401
|
+
bufferSize: {
|
|
9402
|
+
type: NumberConstructor;
|
|
9403
|
+
default: number;
|
|
9404
|
+
};
|
|
9280
9405
|
offset: {
|
|
9281
9406
|
type: NumberConstructor;
|
|
9282
9407
|
default: number;
|
|
@@ -9322,8 +9447,9 @@ export declare const Components: {
|
|
|
9322
9447
|
gutter: number;
|
|
9323
9448
|
loadData: Function;
|
|
9324
9449
|
pageSize: number;
|
|
9325
|
-
|
|
9450
|
+
bufferSize: number;
|
|
9326
9451
|
inverted: boolean;
|
|
9452
|
+
cols: number;
|
|
9327
9453
|
pullable: boolean;
|
|
9328
9454
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
9329
9455
|
Resizer: DefineComponent<ExtractPropTypes< {
|
|
@@ -9440,7 +9566,7 @@ export declare const Components: {
|
|
|
9440
9566
|
default: boolean;
|
|
9441
9567
|
};
|
|
9442
9568
|
barTo: StringConstructor;
|
|
9443
|
-
}>, () =>
|
|
9569
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "scroll"[], "scroll", PublicProps, Readonly<ExtractPropTypes< {
|
|
9444
9570
|
always: {
|
|
9445
9571
|
type: BooleanConstructor;
|
|
9446
9572
|
default: boolean;
|
|
@@ -9582,7 +9708,7 @@ export declare const Components: {
|
|
|
9582
9708
|
default: boolean;
|
|
9583
9709
|
};
|
|
9584
9710
|
barTo: StringConstructor;
|
|
9585
|
-
}>, () =>
|
|
9711
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "scroll"[], "scroll", PublicProps, Readonly<ExtractPropTypes< {
|
|
9586
9712
|
always: {
|
|
9587
9713
|
type: BooleanConstructor;
|
|
9588
9714
|
default: boolean;
|
|
@@ -9740,7 +9866,7 @@ export declare const Components: {
|
|
|
9740
9866
|
default: boolean;
|
|
9741
9867
|
};
|
|
9742
9868
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9743
|
-
}>, () =>
|
|
9869
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "change" | "close" | "update:modelValue" | "visible-change" | "ready")[], "clear" | "change" | "close" | "update:modelValue" | "visible-change" | "ready", PublicProps, Readonly<ExtractPropTypes< {
|
|
9744
9870
|
renderOption: Render;
|
|
9745
9871
|
renderOptionGroup: Render;
|
|
9746
9872
|
data: {
|
|
@@ -9921,7 +10047,7 @@ export declare const Components: {
|
|
|
9921
10047
|
default: boolean;
|
|
9922
10048
|
};
|
|
9923
10049
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9924
|
-
}>, () =>
|
|
10050
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "change" | "close" | "update:modelValue" | "visible-change" | "ready")[], "clear" | "change" | "close" | "update:modelValue" | "visible-change" | "ready", PublicProps, Readonly<ExtractPropTypes< {
|
|
9925
10051
|
renderOption: Render;
|
|
9926
10052
|
renderOptionGroup: Render;
|
|
9927
10053
|
data: {
|
|
@@ -10029,7 +10155,7 @@ export declare const Components: {
|
|
|
10029
10155
|
type: StringConstructor;
|
|
10030
10156
|
default: string;
|
|
10031
10157
|
};
|
|
10032
|
-
}>, () =>
|
|
10158
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
10033
10159
|
tag: {
|
|
10034
10160
|
type: StringConstructor;
|
|
10035
10161
|
default: string;
|
|
@@ -10042,7 +10168,7 @@ export declare const Components: {
|
|
|
10042
10168
|
type: StringConstructor;
|
|
10043
10169
|
default: string;
|
|
10044
10170
|
};
|
|
10045
|
-
}>, () =>
|
|
10171
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
10046
10172
|
tag: {
|
|
10047
10173
|
type: StringConstructor;
|
|
10048
10174
|
default: string;
|
|
@@ -10055,7 +10181,7 @@ export declare const Components: {
|
|
|
10055
10181
|
type: StringConstructor;
|
|
10056
10182
|
default: string;
|
|
10057
10183
|
};
|
|
10058
|
-
}>, () =>
|
|
10184
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
10059
10185
|
tag: {
|
|
10060
10186
|
type: StringConstructor;
|
|
10061
10187
|
default: string;
|
|
@@ -10068,7 +10194,7 @@ export declare const Components: {
|
|
|
10068
10194
|
type: StringConstructor;
|
|
10069
10195
|
default: string;
|
|
10070
10196
|
};
|
|
10071
|
-
}>, () =>
|
|
10197
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
10072
10198
|
tag: {
|
|
10073
10199
|
type: StringConstructor;
|
|
10074
10200
|
default: string;
|
|
@@ -10093,7 +10219,7 @@ export declare const Components: {
|
|
|
10093
10219
|
type: BooleanConstructor;
|
|
10094
10220
|
default: boolean;
|
|
10095
10221
|
};
|
|
10096
|
-
}>, () =>
|
|
10222
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
10097
10223
|
size: {
|
|
10098
10224
|
type: NumberConstructor;
|
|
10099
10225
|
default: number;
|
|
@@ -10133,7 +10259,7 @@ export declare const Components: {
|
|
|
10133
10259
|
type: BooleanConstructor;
|
|
10134
10260
|
default: boolean;
|
|
10135
10261
|
};
|
|
10136
|
-
}>, () =>
|
|
10262
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
10137
10263
|
size: {
|
|
10138
10264
|
type: NumberConstructor;
|
|
10139
10265
|
default: number;
|
|
@@ -10161,7 +10287,7 @@ export declare const Components: {
|
|
|
10161
10287
|
type: StringConstructor;
|
|
10162
10288
|
default: string;
|
|
10163
10289
|
};
|
|
10164
|
-
}>, () =>
|
|
10290
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
10165
10291
|
tag: {
|
|
10166
10292
|
type: StringConstructor;
|
|
10167
10293
|
default: string;
|
|
@@ -10174,7 +10300,7 @@ export declare const Components: {
|
|
|
10174
10300
|
type: StringConstructor;
|
|
10175
10301
|
default: string;
|
|
10176
10302
|
};
|
|
10177
|
-
}>, () =>
|
|
10303
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
10178
10304
|
tag: {
|
|
10179
10305
|
type: StringConstructor;
|
|
10180
10306
|
default: string;
|
|
@@ -10222,7 +10348,7 @@ export declare const Components: {
|
|
|
10222
10348
|
type: NumberConstructor;
|
|
10223
10349
|
default: number;
|
|
10224
10350
|
};
|
|
10225
|
-
}>, () =>
|
|
10351
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
10226
10352
|
modelValue: {
|
|
10227
10353
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
10228
10354
|
default: boolean;
|
|
@@ -10317,7 +10443,7 @@ export declare const Components: {
|
|
|
10317
10443
|
type: NumberConstructor;
|
|
10318
10444
|
default: number;
|
|
10319
10445
|
};
|
|
10320
|
-
}>, () =>
|
|
10446
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
10321
10447
|
modelValue: {
|
|
10322
10448
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
10323
10449
|
default: boolean;
|
|
@@ -10448,7 +10574,7 @@ export declare const Components: {
|
|
|
10448
10574
|
type: BooleanConstructor;
|
|
10449
10575
|
default: undefined;
|
|
10450
10576
|
};
|
|
10451
|
-
}>, () =>
|
|
10577
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "select-all" | "selection-change" | "expand-change" | "current-change" | "cell-mouse-enter" | "cell-mouse-leave" | "header-click" | "header-contextmenu" | "update:sort" | "sort-change" | "header-dragend" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick")[], "select" | "select-all" | "selection-change" | "expand-change" | "current-change" | "cell-mouse-enter" | "cell-mouse-leave" | "header-click" | "header-contextmenu" | "update:sort" | "sort-change" | "header-dragend" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick", PublicProps, Readonly<ExtractPropTypes< {
|
|
10452
10578
|
data: {
|
|
10453
10579
|
type: ArrayConstructor;
|
|
10454
10580
|
default: () => never[];
|
|
@@ -10638,7 +10764,7 @@ export declare const Components: {
|
|
|
10638
10764
|
type: BooleanConstructor;
|
|
10639
10765
|
default: undefined;
|
|
10640
10766
|
};
|
|
10641
|
-
}>, () =>
|
|
10767
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "select-all" | "selection-change" | "expand-change" | "current-change" | "cell-mouse-enter" | "cell-mouse-leave" | "header-click" | "header-contextmenu" | "update:sort" | "sort-change" | "header-dragend" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick")[], "select" | "select-all" | "selection-change" | "expand-change" | "current-change" | "cell-mouse-enter" | "cell-mouse-leave" | "header-click" | "header-contextmenu" | "update:sort" | "sort-change" | "header-dragend" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick", PublicProps, Readonly<ExtractPropTypes< {
|
|
10642
10768
|
data: {
|
|
10643
10769
|
type: ArrayConstructor;
|
|
10644
10770
|
default: () => never[];
|
|
@@ -10937,7 +11063,7 @@ export declare const Components: {
|
|
|
10937
11063
|
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
10938
11064
|
affixable: BooleanConstructor;
|
|
10939
11065
|
affixOptions: ObjectConstructor;
|
|
10940
|
-
}>, () =>
|
|
11066
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue" | "tab-remove")[], "click" | "change" | "update:modelValue" | "tab-remove", PublicProps, Readonly<ExtractPropTypes< {
|
|
10941
11067
|
type: {
|
|
10942
11068
|
type: StringConstructor;
|
|
10943
11069
|
validator: (v: string) => boolean;
|
|
@@ -10968,6 +11094,7 @@ export declare const Components: {
|
|
|
10968
11094
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
10969
11095
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
10970
11096
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11097
|
+
"onTab-remove"?: ((...args: any[]) => any) | undefined;
|
|
10971
11098
|
}>, {
|
|
10972
11099
|
type: string;
|
|
10973
11100
|
closable: boolean;
|
|
@@ -11034,7 +11161,7 @@ export declare const Components: {
|
|
|
11034
11161
|
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
11035
11162
|
affixable: BooleanConstructor;
|
|
11036
11163
|
affixOptions: ObjectConstructor;
|
|
11037
|
-
}>, () =>
|
|
11164
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue" | "tab-remove")[], "click" | "change" | "update:modelValue" | "tab-remove", PublicProps, Readonly<ExtractPropTypes< {
|
|
11038
11165
|
theme: {
|
|
11039
11166
|
type: StringConstructor;
|
|
11040
11167
|
default: string;
|
|
@@ -11097,6 +11224,7 @@ export declare const Components: {
|
|
|
11097
11224
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
11098
11225
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
11099
11226
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11227
|
+
"onTab-remove"?: ((...args: any[]) => any) | undefined;
|
|
11100
11228
|
}>, {
|
|
11101
11229
|
type: string;
|
|
11102
11230
|
closable: boolean;
|
|
@@ -11132,7 +11260,11 @@ export declare const Components: {
|
|
|
11132
11260
|
type: BooleanConstructor;
|
|
11133
11261
|
default: boolean;
|
|
11134
11262
|
};
|
|
11135
|
-
|
|
11263
|
+
disabled: {
|
|
11264
|
+
type: BooleanConstructor;
|
|
11265
|
+
default: boolean;
|
|
11266
|
+
};
|
|
11267
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
11136
11268
|
value: {
|
|
11137
11269
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
11138
11270
|
default: undefined;
|
|
@@ -11152,8 +11284,13 @@ export declare const Components: {
|
|
|
11152
11284
|
type: BooleanConstructor;
|
|
11153
11285
|
default: boolean;
|
|
11154
11286
|
};
|
|
11287
|
+
disabled: {
|
|
11288
|
+
type: BooleanConstructor;
|
|
11289
|
+
default: boolean;
|
|
11290
|
+
};
|
|
11155
11291
|
}>> & Readonly<{}>, {
|
|
11156
11292
|
label: string | Function;
|
|
11293
|
+
disabled: boolean;
|
|
11157
11294
|
closable: boolean;
|
|
11158
11295
|
value: string | number | boolean;
|
|
11159
11296
|
lazy: boolean;
|
|
@@ -11178,7 +11315,11 @@ export declare const Components: {
|
|
|
11178
11315
|
type: BooleanConstructor;
|
|
11179
11316
|
default: boolean;
|
|
11180
11317
|
};
|
|
11181
|
-
|
|
11318
|
+
disabled: {
|
|
11319
|
+
type: BooleanConstructor;
|
|
11320
|
+
default: boolean;
|
|
11321
|
+
};
|
|
11322
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
11182
11323
|
value: {
|
|
11183
11324
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
11184
11325
|
default: undefined;
|
|
@@ -11198,8 +11339,13 @@ export declare const Components: {
|
|
|
11198
11339
|
type: BooleanConstructor;
|
|
11199
11340
|
default: boolean;
|
|
11200
11341
|
};
|
|
11342
|
+
disabled: {
|
|
11343
|
+
type: BooleanConstructor;
|
|
11344
|
+
default: boolean;
|
|
11345
|
+
};
|
|
11201
11346
|
}>> & Readonly<{}>, {
|
|
11202
11347
|
label: string | Function;
|
|
11348
|
+
disabled: boolean;
|
|
11203
11349
|
closable: boolean;
|
|
11204
11350
|
value: string | number | boolean;
|
|
11205
11351
|
lazy: boolean;
|
|
@@ -11229,7 +11375,7 @@ export declare const Components: {
|
|
|
11229
11375
|
value: {
|
|
11230
11376
|
type: (StringConstructor | NumberConstructor)[];
|
|
11231
11377
|
};
|
|
11232
|
-
}>, () =>
|
|
11378
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "close")[], "change" | "close", PublicProps, Readonly<ExtractPropTypes< {
|
|
11233
11379
|
closable: {
|
|
11234
11380
|
type: BooleanConstructor;
|
|
11235
11381
|
default: boolean;
|
|
@@ -11289,7 +11435,7 @@ export declare const Components: {
|
|
|
11289
11435
|
value: {
|
|
11290
11436
|
type: (StringConstructor | NumberConstructor)[];
|
|
11291
11437
|
};
|
|
11292
|
-
}>, () =>
|
|
11438
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "close")[], "change" | "close", PublicProps, Readonly<ExtractPropTypes< {
|
|
11293
11439
|
closable: {
|
|
11294
11440
|
type: BooleanConstructor;
|
|
11295
11441
|
default: boolean;
|
|
@@ -11363,7 +11509,7 @@ export declare const Components: {
|
|
|
11363
11509
|
type: StringConstructor;
|
|
11364
11510
|
default: string;
|
|
11365
11511
|
};
|
|
11366
|
-
}>, () =>
|
|
11512
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
11367
11513
|
tag: {
|
|
11368
11514
|
type: StringConstructor;
|
|
11369
11515
|
default: string;
|
|
@@ -11452,7 +11598,7 @@ export declare const Components: {
|
|
|
11452
11598
|
type: StringConstructor;
|
|
11453
11599
|
default: string;
|
|
11454
11600
|
};
|
|
11455
|
-
}>, () =>
|
|
11601
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
11456
11602
|
tag: {
|
|
11457
11603
|
type: StringConstructor;
|
|
11458
11604
|
default: string;
|
|
@@ -11546,7 +11692,7 @@ export declare const Components: {
|
|
|
11546
11692
|
default: boolean;
|
|
11547
11693
|
};
|
|
11548
11694
|
indicateClass: StringConstructor;
|
|
11549
|
-
}>, () =>
|
|
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< {
|
|
11550
11696
|
wrap: {
|
|
11551
11697
|
type: StringConstructor;
|
|
11552
11698
|
validator: (v: any) => boolean;
|
|
@@ -11657,7 +11803,7 @@ export declare const Components: {
|
|
|
11657
11803
|
type: StringConstructor;
|
|
11658
11804
|
default: string;
|
|
11659
11805
|
};
|
|
11660
|
-
}>, () =>
|
|
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< {
|
|
11661
11807
|
wrap: {
|
|
11662
11808
|
type: StringConstructor;
|
|
11663
11809
|
validator: (v: any) => boolean;
|
|
@@ -11729,7 +11875,7 @@ export declare const Components: {
|
|
|
11729
11875
|
type: StringConstructor;
|
|
11730
11876
|
default: string;
|
|
11731
11877
|
};
|
|
11732
|
-
}>, () =>
|
|
11878
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
11733
11879
|
tag: {
|
|
11734
11880
|
type: StringConstructor;
|
|
11735
11881
|
default: string;
|
|
@@ -11742,7 +11888,7 @@ export declare const Components: {
|
|
|
11742
11888
|
type: StringConstructor;
|
|
11743
11889
|
default: string;
|
|
11744
11890
|
};
|
|
11745
|
-
}>, () =>
|
|
11891
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
11746
11892
|
tag: {
|
|
11747
11893
|
type: StringConstructor;
|
|
11748
11894
|
default: string;
|
|
@@ -11816,7 +11962,7 @@ export declare const Components: {
|
|
|
11816
11962
|
default: boolean;
|
|
11817
11963
|
};
|
|
11818
11964
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
11819
|
-
} & object>, () =>
|
|
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< {
|
|
11820
11966
|
type: StringConstructor;
|
|
11821
11967
|
placeholder: StringConstructor;
|
|
11822
11968
|
clearable: {
|
|
@@ -11975,7 +12121,7 @@ export declare const Components: {
|
|
|
11975
12121
|
default: boolean;
|
|
11976
12122
|
};
|
|
11977
12123
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
11978
|
-
} & object>, () =>
|
|
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< {
|
|
11979
12125
|
type: StringConstructor;
|
|
11980
12126
|
placeholder: StringConstructor;
|
|
11981
12127
|
clearable: {
|
|
@@ -12073,7 +12219,7 @@ export declare const Components: {
|
|
|
12073
12219
|
type: StringConstructor;
|
|
12074
12220
|
default: string;
|
|
12075
12221
|
};
|
|
12076
|
-
}>, () =>
|
|
12222
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
12077
12223
|
tag: {
|
|
12078
12224
|
type: StringConstructor;
|
|
12079
12225
|
default: string;
|
|
@@ -12086,7 +12232,7 @@ export declare const Components: {
|
|
|
12086
12232
|
type: StringConstructor;
|
|
12087
12233
|
default: string;
|
|
12088
12234
|
};
|
|
12089
|
-
}>, () =>
|
|
12235
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
12090
12236
|
tag: {
|
|
12091
12237
|
type: StringConstructor;
|
|
12092
12238
|
default: string;
|
|
@@ -13137,7 +13283,7 @@ export declare const Components: {
|
|
|
13137
13283
|
type: (ObjectConstructor | StringConstructor | NumberConstructor)[];
|
|
13138
13284
|
default: undefined;
|
|
13139
13285
|
};
|
|
13140
|
-
}>, () =>
|
|
13286
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue" | "current-change" | "node-expand" | "check-change" | "check" | "node-collapse" | "node-click" | "node-contextmenu" | "node-drag-start" | "node-drag-leave" | "node-drag-enter" | "node-drag-over" | "node-drag-end" | "node-drop")[], "change" | "update:modelValue" | "current-change" | "node-expand" | "check-change" | "check" | "node-collapse" | "node-click" | "node-contextmenu" | "node-drag-start" | "node-drag-leave" | "node-drag-enter" | "node-drag-over" | "node-drag-end" | "node-drop", PublicProps, Readonly<ExtractPropTypes< {
|
|
13141
13287
|
max: {
|
|
13142
13288
|
type: NumberConstructor;
|
|
13143
13289
|
default: number;
|
|
@@ -13373,7 +13519,7 @@ export declare const Components: {
|
|
|
13373
13519
|
type: (ObjectConstructor | StringConstructor | NumberConstructor)[];
|
|
13374
13520
|
default: undefined;
|
|
13375
13521
|
};
|
|
13376
|
-
}>, () =>
|
|
13522
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue" | "current-change" | "node-expand" | "check-change" | "check" | "node-collapse" | "node-click" | "node-contextmenu" | "node-drag-start" | "node-drag-leave" | "node-drag-enter" | "node-drag-over" | "node-drag-end" | "node-drop")[], "change" | "update:modelValue" | "current-change" | "node-expand" | "check-change" | "check" | "node-collapse" | "node-click" | "node-contextmenu" | "node-drag-start" | "node-drag-leave" | "node-drag-enter" | "node-drag-over" | "node-drag-end" | "node-drop", PublicProps, Readonly<ExtractPropTypes< {
|
|
13377
13523
|
max: {
|
|
13378
13524
|
type: NumberConstructor;
|
|
13379
13525
|
default: number;
|
|
@@ -13601,7 +13747,7 @@ export declare const Components: {
|
|
|
13601
13747
|
default: boolean;
|
|
13602
13748
|
};
|
|
13603
13749
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
13604
|
-
}>, () =>
|
|
13750
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "change" | "close" | "update:modelValue" | "visible-change" | "ready")[], "clear" | "change" | "close" | "update:modelValue" | "visible-change" | "ready", PublicProps, Readonly<ExtractPropTypes< {
|
|
13605
13751
|
autoWidth: {
|
|
13606
13752
|
type: BooleanConstructor;
|
|
13607
13753
|
default: undefined;
|
|
@@ -13802,7 +13948,7 @@ export declare const Components: {
|
|
|
13802
13948
|
default: boolean;
|
|
13803
13949
|
};
|
|
13804
13950
|
portalClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
13805
|
-
}>, () =>
|
|
13951
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("clear" | "change" | "close" | "update:modelValue" | "visible-change" | "ready")[], "clear" | "change" | "close" | "update:modelValue" | "visible-change" | "ready", PublicProps, Readonly<ExtractPropTypes< {
|
|
13806
13952
|
autoWidth: {
|
|
13807
13953
|
type: BooleanConstructor;
|
|
13808
13954
|
default: undefined;
|
|
@@ -14543,7 +14689,7 @@ export declare const Components: {
|
|
|
14543
14689
|
};
|
|
14544
14690
|
showMessage: BooleanConstructor;
|
|
14545
14691
|
enhancer: (BooleanConstructor | FunctionConstructor)[];
|
|
14546
|
-
}>, () =>
|
|
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< {
|
|
14547
14693
|
picker: {
|
|
14548
14694
|
type: ArrayConstructor;
|
|
14549
14695
|
default: () => string[];
|
|
@@ -14694,7 +14840,7 @@ export declare const Components: {
|
|
|
14694
14840
|
};
|
|
14695
14841
|
showMessage: BooleanConstructor;
|
|
14696
14842
|
enhancer: (BooleanConstructor | FunctionConstructor)[];
|
|
14697
|
-
}>, () =>
|
|
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< {
|
|
14698
14844
|
picker: {
|
|
14699
14845
|
type: ArrayConstructor;
|
|
14700
14846
|
default: () => string[];
|
|
@@ -14788,6 +14934,83 @@ export declare const createVcPlugin: (options?: VcOptions, transfromComponentKey
|
|
|
14788
14934
|
install: (app: App) => void;
|
|
14789
14935
|
};
|
|
14790
14936
|
|
|
14937
|
+
declare const KEY_VALUE: {
|
|
14938
|
+
children: string;
|
|
14939
|
+
label: string;
|
|
14940
|
+
value: string;
|
|
14941
|
+
disabled: string;
|
|
14942
|
+
isLeaf: string;
|
|
14943
|
+
};
|
|
14944
|
+
|
|
14945
|
+
declare class PortalLeaf {
|
|
14946
|
+
app?: App;
|
|
14947
|
+
wrapper?: ComponentPublicInstance & Record<string, any>;
|
|
14948
|
+
propsData?: Ref<Record<string, any>>;
|
|
14949
|
+
destroy: (...args: any[]) => void;
|
|
14950
|
+
reject: (...args: any[]) => void;
|
|
14951
|
+
resolve: (...args: any[]) => void;
|
|
14952
|
+
autoDestroy: boolean;
|
|
14953
|
+
target: Promise<any>;
|
|
14954
|
+
constructor(target: Promise<any>);
|
|
14955
|
+
then(resolve: (...args: any[]) => any, reject?: (...args: any[]) => any): Promise<any>;
|
|
14956
|
+
catch(callback?: (...args: any[]) => any): Promise<any>;
|
|
14957
|
+
finally(callback?: (...args: any[]) => any): Promise<any>;
|
|
14958
|
+
}
|
|
14959
|
+
|
|
14960
|
+
declare type PortalOptions = Partial<{
|
|
14961
|
+
[key: string]: any;
|
|
14962
|
+
propsData: {
|
|
14963
|
+
[key: string]: any;
|
|
14964
|
+
};
|
|
14965
|
+
name: string;
|
|
14966
|
+
tag: string;
|
|
14967
|
+
el: string | HTMLElement;
|
|
14968
|
+
alive: boolean;
|
|
14969
|
+
multiple: boolean;
|
|
14970
|
+
aliveRegExp: {
|
|
14971
|
+
className?: RegExp;
|
|
14972
|
+
id?: RegExp;
|
|
14973
|
+
};
|
|
14974
|
+
aliveVisibleKey: string;
|
|
14975
|
+
aliveUpdateKey: string;
|
|
14976
|
+
leaveDelay: number;
|
|
14977
|
+
autoDestroy: boolean;
|
|
14978
|
+
insertion: 'first' | 'last';
|
|
14979
|
+
components: Record<string, Component>;
|
|
14980
|
+
uses: Record<string, Plugin_2>;
|
|
14981
|
+
fragment: boolean;
|
|
14982
|
+
slots: VNodeNormalizedChildren;
|
|
14983
|
+
parent: object;
|
|
14984
|
+
install: (app: App) => any;
|
|
14985
|
+
onFulfilled: (...args: any[]) => any;
|
|
14986
|
+
onRejected: (...args: any[]) => any;
|
|
14987
|
+
onDestroyed: (...args: any[]) => any;
|
|
14988
|
+
onBeforeCreate: (propsData?: Record<string, any>) => Promise<Record<string, any>> | Record<string, any>;
|
|
14989
|
+
}>;
|
|
14990
|
+
|
|
14991
|
+
declare type Props = ExtractPropTypes<typeof props>;
|
|
14992
|
+
|
|
14993
|
+
declare const props: {
|
|
14994
|
+
render: {
|
|
14995
|
+
type: Render_2;
|
|
14996
|
+
default: () => null;
|
|
14997
|
+
};
|
|
14998
|
+
};
|
|
14999
|
+
|
|
15000
|
+
declare type Render_2 = PropType<(props: Record<string, unknown>, context: SetupContext) => any>;
|
|
15001
|
+
|
|
15002
|
+
declare interface TreeData {
|
|
15003
|
+
[key: string]: any;
|
|
15004
|
+
label?: TreeLabel;
|
|
15005
|
+
value?: TreeValue;
|
|
15006
|
+
children?: TreeData[];
|
|
15007
|
+
hasChildren?: boolean;
|
|
15008
|
+
}
|
|
15009
|
+
|
|
15010
|
+
declare type TreeLabel = string;
|
|
15011
|
+
|
|
15012
|
+
declare type TreeValue = string | number | any;
|
|
15013
|
+
|
|
14791
15014
|
export { Utils }
|
|
14792
15015
|
|
|
14793
15016
|
|