hylid-bridge 4.0.27-alpha.0 → 4.0.27-alpha.1
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/README.md +162 -165
- package/canIUse.json +1 -1
- package/lib/bridges.d.ts +2 -41
- package/lib/bridges.js +3 -23
- package/lib/clients/web/worldfirst/index.d.ts +2 -9
- package/lib/clients/web/worldfirst/index.js +1 -9
- package/lib/dsl.d.ts +4 -14
- package/lib/dsl.js +2 -2
- package/lib/umd/index.js +1 -1
- package/lib/umd/web_worldfirst.js +1 -1
- package/lib/whichCanIUse/compatibilities.json +4797 -4783
- package/lib/whichCanIUse/index.d.ts +6 -1
- package/lib/whichCanIUse/index.js +76 -180
- package/package.json +5 -5
- package/lib/clients/web/worldfirst/getSystemInfo.d.ts +0 -2
- package/lib/clients/web/worldfirst/getSystemInfo.js +0 -3
- package/lib/clients/web/worldfirst/wfOpenDocument.d.ts +0 -22
- package/lib/clients/web/worldfirst/wfOpenDocument.js +0 -8
package/lib/dsl.d.ts
CHANGED
|
@@ -540,9 +540,7 @@ export declare const getBLEDeviceServices: PickMPAttr<'getBLEDeviceServices'>;
|
|
|
540
540
|
* | web | |
|
|
541
541
|
*/
|
|
542
542
|
export declare const getBLEDeviceServicesAsync: (args?: ({
|
|
543
|
-
deviceId: string;
|
|
544
|
-
} & AsyncCallback<{
|
|
545
|
-
/**
|
|
543
|
+
deviceId: string; /**
|
|
546
544
|
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideToast
|
|
547
545
|
* @support
|
|
548
546
|
* | Platform | Apps |
|
|
@@ -551,20 +549,12 @@ export declare const getBLEDeviceServicesAsync: (args?: ({
|
|
|
551
549
|
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
552
550
|
* | web | demo,alipay,h5,tngdh5ng |
|
|
553
551
|
*/
|
|
552
|
+
} & AsyncCallback<{
|
|
554
553
|
services: {
|
|
555
554
|
isPrimary: boolean;
|
|
556
555
|
serviceId: string;
|
|
557
556
|
}[];
|
|
558
557
|
}>) | undefined) => Promise<{
|
|
559
|
-
/**
|
|
560
|
-
* @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideToast
|
|
561
|
-
* @support
|
|
562
|
-
* | Platform | Apps |
|
|
563
|
-
* | ------------- | -------- |
|
|
564
|
-
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
565
|
-
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
566
|
-
* | web | demo,alipay,h5,tngdh5ng |
|
|
567
|
-
*/
|
|
568
558
|
services: {
|
|
569
559
|
isPrimary: boolean;
|
|
570
560
|
serviceId: string;
|
|
@@ -1003,7 +993,7 @@ export declare const getStorageSync: PickMPAttr<'getStorageSync'>;
|
|
|
1003
993
|
* | ------------- | -------- |
|
|
1004
994
|
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1005
995
|
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1006
|
-
* | web | demo,alipay,h5,tngdh5ng
|
|
996
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
1007
997
|
*/
|
|
1008
998
|
export declare const getSystemInfo: PickMPAttr<'getSystemInfo'>;
|
|
1009
999
|
/**
|
|
@@ -1013,7 +1003,7 @@ export declare const getSystemInfo: PickMPAttr<'getSystemInfo'>;
|
|
|
1013
1003
|
* | ------------- | -------- |
|
|
1014
1004
|
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1015
1005
|
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1016
|
-
* | web | demo,alipay,h5,tngdh5ng
|
|
1006
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
1017
1007
|
*/
|
|
1018
1008
|
export declare const getSystemInfoAsync: (args?: GetSystemInfoArgs | undefined) => Promise<GetSystemInfoCallbackValue>;
|
|
1019
1009
|
/**
|
package/lib/dsl.js
CHANGED
|
@@ -1696,7 +1696,7 @@ export var getStorageSync = function getStorageSync() {
|
|
|
1696
1696
|
* | ------------- | -------- |
|
|
1697
1697
|
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1698
1698
|
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1699
|
-
* | web | demo,alipay,h5,tngdh5ng
|
|
1699
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
1700
1700
|
*/
|
|
1701
1701
|
export var getSystemInfo = function getSystemInfo() {
|
|
1702
1702
|
var rest = [];
|
|
@@ -1720,7 +1720,7 @@ export var getSystemInfo = function getSystemInfo() {
|
|
|
1720
1720
|
* | ------------- | -------- |
|
|
1721
1721
|
* | mp | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn |
|
|
1722
1722
|
* | mp_web | demo,gcash,tngd,alipay,chope,alipayhk,dana,tmn,toss,mpay |
|
|
1723
|
-
* | web | demo,alipay,h5,tngdh5ng
|
|
1723
|
+
* | web | demo,alipay,h5,tngdh5ng |
|
|
1724
1724
|
*/
|
|
1725
1725
|
// @ts-ignore
|
|
1726
1726
|
export var getSystemInfoAsync = /*#__PURE__*/promisify(getSystemInfo);
|