@opentiny/vue-float-button
Advanced tools
Comparing version 3.18.0 to 3.19.0
@@ -116,3 +116,3 @@ function _extends() { | ||
}); | ||
var version = "3.18.0"; | ||
var version = "3.19.0"; | ||
FloatButton.install = function(Vue) { | ||
@@ -119,0 +119,0 @@ Vue.component(FloatButton.name, FloatButton); |
{ | ||
"name": "@opentiny/vue-float-button", | ||
"version": "3.18.0", | ||
"version": "3.19.0", | ||
"description": "", | ||
@@ -10,6 +10,6 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~3.18.0", | ||
"@opentiny/vue-icon": "~3.18.0", | ||
"@opentiny/vue-renderless": "~3.18.0", | ||
"@opentiny/vue-theme": "~3.18.0" | ||
"@opentiny/vue-common": "~3.19.0", | ||
"@opentiny/vue-icon": "~3.19.0", | ||
"@opentiny/vue-renderless": "~3.19.0", | ||
"@opentiny/vue-theme": "~3.19.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "license": "MIT", |
@@ -254,2 +254,3 @@ export declare const floatButtonProps: { | ||
right: string; | ||
href: string; | ||
top: string; | ||
@@ -261,3 +262,2 @@ bottom: string; | ||
resetTime: number; | ||
href: string; | ||
loading: boolean; | ||
@@ -264,0 +264,0 @@ description: string; |
@@ -9,2 +9,3 @@ import type { IFloatButtonApi } from '@opentiny/vue-renderless/types/float-button.type'; | ||
right?: any; | ||
href?: any; | ||
top?: any; | ||
@@ -22,3 +23,2 @@ bottom?: any; | ||
resetTime?: any; | ||
href?: any; | ||
loading?: any; | ||
@@ -39,2 +39,3 @@ description?: any; | ||
right?: any; | ||
href?: any; | ||
top?: any; | ||
@@ -52,3 +53,2 @@ bottom?: any; | ||
resetTime?: any; | ||
href?: any; | ||
loading?: any; | ||
@@ -73,2 +73,3 @@ description?: any; | ||
readonly right?: any; | ||
readonly href?: any; | ||
readonly top?: any; | ||
@@ -86,3 +87,2 @@ readonly bottom?: any; | ||
readonly resetTime?: any; | ||
readonly href?: any; | ||
readonly loading?: any; | ||
@@ -89,0 +89,0 @@ readonly description?: any; |
+ Added@opentiny/vue-common@3.19.0(transitive)
+ Added@opentiny/vue-icon@3.19.0(transitive)
+ Added@opentiny/vue-locale@3.19.0(transitive)
+ Added@opentiny/vue-renderless@3.19.5(transitive)
+ Added@opentiny/vue-theme@3.19.5(transitive)
+ Added@opentiny/vue-theme-mobile@3.19.0(transitive)
- Removed@opentiny/vue-common@3.18.0(transitive)
- Removed@opentiny/vue-icon@3.18.0(transitive)
- Removed@opentiny/vue-locale@3.18.0(transitive)
- Removed@opentiny/vue-renderless@3.18.8(transitive)
- Removed@opentiny/vue-theme@3.18.4(transitive)
- Removed@opentiny/vue-theme-mobile@3.18.0(transitive)
Updated@opentiny/vue-common@~3.19.0
Updated@opentiny/vue-icon@~3.19.0
Updated@opentiny/vue-theme@~3.19.0