@ray-js/api 1.5.17 → 1.5.19
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.
@@ -23,9 +23,6 @@ export const openInnerH5 = factory('openInnerH5');
|
|
23
23
|
export const openAppSystemSettingPage = factory('openAppSystemSettingPage', {
|
24
24
|
"deprecated": true
|
25
25
|
});
|
26
|
-
export const openSystemSettingPage = factory('openSystemSettingPage', {
|
27
|
-
"deprecated": true
|
28
|
-
});
|
29
26
|
export const emitChannel = factory('emitChannel');
|
30
27
|
export const router = factory('router');
|
31
28
|
export const canIUseRouter = factory('canIUseRouter');
|
@@ -60,4 +57,7 @@ export const handleShortcut = factory('handleShortcut');
|
|
60
57
|
export const isAssociatedShortcut = factory('isAssociatedShortcut');
|
61
58
|
export const isSupportedShortcut = factory('isSupportedShortcut');
|
62
59
|
// 3.2.7 新增 - 4.8.0 容器
|
63
|
-
export const backToHomeAndOpenPanel = factory('backToHomeAndOpenPanel');
|
60
|
+
export const backToHomeAndOpenPanel = factory('backToHomeAndOpenPanel');
|
61
|
+
|
62
|
+
// 4.5.1 新增 - 5.12.0 容器 之前是标注deprecated的,4.5.1之后不再标注,iOS已支持
|
63
|
+
export const openSystemSettingPage = factory('openSystemSettingPage');
|
package/lib/all-kits.d.ts
CHANGED
package/lib/all-kits.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ray-js/api",
|
3
|
-
"version": "1.5.
|
3
|
+
"version": "1.5.19",
|
4
4
|
"description": "Ray universal api",
|
5
5
|
"keywords": [
|
6
6
|
"ray"
|
@@ -29,14 +29,14 @@
|
|
29
29
|
"watch": "ray start --type=component"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
-
"@ray-js/framework": "1.5.
|
33
|
-
"@ray-js/router": "1.5.
|
32
|
+
"@ray-js/framework": "1.5.19",
|
33
|
+
"@ray-js/router": "1.5.19",
|
34
34
|
"@ray-js/wechat": "^0.2.9",
|
35
35
|
"base64-browser": "^1.0.1",
|
36
36
|
"query-string": "^7.1.3"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
|
-
"@ray-js/cli": "1.5.
|
39
|
+
"@ray-js/cli": "1.5.19",
|
40
40
|
"art-template": "^4.13.2",
|
41
41
|
"fs-extra": "^10.1.0",
|
42
42
|
"miniprogram-api-typings": "^3.12.2",
|
@@ -44,7 +44,7 @@
|
|
44
44
|
},
|
45
45
|
"publishConfig": {
|
46
46
|
"access": "public",
|
47
|
-
"registry": "https://registry.npmjs.
|
47
|
+
"registry": "https://registry.npmjs.com"
|
48
48
|
},
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "1ac2d1581a3cefb2b27ec498e3246ced188ae602"
|
50
50
|
}
|
@@ -16,7 +16,6 @@ export declare const openPanel: typeof ty.openPanel;
|
|
16
16
|
export declare const preloadPanel: typeof ty.preloadPanel;
|
17
17
|
export declare const openInnerH5: typeof ty.openInnerH5;
|
18
18
|
export declare const openAppSystemSettingPage: typeof ty.openAppSystemSettingPage;
|
19
|
-
export declare const openSystemSettingPage: typeof ty.openSystemSettingPage;
|
20
19
|
export declare const emitChannel: typeof ty.emitChannel;
|
21
20
|
export declare const router: typeof ty.router;
|
22
21
|
export declare const canIUseRouter: typeof ty.canIUseRouter;
|
@@ -44,3 +43,4 @@ export declare const handleShortcut: typeof ty.handleShortcut;
|
|
44
43
|
export declare const isAssociatedShortcut: typeof ty.isAssociatedShortcut;
|
45
44
|
export declare const isSupportedShortcut: typeof ty.isSupportedShortcut;
|
46
45
|
export declare const backToHomeAndOpenPanel: typeof ty.backToHomeAndOpenPanel;
|
46
|
+
export declare const openSystemSettingPage: typeof ty.openSystemSettingPage;
|