@unizhen/ui 0.0.26 → 0.0.28
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 +91 -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 +2526 -2581
- 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
|
@@ -432,7 +432,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
432
432
|
paddingMedium: string;
|
|
433
433
|
paddingLarge: string;
|
|
434
434
|
clearSize: string;
|
|
435
|
-
},
|
|
435
|
+
}, {
|
|
436
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
437
|
+
height: string;
|
|
438
|
+
width: string;
|
|
439
|
+
borderRadius: string;
|
|
440
|
+
color: string;
|
|
441
|
+
colorHover: string;
|
|
442
|
+
railInsetHorizontalBottom: string;
|
|
443
|
+
railInsetHorizontalTop: string;
|
|
444
|
+
railInsetVerticalRight: string;
|
|
445
|
+
railInsetVerticalLeft: string;
|
|
446
|
+
railColor: string;
|
|
447
|
+
}, any>;
|
|
448
|
+
}>;
|
|
436
449
|
}>>;
|
|
437
450
|
themeOverrides: PropType<ExtractThemeOverrides<Theme<"TimePicker", {
|
|
438
451
|
panelColor: string;
|
|
@@ -728,7 +741,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
728
741
|
paddingMedium: string;
|
|
729
742
|
paddingLarge: string;
|
|
730
743
|
clearSize: string;
|
|
731
|
-
},
|
|
744
|
+
}, {
|
|
745
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
746
|
+
height: string;
|
|
747
|
+
width: string;
|
|
748
|
+
borderRadius: string;
|
|
749
|
+
color: string;
|
|
750
|
+
colorHover: string;
|
|
751
|
+
railInsetHorizontalBottom: string;
|
|
752
|
+
railInsetHorizontalTop: string;
|
|
753
|
+
railInsetVerticalRight: string;
|
|
754
|
+
railInsetVerticalLeft: string;
|
|
755
|
+
railColor: string;
|
|
756
|
+
}, any>;
|
|
757
|
+
}>;
|
|
732
758
|
}>>>;
|
|
733
759
|
builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"TimePicker", {
|
|
734
760
|
panelColor: string;
|
|
@@ -1024,7 +1050,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1024
1050
|
paddingMedium: string;
|
|
1025
1051
|
paddingLarge: string;
|
|
1026
1052
|
clearSize: string;
|
|
1027
|
-
},
|
|
1053
|
+
}, {
|
|
1054
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
1055
|
+
height: string;
|
|
1056
|
+
width: string;
|
|
1057
|
+
borderRadius: string;
|
|
1058
|
+
color: string;
|
|
1059
|
+
colorHover: string;
|
|
1060
|
+
railInsetHorizontalBottom: string;
|
|
1061
|
+
railInsetHorizontalTop: string;
|
|
1062
|
+
railInsetVerticalRight: string;
|
|
1063
|
+
railInsetVerticalLeft: string;
|
|
1064
|
+
railColor: string;
|
|
1065
|
+
}, any>;
|
|
1066
|
+
}>;
|
|
1028
1067
|
}>>>;
|
|
1029
1068
|
}>, {
|
|
1030
1069
|
focus: () => void;
|
|
@@ -1513,7 +1552,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1513
1552
|
paddingMedium: string;
|
|
1514
1553
|
paddingLarge: string;
|
|
1515
1554
|
clearSize: string;
|
|
1516
|
-
},
|
|
1555
|
+
}, {
|
|
1556
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
1557
|
+
height: string;
|
|
1558
|
+
width: string;
|
|
1559
|
+
borderRadius: string;
|
|
1560
|
+
color: string;
|
|
1561
|
+
colorHover: string;
|
|
1562
|
+
railInsetHorizontalBottom: string;
|
|
1563
|
+
railInsetHorizontalTop: string;
|
|
1564
|
+
railInsetVerticalRight: string;
|
|
1565
|
+
railInsetVerticalLeft: string;
|
|
1566
|
+
railColor: string;
|
|
1567
|
+
}, any>;
|
|
1568
|
+
}>;
|
|
1517
1569
|
};
|
|
1518
1570
|
peerOverrides: {
|
|
1519
1571
|
Scrollbar?: {
|
|
@@ -1528,7 +1580,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1528
1580
|
} | undefined;
|
|
1529
1581
|
Input?: {
|
|
1530
1582
|
peers?: {
|
|
1531
|
-
|
|
1583
|
+
Scrollbar?: ExtractThemeOverrides<Theme<"Scrollbar", {
|
|
1584
|
+
height: string;
|
|
1585
|
+
width: string;
|
|
1586
|
+
borderRadius: string;
|
|
1587
|
+
color: string;
|
|
1588
|
+
colorHover: string;
|
|
1589
|
+
railInsetHorizontalBottom: string;
|
|
1590
|
+
railInsetHorizontalTop: string;
|
|
1591
|
+
railInsetVerticalRight: string;
|
|
1592
|
+
railInsetVerticalLeft: string;
|
|
1593
|
+
railColor: string;
|
|
1594
|
+
}, any>> | undefined;
|
|
1532
1595
|
} | undefined;
|
|
1533
1596
|
} | undefined;
|
|
1534
1597
|
};
|
|
@@ -1928,7 +1991,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1928
1991
|
paddingMedium: string;
|
|
1929
1992
|
paddingLarge: string;
|
|
1930
1993
|
clearSize: string;
|
|
1931
|
-
},
|
|
1994
|
+
}, {
|
|
1995
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
1996
|
+
height: string;
|
|
1997
|
+
width: string;
|
|
1998
|
+
borderRadius: string;
|
|
1999
|
+
color: string;
|
|
2000
|
+
colorHover: string;
|
|
2001
|
+
railInsetHorizontalBottom: string;
|
|
2002
|
+
railInsetHorizontalTop: string;
|
|
2003
|
+
railInsetVerticalRight: string;
|
|
2004
|
+
railInsetVerticalLeft: string;
|
|
2005
|
+
railColor: string;
|
|
2006
|
+
}, any>;
|
|
2007
|
+
}>;
|
|
1932
2008
|
}>>;
|
|
1933
2009
|
themeOverrides: PropType<ExtractThemeOverrides<Theme<"TimePicker", {
|
|
1934
2010
|
panelColor: string;
|
|
@@ -2224,7 +2300,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2224
2300
|
paddingMedium: string;
|
|
2225
2301
|
paddingLarge: string;
|
|
2226
2302
|
clearSize: string;
|
|
2227
|
-
},
|
|
2303
|
+
}, {
|
|
2304
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
2305
|
+
height: string;
|
|
2306
|
+
width: string;
|
|
2307
|
+
borderRadius: string;
|
|
2308
|
+
color: string;
|
|
2309
|
+
colorHover: string;
|
|
2310
|
+
railInsetHorizontalBottom: string;
|
|
2311
|
+
railInsetHorizontalTop: string;
|
|
2312
|
+
railInsetVerticalRight: string;
|
|
2313
|
+
railInsetVerticalLeft: string;
|
|
2314
|
+
railColor: string;
|
|
2315
|
+
}, any>;
|
|
2316
|
+
}>;
|
|
2228
2317
|
}>>>;
|
|
2229
2318
|
builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"TimePicker", {
|
|
2230
2319
|
panelColor: string;
|
|
@@ -2520,21 +2609,34 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2520
2609
|
paddingMedium: string;
|
|
2521
2610
|
paddingLarge: string;
|
|
2522
2611
|
clearSize: string;
|
|
2523
|
-
},
|
|
2612
|
+
}, {
|
|
2613
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
2614
|
+
height: string;
|
|
2615
|
+
width: string;
|
|
2616
|
+
borderRadius: string;
|
|
2617
|
+
color: string;
|
|
2618
|
+
colorHover: string;
|
|
2619
|
+
railInsetHorizontalBottom: string;
|
|
2620
|
+
railInsetHorizontalTop: string;
|
|
2621
|
+
railInsetVerticalRight: string;
|
|
2622
|
+
railInsetVerticalLeft: string;
|
|
2623
|
+
railColor: string;
|
|
2624
|
+
}, any>;
|
|
2625
|
+
}>;
|
|
2524
2626
|
}>>>;
|
|
2525
2627
|
}>> & Readonly<{}>, {
|
|
2526
2628
|
to: string | boolean | HTMLElement;
|
|
2527
2629
|
disabled: boolean | undefined;
|
|
2528
2630
|
show: boolean | undefined;
|
|
2529
2631
|
format: string;
|
|
2530
|
-
bordered: boolean | undefined;
|
|
2531
2632
|
showIcon: boolean;
|
|
2532
|
-
|
|
2633
|
+
bordered: boolean | undefined;
|
|
2533
2634
|
clearable: boolean;
|
|
2534
2635
|
defaultValue: number | null;
|
|
2535
|
-
|
|
2536
|
-
use12Hours: boolean;
|
|
2636
|
+
placement: PopoverPlacement;
|
|
2537
2637
|
inputReadonly: boolean;
|
|
2638
|
+
use12Hours: boolean;
|
|
2639
|
+
stateful: boolean;
|
|
2538
2640
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2539
2641
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2540
2642
|
export default _default;
|