@dolphinweex/weex-harmony 0.1.41 → 0.1.42

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dolphinweex/weex-harmony",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
4
4
  "description": "weex harmony adapter",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -91,7 +91,15 @@ export default {
91
91
  rotate:{
92
92
  type: Object,
93
93
  default:()=>{}
94
- }
94
+ },
95
+ axisAlpha: {
96
+ type: Number,
97
+ required: false,
98
+ },
99
+ axisBgAlpha: {
100
+ type: Number,
101
+ required: false,
102
+ },
95
103
  },
96
104
  computed: {
97
105
  hosSameLayerArgs() {
@@ -115,7 +123,9 @@ export default {
115
123
  disable: this.disable,
116
124
  sliderImage: this.sliderImage,
117
125
  handleOnChange: this.handleOnChange,
118
- rotate: this.rotate
126
+ rotate: this.rotate,
127
+ axisAlpha: this.axisAlpha,
128
+ axisBgAlpha: this.axisBgAlpha
119
129
  };
120
130
  },
121
131
  },