@dcloudio/uni-app-x 0.7.30 → 0.7.32
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/package.json +1 -1
- package/types/app.d.ts +10 -154
- package/types/native/IUniElement.d.ts +22 -0
- package/types/native/IUniNativeViewElement.d.ts +8 -8
- package/types/native/UniElement.d.ts +1 -0
- package/types/native/UniEvent.d.ts +7 -0
- package/types/native/UniRichTextItemClickEvent.d.ts +1 -5
- package/types/native/global.d.ts +3 -0
- package/types/page.d.ts +38 -182
- package/types/uni/uts-plugin-api/global.d.ts +1 -0
- package/types/uni/uts-plugin-api/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +55 -59
- package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +6 -7
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +30 -0
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +30 -7
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/global.d.ts +18 -0
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/index.d.ts +9 -0
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +136 -0
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +80 -26
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/global.d.ts +30 -0
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/index.d.ts +14 -0
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +273 -0
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-biz/global.d.ts +1 -0
- package/types/uni/uts-plugin-biz/index.d.ts +1 -0
- package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +198 -0
- package/types/uni/uts-plugin-biz/lib/uni-facialRecognitionVerify/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/global.d.ts +60 -0
- package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/index.d.ts +29 -0
- package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +454 -0
- package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +7 -7
package/types/page.d.ts
CHANGED
|
@@ -1532,7 +1532,7 @@ interface Page {
|
|
|
1532
1532
|
/**
|
|
1533
1533
|
* 页面的路由参数信息,目前web端options类型为Object,后续可能会调整
|
|
1534
1534
|
*/
|
|
1535
|
-
options:
|
|
1535
|
+
options: UTSJSONObject
|
|
1536
1536
|
/**
|
|
1537
1537
|
* 原生页面对象
|
|
1538
1538
|
* @internal
|
|
@@ -1614,12 +1614,12 @@ export interface UniBasePage {
|
|
|
1614
1614
|
* "android": {
|
|
1615
1615
|
* "osVer": "5.0",
|
|
1616
1616
|
* "uniVer": "x",
|
|
1617
|
-
* "unixVer": "4.
|
|
1617
|
+
* "unixVer": "4.31"
|
|
1618
1618
|
* },
|
|
1619
1619
|
* "ios": {
|
|
1620
1620
|
* "osVer": "x",
|
|
1621
1621
|
* "uniVer": "x",
|
|
1622
|
-
* "unixVer": "4.
|
|
1622
|
+
* "unixVer": "4.31"
|
|
1623
1623
|
* },
|
|
1624
1624
|
* "harmony": {
|
|
1625
1625
|
* "osVer": "x",
|
|
@@ -1636,7 +1636,7 @@ export interface UniBasePage {
|
|
|
1636
1636
|
* },
|
|
1637
1637
|
* "web": {
|
|
1638
1638
|
* "uniVer": "x",
|
|
1639
|
-
* "unixVer": "4.
|
|
1639
|
+
* "unixVer": "4.31"
|
|
1640
1640
|
* }
|
|
1641
1641
|
* }
|
|
1642
1642
|
*/
|
|
@@ -1650,12 +1650,12 @@ export interface UniBasePage {
|
|
|
1650
1650
|
* "android": {
|
|
1651
1651
|
* "osVer": "5.0",
|
|
1652
1652
|
* "uniVer": "x",
|
|
1653
|
-
* "unixVer": "4.
|
|
1653
|
+
* "unixVer": "4.31"
|
|
1654
1654
|
* },
|
|
1655
1655
|
* "ios": {
|
|
1656
1656
|
* "osVer": "x",
|
|
1657
1657
|
* "uniVer": "x",
|
|
1658
|
-
* "unixVer": "4.
|
|
1658
|
+
* "unixVer": "4.31"
|
|
1659
1659
|
* },
|
|
1660
1660
|
* "harmony": {
|
|
1661
1661
|
* "osVer": "x",
|
|
@@ -1672,155 +1672,11 @@ export interface UniBasePage {
|
|
|
1672
1672
|
* },
|
|
1673
1673
|
* "web": {
|
|
1674
1674
|
* "uniVer": "x",
|
|
1675
|
-
* "unixVer": "4.
|
|
1675
|
+
* "unixVer": "4.31"
|
|
1676
1676
|
* }
|
|
1677
1677
|
* }
|
|
1678
1678
|
*/
|
|
1679
|
-
options:
|
|
1680
|
-
/**
|
|
1681
|
-
* 监听自定义事件。事件可以由 uni.$emit 触发。回调函数会接收 uni.$emit 传递的参数。
|
|
1682
|
-
* @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/event-bus.html#emit
|
|
1683
|
-
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/event-bus.html#emit
|
|
1684
|
-
* @uniPlatform {
|
|
1685
|
-
* "app": {
|
|
1686
|
-
* "android": {
|
|
1687
|
-
* "osVer": "5.0",
|
|
1688
|
-
* "uniVer": "x",
|
|
1689
|
-
* "unixVer": "4.28"
|
|
1690
|
-
* },
|
|
1691
|
-
* "ios": {
|
|
1692
|
-
* "osVer": "x",
|
|
1693
|
-
* "uniVer": "x",
|
|
1694
|
-
* "unixVer": "4.28"
|
|
1695
|
-
* },
|
|
1696
|
-
* "harmony": {
|
|
1697
|
-
* "osVer": "x",
|
|
1698
|
-
* "uniVer": "x",
|
|
1699
|
-
* "unixVer": "x"
|
|
1700
|
-
* }
|
|
1701
|
-
* },
|
|
1702
|
-
* "mp": {
|
|
1703
|
-
* "weixin": {
|
|
1704
|
-
* "hostVer": "√",
|
|
1705
|
-
* "uniVer": "x",
|
|
1706
|
-
* "unixVer": "x"
|
|
1707
|
-
* },
|
|
1708
|
-
* },
|
|
1709
|
-
* "web": {
|
|
1710
|
-
* "uniVer": "x",
|
|
1711
|
-
* "unixVer": "4.28"
|
|
1712
|
-
* }
|
|
1713
|
-
* }
|
|
1714
|
-
*/
|
|
1715
|
-
on(eventName: string, callback: Function): void
|
|
1716
|
-
/**
|
|
1717
|
-
* 监听一个自定义事件。事件只触发一次,在第一次触发之后移除事件监听器
|
|
1718
|
-
* @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/event-bus.html#emit
|
|
1719
|
-
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/event-bus.html#emit
|
|
1720
|
-
* @uniPlatform {
|
|
1721
|
-
* "app": {
|
|
1722
|
-
* "android": {
|
|
1723
|
-
* "osVer": "5.0",
|
|
1724
|
-
* "uniVer": "x",
|
|
1725
|
-
* "unixVer": "4.28"
|
|
1726
|
-
* },
|
|
1727
|
-
* "ios": {
|
|
1728
|
-
* "osVer": "x",
|
|
1729
|
-
* "uniVer": "x",
|
|
1730
|
-
* "unixVer": "4.28"
|
|
1731
|
-
* },
|
|
1732
|
-
* "harmony": {
|
|
1733
|
-
* "osVer": "x",
|
|
1734
|
-
* "uniVer": "x",
|
|
1735
|
-
* "unixVer": "x"
|
|
1736
|
-
* }
|
|
1737
|
-
* },
|
|
1738
|
-
* "mp": {
|
|
1739
|
-
* "weixin": {
|
|
1740
|
-
* "hostVer": "√",
|
|
1741
|
-
* "uniVer": "x",
|
|
1742
|
-
* "unixVer": "x"
|
|
1743
|
-
* },
|
|
1744
|
-
* },
|
|
1745
|
-
* "web": {
|
|
1746
|
-
* "uniVer": "x",
|
|
1747
|
-
* "unixVer": "4.28"
|
|
1748
|
-
* }
|
|
1749
|
-
* }
|
|
1750
|
-
*/
|
|
1751
|
-
once(eventName: string, callback: Function): void
|
|
1752
|
-
/**
|
|
1753
|
-
* 移除自定义事件监听器。如果提供了事件名和回调,则只移除这个回调的监听器。如果仅提供事件名,则移除该事件的所有监听器。
|
|
1754
|
-
* @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/event-bus.html#emit
|
|
1755
|
-
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/event-bus.html#emit
|
|
1756
|
-
* @uniPlatform {
|
|
1757
|
-
* "app": {
|
|
1758
|
-
* "android": {
|
|
1759
|
-
* "osVer": "5.0",
|
|
1760
|
-
* "uniVer": "x",
|
|
1761
|
-
* "unixVer": "4.28"
|
|
1762
|
-
* },
|
|
1763
|
-
* "ios": {
|
|
1764
|
-
* "osVer": "x",
|
|
1765
|
-
* "uniVer": "x",
|
|
1766
|
-
* "unixVer": "4.28"
|
|
1767
|
-
* },
|
|
1768
|
-
* "harmony": {
|
|
1769
|
-
* "osVer": "x",
|
|
1770
|
-
* "uniVer": "x",
|
|
1771
|
-
* "unixVer": "x"
|
|
1772
|
-
* }
|
|
1773
|
-
* },
|
|
1774
|
-
* "mp": {
|
|
1775
|
-
* "weixin": {
|
|
1776
|
-
* "hostVer": "√",
|
|
1777
|
-
* "uniVer": "x",
|
|
1778
|
-
* "unixVer": "x"
|
|
1779
|
-
* },
|
|
1780
|
-
* },
|
|
1781
|
-
* "web": {
|
|
1782
|
-
* "uniVer": "x",
|
|
1783
|
-
* "unixVer": 4.28x"
|
|
1784
|
-
* }
|
|
1785
|
-
* }
|
|
1786
|
-
*/
|
|
1787
|
-
off(eventName: string, callback?: Function | null): void
|
|
1788
|
-
/**
|
|
1789
|
-
* 触发自定义事件,附加的参数会传递给事件监听器。
|
|
1790
|
-
* @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/event-bus.html#emit
|
|
1791
|
-
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/event-bus.html#emit
|
|
1792
|
-
* @uniPlatform {
|
|
1793
|
-
* "app": {
|
|
1794
|
-
* "android": {
|
|
1795
|
-
* "osVer": "5.0",
|
|
1796
|
-
* "uniVer": "x",
|
|
1797
|
-
* "unixVer": "4.28"
|
|
1798
|
-
* },
|
|
1799
|
-
* "ios": {
|
|
1800
|
-
* "osVer": "x",
|
|
1801
|
-
* "uniVer": "x",
|
|
1802
|
-
* "unixVer": "4.28"
|
|
1803
|
-
* },
|
|
1804
|
-
* "harmony": {
|
|
1805
|
-
* "osVer": "x",
|
|
1806
|
-
* "uniVer": "x",
|
|
1807
|
-
* "unixVer": "x"
|
|
1808
|
-
* }
|
|
1809
|
-
* },
|
|
1810
|
-
* "mp": {
|
|
1811
|
-
* "weixin": {
|
|
1812
|
-
* "hostVer": "√",
|
|
1813
|
-
* "uniVer": "x",
|
|
1814
|
-
* "unixVer": "x"
|
|
1815
|
-
* },
|
|
1816
|
-
* },
|
|
1817
|
-
* "web": {
|
|
1818
|
-
* "uniVer": "x",
|
|
1819
|
-
* "unixVer": "4.28"
|
|
1820
|
-
* }
|
|
1821
|
-
* }
|
|
1822
|
-
*/
|
|
1823
|
-
emit(eventName: string, args: any | null): void
|
|
1679
|
+
options: UTSJSONObject
|
|
1824
1680
|
/**
|
|
1825
1681
|
* 获取所属父页面
|
|
1826
1682
|
* @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/event-bus.html#emit
|
|
@@ -1830,12 +1686,12 @@ export interface UniBasePage {
|
|
|
1830
1686
|
* "android": {
|
|
1831
1687
|
* "osVer": "5.0",
|
|
1832
1688
|
* "uniVer": "x",
|
|
1833
|
-
* "unixVer": "4.
|
|
1689
|
+
* "unixVer": "4.31"
|
|
1834
1690
|
* },
|
|
1835
1691
|
* "ios": {
|
|
1836
1692
|
* "osVer": "x",
|
|
1837
1693
|
* "uniVer": "x",
|
|
1838
|
-
* "unixVer": "4.
|
|
1694
|
+
* "unixVer": "4.31"
|
|
1839
1695
|
* },
|
|
1840
1696
|
* "harmony": {
|
|
1841
1697
|
* "osVer": "x",
|
|
@@ -1852,7 +1708,7 @@ export interface UniBasePage {
|
|
|
1852
1708
|
* },
|
|
1853
1709
|
* "web": {
|
|
1854
1710
|
* "uniVer": "x",
|
|
1855
|
-
* "unixVer": "4.
|
|
1711
|
+
* "unixVer": "4.31"
|
|
1856
1712
|
* }
|
|
1857
1713
|
* }
|
|
1858
1714
|
*/
|
|
@@ -1866,12 +1722,12 @@ export interface UniBasePage {
|
|
|
1866
1722
|
* "android": {
|
|
1867
1723
|
* "osVer": "5.0",
|
|
1868
1724
|
* "uniVer": "x",
|
|
1869
|
-
* "unixVer": "4.
|
|
1725
|
+
* "unixVer": "4.31"
|
|
1870
1726
|
* },
|
|
1871
1727
|
* "ios": {
|
|
1872
1728
|
* "osVer": "x",
|
|
1873
1729
|
* "uniVer": "x",
|
|
1874
|
-
* "unixVer": "4.
|
|
1730
|
+
* "unixVer": "4.31"
|
|
1875
1731
|
* },
|
|
1876
1732
|
* "harmony": {
|
|
1877
1733
|
* "osVer": "x",
|
|
@@ -1888,7 +1744,7 @@ export interface UniBasePage {
|
|
|
1888
1744
|
* },
|
|
1889
1745
|
* "web": {
|
|
1890
1746
|
* "uniVer": "x",
|
|
1891
|
-
* "unixVer": "4.
|
|
1747
|
+
* "unixVer": "4.31"
|
|
1892
1748
|
* }
|
|
1893
1749
|
* }
|
|
1894
1750
|
*/
|
|
@@ -1905,12 +1761,12 @@ export interface UniPage extends UniBasePage {
|
|
|
1905
1761
|
* "android": {
|
|
1906
1762
|
* "osVer": "5.0",
|
|
1907
1763
|
* "uniVer": "x",
|
|
1908
|
-
* "unixVer": "4.
|
|
1764
|
+
* "unixVer": "4.31"
|
|
1909
1765
|
* },
|
|
1910
1766
|
* "ios": {
|
|
1911
1767
|
* "osVer": "x",
|
|
1912
1768
|
* "uniVer": "x",
|
|
1913
|
-
* "unixVer": "4.
|
|
1769
|
+
* "unixVer": "4.31"
|
|
1914
1770
|
* },
|
|
1915
1771
|
* "harmony": {
|
|
1916
1772
|
* "osVer": "x",
|
|
@@ -1927,7 +1783,7 @@ export interface UniPage extends UniBasePage {
|
|
|
1927
1783
|
* },
|
|
1928
1784
|
* "web": {
|
|
1929
1785
|
* "uniVer": "x",
|
|
1930
|
-
* "unixVer": "4.
|
|
1786
|
+
* "unixVer": "4.31"
|
|
1931
1787
|
* }
|
|
1932
1788
|
* }
|
|
1933
1789
|
*/
|
|
@@ -1941,12 +1797,12 @@ export interface UniPage extends UniBasePage {
|
|
|
1941
1797
|
* "android": {
|
|
1942
1798
|
* "osVer": "5.0",
|
|
1943
1799
|
* "uniVer": "x",
|
|
1944
|
-
* "unixVer": "4.
|
|
1800
|
+
* "unixVer": "4.31"
|
|
1945
1801
|
* },
|
|
1946
1802
|
* "ios": {
|
|
1947
1803
|
* "osVer": "x",
|
|
1948
1804
|
* "uniVer": "x",
|
|
1949
|
-
* "unixVer": "4.
|
|
1805
|
+
* "unixVer": "4.31"
|
|
1950
1806
|
* },
|
|
1951
1807
|
* "harmony": {
|
|
1952
1808
|
* "osVer": "x",
|
|
@@ -1963,7 +1819,7 @@ export interface UniPage extends UniBasePage {
|
|
|
1963
1819
|
* },
|
|
1964
1820
|
* "web": {
|
|
1965
1821
|
* "uniVer": "x",
|
|
1966
|
-
* "unixVer": "4.
|
|
1822
|
+
* "unixVer": "4.31"
|
|
1967
1823
|
* }
|
|
1968
1824
|
* }
|
|
1969
1825
|
*/
|
|
@@ -1977,12 +1833,12 @@ export interface UniPage extends UniBasePage {
|
|
|
1977
1833
|
* "android": {
|
|
1978
1834
|
* "osVer": "5.0",
|
|
1979
1835
|
* "uniVer": "x",
|
|
1980
|
-
* "unixVer": "4.
|
|
1836
|
+
* "unixVer": "4.31"
|
|
1981
1837
|
* },
|
|
1982
1838
|
* "ios": {
|
|
1983
1839
|
* "osVer": "x",
|
|
1984
1840
|
* "uniVer": "x",
|
|
1985
|
-
* "unixVer": "4.
|
|
1841
|
+
* "unixVer": "4.31"
|
|
1986
1842
|
* },
|
|
1987
1843
|
* "harmony": {
|
|
1988
1844
|
* "osVer": "x",
|
|
@@ -1999,7 +1855,7 @@ export interface UniPage extends UniBasePage {
|
|
|
1999
1855
|
* },
|
|
2000
1856
|
* "web": {
|
|
2001
1857
|
* "uniVer": "x",
|
|
2002
|
-
* "unixVer": "4.
|
|
1858
|
+
* "unixVer": "4.31"
|
|
2003
1859
|
* }
|
|
2004
1860
|
* }
|
|
2005
1861
|
*/
|
|
@@ -2013,12 +1869,12 @@ export interface UniPage extends UniBasePage {
|
|
|
2013
1869
|
* "android": {
|
|
2014
1870
|
* "osVer": "5.0",
|
|
2015
1871
|
* "uniVer": "x",
|
|
2016
|
-
* "unixVer": "4.
|
|
1872
|
+
* "unixVer": "4.31"
|
|
2017
1873
|
* },
|
|
2018
1874
|
* "ios": {
|
|
2019
1875
|
* "osVer": "x",
|
|
2020
1876
|
* "uniVer": "x",
|
|
2021
|
-
* "unixVer": "4.
|
|
1877
|
+
* "unixVer": "4.31"
|
|
2022
1878
|
* },
|
|
2023
1879
|
* "harmony": {
|
|
2024
1880
|
* "osVer": "x",
|
|
@@ -2035,7 +1891,7 @@ export interface UniPage extends UniBasePage {
|
|
|
2035
1891
|
* },
|
|
2036
1892
|
* "web": {
|
|
2037
1893
|
* "uniVer": "x",
|
|
2038
|
-
* "unixVer": "4.
|
|
1894
|
+
* "unixVer": "4.31"
|
|
2039
1895
|
* }
|
|
2040
1896
|
* }
|
|
2041
1897
|
*/
|
|
@@ -2052,12 +1908,12 @@ export interface UniPage extends UniBasePage {
|
|
|
2052
1908
|
* "android": {
|
|
2053
1909
|
* "osVer": "5.0",
|
|
2054
1910
|
* "uniVer": "x",
|
|
2055
|
-
* "unixVer": "4.
|
|
1911
|
+
* "unixVer": "4.31"
|
|
2056
1912
|
* },
|
|
2057
1913
|
* "ios": {
|
|
2058
1914
|
* "osVer": "x",
|
|
2059
1915
|
* "uniVer": "x",
|
|
2060
|
-
* "unixVer": "4.
|
|
1916
|
+
* "unixVer": "4.31"
|
|
2061
1917
|
* },
|
|
2062
1918
|
* "harmony": {
|
|
2063
1919
|
* "osVer": "x",
|
|
@@ -2074,7 +1930,7 @@ export interface UniPage extends UniBasePage {
|
|
|
2074
1930
|
* },
|
|
2075
1931
|
* "web": {
|
|
2076
1932
|
* "uniVer": "x",
|
|
2077
|
-
* "unixVer": "4.
|
|
1933
|
+
* "unixVer": "4.31"
|
|
2078
1934
|
* }
|
|
2079
1935
|
* }
|
|
2080
1936
|
*/
|
|
@@ -2089,7 +1945,7 @@ export interface UniPage extends UniBasePage {
|
|
|
2089
1945
|
* "android": {
|
|
2090
1946
|
* "osVer": "5.0",
|
|
2091
1947
|
* "uniVer": "x",
|
|
2092
|
-
* "unixVer": "4.
|
|
1948
|
+
* "unixVer": "4.31"
|
|
2093
1949
|
* },
|
|
2094
1950
|
* "ios": {
|
|
2095
1951
|
* "osVer": "x",
|
|
@@ -2148,7 +2004,7 @@ export interface UniPage extends UniBasePage {
|
|
|
2148
2004
|
* },
|
|
2149
2005
|
* "web": {
|
|
2150
2006
|
* "uniVer": "x",
|
|
2151
|
-
* "unixVer": "4.
|
|
2007
|
+
* "unixVer": "4.31"
|
|
2152
2008
|
* }
|
|
2153
2009
|
* }
|
|
2154
2010
|
*/
|
|
@@ -2168,12 +2024,12 @@ export interface UniDialogPage extends UniBasePage {
|
|
|
2168
2024
|
* "android": {
|
|
2169
2025
|
* "osVer": "5.0",
|
|
2170
2026
|
* "uniVer": "x",
|
|
2171
|
-
* "unixVer": "4.
|
|
2027
|
+
* "unixVer": "4.31"
|
|
2172
2028
|
* },
|
|
2173
2029
|
* "ios": {
|
|
2174
2030
|
* "osVer": "x",
|
|
2175
2031
|
* "uniVer": "x",
|
|
2176
|
-
* "unixVer": "4.
|
|
2032
|
+
* "unixVer": "4.31"
|
|
2177
2033
|
* },
|
|
2178
2034
|
* "harmony": {
|
|
2179
2035
|
* "osVer": "x",
|
|
@@ -2190,7 +2046,7 @@ export interface UniDialogPage extends UniBasePage {
|
|
|
2190
2046
|
* },
|
|
2191
2047
|
* "web": {
|
|
2192
2048
|
* "uniVer": "x",
|
|
2193
|
-
* "unixVer": "4.
|
|
2049
|
+
* "unixVer": "4.31"
|
|
2194
2050
|
* }
|
|
2195
2051
|
* }
|
|
2196
2052
|
*/
|
|
@@ -2204,12 +2060,12 @@ export interface UniDialogPage extends UniBasePage {
|
|
|
2204
2060
|
* "android": {
|
|
2205
2061
|
* "osVer": "5.0",
|
|
2206
2062
|
* "uniVer": "x",
|
|
2207
|
-
* "unixVer": "4.
|
|
2063
|
+
* "unixVer": "4.31"
|
|
2208
2064
|
* },
|
|
2209
2065
|
* "ios": {
|
|
2210
2066
|
* "osVer": "x",
|
|
2211
2067
|
* "uniVer": "x",
|
|
2212
|
-
* "unixVer": "4.
|
|
2068
|
+
* "unixVer": "4.31"
|
|
2213
2069
|
* },
|
|
2214
2070
|
* "harmony": {
|
|
2215
2071
|
* "osVer": "x",
|
|
@@ -2226,7 +2082,7 @@ export interface UniDialogPage extends UniBasePage {
|
|
|
2226
2082
|
* },
|
|
2227
2083
|
* "web": {
|
|
2228
2084
|
* "uniVer": "x",
|
|
2229
|
-
* "unixVer": "4.
|
|
2085
|
+
* "unixVer": "4.31"
|
|
2230
2086
|
* }
|
|
2231
2087
|
* }
|
|
2232
2088
|
*/
|
|
@@ -2258,7 +2114,7 @@ declare global {
|
|
|
2258
2114
|
* }
|
|
2259
2115
|
*/
|
|
2260
2116
|
const getCurrentPages: () => UniPage[]
|
|
2261
|
-
type OnLoadOptions =
|
|
2117
|
+
type OnLoadOptions = UTSJSONObject
|
|
2262
2118
|
interface OnBackPressOptions {
|
|
2263
2119
|
/**
|
|
2264
2120
|
* - backbutton 顶部导航栏左边的返回按钮或 Android 实体返回键
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
/// <reference path='./lib/uni-route/utssdk/global.d.ts' />
|
|
10
10
|
/// <reference path='./lib/uni-pullDownRefresh/utssdk/global.d.ts' />
|
|
11
11
|
/// <reference path='./lib/uni-prompt/utssdk/global.d.ts' />
|
|
12
|
+
/// <reference path='./lib/uni-privacy/utssdk/global.d.ts' />
|
|
12
13
|
/// <reference path='./lib/uni-payment-wxpay/utssdk/global.d.ts' />
|
|
13
14
|
/// <reference path='./lib/uni-payment-alipay/utssdk/global.d.ts' />
|
|
14
15
|
/// <reference path='./lib/uni-payment/utssdk/global.d.ts' />
|
|
@@ -9,6 +9,7 @@ export * from './lib/uni-rpx2px/utssdk'
|
|
|
9
9
|
export * from './lib/uni-route/utssdk'
|
|
10
10
|
export * from './lib/uni-pullDownRefresh/utssdk'
|
|
11
11
|
export * from './lib/uni-prompt/utssdk'
|
|
12
|
+
export * from './lib/uni-privacy/utssdk'
|
|
12
13
|
export * from './lib/uni-payment-wxpay/utssdk'
|
|
13
14
|
export * from './lib/uni-payment-alipay/utssdk'
|
|
14
15
|
export * from './lib/uni-payment/utssdk'
|
|
@@ -20,7 +20,7 @@ export interface Uni {
|
|
|
20
20
|
* },
|
|
21
21
|
* "harmony": {
|
|
22
22
|
* "osVer": "3.0",
|
|
23
|
-
* "uniVer": "4.
|
|
23
|
+
* "uniVer": "4.31",
|
|
24
24
|
* "unixVer": "x"
|
|
25
25
|
* }
|
|
26
26
|
* },
|
|
@@ -51,7 +51,7 @@ export interface Uni {
|
|
|
51
51
|
* },
|
|
52
52
|
* "harmony": {
|
|
53
53
|
* "osVer": "3.0",
|
|
54
|
-
* "uniVer": "4.
|
|
54
|
+
* "uniVer": "4.31",
|
|
55
55
|
* "unixVer": "x"
|
|
56
56
|
* }
|
|
57
57
|
* },
|
|
@@ -82,7 +82,7 @@ export interface Uni {
|
|
|
82
82
|
* },
|
|
83
83
|
* "harmony": {
|
|
84
84
|
* "osVer": "3.0",
|
|
85
|
-
* "uniVer": "4.
|
|
85
|
+
* "uniVer": "4.31",
|
|
86
86
|
* "unixVer": "x"
|
|
87
87
|
* }
|
|
88
88
|
* },
|