@ray-js/api 1.5.32 → 1.5.33
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/BaseKit-3.14.3.d.ts +3 -0
- package/lib/BaseKit-3.14.3.js +4 -1
- package/package.json +5 -5
package/lib/BaseKit-3.14.3.d.ts
CHANGED
@@ -107,3 +107,6 @@ export declare const onKeyboardWillShow: typeof ty.onKeyboardWillShow;
|
|
107
107
|
export declare const offKeyboardWillShow: typeof ty.offKeyboardWillShow;
|
108
108
|
export declare const onKeyboardWillHide: typeof ty.onKeyboardWillHide;
|
109
109
|
export declare const offKeyboardWillHide: typeof ty.offKeyboardWillHide;
|
110
|
+
export declare const fetchVideoThumbnails: typeof ty.fetchVideoThumbnails;
|
111
|
+
export declare const clearVideoThumbnails: typeof ty.clearVideoThumbnails;
|
112
|
+
export declare const clipVideo: typeof ty.clipVideo;
|
package/lib/BaseKit-3.14.3.js
CHANGED
@@ -116,4 +116,7 @@ export const offKeyboardHeightChange = factory('offKeyboardHeightChange');
|
|
116
116
|
export const onKeyboardWillShow = factory('onKeyboardWillShow');
|
117
117
|
export const offKeyboardWillShow = factory('offKeyboardWillShow');
|
118
118
|
export const onKeyboardWillHide = factory('onKeyboardWillHide');
|
119
|
-
export const offKeyboardWillHide = factory('offKeyboardWillHide');
|
119
|
+
export const offKeyboardWillHide = factory('offKeyboardWillHide');
|
120
|
+
export const fetchVideoThumbnails = factory('fetchVideoThumbnails');
|
121
|
+
export const clearVideoThumbnails = factory('clearVideoThumbnails');
|
122
|
+
export const clipVideo = factory('clipVideo');
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ray-js/api",
|
3
|
-
"version": "1.5.
|
3
|
+
"version": "1.5.33",
|
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.33",
|
33
|
+
"@ray-js/router": "1.5.33",
|
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.33",
|
40
40
|
"art-template": "^4.13.2",
|
41
41
|
"fs-extra": "^10.1.0",
|
42
42
|
"miniprogram-api-typings": "^3.12.2",
|
@@ -46,5 +46,5 @@
|
|
46
46
|
"access": "public",
|
47
47
|
"registry": "https://registry.npmjs.com"
|
48
48
|
},
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "85de8568de11ea9241a6319b1ba18cbea1c25433"
|
50
50
|
}
|