@ray-js/api 1.3.21 → 1.3.23

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.
Files changed (76) hide show
  1. package/@types/api-extend.d.ts +9 -0
  2. package/LICENSE.md +9 -0
  3. package/lib/BaseKit-3.3.10.js +85 -83
  4. package/lib/BizKit-3.2.7.js +48 -47
  5. package/lib/DeviceKit-3.3.1.js +194 -193
  6. package/lib/HomeKit-3.1.4.js +2 -1
  7. package/lib/MapKit-3.0.7.js +4 -2
  8. package/lib/MiniKit-3.1.0.js +65 -64
  9. package/lib/P2PKit-2.0.3.js +4 -2
  10. package/lib/PlayNetKit-1.1.3.js +2 -1
  11. package/lib/cloud/alarm.js +6 -9
  12. package/lib/cloud/core.js +3 -4
  13. package/lib/cloud/device.js +25 -36
  14. package/lib/cloud/interface.d.ts +7 -7
  15. package/lib/cloud/linkage.js +51 -49
  16. package/lib/cloud/statistic.js +30 -42
  17. package/lib/cloud/timer.js +45 -62
  18. package/lib/constants.js +1 -1
  19. package/lib/core/promisify/index.js +5 -9
  20. package/lib/getBoundingClientRect/index.js +16 -17
  21. package/lib/getBoundingClientRect/index.thing.js +16 -17
  22. package/lib/getBoundingClientRect/index.wechat.js +16 -17
  23. package/lib/getCdnUrl/index.js +0 -2
  24. package/lib/getCdnUrl/index.thing.js +30 -85
  25. package/lib/getCdnUrl/index.wechat.js +0 -2
  26. package/lib/getElementById/index.js +1 -3
  27. package/lib/getElementById/index.thing.js +2 -4
  28. package/lib/getElementById/index.wechat.js +2 -4
  29. package/lib/hideTabBar/index.d.ts +7 -1
  30. package/lib/index.js +3 -2
  31. package/lib/lifecycles/offAppEvent/index.js +2 -2
  32. package/lib/lifecycles/offAppHide/index.js +2 -2
  33. package/lib/lifecycles/offAppShow/index.js +2 -2
  34. package/lib/lifecycles/offError/index.js +2 -2
  35. package/lib/lifecycles/offThemeChange/index.js +2 -2
  36. package/lib/lifecycles/offWindowResize/index.js +2 -2
  37. package/lib/lifecycles/onAppEvent/index.js +2 -2
  38. package/lib/lifecycles/onAppHide/index.js +2 -2
  39. package/lib/lifecycles/onAppShow/index.js +2 -2
  40. package/lib/lifecycles/onError/index.js +2 -2
  41. package/lib/lifecycles/onPageNotFound/index.js +2 -2
  42. package/lib/lifecycles/onThemeChange/index.js +2 -2
  43. package/lib/lifecycles/onWindowResize/index.js +2 -2
  44. package/lib/navigateBack/index.js +3 -6
  45. package/lib/navigateTo/index.js +2 -5
  46. package/lib/onNavigationBarBack/index.js +1 -2
  47. package/lib/onNavigationBarBack/index.wechat.js +1 -2
  48. package/lib/panel/devInfo/index.js +84 -121
  49. package/lib/panel/i18n/index.d.ts +1 -1
  50. package/lib/panel/i18n/index.js +180 -263
  51. package/lib/panel/i18n/index.wechat.d.ts +1 -1
  52. package/lib/panel/i18n/index.wechat.js +184 -268
  53. package/lib/panel/normalizeNetwork.d.ts +2 -2
  54. package/lib/panel/normalizeNetwork.js +2 -7
  55. package/lib/panel/publishDps.d.ts +1 -1
  56. package/lib/panel/publishDps.js +14 -19
  57. package/lib/panel/types/devInfo.d.ts +3 -3
  58. package/lib/panel/types/utilities.d.ts +8 -8
  59. package/lib/panel/utils.js +1 -3
  60. package/lib/reLaunch/index.js +2 -5
  61. package/lib/redirectTo/index.js +2 -7
  62. package/lib/requestCloud/index.js +2 -2
  63. package/lib/requestCloud/index.wechat.js +0 -1
  64. package/lib/setNavigationBarBack/index.js +1 -2
  65. package/lib/setNavigationBarBack/index.wechat.js +1 -2
  66. package/lib/setNavigationBarColor/index.js +3 -6
  67. package/lib/setNavigationBarTitle/index.js +5 -6
  68. package/lib/showTabBar/index.d.ts +7 -1
  69. package/lib/switchTab/index.js +2 -5
  70. package/lib/utils.d.ts +1 -1
  71. package/lib/utils.js +9 -18
  72. package/lib/utils.wechat.d.ts +1 -1
  73. package/lib/utils.wechat.js +14 -26
  74. package/lib/viewAPI.d.ts +1 -0
  75. package/lib/viewAPI.js +14 -12
  76. package/package.json +5 -5
