@tarojs/plugin-platform-harmony-ets 4.0.0-beta.90 → 4.0.0-beta.92

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.
@@ -2,6 +2,7 @@ import commonStyleModify from './style'
2
2
 
3
3
  import type { TaroViewElement, TaroAny } from '@tarojs/runtime'
4
4
 
5
+ @Reusable
5
6
  @Component
6
7
  export default struct TaroListView {
7
8
  @Builder customBuilder() {}
@@ -15,6 +16,10 @@ export default struct TaroListView {
15
16
  }
16
17
  }
17
18
 
19
+ aboutToReuse(params: TaroAny): void {
20
+ // this.node = params.node;
21
+ }
22
+
18
23
  build() {
19
24
  ListItem() {
20
25
  Stack() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/plugin-platform-harmony-ets",
3
- "version": "4.0.0-beta.90",
3
+ "version": "4.0.0-beta.92",
4
4
  "description": "OpenHarmony & 鸿蒙系统插件",
5
5
  "author": "O2Team",
6
6
  "homepage": "https://gitee.com/openharmony-sig/taro",
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "webpack-sources": "^3.2.3",
28
- "@tarojs/components": "4.0.0-beta.90",
29
- "@tarojs/helper": "4.0.0-beta.90",
30
- "@tarojs/runner-utils": "4.0.0-beta.90",
31
- "@tarojs/runtime": "4.0.0-beta.90",
32
- "@tarojs/shared": "4.0.0-beta.90",
33
- "@tarojs/taro": "4.0.0-beta.90",
34
- "@tarojs/service": "4.0.0-beta.90"
28
+ "@tarojs/components": "4.0.0-beta.92",
29
+ "@tarojs/helper": "4.0.0-beta.92",
30
+ "@tarojs/runner-utils": "4.0.0-beta.92",
31
+ "@tarojs/service": "4.0.0-beta.92",
32
+ "@tarojs/shared": "4.0.0-beta.92",
33
+ "@tarojs/taro": "4.0.0-beta.92",
34
+ "@tarojs/runtime": "4.0.0-beta.92"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@rollup/plugin-commonjs": "^25.0.7",
@@ -44,7 +44,7 @@
44
44
  "solid-js": "^1.8.16",
45
45
  "tslib": "^2.4.0",
46
46
  "typescript": "^4.8.2",
47
- "rollup-plugin-copy": "4.0.0-beta.90"
47
+ "rollup-plugin-copy": "4.0.0-beta.92"
48
48
  },
49
49
  "scripts": {
50
50
  "prebuild": "rimraf ./dist",