@tarojs/plugin-platform-harmony-cpp 4.1.8 → 4.1.9-beta.0
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/dist/index.js
CHANGED
|
@@ -15,7 +15,7 @@ var utils = require('@tarojs/vite-runner/dist/utils');
|
|
|
15
15
|
var parseCssToStylesheet = require('@tarojs/parse-css-to-stylesheet');
|
|
16
16
|
var constants = require('@tarojs/vite-runner/dist/harmony/postcss/constants');
|
|
17
17
|
|
|
18
|
-
var version = "4.1.
|
|
18
|
+
var version = "4.1.9-beta.0";
|
|
19
19
|
|
|
20
20
|
const PKG_NAME = '@taro-oh/library';
|
|
21
21
|
const PKG_VERSION = version;
|
|
@@ -327,7 +327,7 @@ export function createNativePageConfig (
|
|
|
327
327
|
[ONUNLOAD] () {
|
|
328
328
|
const $taroPath = this.$taroPath
|
|
329
329
|
// 销毁当前页面的上下文信息
|
|
330
|
-
window.trigger(CONTEXT_ACTIONS.
|
|
330
|
+
window.trigger(CONTEXT_ACTIONS.DESTROY, $taroPath)
|
|
331
331
|
// 触发onUnload生命周期
|
|
332
332
|
safeExecute($taroPath, ONUNLOAD)
|
|
333
333
|
|
|
@@ -154,7 +154,7 @@ export function createPageConfig (component: any, pageName?: string, pageConfig?
|
|
|
154
154
|
[ONUNLOAD] () {
|
|
155
155
|
const $taroPath = this.$taroPath
|
|
156
156
|
// 销毁当前页面的上下文信息
|
|
157
|
-
window.trigger(CONTEXT_ACTIONS.
|
|
157
|
+
window.trigger(CONTEXT_ACTIONS.DESTROY, $taroPath)
|
|
158
158
|
|
|
159
159
|
// 触发onUnload生命周期
|
|
160
160
|
safeExecute($taroPath, ON_UNLOAD)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/plugin-platform-harmony-cpp",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.9-beta.0",
|
|
4
4
|
"description": "鸿蒙系统插件 C-API 版本",
|
|
5
5
|
"author": "O2Team",
|
|
6
6
|
"homepage": "https://gitee.com/openharmony-sig/taro",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"react-dom": "^18.3.1",
|
|
31
31
|
"react-reconciler": "0.29.0",
|
|
32
32
|
"scheduler": "^0.23.2",
|
|
33
|
-
"@tarojs/react": "4.1.
|
|
34
|
-
"@tarojs/runner-utils": "4.1.
|
|
35
|
-
"@tarojs/service": "4.1.
|
|
33
|
+
"@tarojs/react": "4.1.9-beta.0",
|
|
34
|
+
"@tarojs/runner-utils": "4.1.9-beta.0",
|
|
35
|
+
"@tarojs/service": "4.1.9-beta.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"rollup": "^3.29.4",
|
|
@@ -53,30 +53,30 @@
|
|
|
53
53
|
"tslib": "^2.6.3",
|
|
54
54
|
"typescript": "~5.4.5",
|
|
55
55
|
"vite": "^4.2.0",
|
|
56
|
-
"@tarojs/
|
|
57
|
-
"@tarojs/
|
|
58
|
-
"@tarojs/
|
|
59
|
-
"@tarojs/
|
|
60
|
-
"@tarojs/
|
|
61
|
-
"@tarojs/
|
|
62
|
-
"@tarojs/
|
|
63
|
-
"@tarojs/
|
|
64
|
-
"@tarojs/
|
|
65
|
-
"rollup-plugin-copy": "4.1.
|
|
56
|
+
"@tarojs/components": "4.1.9-beta.0",
|
|
57
|
+
"@tarojs/helper": "4.1.9-beta.0",
|
|
58
|
+
"@tarojs/plugin-framework-react": "4.1.9-beta.0",
|
|
59
|
+
"@tarojs/react": "4.1.9-beta.0",
|
|
60
|
+
"@tarojs/runtime": "4.1.9-beta.0",
|
|
61
|
+
"@tarojs/shared": "4.1.9-beta.0",
|
|
62
|
+
"@tarojs/vite-runner": "4.1.9-beta.0",
|
|
63
|
+
"@tarojs/taro": "4.1.9-beta.0",
|
|
64
|
+
"@tarojs/plugin-platform-harmony-ets": "4.1.9-beta.0",
|
|
65
|
+
"rollup-plugin-copy": "4.1.9-beta.0"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"less": "^4.2.0",
|
|
69
69
|
"sass": "^1.75.0",
|
|
70
70
|
"stylus": "^0.63.0",
|
|
71
|
-
"@tarojs/components": "4.1.
|
|
72
|
-
"@tarojs/plugin-framework-react": "4.1.
|
|
73
|
-
"@tarojs/helper": "4.1.
|
|
74
|
-
"@tarojs/plugin-platform-harmony-ets": "4.1.
|
|
75
|
-
"@tarojs/react": "4.1.
|
|
76
|
-
"@tarojs/
|
|
77
|
-
"@tarojs/
|
|
78
|
-
"@tarojs/
|
|
79
|
-
"@tarojs/vite-runner": "4.1.
|
|
71
|
+
"@tarojs/components": "4.1.9-beta.0",
|
|
72
|
+
"@tarojs/plugin-framework-react": "4.1.9-beta.0",
|
|
73
|
+
"@tarojs/helper": "4.1.9-beta.0",
|
|
74
|
+
"@tarojs/plugin-platform-harmony-ets": "4.1.9-beta.0",
|
|
75
|
+
"@tarojs/react": "4.1.9-beta.0",
|
|
76
|
+
"@tarojs/shared": "4.1.9-beta.0",
|
|
77
|
+
"@tarojs/runtime": "4.1.9-beta.0",
|
|
78
|
+
"@tarojs/taro": "4.1.9-beta.0",
|
|
79
|
+
"@tarojs/vite-runner": "4.1.9-beta.0"
|
|
80
80
|
},
|
|
81
81
|
"scripts": {
|
|
82
82
|
"prebuild": "rimraf --impl=move-remove dist",
|
|
Binary file
|
|
Binary file
|