@opentiny/vue-float-button
Advanced tools
Comparing version 3.19.0 to 3.20.0
@@ -116,3 +116,3 @@ function _extends() { | ||
}); | ||
var version = "3.19.0"; | ||
var version = "3.20.0"; | ||
FloatButton.install = function(Vue) { | ||
@@ -119,0 +119,0 @@ Vue.component(FloatButton.name, FloatButton); |
@@ -37,3 +37,3 @@ import { renderless, api } from '@opentiny/vue-renderless/float-button/vue'; | ||
for (var _iterator = _createForOfIteratorHelperLoose(props), _step; !(_step = _iterator()).done; ) { | ||
var _step$value2 = _step.value, key = _step$value2[0], val = _step$value2[1]; | ||
var _step$value = _step.value, key = _step$value[0], val = _step$value[1]; | ||
target[key] = val; | ||
@@ -40,0 +40,0 @@ } |
{ | ||
"name": "@opentiny/vue-float-button", | ||
"version": "3.19.0", | ||
"version": "3.20.0", | ||
"description": "", | ||
@@ -10,6 +10,6 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~3.19.0", | ||
"@opentiny/vue-icon": "~3.19.0", | ||
"@opentiny/vue-renderless": "~3.19.0", | ||
"@opentiny/vue-theme": "~3.19.0" | ||
"@opentiny/vue-common": "~3.20.0", | ||
"@opentiny/vue-icon": "~3.20.0", | ||
"@opentiny/vue-renderless": "~3.20.0", | ||
"@opentiny/vue-theme": "~3.20.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "license": "MIT", |
@@ -252,5 +252,5 @@ export declare const floatButtonProps: { | ||
size: string; | ||
href: string; | ||
left: string; | ||
right: string; | ||
href: string; | ||
top: string; | ||
@@ -257,0 +257,0 @@ bottom: string; |
@@ -7,5 +7,5 @@ import type { IFloatButtonApi } from '@opentiny/vue-renderless/types/float-button.type'; | ||
size?: any; | ||
href?: any; | ||
left?: any; | ||
right?: any; | ||
href?: any; | ||
top?: any; | ||
@@ -36,5 +36,5 @@ bottom?: any; | ||
size?: any; | ||
href?: any; | ||
left?: any; | ||
right?: any; | ||
href?: any; | ||
top?: any; | ||
@@ -69,5 +69,5 @@ bottom?: any; | ||
readonly size?: any; | ||
readonly href?: any; | ||
readonly left?: any; | ||
readonly right?: any; | ||
readonly href?: any; | ||
readonly top?: any; | ||
@@ -74,0 +74,0 @@ readonly bottom?: any; |
18430
+ Added@opentiny/vue-common@3.20.1(transitive)
+ Added@opentiny/vue-icon@3.20.0(transitive)
+ Added@opentiny/vue-locale@3.20.0(transitive)
+ Added@opentiny/vue-renderless@3.20.3(transitive)
+ Added@opentiny/vue-theme@3.20.2(transitive)
+ Added@opentiny/vue-theme-mobile@3.20.0(transitive)
- Removed@opentiny/vue-common@3.19.0(transitive)
- Removed@opentiny/vue-icon@3.19.0(transitive)
- Removed@opentiny/vue-locale@3.19.0(transitive)
- Removed@opentiny/vue-renderless@3.19.5(transitive)
- Removed@opentiny/vue-theme@3.19.5(transitive)
- Removed@opentiny/vue-theme-mobile@3.19.0(transitive)
Updated@opentiny/vue-common@~3.20.0
Updated@opentiny/vue-icon@~3.20.0
Updated@opentiny/vue-theme@~3.20.0