@opentiny/vue-button-group
Advanced tools
Comparing version 2.9.0 to 2.10.0
@@ -60,3 +60,3 @@ function _extends() { | ||
}); | ||
var version = "2.9.0"; | ||
var version = "2.10.0"; | ||
ButtonGroup.model = { | ||
@@ -63,0 +63,0 @@ prop: "modelValue", |
@@ -95,3 +95,3 @@ import { renderless, api } from "@opentiny/vue-renderless/button-group/vue"; | ||
}, [_c("button", { | ||
class: _vm.state.attributeValue, | ||
class: _vm.getItemClass(node), | ||
style: { | ||
@@ -128,3 +128,3 @@ height: _vm.size === "medium" ? "42px" : _vm.size === "small" ? "36px" : _vm.size === "mini" ? "24px" : "", | ||
}, [_c("tiny-button", { | ||
class: _vm.state.attributeValue, | ||
class: _vm.getItemClass(node), | ||
on: { | ||
@@ -131,0 +131,0 @@ "click": function click($event) { |
{ | ||
"name": "@opentiny/vue-button-group", | ||
"version": "2.9.0", | ||
"version": "2.10.0", | ||
"description": "", | ||
@@ -8,5 +8,6 @@ "main": "./lib/index.js", | ||
"sideEffects": false, | ||
"type": "module", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~2.9.0", | ||
"@opentiny/vue-renderless": "~3.9.0" | ||
"@opentiny/vue-common": "~2.10.0", | ||
"@opentiny/vue-renderless": "~3.10.0" | ||
}, | ||
@@ -13,0 +14,0 @@ "license": "MIT", |
@@ -5,3 +5,3 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<import("@vue/composition-api/dist/vue-composition-api.js").Data> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, { | ||
plain: BooleanConstructor; | ||
modelValue: (NumberConstructor | StringConstructor)[]; | ||
modelValue: (StringConstructor | NumberConstructor)[]; | ||
disabled: BooleanConstructor; | ||
@@ -32,13 +32,12 @@ valueField: { | ||
}, { | ||
textField: string; | ||
valueField: string; | ||
disabled: boolean; | ||
tiny_mode_root: boolean; | ||
disabled: boolean; | ||
plain: boolean; | ||
border: boolean; | ||
textField: string; | ||
showEdit: boolean; | ||
border: boolean; | ||
} & { | ||
data?: unknown[] | undefined; | ||
tiny_mode?: string | undefined; | ||
modelValue?: string | number | undefined; | ||
tiny_template?: unknown; | ||
@@ -48,16 +47,16 @@ tiny_renderless?: Function | undefined; | ||
tiny_chart_theme?: Record<string, any> | undefined; | ||
modelValue?: string | number | undefined; | ||
size?: string | undefined; | ||
showMore?: number | undefined; | ||
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{ | ||
textField: string; | ||
valueField: string; | ||
disabled: boolean; | ||
tiny_mode_root: boolean; | ||
disabled: boolean; | ||
plain: boolean; | ||
border: boolean; | ||
textField: string; | ||
showEdit: boolean; | ||
border: boolean; | ||
} & { | ||
data?: unknown[] | undefined; | ||
tiny_mode?: string | undefined; | ||
modelValue?: string | number | undefined; | ||
tiny_template?: unknown; | ||
@@ -67,16 +66,16 @@ tiny_renderless?: Function | undefined; | ||
tiny_chart_theme?: Record<string, any> | undefined; | ||
modelValue?: string | number | undefined; | ||
size?: string | undefined; | ||
showMore?: number | undefined; | ||
}, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<import("@vue/composition-api/dist/vue-composition-api.js").Data>, import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, { | ||
textField: string; | ||
valueField: string; | ||
disabled: boolean; | ||
tiny_mode_root: boolean; | ||
disabled: boolean; | ||
plain: boolean; | ||
border: boolean; | ||
textField: string; | ||
showEdit: boolean; | ||
border: boolean; | ||
} & { | ||
data?: unknown[] | undefined; | ||
tiny_mode?: string | undefined; | ||
modelValue?: string | number | undefined; | ||
tiny_template?: unknown; | ||
@@ -86,10 +85,11 @@ tiny_renderless?: Function | undefined; | ||
tiny_chart_theme?: Record<string, any> | undefined; | ||
modelValue?: string | number | undefined; | ||
size?: string | undefined; | ||
showMore?: number | undefined; | ||
}, { | ||
valueField: string; | ||
border: boolean; | ||
textField: string; | ||
valueField: string; | ||
showEdit: boolean; | ||
border: boolean; | ||
}, true>); | ||
export default _default; |
@@ -1,2 +0,2 @@ | ||
declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{ | ||
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{ | ||
t: (this: any, path: any, options?: any) => any; | ||
@@ -30,2 +30,2 @@ vm: any; | ||
}, true>); | ||
export default _sfc_main; | ||
export default _default; |
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
15444
8
405
Yes
+ Added@opentiny/vue-common@2.10.0(transitive)
+ Added@opentiny/vue-locale@2.10.0(transitive)
+ Added@opentiny/vue-renderless@3.10.7(transitive)
+ Added@opentiny/vue-theme@3.10.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.10.1(transitive)
- Removed@opentiny/vue-common@2.9.0(transitive)
- Removed@opentiny/vue-locale@2.9.0(transitive)
- Removed@opentiny/vue-renderless@3.9.3(transitive)
- Removed@opentiny/vue-theme@3.9.4(transitive)
- Removed@opentiny/vue-theme-mobile@3.9.0(transitive)
Updated@opentiny/vue-common@~2.10.0