@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
|
@@ -1439,10 +1439,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1439
1439
|
readonly focusable: boolean;
|
|
1440
1440
|
readonly bordered: boolean;
|
|
1441
1441
|
readonly tertiary: boolean;
|
|
1442
|
-
readonly keyboard: boolean;
|
|
1443
1442
|
readonly ghost: boolean;
|
|
1444
1443
|
readonly secondary: boolean;
|
|
1445
1444
|
readonly quaternary: boolean;
|
|
1445
|
+
readonly keyboard: boolean;
|
|
1446
1446
|
readonly iconPlacement: "left" | "right";
|
|
1447
1447
|
readonly attrType: "reset" | "submit" | "button";
|
|
1448
1448
|
readonly nativeFocusBehavior: boolean;
|
|
@@ -1608,7 +1608,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1608
1608
|
arrowOffsetVertical: string;
|
|
1609
1609
|
arrowHeight: string;
|
|
1610
1610
|
padding: string;
|
|
1611
|
-
},
|
|
1611
|
+
}, {
|
|
1612
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
1613
|
+
height: string;
|
|
1614
|
+
width: string;
|
|
1615
|
+
borderRadius: string;
|
|
1616
|
+
color: string;
|
|
1617
|
+
colorHover: string;
|
|
1618
|
+
railInsetHorizontalBottom: string;
|
|
1619
|
+
railInsetHorizontalTop: string;
|
|
1620
|
+
railInsetVerticalRight: string;
|
|
1621
|
+
railInsetVerticalLeft: string;
|
|
1622
|
+
railColor: string;
|
|
1623
|
+
}, any>;
|
|
1624
|
+
}>;
|
|
1612
1625
|
}>;
|
|
1613
1626
|
}>>;
|
|
1614
1627
|
readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Ellipsis", unknown, {
|
|
@@ -1632,7 +1645,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1632
1645
|
arrowOffsetVertical: string;
|
|
1633
1646
|
arrowHeight: string;
|
|
1634
1647
|
padding: string;
|
|
1635
|
-
},
|
|
1648
|
+
}, {
|
|
1649
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
1650
|
+
height: string;
|
|
1651
|
+
width: string;
|
|
1652
|
+
borderRadius: string;
|
|
1653
|
+
color: string;
|
|
1654
|
+
colorHover: string;
|
|
1655
|
+
railInsetHorizontalBottom: string;
|
|
1656
|
+
railInsetHorizontalTop: string;
|
|
1657
|
+
railInsetVerticalRight: string;
|
|
1658
|
+
railInsetVerticalLeft: string;
|
|
1659
|
+
railColor: string;
|
|
1660
|
+
}, any>;
|
|
1661
|
+
}>;
|
|
1636
1662
|
}>;
|
|
1637
1663
|
}>>>;
|
|
1638
1664
|
readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Ellipsis", unknown, {
|
|
@@ -1656,7 +1682,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1656
1682
|
arrowOffsetVertical: string;
|
|
1657
1683
|
arrowHeight: string;
|
|
1658
1684
|
padding: string;
|
|
1659
|
-
},
|
|
1685
|
+
}, {
|
|
1686
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
1687
|
+
height: string;
|
|
1688
|
+
width: string;
|
|
1689
|
+
borderRadius: string;
|
|
1690
|
+
color: string;
|
|
1691
|
+
colorHover: string;
|
|
1692
|
+
railInsetHorizontalBottom: string;
|
|
1693
|
+
railInsetHorizontalTop: string;
|
|
1694
|
+
railInsetVerticalRight: string;
|
|
1695
|
+
railInsetVerticalLeft: string;
|
|
1696
|
+
railColor: string;
|
|
1697
|
+
}, any>;
|
|
1698
|
+
}>;
|
|
1660
1699
|
}>;
|
|
1661
1700
|
}>>>;
|
|
1662
1701
|
}>, {
|
|
@@ -1684,7 +1723,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1684
1723
|
arrowOffsetVertical: string;
|
|
1685
1724
|
arrowHeight: string;
|
|
1686
1725
|
padding: string;
|
|
1687
|
-
},
|
|
1726
|
+
}, {
|
|
1727
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
1728
|
+
height: string;
|
|
1729
|
+
width: string;
|
|
1730
|
+
borderRadius: string;
|
|
1731
|
+
color: string;
|
|
1732
|
+
colorHover: string;
|
|
1733
|
+
railInsetHorizontalBottom: string;
|
|
1734
|
+
railInsetHorizontalTop: string;
|
|
1735
|
+
railInsetVerticalRight: string;
|
|
1736
|
+
railInsetVerticalLeft: string;
|
|
1737
|
+
railColor: string;
|
|
1738
|
+
}, any>;
|
|
1739
|
+
}>;
|
|
1688
1740
|
}>;
|
|
1689
1741
|
};
|
|
1690
1742
|
peerOverrides: {
|
|
@@ -1703,7 +1755,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1703
1755
|
arrowOffsetVertical: string;
|
|
1704
1756
|
arrowHeight: string;
|
|
1705
1757
|
padding: string;
|
|
1706
|
-
},
|
|
1758
|
+
}, {
|
|
1759
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
1760
|
+
height: string;
|
|
1761
|
+
width: string;
|
|
1762
|
+
borderRadius: string;
|
|
1763
|
+
color: string;
|
|
1764
|
+
colorHover: string;
|
|
1765
|
+
railInsetHorizontalBottom: string;
|
|
1766
|
+
railInsetHorizontalTop: string;
|
|
1767
|
+
railInsetVerticalRight: string;
|
|
1768
|
+
railInsetVerticalLeft: string;
|
|
1769
|
+
railColor: string;
|
|
1770
|
+
}, any>;
|
|
1771
|
+
}>> | undefined;
|
|
1707
1772
|
} | undefined;
|
|
1708
1773
|
} | undefined;
|
|
1709
1774
|
};
|
|
@@ -1748,7 +1813,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1748
1813
|
arrowOffsetVertical: string;
|
|
1749
1814
|
arrowHeight: string;
|
|
1750
1815
|
padding: string;
|
|
1751
|
-
},
|
|
1816
|
+
}, {
|
|
1817
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
1818
|
+
height: string;
|
|
1819
|
+
width: string;
|
|
1820
|
+
borderRadius: string;
|
|
1821
|
+
color: string;
|
|
1822
|
+
colorHover: string;
|
|
1823
|
+
railInsetHorizontalBottom: string;
|
|
1824
|
+
railInsetHorizontalTop: string;
|
|
1825
|
+
railInsetVerticalRight: string;
|
|
1826
|
+
railInsetVerticalLeft: string;
|
|
1827
|
+
railColor: string;
|
|
1828
|
+
}, any>;
|
|
1829
|
+
}>;
|
|
1752
1830
|
}>;
|
|
1753
1831
|
}>>;
|
|
1754
1832
|
readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Ellipsis", unknown, {
|
|
@@ -1772,7 +1850,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1772
1850
|
arrowOffsetVertical: string;
|
|
1773
1851
|
arrowHeight: string;
|
|
1774
1852
|
padding: string;
|
|
1775
|
-
},
|
|
1853
|
+
}, {
|
|
1854
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
1855
|
+
height: string;
|
|
1856
|
+
width: string;
|
|
1857
|
+
borderRadius: string;
|
|
1858
|
+
color: string;
|
|
1859
|
+
colorHover: string;
|
|
1860
|
+
railInsetHorizontalBottom: string;
|
|
1861
|
+
railInsetHorizontalTop: string;
|
|
1862
|
+
railInsetVerticalRight: string;
|
|
1863
|
+
railInsetVerticalLeft: string;
|
|
1864
|
+
railColor: string;
|
|
1865
|
+
}, any>;
|
|
1866
|
+
}>;
|
|
1776
1867
|
}>;
|
|
1777
1868
|
}>>>;
|
|
1778
1869
|
readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Ellipsis", unknown, {
|
|
@@ -1796,7 +1887,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1796
1887
|
arrowOffsetVertical: string;
|
|
1797
1888
|
arrowHeight: string;
|
|
1798
1889
|
padding: string;
|
|
1799
|
-
},
|
|
1890
|
+
}, {
|
|
1891
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
1892
|
+
height: string;
|
|
1893
|
+
width: string;
|
|
1894
|
+
borderRadius: string;
|
|
1895
|
+
color: string;
|
|
1896
|
+
colorHover: string;
|
|
1897
|
+
railInsetHorizontalBottom: string;
|
|
1898
|
+
railInsetHorizontalTop: string;
|
|
1899
|
+
railInsetVerticalRight: string;
|
|
1900
|
+
railInsetVerticalLeft: string;
|
|
1901
|
+
railColor: string;
|
|
1902
|
+
}, any>;
|
|
1903
|
+
}>;
|
|
1800
1904
|
}>;
|
|
1801
1905
|
}>>>;
|
|
1802
1906
|
}>> & Readonly<{}>, {
|