@ray-js/api 0.3.27 → 0.3.30

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.
@@ -340,7 +340,7 @@ declare namespace ty {
340
340
  export function showToast(params: {
341
341
  /** 提示的内容 */
342
342
  title: string
343
- /** 图标 'success' / 'fail' / 'loading' / 'none' */
343
+ /** 图标 'success' / 'error' / 'loading' / 'none' */
344
344
  icon?: string
345
345
  /** 自定义图标的本地路径,image 的优先级高于 icon */
346
346
  image?: string
@@ -1341,7 +1341,7 @@ declare namespace ty {
1341
1341
  export type ToastBean = {
1342
1342
  /** 提示的内容 */
1343
1343
  title: string
1344
- /** 图标 'success' / 'fail' / 'loading' / 'none' */
1344
+ /** 图标 'success' / 'error' / 'loading' / 'none' */
1345
1345
  icon?: string
1346
1346
  /** 自定义图标的本地路径,image 的优先级高于 icon */
1347
1347
  image?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/api",
3
- "version": "0.3.27",
3
+ "version": "0.3.30",
4
4
  "description": "Ray universal api",
5
5
  "keywords": [
6
6
  "ray"
@@ -26,12 +26,12 @@
26
26
  "build:kit:api": "node scripts/api-creator.mjs"
27
27
  },
28
28
  "dependencies": {
29
- "@ray-js/framework": "^0.3.27",
30
- "@ray-js/framework-native": "^0.3.27",
31
- "@ray-js/ray-panel-notification": "^0.3.27",
32
- "@ray-js/router": "^0.3.27",
33
- "@ray-js/router-native": "^0.3.27",
34
- "@ray-js/runtime-native": "^0.3.27",
29
+ "@ray-js/framework": "^0.3.30",
30
+ "@ray-js/framework-native": "^0.3.30",
31
+ "@ray-js/ray-panel-notification": "^0.3.30",
32
+ "@ray-js/router": "^0.3.30",
33
+ "@ray-js/router-native": "^0.3.30",
34
+ "@ray-js/runtime-native": "^0.3.30",
35
35
  "@tuya-miniapp/base-kit": "^2.1.2",
36
36
  "@tuya-miniapp/device-kit": "^2.1.6",
37
37
  "@tuya-miniapp/mini-kit": "^2.3.7",
@@ -39,7 +39,7 @@
39
39
  "react-native": "0.59.10"
40
40
  },
41
41
  "devDependencies": {
42
- "@ray-js/cli": "^0.3.27",
42
+ "@ray-js/cli": "^0.3.30",
43
43
  "art-template": "^4.13.2",
44
44
  "fs-extra": "^10.1.0",
45
45
  "miniprogram-api-typings": "^3.4.3",
@@ -51,6 +51,6 @@
51
51
  "email": "tuyafe@tuya.com"
52
52
  }
53
53
  ],
54
- "gitHead": "441fdc47dff70a1426ec54d3372fca1974120083",
54
+ "gitHead": "3a986d13b71080e66c302b33c322c0a89da03cdf",
55
55
  "repository": {}
56
56
  }