@opentiny/vue-float-button
Advanced tools
Comparing version 3.14.0 to 3.14.1
@@ -120,3 +120,3 @@ function _extends() { | ||
}); | ||
var version = "3.14.0"; | ||
var version = "3.14.1"; | ||
FloatButton.install = function(Vue) { | ||
@@ -123,0 +123,0 @@ Vue.component(FloatButton.name, FloatButton); |
{ | ||
"name": "@opentiny/vue-float-button", | ||
"version": "3.14.0", | ||
"version": "3.14.1", | ||
"description": "", | ||
@@ -12,3 +12,4 @@ "main": "./lib/index.js", | ||
"@opentiny/vue-icon": "~3.14.0", | ||
"@opentiny/vue-renderless": "~3.14.0" | ||
"@opentiny/vue-renderless": "~3.14.0", | ||
"@opentiny/vue-theme": "~3.14.0" | ||
}, | ||
@@ -15,0 +16,0 @@ "license": "MIT", |
@@ -255,12 +255,12 @@ export declare const floatButtonProps: { | ||
tiny_mode_root: boolean; | ||
size: string; | ||
trigger: string; | ||
size: string; | ||
icon: string | Record<string, any>; | ||
shape: string; | ||
target: string; | ||
href: string; | ||
resetTime: number; | ||
href: string; | ||
loading: boolean; | ||
open: boolean; | ||
description: string; | ||
shape: string; | ||
open: boolean; | ||
tooltip: string; | ||
@@ -267,0 +267,0 @@ backTop: boolean; |
@@ -16,12 +16,12 @@ import type { IFloatButtonApi } from '@opentiny/vue-renderless/types/float-button.type'; | ||
tiny_chart_theme?: any; | ||
size?: any; | ||
trigger?: any; | ||
size?: any; | ||
icon?: any; | ||
shape?: any; | ||
target?: any; | ||
href?: any; | ||
resetTime?: any; | ||
href?: any; | ||
loading?: any; | ||
open?: any; | ||
description?: any; | ||
shape?: any; | ||
open?: any; | ||
tooltip?: any; | ||
@@ -45,12 +45,12 @@ backTop?: any; | ||
tiny_chart_theme?: any; | ||
size?: any; | ||
trigger?: any; | ||
size?: any; | ||
icon?: any; | ||
shape?: any; | ||
target?: any; | ||
href?: any; | ||
resetTime?: any; | ||
href?: any; | ||
loading?: any; | ||
open?: any; | ||
description?: any; | ||
shape?: any; | ||
open?: any; | ||
tooltip?: any; | ||
@@ -78,12 +78,12 @@ backTop?: any; | ||
readonly tiny_chart_theme?: any; | ||
readonly size?: any; | ||
readonly trigger?: any; | ||
readonly size?: any; | ||
readonly icon?: any; | ||
readonly shape?: any; | ||
readonly target?: any; | ||
readonly href?: any; | ||
readonly resetTime?: any; | ||
readonly href?: any; | ||
readonly loading?: any; | ||
readonly open?: any; | ||
readonly description?: any; | ||
readonly shape?: any; | ||
readonly open?: any; | ||
readonly tooltip?: any; | ||
@@ -90,0 +90,0 @@ readonly backTop?: any; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18915
0
4
+ Added@opentiny/vue-theme@~3.14.0