@tarojs/shared
Advanced tools
Comparing version 3.0.0-alpha.4 to 3.0.0-alpha.5
@@ -218,6 +218,6 @@ interface Components { | ||
}; | ||
MoveableArea: { | ||
MovableArea: { | ||
'scale-area': string; | ||
}; | ||
MoveableView: { | ||
MovableView: { | ||
direction: string; | ||
@@ -224,0 +224,0 @@ inertia: string; |
@@ -364,6 +364,6 @@ 'use strict'; | ||
}; | ||
var MoveableArea = { | ||
var MovableArea = { | ||
'scale-area': 'false' | ||
}; | ||
var MoveableView = { | ||
var MovableView = { | ||
direction: 'none', | ||
@@ -661,4 +661,4 @@ inertia: 'false', | ||
CoverView: CoverView, | ||
MoveableArea: MoveableArea, | ||
MoveableView: MoveableView, | ||
MovableArea: MovableArea, | ||
MovableView: MovableView, | ||
ScrollView: ScrollView, | ||
@@ -665,0 +665,0 @@ Swiper: Swiper, |
@@ -344,6 +344,6 @@ function isString(o) { | ||
}; | ||
const MoveableArea = { | ||
const MovableArea = { | ||
'scale-area': 'false' | ||
}; | ||
const MoveableView = { | ||
const MovableView = { | ||
direction: 'none', | ||
@@ -639,4 +639,4 @@ inertia: 'false', | ||
CoverView, | ||
MoveableArea, | ||
MoveableView, | ||
MovableArea, | ||
MovableView, | ||
ScrollView, | ||
@@ -643,0 +643,0 @@ Swiper, |
@@ -20,7 +20,7 @@ { | ||
}, | ||
"version": "3.0.0-alpha.4", | ||
"version": "3.0.0-alpha.5", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "a94032d502c396f4d5d5421cd5f7d1f4170c516b" | ||
"gitHead": "730c1bb119a57302c44a2f9fc6ebf861f92f62bb" | ||
} |
@@ -296,7 +296,7 @@ import { Shortcuts } from './shortcuts' | ||
const MoveableArea = { | ||
const MovableArea = { | ||
'scale-area': 'false' | ||
} | ||
const MoveableView = { | ||
const MovableView = { | ||
direction: 'none', | ||
@@ -619,4 +619,4 @@ inertia: 'false', | ||
CoverView, | ||
MoveableArea, | ||
MoveableView, | ||
MovableArea, | ||
MovableView, | ||
ScrollView, | ||
@@ -623,0 +623,0 @@ Swiper, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
129415