@@ -1,13 +1,8 @@
1
- import "core-js/modules/es.regexp.exec.js";
2
- import "core-js/modules/es.string.replace.js";
3
- import "core-js/modules/es.object.to-string.js";
4
- import "core-js/modules/es.promise.js";
5
1
  /// <reference path="../../@types/api.d.ts" />
6
- import router from '@ray-js/router';
7
2
 
8
- var redirectTo = function (options) {
3
+ import router from '@ray-js/router';
4
+ const redirectTo = function (options) {
9
5
  router.replace(options.url);
10
6
  return Promise.resolve();
11
7
  };
12
-
13
8
  export default redirectTo;
@@ -1,7 +1,7 @@
1
1
  /// <reference path="../../@types/api.d.ts" />
2
- var requestCloud = function () {
2
+
3
+ const requestCloud = function () {
3
4
  console.warn('// TODO 暂未实现方法 requestCloud');
4
5
  return undefined;
5
6
  };
6
-
7
7
  export default requestCloud;
@@ -3,6 +3,5 @@ export default function () {
3
3
  console.warn('// TODO 暂未实现方法 wx.requestCloud');
4
4
  return;
5
5
  }
6
-
7
6
  return wx.requestCloud.apply(this, arguments);
8
7
  }
@@ -1,5 +1,4 @@
1
- var setNavigationBarBack = function () {
1
+ const setNavigationBarBack = function () {
2
2
  console.warn('尚未支持');
3
3
  };
4
-
5
4
  export default setNavigationBarBack;
@@ -1,5 +1,4 @@
1
- var setNavigationBarBack = function () {
1
+ const setNavigationBarBack = function () {
2
2
  console.warn('尚未支持');
3
3
  };
4
-
5
4
  export default setNavigationBarBack;
@@ -1,11 +1,8 @@
1
- import "core-js/modules/es.object.to-string.js";
2
- import "core-js/modules/es.promise.js";
3
-
4
1
  /// <reference path="../../@types/api.d.ts" />
5
- var setNavigationBarColor = function (options) {
6
- var meta = document.querySelector('meta[name=theme-color]');
2
+
3
+ const setNavigationBarColor = function (options) {
4
+ const meta = document.querySelector('meta[name=theme-color]');
7
5
  meta && meta.setAttribute('content', options.backgroundColor);
8
6
  return Promise.resolve();
9
7
  };
10
-
11
8
  export default setNavigationBarColor;
@@ -1,11 +1,10 @@
1
- import "core-js/modules/es.object.to-string.js";
2
- import "core-js/modules/es.promise.js";
3
-
4
1
  /// <reference path="../../@types/api.d.ts" />
5
- var setNavigationBarTitle = function (options) {
6
- var title = options.title;
2
+
3
+ const setNavigationBarTitle = function (options) {
4
+ const {
5
+ title
6
+ } = options;
7
7
  document.title = title;
8
8
  return Promise.resolve();
9
9
  };
10
-
11
10
  export default setNavigationBarTitle;
@@ -1,3 +1,9 @@
1
1
  /// <reference path="../../@types/api.d.ts" />
2
- declare const _default: (arg?: any) => Promise<any>;
2
+ declare const _default: (arg?: {
3
+ animation?: boolean | undefined;
4
+ } & {
5
+ success?: ((S?: any) => void) | undefined;
6
+ fail?: ((F?: any) => void) | undefined;
7
+ complete?: ((C?: any) => void) | undefined;
8
+ } & import("../core").PromisifyArgs<any, any>) => Promise<any>;
3
9
  export default _default;
@@ -1,11 +1,8 @@
1
- import "core-js/modules/es.object.to-string.js";
2
- import "core-js/modules/es.promise.js";
3
1
  /// <reference path="../../@types/api.d.ts" />
4
- import router from '@ray-js/router';
5
2
 
6
- var switchTab = function (options) {
3
+ import router from '@ray-js/router';
4
+ const switchTab = function (options) {
7
5
  router.push(options.url);
8
6
  return Promise.resolve();
9
7
  };
10
-
11
8
  export default switchTab;
package/lib/utils.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- declare type Opts = {
1
+ type Opts = {
2
2
  deprecated?: boolean;
3
3
  namespace?: string;
4
4
  };
package/lib/utils.js CHANGED
@@ -1,37 +1,28 @@
1
- import "core-js/modules/es.array.concat.js";
2
1
  export function factory(name) {
3
- var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
2
+ let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
4
3
  return function () {
5
4
  var _inst$opts$namespace;
6
-
7
5
  if (opts.deprecated) {
8
- console.warn("\u8BE5\u65B9\u6CD5 ".concat(name, " \u5DF2\u5F03\u7528"));
6
+ console.warn(`该方法 ${name} 已弃用`);
9
7
  }
10
-
11
- var inst = typeof ty === 'undefined' ? {} : ty;
12
- var method = opts.namespace ? ((_inst$opts$namespace = inst[opts.namespace]) !== null && _inst$opts$namespace !== void 0 ? _inst$opts$namespace : {})[name] : inst[name];
13
-
8
+ const inst = typeof ty === 'undefined' ? {} : ty;
9
+ const method = opts.namespace ? ((_inst$opts$namespace = inst[opts.namespace]) !== null && _inst$opts$namespace !== void 0 ? _inst$opts$namespace : {})[name] : inst[name];
14
10
  if (!method) {
15
- console.warn("// TODO \u6682\u672A\u5B9E\u73B0\u65B9\u6CD5 ".concat(opts.namespace ? opts.namespace + '.' : '').concat(name));
11
+ console.warn(`// TODO 暂未实现方法 ${opts.namespace ? opts.namespace + '.' : ''}${name}`);
16
12
  return;
17
13
  }
18
-
19
14
  return method.apply(this, arguments);
20
15
  };
21
16
  }
22
17
  export function factoryContants(name) {
23
- var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
24
-
18
+ let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
25
19
  if (opts.deprecated) {
26
- console.warn("\u8BE5\u53D8\u91CF ".concat(name, " \u5DF2\u5F03\u7528"));
20
+ console.warn(`该变量 ${name} 已弃用`);
27
21
  }
28
-
29
- var inst = typeof ty === 'undefined' ? {} : ty;
30
-
22
+ const inst = typeof ty === 'undefined' ? {} : ty;
31
23
  if (!inst[name]) {
32
- console.warn("// TODO \u6682\u672A\u5B9E\u73B0\u53D8\u91CF ".concat(name));
24
+ console.warn(`// TODO 暂未实现变量 ${name}`);
33
25
  return;
34
26
  }
35
-
36
27
  return inst[name];
37
28
  }
@@ -1,4 +1,4 @@
1
- declare type Opts = {
1
+ type Opts = {
2
2
  deprecated?: boolean;
3
3
  namespace?: string;
4
4
  };
@@ -1,53 +1,41 @@
1
- import "core-js/modules/es.regexp.exec.js";
2
- import "core-js/modules/es.regexp.test.js";
3
1
  // @ts-ignore
4
2
  import * as tyWx from '@ray-js/wechat';
5
3
  export function factory(name) {
6
- var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
7
-
4
+ let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
8
5
  if (/(set|get|remove|clear)+Storage(Sync)?$/.test(name)) {
9
6
  return function (option) {
10
7
  if (opts.deprecated) {
11
- console.warn("\u8BE5\u65B9\u6CD5 ".concat(name, " \u5DF2\u5F03\u7528"));
12
- } // eslint-disable-next-line prefer-rest-params
13
-
14
-
8
+ console.warn(`该方法 ${name} 已弃用`);
9
+ }
10
+ // eslint-disable-next-line prefer-rest-params
15
11
  return wx[name].call(this, option.key, option.data);
16
12
  };
17
13
  }
18
-
19
14
  return function () {
20
15
  if (opts.deprecated) {
21
- console.warn("\u8BE5\u65B9\u6CD5 ".concat(name, " \u5DF2\u5F03\u7528"));
16
+ console.warn(`该方法 ${name} 已弃用`);
22
17
  }
23
-
24
18
  if (!tyWx[name] && !wx[name]) {
25
- console.warn("// TODO \u6682\u672A\u5B9E\u73B0\u65B9\u6CD5 wx.".concat(name));
19
+ console.warn(`// TODO 暂未实现方法 wx.${name}`);
26
20
  return;
27
- } // 优先取得 TTT 能力的方法
28
-
29
-
21
+ }
22
+ // 优先取得 TTT 能力的方法
30
23
  if (tyWx[name]) {
31
24
  return tyWx[name].apply(this, arguments);
32
- } // eslint-disable-next-line prefer-rest-params
33
-
34
-
25
+ }
26
+ // eslint-disable-next-line prefer-rest-params
35
27
  return wx[name].apply(this, arguments);
36
28
  };
37
29
  }
38
30
  export function factoryContants(name) {
39
- var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
40
-
31
+ let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
41
32
  if (opts.deprecated) {
42
- console.warn("\u8BE5\u53D8\u91CF ".concat(name, " \u5DF2\u5F03\u7528"));
33
+ console.warn(`该变量 ${name} 已弃用`);
43
34
  }
44
-
45
- var inst = typeof wx === 'undefined' ? {} : wx;
46
-
35
+ const inst = typeof wx === 'undefined' ? {} : wx;
47
36
  if (!inst[name]) {
48
- console.warn("// TODO \u6682\u672A\u5B9E\u73B0\u53D8\u91CF ".concat(name));
37
+ console.warn(`// TODO 暂未实现变量 ${name}`);
49
38
  return;
50
39
  }
51
-
52
40
  return inst[name];
53
41
  }
package/lib/viewAPI.d.ts CHANGED
@@ -8,6 +8,7 @@ export declare const createCanvasContext: typeof ty.createCanvasContext;
8
8
  export declare const canvasGetImageData: typeof ty.canvasGetImageData;
9
9
  export declare const canvasPutImageData: typeof ty.canvasPutImageData;
10
10
  export declare const createVideoContext: typeof ty.createVideoContext;
11
+ export declare const createNativeVideoContext: typeof ty.createNativeVideoContext;
11
12
  export declare const createMapContext: typeof ty.createMapContext;
12
13
  export declare const createIpcPlayerContext: typeof ty.createIpcPlayerContext;
13
14
  export declare const createCameraContext: typeof ty.createCameraContext;
package/lib/viewAPI.js CHANGED
@@ -1,14 +1,16 @@
1
1
  /// <reference path="../@types/api.d.ts" />
2
+
2
3
  import { factory, factoryContants } from './utils';
3
- export var env = factoryContants('env');
4
- export var createAnimation = factory('createAnimation');
5
- export var pageScrollTo = factory('pageScrollTo');
6
- export var createSelectorQuery = factory('createSelectorQuery');
7
- export var createIntersectionObserver = factory('createIntersectionObserver');
8
- export var createCanvasContext = factory('createCanvasContext');
9
- export var canvasGetImageData = factory('canvasGetImageData');
10
- export var canvasPutImageData = factory('canvasPutImageData');
11
- export var createVideoContext = factory('createVideoContext');
12
- export var createMapContext = factory('createMapContext');
13
- export var createIpcPlayerContext = factory('createIpcPlayerContext');
14
- export var createCameraContext = factory('createCameraContext');
4
+ export const env = factoryContants('env');
5
+ export const createAnimation = factory('createAnimation');
6
+ export const pageScrollTo = factory('pageScrollTo');
7
+ export const createSelectorQuery = factory('createSelectorQuery');
8
+ export const createIntersectionObserver = factory('createIntersectionObserver');
9
+ export const createCanvasContext = factory('createCanvasContext');
10
+ export const canvasGetImageData = factory('canvasGetImageData');
11
+ export const canvasPutImageData = factory('canvasPutImageData');
12
+ export const createVideoContext = factory('createVideoContext');
13
+ export const createNativeVideoContext = factory('createNativeVideoContext');
14
+ export const createMapContext = factory('createMapContext');
15
+ export const createIpcPlayerContext = factory('createIpcPlayerContext');
16
+ export const createCameraContext = factory('createCameraContext');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/api",
3
- "version": "1.3.21",
3
+ "version": "1.3.23",
4
4
  "description": "Ray universal api",
5
5
  "keywords": [
6
6
  "ray"
@@ -26,13 +26,13 @@
26
26
  "build:kit:api": "node scripts/api-creator.mjs"
27
27
  },
28
28
  "dependencies": {
29
- "@ray-js/framework": "1.3.21",
30
- "@ray-js/router": "1.3.21",
29
+ "@ray-js/framework": "1.3.23",
30
+ "@ray-js/router": "1.3.23",
31
31
  "@ray-js/wechat": "^0.0.16",
32
32
  "base64-browser": "^1.0.1"
33
33
  },
34
34
  "devDependencies": {
35
- "@ray-js/cli": "1.3.21",
35
+ "@ray-js/cli": "1.3.23",
36
36
  "art-template": "^4.13.2",
37
37
  "fs-extra": "^10.1.0",
38
38
  "miniprogram-api-typings": "^3.4.3",
@@ -44,6 +44,6 @@
44
44
  "email": "tuyafe@tuya.com"
45
45
  }
46
46
  ],
47
- "gitHead": "14cb935df10f020e714b44bb41d4899646db751c",
47
+ "gitHead": "04708bb394d817a7a522fcde178f19f170d5d364",
48
48
  "repository": {}
49
49
  }