@unizhen/ui 0.0.27 → 0.0.29
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/lib/components/back/index.vue.d.ts +1 -1
- package/lib/components/camera/index.vue.d.ts +23 -11
- package/lib/components/circle/index.vue.d.ts +94 -13
- package/lib/components/components.d.ts +0 -1
- package/lib/components/fetch.d.ts +1 -1
- package/lib/components/form/draggable.vue.d.ts +1153 -152
- package/lib/components/form/image.vue.d.ts +311 -46
- package/lib/components/form/index.vue.d.ts +1153 -152
- package/lib/components/form/interface.d.ts +1 -0
- package/lib/components/form/item.vue.d.ts +1145 -152
- package/lib/components/form/upload.vue.d.ts +304 -46
- package/lib/components/searchBar/components/timePickRange.vue.d.ts +114 -12
- package/lib/components/searchBar/index.vue.d.ts +1459 -213
- package/lib/components/searchBar/mobile.vue.d.ts +1241 -177
- package/lib/components/spin/index.vue.d.ts +113 -9
- package/lib/components/table/child.vue.d.ts +677 -56
- package/lib/components/table/child_quest.vue.d.ts +675 -54
- package/lib/components/table/drawer.vue.d.ts +7 -6
- package/lib/components/table/index.vue.d.ts +892 -88
- package/lib/components/table/mobile.vue.d.ts +334 -24
- package/lib/components/table/ocr.vue.d.ts +2 -1
- package/lib/components/thumbnail/index.vue.d.ts +126 -25
- package/lib/components/wrap/index.vue.d.ts +7 -1
- package/lib/ui.css +1 -1
- package/lib/ui.js +2472 -2518
- package/package.json +14 -13
- package/volar.d.ts +0 -1
- package/lib/components/numberRoll/index.d.ts +0 -1
- package/lib/components/numberRoll/index.vue.d.ts +0 -47
|
@@ -927,7 +927,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
927
927
|
arrowOffsetVertical: string;
|
|
928
928
|
arrowHeight: string;
|
|
929
929
|
padding: string;
|
|
930
|
-
},
|
|
930
|
+
}, {
|
|
931
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
932
|
+
height: string;
|
|
933
|
+
width: string;
|
|
934
|
+
borderRadius: string;
|
|
935
|
+
color: string;
|
|
936
|
+
colorHover: string;
|
|
937
|
+
railInsetHorizontalBottom: string;
|
|
938
|
+
railInsetHorizontalTop: string;
|
|
939
|
+
railInsetVerticalRight: string;
|
|
940
|
+
railInsetVerticalLeft: string;
|
|
941
|
+
railColor: string;
|
|
942
|
+
}, any>;
|
|
943
|
+
}>;
|
|
931
944
|
}>;
|
|
932
945
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
933
946
|
optionFontSizeTiny: string;
|
|
@@ -1058,7 +1071,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1058
1071
|
paddingMedium: string;
|
|
1059
1072
|
paddingLarge: string;
|
|
1060
1073
|
clearSize: string;
|
|
1061
|
-
},
|
|
1074
|
+
}, {
|
|
1075
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
1076
|
+
height: string;
|
|
1077
|
+
width: string;
|
|
1078
|
+
borderRadius: string;
|
|
1079
|
+
color: string;
|
|
1080
|
+
colorHover: string;
|
|
1081
|
+
railInsetHorizontalBottom: string;
|
|
1082
|
+
railInsetHorizontalTop: string;
|
|
1083
|
+
railInsetVerticalRight: string;
|
|
1084
|
+
railInsetVerticalLeft: string;
|
|
1085
|
+
railColor: string;
|
|
1086
|
+
}, any>;
|
|
1087
|
+
}>;
|
|
1062
1088
|
Popselect: Theme<"Popselect", {
|
|
1063
1089
|
menuBoxShadow: string;
|
|
1064
1090
|
}, {
|
|
@@ -1075,7 +1101,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1075
1101
|
arrowOffsetVertical: string;
|
|
1076
1102
|
arrowHeight: string;
|
|
1077
1103
|
padding: string;
|
|
1078
|
-
},
|
|
1104
|
+
}, {
|
|
1105
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
1106
|
+
height: string;
|
|
1107
|
+
width: string;
|
|
1108
|
+
borderRadius: string;
|
|
1109
|
+
color: string;
|
|
1110
|
+
colorHover: string;
|
|
1111
|
+
railInsetHorizontalBottom: string;
|
|
1112
|
+
railInsetHorizontalTop: string;
|
|
1113
|
+
railInsetVerticalRight: string;
|
|
1114
|
+
railInsetVerticalLeft: string;
|
|
1115
|
+
railColor: string;
|
|
1116
|
+
}, any>;
|
|
1117
|
+
}>;
|
|
1079
1118
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
1080
1119
|
optionFontSizeTiny: string;
|
|
1081
1120
|
optionFontSizeSmall: string;
|
|
@@ -1288,7 +1327,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1288
1327
|
arrowOffsetVertical: string;
|
|
1289
1328
|
arrowHeight: string;
|
|
1290
1329
|
padding: string;
|
|
1291
|
-
},
|
|
1330
|
+
}, {
|
|
1331
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
1332
|
+
height: string;
|
|
1333
|
+
width: string;
|
|
1334
|
+
borderRadius: string;
|
|
1335
|
+
color: string;
|
|
1336
|
+
colorHover: string;
|
|
1337
|
+
railInsetHorizontalBottom: string;
|
|
1338
|
+
railInsetHorizontalTop: string;
|
|
1339
|
+
railInsetVerticalRight: string;
|
|
1340
|
+
railInsetVerticalLeft: string;
|
|
1341
|
+
railColor: string;
|
|
1342
|
+
}, any>;
|
|
1343
|
+
}>;
|
|
1292
1344
|
}>;
|
|
1293
1345
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
1294
1346
|
optionFontSizeTiny: string;
|
|
@@ -1419,7 +1471,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1419
1471
|
paddingMedium: string;
|
|
1420
1472
|
paddingLarge: string;
|
|
1421
1473
|
clearSize: string;
|
|
1422
|
-
},
|
|
1474
|
+
}, {
|
|
1475
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
1476
|
+
height: string;
|
|
1477
|
+
width: string;
|
|
1478
|
+
borderRadius: string;
|
|
1479
|
+
color: string;
|
|
1480
|
+
colorHover: string;
|
|
1481
|
+
railInsetHorizontalBottom: string;
|
|
1482
|
+
railInsetHorizontalTop: string;
|
|
1483
|
+
railInsetVerticalRight: string;
|
|
1484
|
+
railInsetVerticalLeft: string;
|
|
1485
|
+
railColor: string;
|
|
1486
|
+
}, any>;
|
|
1487
|
+
}>;
|
|
1423
1488
|
Popselect: Theme<"Popselect", {
|
|
1424
1489
|
menuBoxShadow: string;
|
|
1425
1490
|
}, {
|
|
@@ -1436,7 +1501,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1436
1501
|
arrowOffsetVertical: string;
|
|
1437
1502
|
arrowHeight: string;
|
|
1438
1503
|
padding: string;
|
|
1439
|
-
},
|
|
1504
|
+
}, {
|
|
1505
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
1506
|
+
height: string;
|
|
1507
|
+
width: string;
|
|
1508
|
+
borderRadius: string;
|
|
1509
|
+
color: string;
|
|
1510
|
+
colorHover: string;
|
|
1511
|
+
railInsetHorizontalBottom: string;
|
|
1512
|
+
railInsetHorizontalTop: string;
|
|
1513
|
+
railInsetVerticalRight: string;
|
|
1514
|
+
railInsetVerticalLeft: string;
|
|
1515
|
+
railColor: string;
|
|
1516
|
+
}, any>;
|
|
1517
|
+
}>;
|
|
1440
1518
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
1441
1519
|
optionFontSizeTiny: string;
|
|
1442
1520
|
optionFontSizeSmall: string;
|
|
@@ -1649,7 +1727,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1649
1727
|
arrowOffsetVertical: string;
|
|
1650
1728
|
arrowHeight: string;
|
|
1651
1729
|
padding: string;
|
|
1652
|
-
},
|
|
1730
|
+
}, {
|
|
1731
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
1732
|
+
height: string;
|
|
1733
|
+
width: string;
|
|
1734
|
+
borderRadius: string;
|
|
1735
|
+
color: string;
|
|
1736
|
+
colorHover: string;
|
|
1737
|
+
railInsetHorizontalBottom: string;
|
|
1738
|
+
railInsetHorizontalTop: string;
|
|
1739
|
+
railInsetVerticalRight: string;
|
|
1740
|
+
railInsetVerticalLeft: string;
|
|
1741
|
+
railColor: string;
|
|
1742
|
+
}, any>;
|
|
1743
|
+
}>;
|
|
1653
1744
|
}>;
|
|
1654
1745
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
1655
1746
|
optionFontSizeTiny: string;
|
|
@@ -1780,7 +1871,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1780
1871
|
paddingMedium: string;
|
|
1781
1872
|
paddingLarge: string;
|
|
1782
1873
|
clearSize: string;
|
|
1783
|
-
},
|
|
1874
|
+
}, {
|
|
1875
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
1876
|
+
height: string;
|
|
1877
|
+
width: string;
|
|
1878
|
+
borderRadius: string;
|
|
1879
|
+
color: string;
|
|
1880
|
+
colorHover: string;
|
|
1881
|
+
railInsetHorizontalBottom: string;
|
|
1882
|
+
railInsetHorizontalTop: string;
|
|
1883
|
+
railInsetVerticalRight: string;
|
|
1884
|
+
railInsetVerticalLeft: string;
|
|
1885
|
+
railColor: string;
|
|
1886
|
+
}, any>;
|
|
1887
|
+
}>;
|
|
1784
1888
|
Popselect: Theme<"Popselect", {
|
|
1785
1889
|
menuBoxShadow: string;
|
|
1786
1890
|
}, {
|
|
@@ -1797,7 +1901,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1797
1901
|
arrowOffsetVertical: string;
|
|
1798
1902
|
arrowHeight: string;
|
|
1799
1903
|
padding: string;
|
|
1800
|
-
},
|
|
1904
|
+
}, {
|
|
1905
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
1906
|
+
height: string;
|
|
1907
|
+
width: string;
|
|
1908
|
+
borderRadius: string;
|
|
1909
|
+
color: string;
|
|
1910
|
+
colorHover: string;
|
|
1911
|
+
railInsetHorizontalBottom: string;
|
|
1912
|
+
railInsetHorizontalTop: string;
|
|
1913
|
+
railInsetVerticalRight: string;
|
|
1914
|
+
railInsetVerticalLeft: string;
|
|
1915
|
+
railColor: string;
|
|
1916
|
+
}, any>;
|
|
1917
|
+
}>;
|
|
1801
1918
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
1802
1919
|
optionFontSizeTiny: string;
|
|
1803
1920
|
optionFontSizeSmall: string;
|
|
@@ -2032,7 +2149,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2032
2149
|
arrowOffsetVertical: string;
|
|
2033
2150
|
arrowHeight: string;
|
|
2034
2151
|
padding: string;
|
|
2035
|
-
},
|
|
2152
|
+
}, {
|
|
2153
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
2154
|
+
height: string;
|
|
2155
|
+
width: string;
|
|
2156
|
+
borderRadius: string;
|
|
2157
|
+
color: string;
|
|
2158
|
+
colorHover: string;
|
|
2159
|
+
railInsetHorizontalBottom: string;
|
|
2160
|
+
railInsetHorizontalTop: string;
|
|
2161
|
+
railInsetVerticalRight: string;
|
|
2162
|
+
railInsetVerticalLeft: string;
|
|
2163
|
+
railColor: string;
|
|
2164
|
+
}, any>;
|
|
2165
|
+
}>;
|
|
2036
2166
|
}>;
|
|
2037
2167
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
2038
2168
|
optionFontSizeTiny: string;
|
|
@@ -2163,7 +2293,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2163
2293
|
paddingMedium: string;
|
|
2164
2294
|
paddingLarge: string;
|
|
2165
2295
|
clearSize: string;
|
|
2166
|
-
},
|
|
2296
|
+
}, {
|
|
2297
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
2298
|
+
height: string;
|
|
2299
|
+
width: string;
|
|
2300
|
+
borderRadius: string;
|
|
2301
|
+
color: string;
|
|
2302
|
+
colorHover: string;
|
|
2303
|
+
railInsetHorizontalBottom: string;
|
|
2304
|
+
railInsetHorizontalTop: string;
|
|
2305
|
+
railInsetVerticalRight: string;
|
|
2306
|
+
railInsetVerticalLeft: string;
|
|
2307
|
+
railColor: string;
|
|
2308
|
+
}, any>;
|
|
2309
|
+
}>;
|
|
2167
2310
|
Popselect: Theme<"Popselect", {
|
|
2168
2311
|
menuBoxShadow: string;
|
|
2169
2312
|
}, {
|
|
@@ -2180,7 +2323,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2180
2323
|
arrowOffsetVertical: string;
|
|
2181
2324
|
arrowHeight: string;
|
|
2182
2325
|
padding: string;
|
|
2183
|
-
},
|
|
2326
|
+
}, {
|
|
2327
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
2328
|
+
height: string;
|
|
2329
|
+
width: string;
|
|
2330
|
+
borderRadius: string;
|
|
2331
|
+
color: string;
|
|
2332
|
+
colorHover: string;
|
|
2333
|
+
railInsetHorizontalBottom: string;
|
|
2334
|
+
railInsetHorizontalTop: string;
|
|
2335
|
+
railInsetVerticalRight: string;
|
|
2336
|
+
railInsetVerticalLeft: string;
|
|
2337
|
+
railColor: string;
|
|
2338
|
+
}, any>;
|
|
2339
|
+
}>;
|
|
2184
2340
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
2185
2341
|
optionFontSizeTiny: string;
|
|
2186
2342
|
optionFontSizeSmall: string;
|
|
@@ -2321,7 +2477,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2321
2477
|
arrowOffsetVertical: string;
|
|
2322
2478
|
arrowHeight: string;
|
|
2323
2479
|
padding: string;
|
|
2324
|
-
},
|
|
2480
|
+
}, {
|
|
2481
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
2482
|
+
height: string;
|
|
2483
|
+
width: string;
|
|
2484
|
+
borderRadius: string;
|
|
2485
|
+
color: string;
|
|
2486
|
+
colorHover: string;
|
|
2487
|
+
railInsetHorizontalBottom: string;
|
|
2488
|
+
railInsetHorizontalTop: string;
|
|
2489
|
+
railInsetVerticalRight: string;
|
|
2490
|
+
railInsetVerticalLeft: string;
|
|
2491
|
+
railColor: string;
|
|
2492
|
+
}, any>;
|
|
2493
|
+
}>;
|
|
2325
2494
|
}>> | undefined;
|
|
2326
2495
|
InternalSelectMenu?: ExtractThemeOverrides<Theme<"InternalSelectMenu", {
|
|
2327
2496
|
optionFontSizeTiny: string;
|
|
@@ -2394,7 +2563,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2394
2563
|
} | undefined;
|
|
2395
2564
|
Input?: {
|
|
2396
2565
|
peers?: {
|
|
2397
|
-
|
|
2566
|
+
Scrollbar?: ExtractThemeOverrides<Theme<"Scrollbar", {
|
|
2567
|
+
height: string;
|
|
2568
|
+
width: string;
|
|
2569
|
+
borderRadius: string;
|
|
2570
|
+
color: string;
|
|
2571
|
+
colorHover: string;
|
|
2572
|
+
railInsetHorizontalBottom: string;
|
|
2573
|
+
railInsetHorizontalTop: string;
|
|
2574
|
+
railInsetVerticalRight: string;
|
|
2575
|
+
railInsetVerticalLeft: string;
|
|
2576
|
+
railColor: string;
|
|
2577
|
+
}, any>> | undefined;
|
|
2398
2578
|
} | undefined;
|
|
2399
2579
|
} | undefined;
|
|
2400
2580
|
Popselect?: {
|
|
@@ -2412,7 +2592,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2412
2592
|
arrowOffsetVertical: string;
|
|
2413
2593
|
arrowHeight: string;
|
|
2414
2594
|
padding: string;
|
|
2415
|
-
},
|
|
2595
|
+
}, {
|
|
2596
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
2597
|
+
height: string;
|
|
2598
|
+
width: string;
|
|
2599
|
+
borderRadius: string;
|
|
2600
|
+
color: string;
|
|
2601
|
+
colorHover: string;
|
|
2602
|
+
railInsetHorizontalBottom: string;
|
|
2603
|
+
railInsetHorizontalTop: string;
|
|
2604
|
+
railInsetVerticalRight: string;
|
|
2605
|
+
railInsetVerticalLeft: string;
|
|
2606
|
+
railColor: string;
|
|
2607
|
+
}, any>;
|
|
2608
|
+
}>> | undefined;
|
|
2416
2609
|
InternalSelectMenu?: ExtractThemeOverrides<Theme<"InternalSelectMenu", {
|
|
2417
2610
|
optionFontSizeTiny: string;
|
|
2418
2611
|
optionFontSizeSmall: string;
|
|
@@ -2747,7 +2940,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2747
2940
|
arrowOffsetVertical: string;
|
|
2748
2941
|
arrowHeight: string;
|
|
2749
2942
|
padding: string;
|
|
2750
|
-
},
|
|
2943
|
+
}, {
|
|
2944
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
2945
|
+
height: string;
|
|
2946
|
+
width: string;
|
|
2947
|
+
borderRadius: string;
|
|
2948
|
+
color: string;
|
|
2949
|
+
colorHover: string;
|
|
2950
|
+
railInsetHorizontalBottom: string;
|
|
2951
|
+
railInsetHorizontalTop: string;
|
|
2952
|
+
railInsetVerticalRight: string;
|
|
2953
|
+
railInsetVerticalLeft: string;
|
|
2954
|
+
railColor: string;
|
|
2955
|
+
}, any>;
|
|
2956
|
+
}>;
|
|
2751
2957
|
}>;
|
|
2752
2958
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
2753
2959
|
optionFontSizeTiny: string;
|
|
@@ -2878,7 +3084,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2878
3084
|
paddingMedium: string;
|
|
2879
3085
|
paddingLarge: string;
|
|
2880
3086
|
clearSize: string;
|
|
2881
|
-
},
|
|
3087
|
+
}, {
|
|
3088
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
3089
|
+
height: string;
|
|
3090
|
+
width: string;
|
|
3091
|
+
borderRadius: string;
|
|
3092
|
+
color: string;
|
|
3093
|
+
colorHover: string;
|
|
3094
|
+
railInsetHorizontalBottom: string;
|
|
3095
|
+
railInsetHorizontalTop: string;
|
|
3096
|
+
railInsetVerticalRight: string;
|
|
3097
|
+
railInsetVerticalLeft: string;
|
|
3098
|
+
railColor: string;
|
|
3099
|
+
}, any>;
|
|
3100
|
+
}>;
|
|
2882
3101
|
Popselect: Theme<"Popselect", {
|
|
2883
3102
|
menuBoxShadow: string;
|
|
2884
3103
|
}, {
|
|
@@ -2895,7 +3114,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2895
3114
|
arrowOffsetVertical: string;
|
|
2896
3115
|
arrowHeight: string;
|
|
2897
3116
|
padding: string;
|
|
2898
|
-
},
|
|
3117
|
+
}, {
|
|
3118
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
3119
|
+
height: string;
|
|
3120
|
+
width: string;
|
|
3121
|
+
borderRadius: string;
|
|
3122
|
+
color: string;
|
|
3123
|
+
colorHover: string;
|
|
3124
|
+
railInsetHorizontalBottom: string;
|
|
3125
|
+
railInsetHorizontalTop: string;
|
|
3126
|
+
railInsetVerticalRight: string;
|
|
3127
|
+
railInsetVerticalLeft: string;
|
|
3128
|
+
railColor: string;
|
|
3129
|
+
}, any>;
|
|
3130
|
+
}>;
|
|
2899
3131
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
2900
3132
|
optionFontSizeTiny: string;
|
|
2901
3133
|
optionFontSizeSmall: string;
|
|
@@ -3108,7 +3340,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3108
3340
|
arrowOffsetVertical: string;
|
|
3109
3341
|
arrowHeight: string;
|
|
3110
3342
|
padding: string;
|
|
3111
|
-
},
|
|
3343
|
+
}, {
|
|
3344
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
3345
|
+
height: string;
|
|
3346
|
+
width: string;
|
|
3347
|
+
borderRadius: string;
|
|
3348
|
+
color: string;
|
|
3349
|
+
colorHover: string;
|
|
3350
|
+
railInsetHorizontalBottom: string;
|
|
3351
|
+
railInsetHorizontalTop: string;
|
|
3352
|
+
railInsetVerticalRight: string;
|
|
3353
|
+
railInsetVerticalLeft: string;
|
|
3354
|
+
railColor: string;
|
|
3355
|
+
}, any>;
|
|
3356
|
+
}>;
|
|
3112
3357
|
}>;
|
|
3113
3358
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
3114
3359
|
optionFontSizeTiny: string;
|
|
@@ -3239,7 +3484,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3239
3484
|
paddingMedium: string;
|
|
3240
3485
|
paddingLarge: string;
|
|
3241
3486
|
clearSize: string;
|
|
3242
|
-
},
|
|
3487
|
+
}, {
|
|
3488
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
3489
|
+
height: string;
|
|
3490
|
+
width: string;
|
|
3491
|
+
borderRadius: string;
|
|
3492
|
+
color: string;
|
|
3493
|
+
colorHover: string;
|
|
3494
|
+
railInsetHorizontalBottom: string;
|
|
3495
|
+
railInsetHorizontalTop: string;
|
|
3496
|
+
railInsetVerticalRight: string;
|
|
3497
|
+
railInsetVerticalLeft: string;
|
|
3498
|
+
railColor: string;
|
|
3499
|
+
}, any>;
|
|
3500
|
+
}>;
|
|
3243
3501
|
Popselect: Theme<"Popselect", {
|
|
3244
3502
|
menuBoxShadow: string;
|
|
3245
3503
|
}, {
|
|
@@ -3256,7 +3514,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3256
3514
|
arrowOffsetVertical: string;
|
|
3257
3515
|
arrowHeight: string;
|
|
3258
3516
|
padding: string;
|
|
3259
|
-
},
|
|
3517
|
+
}, {
|
|
3518
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
3519
|
+
height: string;
|
|
3520
|
+
width: string;
|
|
3521
|
+
borderRadius: string;
|
|
3522
|
+
color: string;
|
|
3523
|
+
colorHover: string;
|
|
3524
|
+
railInsetHorizontalBottom: string;
|
|
3525
|
+
railInsetHorizontalTop: string;
|
|
3526
|
+
railInsetVerticalRight: string;
|
|
3527
|
+
railInsetVerticalLeft: string;
|
|
3528
|
+
railColor: string;
|
|
3529
|
+
}, any>;
|
|
3530
|
+
}>;
|
|
3260
3531
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
3261
3532
|
optionFontSizeTiny: string;
|
|
3262
3533
|
optionFontSizeSmall: string;
|
|
@@ -3469,7 +3740,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3469
3740
|
arrowOffsetVertical: string;
|
|
3470
3741
|
arrowHeight: string;
|
|
3471
3742
|
padding: string;
|
|
3472
|
-
},
|
|
3743
|
+
}, {
|
|
3744
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
3745
|
+
height: string;
|
|
3746
|
+
width: string;
|
|
3747
|
+
borderRadius: string;
|
|
3748
|
+
color: string;
|
|
3749
|
+
colorHover: string;
|
|
3750
|
+
railInsetHorizontalBottom: string;
|
|
3751
|
+
railInsetHorizontalTop: string;
|
|
3752
|
+
railInsetVerticalRight: string;
|
|
3753
|
+
railInsetVerticalLeft: string;
|
|
3754
|
+
railColor: string;
|
|
3755
|
+
}, any>;
|
|
3756
|
+
}>;
|
|
3473
3757
|
}>;
|
|
3474
3758
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
3475
3759
|
optionFontSizeTiny: string;
|
|
@@ -3600,7 +3884,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3600
3884
|
paddingMedium: string;
|
|
3601
3885
|
paddingLarge: string;
|
|
3602
3886
|
clearSize: string;
|
|
3603
|
-
},
|
|
3887
|
+
}, {
|
|
3888
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
3889
|
+
height: string;
|
|
3890
|
+
width: string;
|
|
3891
|
+
borderRadius: string;
|
|
3892
|
+
color: string;
|
|
3893
|
+
colorHover: string;
|
|
3894
|
+
railInsetHorizontalBottom: string;
|
|
3895
|
+
railInsetHorizontalTop: string;
|
|
3896
|
+
railInsetVerticalRight: string;
|
|
3897
|
+
railInsetVerticalLeft: string;
|
|
3898
|
+
railColor: string;
|
|
3899
|
+
}, any>;
|
|
3900
|
+
}>;
|
|
3604
3901
|
Popselect: Theme<"Popselect", {
|
|
3605
3902
|
menuBoxShadow: string;
|
|
3606
3903
|
}, {
|
|
@@ -3617,7 +3914,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3617
3914
|
arrowOffsetVertical: string;
|
|
3618
3915
|
arrowHeight: string;
|
|
3619
3916
|
padding: string;
|
|
3620
|
-
},
|
|
3917
|
+
}, {
|
|
3918
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
3919
|
+
height: string;
|
|
3920
|
+
width: string;
|
|
3921
|
+
borderRadius: string;
|
|
3922
|
+
color: string;
|
|
3923
|
+
colorHover: string;
|
|
3924
|
+
railInsetHorizontalBottom: string;
|
|
3925
|
+
railInsetHorizontalTop: string;
|
|
3926
|
+
railInsetVerticalRight: string;
|
|
3927
|
+
railInsetVerticalLeft: string;
|
|
3928
|
+
railColor: string;
|
|
3929
|
+
}, any>;
|
|
3930
|
+
}>;
|
|
3621
3931
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
3622
3932
|
optionFontSizeTiny: string;
|
|
3623
3933
|
optionFontSizeSmall: string;
|
|
@@ -1415,10 +1415,10 @@ declare const _default: DefineComponent<{}, {
|
|
|
1415
1415
|
readonly focusable: boolean;
|
|
1416
1416
|
readonly bordered: boolean;
|
|
1417
1417
|
readonly tertiary: boolean;
|
|
1418
|
-
readonly keyboard: boolean;
|
|
1419
1418
|
readonly ghost: boolean;
|
|
1420
1419
|
readonly secondary: boolean;
|
|
1421
1420
|
readonly quaternary: boolean;
|
|
1421
|
+
readonly keyboard: boolean;
|
|
1422
1422
|
readonly iconPlacement: "left" | "right";
|
|
1423
1423
|
readonly attrType: "reset" | "submit" | "button";
|
|
1424
1424
|
readonly nativeFocusBehavior: boolean;
|
|
@@ -2259,6 +2259,7 @@ declare const _default: DefineComponent<{}, {
|
|
|
2259
2259
|
draggerInsideRef: {
|
|
2260
2260
|
value: boolean;
|
|
2261
2261
|
};
|
|
2262
|
+
rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
|
|
2262
2263
|
inputElRef: Ref<HTMLInputElement | null, HTMLInputElement | null>;
|
|
2263
2264
|
mergedTheme: ComputedRef<{
|
|
2264
2265
|
common: ThemeCommonVars;
|